html {
	width : 100%;
	background-image : url("../_fen/fond.png");
	background-attachment : fixed;
}
#conteneur_00 {	
    margin : 0 auto;
	width : 1180px;
	height : 720px;
} 
#conteneur_01 {	
	float : left;
	width : 1080px;
	height : 720px;
}
#conteneur_02 {	
	float : left;
	width : 100px;
	height : 720px;
	background : transparent;
}
.titre {
   text-align: center; 
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   font-size: 200%;
   color: 00BFFF;
}
.titre2 {
   text-align: center; 
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   font-size: 200%;
   color: 000000;
} 
.bas { 
   text-align: center;
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   font-size: 100%;
   color: 000000;
}
.sommaire {
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   font-size: 150%;
   color: 000000;
}  
img {
	border : none;
}