body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	background-color: #FFFFFF; 
	/* background-color: #222222; */

}

#header
{
	width: 100%;
	margin: auto;
	text-align: center;
}

#header img
{
	border: 1px solid #FFFFFF;
}

#center
{
	width: 950px;
	margin: auto;
	font-size: 11px;
	vertical-align: top;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	margin-top: 3px;
	position: relative;
}

dl, dt, dd, il
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table
{
   border-collapse: collapse;
}

td, th
{
   border: 1px solid black;
}


#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu 
{
	top: 0;
	width: 100%; /* correction pour Opera */
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu dl 
{
	float: left;
	width: 20%;
}

#menu dt 
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #eee;
	border: 1px solid gray;
	margin: 1px;
}

#menu dd 
{
	display: none;
	border: 1px solid gray;
}

#menu li 
{
	text-align: left;
	background: #fff;

}

#menu li a, #menu dt a 
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
	background: #FF9900;
}

h1
{
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
}

h1:first-letter
{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

#texte
{
	width: 95%;
	margin: auto;
	font-size: 12px;
	text-align: justify ;
	margin-bottom: 20px;
	padding-top: 50px;
}


#footer
{
	width: 950px;
	height: 16px;
	margin: auto;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 6px;
	color: #000000;
}

#footer a
{
	color: #FF9900;
	text-decoration: none;
}

a
{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

img
{
	border: 1px solid #000000;
}

.droite
{
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}
