blockquote
{
font-style:italic;
}



hr
{
  background: #B1A89C;
  border: 0;
  color: #B1A89C;
  height: 1px;
  margin: 12px 0 0 0;
}


/* ELEMENTS D'EN TETE */

#entete
{
	margin-left:40px;
	margin-right:50px;
	height:144px;
	background-image: url(/css/fond-groupe.gif);
	background-repeat: no-repeat;
	padding-left:258px;
}

#entete h1
{
	margin:0 0 17px 0;
	display:block;
	width:450px;
	height:59px;
	background-image: url(/css/fond-titre.gif);
	font-size:1px;
	color:#FFF;
	background-repeat: no-repeat;
}


#entete p
{
margin:0;
}

#menu
{
	font-size:10px;
font-weight:bold;
margin-top:10px;
}




#menu ul
{
	margin:0;
	padding:0;
text-align:center;
}

#menu li
{
	display:inline;
	margin: 0px;
height:50px;
}

#menu li:hover
{

}


#menu a
{
text-decoration:none;
border-bottom:2px solid #B1A89C;
border-left:2px solid #C8C1B7;
border-right:2px solid #C8C1B7;
border-top:2px solid #fff;
padding:2px 5px;
background-color:#469;
	background-image: url(/css/fond-bouton.gif);
background-position:top center;
}

#menu a:hover
{
}

#menu a.menu-current
{
	color:#432;
border-top:2px solid #B1A89C;
border-left:2px solid #C8C1B7;
border-right:2px solid #C8C1B7;
border-bottom:2px solid #fff;
}



/* BLOCS IMPORTANTS */

#haut, #conteneur, #pied
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#haut
{
	background-image: url(/css/fond-haut.jpg);
	height:36px;
	background-repeat: no-repeat;
	background-position:top center;
}

#conteneur
{
	background-image: url(/css/fond-milieu.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	background-color: #F3EBDD;
}


#ie-debug
{
	width:700px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}

#gauche, #droite
{
}

#gauche
{
	float:left;
	width:220px;
}

#droite
{
	width:450px;
	float:right;
	font-size:11px;
	line-height:1.5em;
}

#droite img, #droite .illustration
{
border-left:1px solid #DDD;
border-right:1px solid #DDD;
border-bottom:1px solid #CCC;
border-top:1px solid #EEE;
padding:8px;
background:#FFF;
margin-bottom:10px;
text-align:center;
}

.illustration img
{
border:0;
padding:0;
}

#gauche, .mininotes, .illustration
{
	font-size:9px;
	line-height:1.35em;
}




/* STYLES STANDARDS */


body
{
	background-image: url(/css/fond.jpg);
	background-position:top center;
	margin:0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	color:#432;
	background-color: #E1A150;
}

p, blockquote, li, h1, h2, h3, h4
{
	margin:0.8em 0;
	padding:0;
}



h2
{
	color:#A30;
	font-size:14px;
	font-weight:normal;
}

h3
{
	color:#A30;
	font-size:12px;
	font-weight:normal;
	margin-top:15px;
}

#gauche h3
{
	color:#A30;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
}

a
{
	color:#469;
	text-decoration:none;
	border-bottom: 1px solid #9AC;
}

a:hover
{
	color:#432;
	border-bottom: 1px solid #9E948A;
}



fieldset
{
padding:15px;
border:1px solid #9AC;
}






/* PIED DE PAGE */


#pied
{
	background-image: url(/css/fond-pied.gif);
	height:65px;
	background-repeat: no-repeat;
	background-position:bottom center;
	color:#9E948A;
	font-size:9px;
}


#pied p
{
	margin: 0 0 0 80px;
	padding-top:16px;
}


#pied a
{
	color:#9AC;
	text-decoration:none;
	border-bottom: 0px;
}


#pied a:hover
{
	color:#432;
}




/* AJUSTEMENTS ET DIVERS */


#droite h2, #gauche h2
{
	margin: 15px 0 6px -4px;
}


.cleardiv
{
	height:0px;
	clear:both;
	margin:0;
	padding:0;
}


.article_image
{
float:left;
margin-bottom:-10px
}

.article_image img
{
margin-right:10px;
}

