/* CSS Document */

body{background-color:#000000;}

#baniere{
	margin:0 auto;
	margin-top:50px;
	width:790px;
	height:141px;
	background-color:#000000;
	background-image:url(../images/baniere.png);
	background-repeat: no-repeat;
}


#menu{
margin:0 auto;
width:790px;
}

.indentmenu{
margin:0 auto;
font: bold 13px Arial;
width: 790px; /*leave this value as is in most cases*/
overflow: hidden;
height:58px;
}

.indentmenu ul{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 100%;
	background: black url(../images/indentbg.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #000000; /*text color*/
	padding: 1px 31px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AD8D27;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 20px; /*shift text down 1px for selected and active item*/
padding-bottom: 20px; /*shift text down 1px for selected and active item*/
}

.indentmenu ul li a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;	
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #333333!important; /*text color of selected and active item*/
padding-top: 20px; /*shift text down 1px for selected and active item*/
padding-bottom: 20px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}

#contenu{
	margin:0 auto;
	width:790px;
	background-color:#3A3802;
	background-image:url(../images/contenu.png);
	background-repeat: no-repeat;
}

#footer{
	margin:0 auto;
	width:790px;
	height:12px;
	background-color:#F9F007;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align:center;
}

#footer a{
	margin:0 auto;
	width:790px;
	height:20px;
	background-color:#F9F007;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

TD.texte_contenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFF00;
	font-weight: normal;
}

TD.texte_contenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFF00;
	font-weight: normal;
}

#agenda{
margin:0 auto;
	width:760px;
	border: 1px dotted #FFFF00;
	margin-left:10px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFF00;
	background-color:#ACA616
}

#agenda h1{
margin;O auto;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#agenda h2{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#content{
margin:0 auto;
	width:760px;
	border: 1px dotted #FFFF00;
	margin-left:10px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFF00;
	background-color:#ACA616
}

#partenaires{
margin:0 auto;
	width:760px;
	border: 1px dotted #FFFF00;
	margin-left:10px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFF00;
	background-color:#ACA616
}

#bas_texte{
	margin:0 auto;
	width:760px;
	margin-left:10px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFF00;	
}


img{
border:Opx;
}