* 
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	border: none;
}

body
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../img/fond.jpg) no-repeat center bottom;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	color: #FBFEFF;
	text-align: justify;
}

a { color: #FBFEFF; }
.selected { color: #BB9C6F; }
strong { font-weight: normal; color: #BB9C6F; }
h1, h1 a { font-size: 11px; color: #BB9C6F; font-weight: bold; }
h3, h3 a { font-size: 18px; font-weight: normal; color: #BB9C6F; }
h2 { font-size: 11px; color: #BB9C6F; font-weight: bold; border-bottom: dashed 1px #BB9C6F; padding: 0 0 10px 0; margin: 0 0 30px 0; }

#logo
{
	background: url(../img/logo.jpg) no-repeat center top;
	padding: 50px 0 91px 0;
	text-align: right;
}
#logo a 
{
	padding: 0 34px 0 5px;
}
#main 
{
	background: #677074;
	border-bottom: solid 1px #BB9C6F;
}

#menu 
{
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
	line-height: 30px;
}
#menu li 
{
	background: url(../img/puce-menu.gif) no-repeat 26px center;
	padding: 0 0 0 46px; 
	margin: 0px 0 0 0;
	border-bottom: dashed 1px #7A8185
}

#menu .sousmenu 
{
	background: none;
	font-size: 11px;
	line-height: 16px;
	border-bottom: none;
	padding: 0 0 0 59px;
}
#menu .lastsousmenu { border-bottom: dashed 1px #7A8185; }
#menu .lastmenu { border-bottom: none; }

.vide { clear: both; height: 0px; line-height: 0px; font-size: 0px; }

#pied 
{
	clear: both;
	padding: 40px 0 0 0;
	margin: 40px 0 0 0;
}
.home 
{
	color: #FFF !important;
}
