body {
	background-color: #000000;
}
.centrage_h_v{
	position:absolute;
	/* Centrer verticalement */
top: 50%;
	margin-top: -200px;
	/* Centrer horizontalement */
left: 50%;
	margin-left: -500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

/* template.........*/
/* template.........*/
/* template.........*/

.general{
	background-color: #000000;
	position:absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.menuh{
	background-color: #333333;
	height: 120px;
	border: 1px solid #999999;
}
.milieu{}

.menuv{
	
	background-color: #000000;
	width: 120px;
	
	
}

.boutonmenu{
	background-color: #000000;
	height: 20px;
	width: 120px;
	margin-top: 5px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.espacemenuv{
	height: auto;
	width: 100px;
	margin-top: 5px;
	border: 1px solid #999999;
	background-color: #333333;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.main{

	background-color: #333333;
	float: right;
	
	width: 800px;
	margin-top: 0px;
	margin-left: 8px;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-left: 25px;
	text-align: center;
	padding-right: 25px;
	color: #CCCCCC;
}

hr {
clear: both;
visibility: hidden;
}
.menubas {
	height: 40px;
	width: 980px;
	margin-top: 5px;
	background-color: #333333;
	border: 1px solid #999999;
}

a:link {
	color: #666666;
	text-decoration: none;
}  
a:visited { color: #666666;} /* lien visité */ 
a:hover { color: #993333;} /* lien survolé */ 
a:active { color: #666666;} /* lien activé */ 


.img_border{
	border: 1px solid #CCCCCC;
}
.ombre{
	background-image: url(images/ombre.png);
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: right bottom;
	float:left;
}

.div_bas{
	background-color: #666666;
	bottom:0px;
	position: absolute;
	text-align: center;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: 30px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333;
	text-align: center;
}

