html { background: #FFFFFF; }
* { padding: 0px; margin: 0px; text-decoration: none; list-style: none; border: none; }
a:hover { text-decoration: underline; }
a { color: #626262; }

body 
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../img/pixel.gif) repeat-y left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #626262;
}

#menu 
{
	height: 769px;
	background: url(../img/menu.jpg) no-repeat left top;
	width: 169px;
	float: left;
	text-align: center;
	padding: 66px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 50px;
	color: #A50F04;
}

#menu a { color: #A50F04; }
#menu .selected { font-weight: bold; }

#main 
{
	overflow: hidden; zoom: 1;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

#main h3 
{
	display: inline;
	color: #A50F04;
	font-weight: bold;
	font-style: italic;
}

#contenu 
{
	overflow: hidden; zoom: 1;
	padding: 0 34px 0 24px;
}

#ariane
{
	font-weight: bold;
	font-style: italic;
	color: #A50F04;
	text-align: right;
	margin: 24px 0;
}

#cadresAccueil
{
	float: left;
}

.photos
{
	margin: 23px 0;
}

.photos img
{
	padding: 23px 0 0 26px;
	background: url(../img/cadre.jpg) no-repeat left top;
}

.photos em { display: block; text-align: center; }

.item 
{
	border-bottom: solid 1px #A50F04;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
}

.photo { float: right; padding: 0 0 18px 18px; }

.detail 
{
	display: block;
	text-align: right;
	margin: 5px 0 0 0;
}
h2 
{
	font-size: 19px;
	color: #A50F04;
	margin: 0 0 19px 0;
}

#contenu h1 
{
	font-size: 19px;
	color: #A50F04;
	margin: 0 0 20px 0;
}

.item h2, .item h2 a 
{
	color: #A50F04;
	font-size: 17px;
	margin: 0 0 10px 0;
}

#pied 
{
	clear: both;
	background: #837F7B url(../img/pied.jpg) no-repeat right top;
	color: #FEFEFD;
	padding: 0 271px 24px 0;
}

#pied a
{
	color: #FEFEFD;
}

#pied h1 
{
	font-size: 22px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #FEFEFD;
	padding: 34px 0 7px 34px;
}

#pied h1 em 
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#pied p 
{
	padding: 0 0 0 34px;
}

#navigation
{
	text-align: center;
}

.prec
{
	float: left;
}

.suiv 
{
	float: right;
}

.retour
{
	clear: both;
	display: block;
}