/***** ARCHITECTURE GENERAL *****/

body {
	background-color:#C7C7C7;
	margin: 0;
	padding: 0;
	}
	
a {
	font-weight: bold;
	color: #B67F23;	
	text-decoration: none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover  { color: #FF0000; }

a img {border: 0;}

div.lien_even{
	width:200px;
	height:25px;
	float:left;
}
div.lien_even a.lien_slide {
	color:black;
	font-size:14px;
	padding-left:50px;
	display:block;

}
div.lien_even:hover{
	padding-left:40px;
	color:#DDBF72;	
}
div.lien_even a.lien_slide:hover {
	color:#DDBF72;
	display:block;	
}


p {
	margin: 10px 0px;
}

#conteneur {
	width: 805px;
	margin: 0 auto;
	background-color:#FFFFFF;
	height: auto;
	background-image: url(../img/ombre_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#header {
	height: 17px;
	width: 800px;
	background-color: white;
}

#centre {
	width:775px;
	background-image: url(../img/decor.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left: 15px;
	margin:0px;
}

#pied {
	height: 108px;
	width: 805px;
	
}

#pied_page_adresse {
	float: left;
	width:397px;
	height:108px;
	background-image: url(../img/menu_bas_txt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#993366;
	
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu{
	height: 102px;
	width:805px;
	float:left;
	
}

#menu_gauche{
	position:relative;
	margin: -3px 0 0 0;
	
	height:35px;
	width: 353px;
	float:left;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_gauche_bas {
float: left;
margin:-3px 0 0 0;
}

#copyright {
	position: relative;
	width: 805px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#pied_page_infos {
	float: left;
	width:141px;
	height:23px;
	background-image: url(../img/menu_bas_infos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 85px 0 0 10px;
}

.float_left{
	float: left; 
}

.float_right{
	float: right; 
}

.haut_page{
	margin-left:89%;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

li {
	width: 100px;
	}

.lien a {
	display: block;
	background-image:url(../img/btn_icone_fleche.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 11px;
	font-weight:bold;
	}
	 
.lien a:hover{
	display: block;
	background-image:url(../img/btn_icone_fleche_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 11px;
	font-weight:bold;
	}

.lien_actif{
	display: block;
	background-image:url(../img/btn_icone_fleche_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FF0000;
	text-indent: 11px;
	font-weight:bold;
	font-size:11px;
}

.menu_gauche_class{
	float: left;
	width:80px;
	margin-top:15px;
	margin-left:8px;
}

.header_img {
	float: left; 
	height: 17px;
}

.pied_page_img2 {
	float: left;
	width:257px;
	height:108px;
	background-image: url(../img/menu_bas_fond.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pied_page_img {
	float: left;
	height:108px;
	width:110px;
	background-image: url(../img/menu_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pied_page_adresse {
		margin: 40px 0 0 20px;
}


.pied_page_separateur{
	float: left;
	height:40px;
	width:1px;
	background-color:#993366;
}

#ancien_evenementiel{
	height:250px;
	display:none;
}





