@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: auto;
	with:850px;
	color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #e5a670; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #00000;
	SCROLLBAR-3DLIGHT-COLOR: #e5a670;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #e5a670; /*fond de la barre*/
	SCROLLBAR-DARKSHADOW-COLOR: #00000	
}

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

a img { border: none;
}




/* Header*/

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

/* Banniere photo */

#banner {
	}
	
	
/* Menu*/
#menucontainer{
	display:inline;
	margin: 0px;
}

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

#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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5c3728;
	margin-left: 30px;
	margin-top: 10px;
	font-style: italic;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c3728;
}

#corps h2 {
	color: #FFFFFF;
	margin: 5px auto;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}

#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-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#corps a:hover {
	color: #666666;
	text-decoration: underline;
}
#corps a:visited {
	color: #333333;
	text-decoration: none;
}
/* Colonne gauche*/

#colleft {
	padding: 5px;
	height: auto;
	width: 190px;
	float: left;
	overflow: hidden;
	margin: 5px;
	}

/* colonne centrale*/

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


#main p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
	color: #FFFFFF;
	margin-right: 3px;
}
	
.main p {
	line-height: 14px;
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
.main { 
	border-right: 1px solid #bbb;
	padding: 3px 10px;
	}


.notice
{
	color: #5c3728;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

/* Colonne droite*/

#colright {
	float: right;
	width: 260px;
	background-color: #e5a670;
	height: 430px;
	border: 1px dotted #ffffff;
	margin: 10px;
	padding: 5px;
	overflow: auto;
	}

#colright p {
	width: auto;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 7px;
	text-align: left;
	font-weight: normal;
	padding-left: 2px;
	color: #5c3728;
	}

	
/* news*/
	
#news {
	height: 250px;
	overflow: auto;
	width: 260px;
	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;
}

#news a {
	color: #5c3728;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#news a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#news a:visited {
	color: #5c3728;
	text-decoration: none;
}

/* Footer*/

#footer
{
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	margin: auto;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer a 
{
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 7px;
	font-weight: bold;
}
.motcle
{
	color: #5c3728;
	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: #5c3728;
}

#footer p
{
	color: #5a3018;
	margin-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

