*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana;
}
BODY{
	background-color:#F9F9F8;	
	text-align:center;
}
a{
	color:#996666;
	text-decoration:none;
}
a:hover{
	color:#CC99CC;
}
h1{
	font-size:14px;
	color:#996666;
}
strong{
	color:#CC99CC;
}
img{
	border:0;
}
#principal{
	width:960px;
	height:710px;
	margin:0px auto;
	background:#F9F9F8 url('../img/fond.jpg') top center;
	text-align:left;
}
#top{
	padding-top:20px;
	width:500px;
	height:52px;
	margin-left:75px;	
	text-align:center;
}
#menu_top{
	height:26px;
	width:500px;
	background: url('../img/top.gif') no-repeat top center;
}
#menu_bottom{
	height:26px;
	width:500px;
	background:url('../img/bottom.gif') no-repeat bottom center;
}
#menu_center a{
	color:#996666;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#menu_center a:hover{
	color:#CC99CC;
}
#milieu{
	width:600px;	
	height:578px;
	margin:30px 25px;
	text-align:left;
}
#accueil{
	width:600px;
	height:400px;
	margin-bottom:20px;
}
#accueil1{
	float:left;
}
#accueil2{
	float:right;
}
#nouvelles{
	width:400px;
	margin:0 auto;
}
#bas {
	background-color:#CC99CC;
	font-size:10px;
	height:20px;
	width:960px;
	text-align:center;
	line-height:1.5em;
}
#bas a{
	color:#000000;
	font-size:10px;
}
.clear{
	clear:both;
}