*{
	margin:0;
	list-style:none;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#ffffff;
	 width: 950px;
    display: block;
    margin: auto;
}
}

#container{
	width:850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*HEADER*/
#header .logo{
	float:left;
	width:300px;
	height:126px;
}
#header .right_header{
	float:left;
	width:850px;
	height:100px;
}


#links{
	width:519px;
	height:30px;
	background-repeat: no-repeat;
	background-position: left top;

}

#menu{
	width:850px;
	height:58px;
}
#menu ul{
	position:relative;
	width: 650px;
}
#menu ul li{display:block; float:left;text-align: center; }
#menu ul li a{
	text-decoration:none;
	display:block;
	color:#FF0000;
	background: transparent;
	font-size:12pt;
	height:58px;
	padding-top:3px;
}
#menu ul li a:hover{
	color:#ffff33;
	background-image: url(../img/bg_bt_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul li.accueil a{width:81px;}
#menu ul li.services a{width:84px;}
#menu ul li.aproposdenous a{width:146px;}
#menu ul li.liensutiles a{
	width:120px;
}
#menu ul li.contact a{width:69px;}

/*CONTENU*/
#animFlash {
	clear:both;
	width:850px;
	height:430px;
	margin-bottom:15px;
}



/* FOOTER */
#footer{
	clear:both;
	font-size: 14px;
	color:#000000;
}
#footer .links{
	width:850px;
	padding-top:23px;
	background-image: url(../img/bg_top_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .links ul{
	width:960px;
	height:17px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .links ul li{float:left; display:block;}
#footer .links ul li a{
	padding: 0 18px;
	color:#FF0000;
	text-decoration:none;
}
#footer .links ul li a:hover{text-decoration:underline;}

#footer .copyright{
	height:140px;
	width:850px;
	font-size:10px;
	color:A9AAB4;
	clear:both;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .copyright span{
	display:block;
	text-align:right;
}
#footer .copyright span a{
	text-decoration: none;
	color:#FF0000;
}
#footer .copyright span a:hover{text-decoration: underline;}
.padding {
	top: 10px;
	padding-left: 20px;
}
