body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style-type:none;
	margin-bottom:5px;
}
a{
	text-decoration:none;
}
img{
	border:none;
	text-decoration:none;
}
img a{
	text-decoration:none;
}
label{
	float:left;
	width:60px;
	margin-left:5px;
	margin-bottom:5px;
}
input{
	border:1px solid #FF0000;
	margin-bottom:5px;
	margin-right:10px;
	padding:2px;
}
textarea{
	border:1px solid #FF0000;
	padding:2px;
}




/*		ID -------------------------------------------------------------------*/
#global{
	margin:0 auto;
	width:775px;
}
#header{
	width:100%;
	height:221px;
	background:url(img/banniere3.png);
}
#global_content{
	background:#F6E894;
}
#menu{
	float:left;
	width:275px;
}
/*#menu li{
	margin-bottom:10px;
	list-style-type:none;
	background:url(img/arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:5px 5px 5px 20px;
}*/
#contenu_photo{
	clear:left;
	height:520px;
	width:272px;
	background:url(img/bgcontent.png);
	background-repeat:no-repeat;
	background-position:center;
}
#content{
	float:right;
	width:470px;
	margin-bottom:20px;
	margin-right:10px;
	padding:10px;
	background:#F6F8EB;
}
#actualite{
	clear:both;
	height:100%;
	width:755px;
	background:url(img/bgactu.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#FFA836;
	border:1px solid #FF0000;
	padding:10px;
}
#footer{
	height:55px;
	width:100%;
	background:url(img/footer.png);
	padding-top:45px;
	text-align:center;
}
#bienvenue{
	height:22px;
	background:#FFA836;
	background-repeat:repeat-x;
	border:1px solid #FF0000;
	padding-top:8px;
	text-align:center;
	font-size:12px;
}
#bright{
	float:right;
	width:120px;
	margin-top:-20px;
}
#bright a{
	color:#0064F6
}


/*		CLASS -------------------------------------------------------------*/

.titre{
	color:#FFA836;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.titre_actu{
	font-size:12px;
	font-weight:bold;
}
.navigation{
	font-weight:bold;
}
.texteintro{
	margin:20px;;
}
.vide{
	height:20px;
}
.flottant{
	float:left;
	margin-right:10px;
}
.table_brochure{
	margin:auto;
	text-align:center;
}
.table_brochure td{
	width:168px;
}
.titre2{
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
	color:#FF0000;
	border-bottom:1px solid #FF0000;
	border-left:5px solid #FF0000;
}
.soustitre{
	color:#FFA836;
	font-weight:bold;
	padding-left:20px;
}
.lien{
	color:#0064F6;
}

.lien2 {
color:#0064F6;
border-bottom:1px solid #FF0000;
}

.lien a:hover{
	border-width:1px;
	border-bottom:1px dashed;
}
td.bg{
	background:#FDFDFA;
	padding:10px;
}
.equipe img{
	float:left;
	margin-right:10px;
	border:2px solid #FF0000;
}
.left{
	float:left;
}
.envoyer{
	border:none;
	margin-top:10px;
}