/* CSS Document */
body {
	margin: 0; /* pour eviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.imgsansbordure{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	display: none;
}
.boxcontentpied {display: none;}
.conteneur {
	width:640px;
	margin:0 0px;
}
#entete {
	width:640px;
	height:117px;
}
.imagegauche {
	padding:10px;
	float: left;
	border: thin solid #000000;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imagedroite {
	padding:10px;
	float: right;
	border: thin solid #000000;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
img {
	border: 1px solid #000000;
}
.imgsansbordure {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titreimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 25%;
	padding-left: 25%;
	padding-top: 10px;
	padding-bottom: 30px;
}
.main_wrapper {width:700px;margin-left:auto;margin-right:auto;padding:5px;}
.img_container {width:600px;margin-left:auto;margin-right:auto;}
.img_container ul {display:block;padding:0;margin:0;list-style:none;}
.img_container ul li{float:left;width:100px;margin:10px;}
.img_container ul li a img {width:80px;height:80px;;border:2px solid #000;padding:10px;background-color:#FFF;}
.img_container ul li a:hover img {border:2px solid #990000;}
br {clear:left;}
#content { margin: 10px; padding: 10px; }
#content a {color:#000000;}

