/*----------------------General------------------------*/
/*---------------<-- Decoupage by RABBIT ----------------*/

html{
	margin:0px;
	height:100%;
}
body {
	margin : 0px;
	padding : 0px;
	background-color:#fdf1b8;
	background-image:url(composants/filet.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height:100%;
}

#fond {
	position:absolute;
	float:left;
	width:763px;
	margin-left:-381px;
	left:50%;
}

.fondSite{
	float:left;
	position:absolute;
	background-image:url(composants/contenu_filet.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:763px;
	top:148px;
	margin-left:-381px;
	left:50%;
}
.gauche{ float:left;}
.droite{ float:right;}
.ban{
	width:451px;
	height:23px;
	background-image:url(composants/ban_imag.jpg);
	background-repeat:no-repeat;
	background-position:2px 0px;
	float:left;
	clear:left;
	position:absolute;
	padding-top:120px;
}
.Fullcontenu{
	float:left;
	clear:left;
	width:451px;
	margin-top:0px;
}
.contenu_droite{
	float:left;
	margin-top:0px;
	width:312px;
	position:absolute;
	left: 451px;
	z-index:2;
	top:1px;
}

.contenu{
	width:431px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:15px;
	padding-bottom:20px;
}
.contenu a{
	color:#d48c00;
	text-decoration:none;
	font-weight:bold;
}

.GD_titre{
	height:20px;
	padding-top:5px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;
	border-bottom:3px solid #000000;
	text-transform:uppercase;
	margin-bottom:3px;
}

.Titre{
	font-size:14px;
	font-weight:bold;
	color:#86390d;
	height:18px;
	
}
.img_border_bleu{ border:1px solid  #1f519c;}
.lieu{ color:#0029a2; margin-bottom:10px;}
.date{ font-size:10px; margin-bottom:10px;}
.ssTitre{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.barre_blanc01{
	border-bottom:2px #FFFFFF solid; 
	float:left; 
	width:62%;
	margin-bottom:10px;
	margin-top:10px;
	clear:left;
}

.gallerie_img{
	float:left;
	margin:5px;
}
.adr{
	background-image:url(composants/contact_fond.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	width:175px;
	height:142px;
	padding-top:5px;
	padding-left:101px;
	margin-top:15px;
	float:left;
	left: 6px;
	top: 330px;
	z-index:3;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	
}




/*/////////////////  MENU ////////////////////////////*/
.menu{
	width:451px;
	height:28px;
	float:left;
	clear:left;
}
.menubt{
	margin-left:5px;
	float:left;
	margin-top:5px;
}
.menutxt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	margin-left:35px;
	margin-top:5px;
}
.menutxt:hover{
}
.menutxt a{
	color:#FFFFFF;
	text-decoration:none;
}
.menutxt a:hover{
	color:#FFE789;
}

#menu_on a{ 
	color:#FFE787;
}
/*///////////////// FIN MENU /////////////////////////////*/ 


/*///////////////// BAS ////////////////////////////////*/
.bas_site{
	background-image:url(composants/bas_site.jpg);
	background-repeat:no-repeat;
	float:left;	
	width:763px;
	height:112px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00849c;
}
.bas_site_txt{
	padding-top:60px;
	float:left;
	margin-bottom:10px;
	margin-left:470px;
	width:210px;
}
.bas_site_logo a{
	padding-top:58px;
	float:left;
}

/*///////////////////// FIN BAS ///////////////////////*/


/*---- Messages divers -------*/
.attention, .confirmation {
	background: #fce5e1 url(composants/attention.gif) 10px 5px no-repeat;
	padding: 0px 5px 5px 50px;
	margin: 1em 1em;
	border: 1px #ff9100 solid;
	min-height: 30px;
}
.confirmation {
	background: #F0FFF0 url(composants/confirmation.gif) 10px 5px no-repeat;
	border: 1px #009F00 solid;
}

