@charset "UTF-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: auto;
	with:850px;
	color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #c5a137;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #00000;
	SCROLLBAR-3DLIGHT-COLOR: #c5a137v;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: ##c5a137;
	SCROLLBAR-DARKSHADOW-COLOR: #00000;
	background-color: #bf874c;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Pas de cadre bleu autour des photos lien*/

a img { border: none;
}

/* Couleurs de la scrollbar*/
.scrollbar {
	SCROLLBAR-FACE-COLOR: #c5a137; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #00000;
	SCROLLBAR-3DLIGHT-COLOR: #c5a137v;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: ##c5a137;
	SCROLLBAR-DARKSHADOW-COLOR: #00000	
}


/* Header*/

#header
{
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

/* Banniere photo */

#banner {
	}
	
	
/* Menu*/
#menucontainer{
	height:24px;
	display:block;
	background-color: #bf874c;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#menu{
position:relative;
display:block;
height:24px;
font-size:11px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
}

#menu ul{
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}

#menu ul li{
display:block;
float:left;
margin:0 1px 0 0;
}

#menu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background-color: transparent;
	background-image: url(../images/btn-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li a:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(../images/btn-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul li a.current,#menu ul li a.current:hover{
color:#000;
background:#fff;
}


/* Corps*/

#corps{
	margin: 0 auto;
	width: 850px;
	height: auto;
}



#corps h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFAE35;
	margin-left: 40px;
	margin-top: 10px;
}

#corps h2 {
	color: #FF9900;
	font: bold 13px Verdana, sans-serif;
	margin: 5px auto;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C512F;
	}

#corps h3 {
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#corps a {
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#corps a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#corps a:visited {
	color: #333333;
	text-decoration: none;
}
/* Colonne gauche*/

#colleft {
	height: 340px;
	width: 210px;
	float: left;
	overflow: hidden;
	margin: 7px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	}

/* colonne centrale*/

#main {
	float: right;
	width: 350px;
	padding: 5px;
	height: auto;
	width: 600px;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#main li{
	margin:0px;
	padding:0;
	list-style-type:disc;
	width:auto;
	font-size: 11px;
}

#main p {
	width: auto;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 3px;
	text-align: left;
	line-height: normal;

}
	
.main p {
	line-height: normal;
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
.main {
	padding: 3px 10px;
	}

#main2 {
	width: 350px;
	padding: 5px;
	height: auto;
	width: 800px;
	display: inline;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
}

/* Colonne droite*/

#colright {
	float: left;
	width: 150px;
	background-color: #CCCCCC;
	height: auto;
	border: 1px dotted #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

	
/* news*/
	
#news {
	height: 270px;
	overflow: auto;
	width: 180px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin: 2px;
}

#news p {
	width: 230px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 3px;
}

/* Footer*/

#footer
{
	clear: both;
	text-align: center;
	color: #673b15;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 850px;
	margin: auto;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	font-weight: bold;
}

#footer a 
{
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 7px;
	font-weight: bold;
	font-style: italic;
}
.motcle
{
	color: #FFFFFF;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}


#footer a:hover
{
	text-decoration: underline;
	color: #FF9900;
	background-color: #815433;
}

#footer p
{
	color: #FF9900;
	margin-top: 10px;
	font-size: 9px;
}

