/* CSS Document */
body 
{
	width: 700px;
	margin: auto;
	margin-top: 6px;
	text-align: center;
	background-color: #000000;
	font-size: 14px;
	color: #8B171F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#entete
{
	width:700px;
	border: 3px solid #980027;
	background-color: #FFFFFF;
}
#page
{
	background-color: #FFFFFF;
	width: 660px;
	border: 3px solid #980027;
	padding: 20px;
	z-index:10;
}
p
{
	text-align: justify;
	margin-top: 15px;
	line-height: 1.5em;
}
.titre
{
	font-weight:bold;
	margin-left: 10px;
	font-size: 16px;
}
hr
{
	color: #EC7318;
	background-color: #666600;
	width: 90%;
	height: 2px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
	color:#666600
}
td
{
	padding: 10px;
	vertical-align: top;
}
#plan
{
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pied-de-page
{
	text-align: center;
	width: 704px;
	color:#FFFFFF;
	font-size: 12px;
	margin:auto;
	margin-bottom: 10px;
}
#pied-de-page a
{
	color: #EC7318;
}
li
{
	text-align: justify;
	margin-left: -5px;
	margin-bottom: 10px;
}
a
{
	text-decoration:none;
	color:#980027;
}
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu 
{
	position:absolute;
	z-index:100;
	width: 706px;
}
#menu dl 
{
	float: left;
	width: 86px;
	margin:0px;
}
#menu dt 
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #F3A050;
	
}
#menu dd 
{
	border: 1px solid gray;
}
#menu li 
{
	text-align: center;
	background: #FED74B;
}
#menu li a 
{
	color: #980027;
	text-decoration: none;
	display: block;
	height: 100%;
	border: none;
	font-size: 10px;
}
#menu dt a
{
	color: #980027;
	text-decoration: none;
	display: block;
	height: 100%;
	border: none;
	font-size: 11px;
}
#menu li a:hover, #menu dt a:hover 
{
	background: #eee;
}
