@charset "utf-8";
/* CSS Document */
body, ul, li, p, h1,h2, h3{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #878585;
}

a img{
	border:0px;	
}
h1{
	font-style:italic;
	font-size: 18px;
	font-weight:normal;
	margin: 10px;
	color: #000;
}
p{
	font-size: 10px;
	text-align: justify;
	margin: 5px;
}
#barre-sup{
	height: 102px;
	background-image: url(../img/bg-head.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#barre-sup #header{
	position: absolute;
    left: 12%;  
	width: 1005px;
	overflow: hidden;
}
#barre-sup #header #logo{
	width: 14%;
	float: left;
	margin-top: 10px;
}
#barre-sup #header #menu{
	width: 71%;
	float: left;
}
#barre-sup #header #menu ul {
	list-style-type : none;
	margin-top: 66px;
	text-align: center;
	font-weight: bold;
}
#barre-sup #header #menu ul li{
	margin: 0px 2px;
}
#barre-sup #header #menu .btn-actif{
	background-image:url(../img/btn_menu_blanc.gif);
	width:  99px;
	height: 26px;
	float: left;
	padding-top: 10px;
}
#barre-sup #header #menu .btn-inactif{
	background-image:url(../img/btn_menu_marron.gif);
	width:  99px;
	height: 26px;
	float: left;
	padding-top: 10px;
}
#barre-sup #header #menu .btn-actif a{
	color: #514a40;
	text-decoration: none;
}
#barre-sup #header #menu .btn-inactif a{
	color: white;
	text-decoration: none;
}
#body{
	text-align:center;
	background-image:url(../img/background_libre.jpg);
	background-position: center;
	background-position:bottom;
}
#body #site{
	width: 805px;
	margin:auto;
	position: relative;  
	overflow: hidden;
	margin-top : 5px;
}
#body #conteneur{
	overflow: hidden;
}
#body #site #gauche{
	float:left;
	width: 580px;
	text-align:left;
}
#body #site #unique{
	float:left;
	width: 100%;
	text-align:left;
}
#body #site #bas {
	margin: 10%;
}
#body #site #bas .bloc{
	float:left;
	width: 32%;
	margin: 10px 0px;
}
#body #site #bas .bloc ul{
	margin: 15px 50px;
	text-align: left;
	width: 99%;
}
#body #site #bas .bloc h1{
	width: 90%;
	padding: 10px;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 18px;
	font-weight:normal;
	margin: 10px;
	color: #000;
}
#body #site #bas .bloc img{
	margin-left: 5%;
	margin-top: 5%;
}
#body #site #texte {
	margin: 20px 0px;
}

#body #site #titre {
	margin: 20px 0px;
}

#body #site #titre h1 {
	margin: 20px 0px;
	font-size:19px;
}

#body #site #titre p {
	margin: 10px 10px 0px 30px;
	font-size:12px;
	color:#37383c;
}

#body #site #presentation {
	margin: 20px 0px;
}

#body #site #presentation h1 {
	margin: 25px 0px;
	color:#F00;
	font-size:18px;
}

#body #site #presentation p {
	margin: 10px 10px 0px 30px;
	font-size:12px;
	color:#37383c;
}

#body #site #presentation ul{
	margin: 15px 50px;
	text-align: left;
	width: 99%;
}

#body #site #texte .news h2 {
	margin: 10px 10px 0px 40px;
	font-size:12px;
}

#body #site #texte .news p {
	margin: 10px 10px 0px 20px;
	font-size:11px;
}

#body #site #texte .news .newsfooter {
	margin: 10px 20px 0px 30px;
	text-align:right;
}

#body #site #droite{
	float:right;
	width: 220px;
	text-align: center;
	margin-top: 5px;
}
#body #site #droite #bloc-bleu{
	background-image:url(../img/bloc-bleu.gif);
	width: 216px;
	height: 203px;
	text-align: left;
}
#body #site #droite #bloc-bleu h1{
	width: 90%;
	padding: 10px;
	padding-bottom: 5px;
}
#body #site #droite #bloc-bleu p{
	width: 90%;
	padding: 5px;
	padding-top: 0px;	
}
#body #site #droite #bloc-bleu img{
	margin-left: 5%;
	margin-top: 5%;
}
#body #site #droite #bloc-marron{
	background-image: url(../img/bloc-marron.gif);
	width: 214px;
	height: 500px;
	text-align: left;
}
#body #site #droite #bloc-marron h1{
	width: 90%;
	padding: 10px;
	padding-bottom: 0px;
	color: #FFF;
	font-style: normal;
}
#body #site #droite #bloc-marron p{
	width: 90%;
	padding: 5px;
}
#body #site #bottom{
	background-image: url(../img/bg-head.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 52px;
	margin-top: 20px;
	text-align: center;
}
#body #site #bottom p{
	width:100%;
	padding-top: 10px;
}
