@charset "utf-8";
/* CSS Document */
body {
		background-color: #333;
}

.index img {float:left; margin:0;}
.test {border-width:1px 48px 1px 47px ;}
.content  {
	position:absolute;
 left:50%;
	margin-left:-450px;
	
	  margin-top:100px;
	width:1050px;
	height:450px;
	color:#FFF;
	  
}
 a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
}

.row1{
	width:300px; 
	float:left;

	}
.row2 {float:left; width:450px; color:black;background-color:#FFF; text-align:center;  height:600px;}
.row3{float:left; width:300px;}

.menu  {font-size: 12px; font-family: Arial, Helvetica, sans-serif;  font-weight:bold; text-align:center;}
.menu   li {display: inline; font-size: 12px; font-family: Arial, Helvetica, sans-serif;  font-weight:bold;  text-align:center; padding-left:5px; }
.rah {background-color:#555555; height:2100px; width:900px;}
.sidebarleft {float:left; width:200px; text-align:right; background-color:#555555;padding-top:20px;position:relative; top:39px;}
.article {width:500px; float:left; text-align:center; background-color:#555555; margin-top:40px;}
.sidebarright {float:left; padding-top:20px; width:200px; text-align:center; background-color:#555555;padding-top:20px;position:relative; top:39px; }

.titre {text-align:center; width:400px; font-weight:bold; margin-bottom:20px;}
.fond-blanc{background-color:#555555; height:2100px; width:900px;}


