/* fichier Css pour le Background de jour */

/* Le BackGround Jour */
body{

	/*background: url(../images/background_night_yellow) top center no-repeat;*/
	background-color:#000000;
	
}

#conteneur_total {

	background: url(../images/background_night_yellow.jpg) top center no-repeat;
	position:absolute;
	
	width:1629px;		
	height:1408px;	
	left: 50%; 
	top: 50%; 	
	margin-left:-814.5px;		
	margin-top:-704px;	
	
}

/* Le contour du Conteneur Nuit */
#conteneur{
	
	border:solid 1px #333333;

}

/* Le Footer Nuit */
#footer{

	color: #F0BB00;

}

#footer a{

	/* color: #000000; */
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	
}

#footer a:hover{

	color:#D91A28;
	text-decoration: underline;
	
}