/* fichier Css pour le Background de nuit */

/* Le BackGround Nuit */
body{

	/*background: url(../images/background_01.jpg) top center no-repeat;*/
	background-color:#FFC700;

}

#conteneur_total {
	
	background: url(../images/background_01.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 Jour */
#conteneur{
	
	border:solid 1px #F0BB00;

}

/* Le Footer Jour */
#footer a{

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

#footer a:hover{

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