/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../image/degrade.jpg);
	background-repeat:repeat-x;
	background-color:#5f7818;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#586f13;
}

a {
	color:#bd3500;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#8F2E08;
}

ul {
	list-style-type:disc;
	color:#586f13;
	line-height:20px;
	margin:10px 30px;
}

ol {
	list-style-type:decimal;
	color:#586f13;
	line-height:20px;
	margin:10px 30px;
}


#imagefond {
	width:100%;
	height:680px;
	background-image:url(../image/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:955px;
	height:108px;
}

#menuutilitaire {
	width:955px;
	height:25px;
	float:right;
	line-height:30px;
	color:#FFFFFF;
	text-align:right;
}

#menuutilitaire a { color:#FFFFFF; text-decoration:none; }
#menuutilitaire a:hover { color:#bd3500; text-decoration:underline; }


/******************** MENU PRINCIPAL ****************************/
#menuprincipal {
	width:770px;
	height:32px;
	float:right;
	margin-top:40px;
}

#menuprincipal ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1;
	float:right;
}

#menuprincipal ul li {
	position: relative;
	display:inline;
	float: left;
}

#menuprincipal ul li a{
	display: block;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	color: #ffffff;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	font-style:italic;
	text-shadow: 1px 1px 2px #666666;
	float:left;
}

#menuprincipal ul li a span {
	cursor:pointer;
	display:inline;
	float:left;
	padding:5px 10px 5px 0px;
}

#menuprincipal ul li a:hover {
	display:block;
	color: #ffffff;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	background:transparent url(../image/roll_left.gif) no-repeat left;
}

#menuprincipal ul li a:hover span {
	background:transparent url(../image/roll_right.jpg) no-repeat right;
	display:inline;
	background-color:none;
}

#menuprincipal ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin-top:-5px;
	margin-left:3px;
	border:1px solid #82992F;
	width:150px;
}

#menuprincipal ul li ul li {
	float: none;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
}

#menuprincipal ul li ul li a {
	font-weight:normal;
	display: block;
	width: 150px; /*width of sub menu levels*/
	color: #ffffff;
	padding:5px;
	text-decoration: none;
	background-color:#A9BA5C;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #82992F;
	font-size:12px;
	text-align:left;
	text-shadow: .5px .5px 1px #666666;
}

#menuprincipal ul li ul li a:hover {
	background-color: #849A35;
	color: #ffffff;
	background-image:none;
	text-align:left;
	margin:0px;
}


/****************************************************************/

#container {
	width:955px;
	height:516px;
	margin-left:auto;
	margin-right:auto;
}

#photo {
	width:386px;
	height:516px;
	float:left;
	background-image:url(../image/photo_accueil.jpg);
}

/****************** PARTIE DE CONTENU TEXTE *************************/
#contenu {
	width:569px;
	height:516px;
	float:left;
	background-image:url(../image/fond_contenu.jpg);
	background-repeat:no-repeat;
}

.gros_texte {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-.5px;
}

.petit_texte {
	font-size:11px;
}
.texte_rouge { color:#bd3500; }
.texte_gris { color:#3f3f3f;}
.mini_texte_rouge { font-size:9px; color:#bd3500; }
.mini_texte_vert { font-size:9px; color:#586F13; }
.gros_titre_rouge { 
	font-size:24px;
	color:#bd3500;
	font-weight:bold;
	font-style:italic;
}

.titrepage {
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#bb3500;
	margin-top:15px;
	margin-bottom:15px;
	width:580px;
}

#zone_texte {
	border-top:2px solid #bb3500;
	height:270px;
	padding-top:20px;
	padding-bottom:20px;
}

#zone_texte_page {
	border-top:2px solid #bb3500;
	height:360px;
	width:530px;
	padding-top:20px;
	padding-bottom:20px;
	overflow:auto;
}

p {
	color:#586f13;
	line-height:20px;
	margin-bottom:10px;
}

td {
	color:#586f13;
}

/*************************** NOUVELLES ************************************/

#nouvelles {
	border-top:2px solid #bb3500;
	height:110px;
	width:520px;
}

#nouvelle {
	width:250px;
	float:left;
}

#nouvelle p {
	margin-left:30px;
}

#nouvelle a {
	color:#bd3500;
	text-decoration:underline;
}

#nouvelle a:hover {
	text-decoration:underline;
	color:#586F13;
}

.titrenouvelle {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#bd3500;
	letter-spacing:-.5px;
}
/**********************************************************************/

#footer {
	width:955px;
	text-align:right;
	font-size:11px;
	padding-top:5px;
	color:#f1e8d4;
}

#footer a { color:#f1e8d4; }