html 
{
	background: #7B935E;
}

* 
{ 
	margin: 0; 
	padding: 0; 
	border: none; 
	list-style: none; 
	text-decoration: none; 
}
body 
{
	position: relative;
	width: 1000px;
	background: url(../img/fond.gif) repeat-y center;
	margin: 0 auto;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}
a { color: #FFF; }
em { font-weight: bold; font-style: normal; }
#bandeau 
{
	background: url(../img/bandeau.gif) no-repeat center top;
	padding: 12px 0 0 15px;
	margin: 0;	
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #B2D546;
}
#menu 
{
	float: right;
	width: 545px;
	padding: 15px 0 0 5px;
	height: 320px;
}
#menu a 
{
	display: list-item;
	list-style: url(../img/puce-menu.gif) inside;
}
#menu .selected 
{ 
	list-style: url(../img/puce-menu-selected.gif) inside; 
	font-weight: bold; 
}
#main 
{ 
	overflow: hidden;
	background: url(../img/fond-contenu.gif) no-repeat right 49px; 
	padding: 0 20px;
}

.photos 
{
	background: url(../img/galerie.gif) no-repeat top left;
	margin: 10px 0;
	padding: 50px 0 0 0;
}

.photos img
{
	border: solid 1px #9DBE6F;
	padding: 10px 0;
	margin: 0 10px 0 0;
}
.listArticle { clear: both; border-bottom: solid 1px #9DBE6F; margin-top: 9px }
.photoList { float: right; }
.desc { overflow: hidden; padding: 0 ; width: 220px; text-align: justify; }

.detail 
{
	background: url(../img/detail.gif) no-repeat 154px top; 
	text-align: right;
	padding: 5px 0 7px 0;
}
#pied, #pied a { color: #3C5D0E; clear: both;	}
#pied p { margin: 20px 0 0 450px; text-align: center; }
.boutons { text-align: center; }
.obligatoire {background: #A9BB58;}
