body
{
   background-color: RGB(56, 57, 127); 
}
#partenaires
{
   width: 600px;
   height: 60px;
   position: absolute;
   top: 90px;
   left: 400px;
   background-image: none;
}
#banniere
{
   width: 1000px;
   height: 209px;
   position: absolute;
   top: 0px;
   left: 5px;
   background-image: url("images/banniere.jpg"); 
}
#texte_accueil
{
	font-family: Arial;
	font-size: 15px;
	color: RGB(56, 57, 127);
                     margin-top: 5px;
	margin-left: 50px;
	margin-right: 300px;
	text-align: justify;
	font-weight: bolder;
}
#menu
{
   width: 1000px;
   height: 122px;
   position: absolute;
   top: 209px;
   left: 5px;
   background-image: url("images/cadreavec8boutons_lignemenu.jpg");
}
table
{
   border-collapse: collapse;
   margin-left: 22px;
   margin-top: 13px;
}
td
{   
   padding-bottom: 11px;
   text-align: center;
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: white;
}
a
{
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: white;
   text-decoration: none;
}
b
{
   text-decoration: underline;
   font-style: italic;
   color: RGB(56, 57, 127);
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
}
#corps
{
   width: 1000px;
   height: 1022px;
   position: absolute;
   top: 331px;
   left: 5px;   
   background-image: url("images/fond.jpg");
   overflow: scroll;
}
#photo
{  
   margin-left: 50px;
   margin-right: 150px;
   max-width: 800px;
}
#bouton_gauche
{  
   margin-top: 70px;
   margin-left: 20px;
   float: left;
   width: 50px;
}
#galerie
{  
    margin-top: 20px;
	float: left;
	width: 700px;
}
h3
{
	font-family: Arial;
	font-size: 25px;
	color: RGB(56, 57, 127);
	text-align: center;
}
#bouton_droite
{
   margin-top: 70px;
   padding-left: 0px;
   float: left;
   width: 50px;
}
h1
{
	font-family: Arial;
	font-size: 30px;
	color: RGB(56, 57, 127);
	margin-left: 50px;
	margin-top: 50px;
}
h2
{
	font-family: Arial;
	font-size: 25px;
	color: RGB(56, 57, 127);
	margin-left: 50px;
	margin-top: 50px;
}
P
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	text-align: justify;
	color: RGB(56, 57, 127);
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 200px;
	margin-bottom: 50px;
}
#image1
{
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}
#image2
{
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}
#pied_de_page
{
   width: 1000px;
   height: 41px;
   position: absolute;
   top: 1353px;
   left: 5px;
   background-image: url("images/cadredefin.jpg");
}
