html { background: #FFF; }
* { padding: 0; margin: 0; border: none; }
body 
{
	position: relative;
	width: 1000px;
	margin: 5px auto;
	padding: 0;
	background: url(../img/pix-fond.gif) repeat-y center; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFF;
}
a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }

#main { background: url(../img/bando-haut.jpg) no-repeat top }
#main_contenu 
{ 
	background: url(../img/pas.jpg) no-repeat left bottom; 
	overflow: hidden ;
}


#menu { float: left; width: 200px; margin-top: 27px; height: 850px; padding-bottom: 347px;}
#menu li 
{ 
	list-style: none; 
	background: url(../img/puce-menu.gif) no-repeat left;
	padding: 0 0 0 13px;
	margin-left: 8px;
}
#menu a { font-weight: bold; }
#menu .selected { color: #FF0; }

.pointille 
{
	border-bottom: dashed 1px #FFF; 
	background: none !important; 
	height: 10px; 
	margin: 0 10px 10px 23px !important; 
}

#pied 
{ 
	clear: both;
	background: url(../img/pied.jpg) no-repeat; 
	padding: 50px 0 0 20px; 
	color: #039;
	height: 92px;
}
address { font-style: normal; font-weight: bold; }
#pied a { color: #039; }

#contenu { overflow: hidden; padding: 25px; }
#reserve { border-bottom: dashed 1px #FFF; }

#erreur { color: #E6DA16; }