html, body {
	height: 100%;
	margin: 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color:#000000;
}

div#conteneur {
	height: 100%;
	width: 770px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #000000;
}

div#header {
	height: 100px;
	padding-left: 0px;
	margin-bottom: 0px;
	border: none; 
	border-bottom: 1px dashed #999;
	position:relative;
	
}
div#header h1{
	font-size:18px;
	position:absolute;
	bottom:-13px;
	padding-left: 31px;
}
html* div#header h1{
	padding-bottom:13px;
}
div#rouge{
	background-color:#990000;
	height:85px;
	width:85px;
	position:absolute;
	margin-top:75px;
	margin-left: 30px;
}
div#contenu {
	height:100%;
	margin-left:50px;
	margin-top: -50px;
	border: none;
	border-left: 1px dashed #999;
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 30px;
}

div#gauche {
	float: left;
	width: 180px;
	height: 500px;
	/*margin-left: 25px;*/
	padding-left: 20px;
	margin-top: 80px;
	padding-top: 70px;
	border: none; 
	border-right: 1px dashed #999;
}

dl, dt {
	color:#990000;
	list-style-type: circle;
}
dd, ul, li{
	color: #FFFFFF;
	list-style-type: circle;
}
#menu {
width: 17em;
}
#menu dt {
	/*color:#990000;*/
	cursor: pointer;
	margin: 10px 0;
	height: 20px;
	/*line-height: 20px;*/
	font-weight:bold;
	font-size:18px;
	
}
#menu dt.current a {
	background-color:#FFFFFF;
	text-decoration:none;
}
#menu li.current a {
	background-color:#990000;
	text-decoration:none;
}

#menu dd {
color: #FFFFFF;
margin-left:-10px;
}
#menu li a{
	color: #FFFFFF;
	text-decoration: none;
	border: 0 none;
	height: 100%;
	font-size: 14px;
}
#menu dt a {
text-decoration:none;
color: #990000;
border: 0 none;
height: 100%;
}
#menu li a:hover{
background-color:#990000;
} 

#menu dt a:hover {
background-color:#FFFFFF;
text-decoration:none;
}

div#droite {
	float: right;
	width: 500px;
	height: auto;
	margin-top:0px;
	margin-left: 5px;
	padding-top: 90px;
	text-align:justify;
	padding-bottom: 50px;
}
div#droite p{
	padding-right:10px;
}
div#contenu h1{
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4em;
}
div#contenu h2{
	padding-left: 18px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #000000;
	background-image: url(../img/pucetitre.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
div#copyright {
	
	height: 20px;
	width: 100%;
	bottom:0;
	margin: -20px 0px;
}
div#copyright p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}
div#date{
	float: right;	
	padding-top:40px;
}
#droite dt a {
text-decoration:none;
color: #990000;
border: 0 none;
height: 100%;
}
#droite dt a:hover {
	background-color:#FFFFFF;
	text-decoration:underline;
}
#droite li {
	
	font-size: 0.9em;
	text-align:left;
}