@charset "iso-8859-1";

*{padding: 0; margin: 0;}

body
{
   margin: 0;
   padding: 0;
   margin-top: 15px;
   margin-bottom: 10px;
   background-color: #D4F1F7;
   font-family: verdana, tahoma, "Comic Sans MS", "Times New Roman", Times;
   font-size: 0.9em;
   line-height: 18px;
}	 

#conteneur
{
   width: 950px;
   position: relative;
   margin: 0; padding: 0;
   margin: auto;
   overflow: hidden;
   border-top: 1px solid #0993ff; 
   border-right: 1px solid #0993ff;
   border-left: 1px solid #0993ff;
   background-image: url(images/pool.jpg);
   background-color: #61aaff;
   background-repeat: no-repeat;
}


/* L'en-tête */


#en_tete
{
   margin-top: 0px;
   height: 157px;
   width: 100%;	
   position: relative;
}
 
#banniere
{  
   margin: auto; 
   width: 850px;
   height: 157px;
   background-image: url(images/ban3.jpg);
   background-repeat: no-repeat;
}

.accueil
{  
   position: absolute;
   display: block;
   width: 848px;
   height: 130px;
   z-index: 10;
   top: 0px;
   left: 50px;
}   
 
#partenaire
{  
   position: absolute;
   width: 202px;
   height: 25px;
   z-index: 10;
   bottom: -40px;
   left: 700px;
   background-image: url(images/omega.gif);
   background-repeat: no-repeat;   
}  

#partenaire a
{  
   text-decoration: none;
}

#partenaire img
{  
   border: none;
}

#partenaire a span
{  
	line-height: 25px;
	color: #eff729;
	font-weight: bold;
	font-style: italic;
   font-family: "Comic Sans MS", "Times New Roman", Times;	
	margin-left: 25px;
}

#partenaire a:hover span
{  
	color: #0017aa;;
   background-color: #fff;
   -moz-opacity: 0.8;	

}

#sous_centre 
{   
   position: relative;
   width: 90%;
   top: 40px;
   margin: auto;
   height: 533px;
   background-color: #fff;
   -moz-opacity: 0.9;
}

#centre 
{
   position: relative;   
   width: 90%;
   margin: auto;
   height: 533px;
   padding-bottom: 40px;
   top: -490px;
   overflow: auto; 
}

#centre p
{
   margin-right: 25px;
   margin-left: 25px;
   color: #000;
   text-align: justify;
   font-size: 1em;
}

 #centre h1, #centre_partenaire h1{
   padding-bottom: 50px;
   margin-top: 35px;
   color: #0017aa;
   text-align: center; 
   font-size: 22px;
   width: 100%;
   height: 25px;
}

 #centre h2{
   margin-bottom: 10px;
   margin-top: 15px;
   color: #ad351b;
   font-size: 18px;
   padding: 15px;
   font-family: "Comic Sans MS", "Times New Roman", Times;

}

 #centre h3{
   margin-bottom: 10px;
   margin-top: 15px;
   color: #ad351b;
   font-size: 14px;
   padding: 5px;
   font-family: "Comic Sans MS", "Times New Roman", Times;

}

 #centre ul{
   width: 85%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   padding-top: 15px;
   padding-bottom: 15px;
   border: 1px dashed #FA7637;
}

 #centre li{
   color: #0017aa;
   font-size: 0.9em;
   line-height: 22px;
   font-weight: bold;
   list-style-type: circle;
   margin-left: 25px; 
}


 #index{
   height: 161px;
   width: 80%;
   margin: auto;
   background: url(images/boite_grande.gif);
   background-repeat: no-repeat;
   /*background-position: center;*/
}

.omega{
   font-size: 1.1em;
   font-weight: bold;
   color: #0017aa;
   font-style: italic;
}  

 #centre .annonce{
   font-size: 1em;
   font-weight: bold ;
   text-align: center;
   background: #fff;
   margin-top: 10px;
}    
 
 #centre .annonce2{
   font-size: 1em;
   font-weight: bold ;
   text-align: center; 
   color: #ad351b;
   background: #fff;   
}

.petit{
   font-size: 0.8em;
   font-style: italic ;
}

.important{
   text-decoration: underline ;
   font-style: italic ;
   color: red;
}

.merci{
   margin: 25px;

}
	
			/*........................ formulaire essai ..............*/

#formulaire{
   width: 90%;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   border: 1px dashed #ad351b; 
   overflow: hidden;
position: relative; 
}			
			
fieldset{
  width: 45%;
  height: 250px;
  color: #000;
  font-family: "Comic Sans MS", "Arial Black", "Times New Roman", Times;	   
  font-size: 15px;
  padding-left: 10px;

  border: 2px solid gray;	
  margin-bottom: 15px;
}			

fieldset.gauche{
  float: left;
  margin-left: 18px; 
}

fieldset.droite{
  float: right;
  margin-right: 18px;
}
 
fieldset.centre{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
} 
 
label{
  color: #000;
  font-family:"Arial Black", "Times New Roman", Times;	   
  font-size: 11px;
  padding: 0px;
  float: left;
  margin: 5px;
 
}

#formulaire ul{
width: 45%;
margin-left: 20px;
border: none;
font-size: 11px;
}

#formulaire ul.recap_gauche{
float: left;
margin-top: -15px;
}

#formulaire ul.recap_droite{
float: right;
margin-top: -15px;
}

#formulaire ul span{
color: #000;
font-style: italic;
font-size: 12px;
margin-left: 10px;
}

.correction{
width: 100px;
height: 25px;
float: left; 
}


.validation_finale{
width: 100px;
height: 25px;
float: left;

}

.fin_float{
clear: both;
}

#centre #condition {
color: #000;
font-style: italic;
font-size: 65%;
font-weight: bold; 
}

fieldset.centre label{
float: none;
}

fieldset.centre imput{
witdh: 100px;
}

#formulaire p.important
{
   color: #ef6500;
   text-align: center;
   font-weight: bold;
   font-size: 0.9em;
       
}

			/*........................ formulaire commande..............*/
			
			
fieldset.commande{
  height: 30px;
  width: 600px;
  color: #000;
  font-family: "Comic Sans MS", "Arial Black", "Times New Roman", Times;	   
  font-size: 15px;
  margin: auto;
  border: 2px solid gray;	
  margin-bottom: 15px;
  background: #3586ff;
}

fieldset.paypal{
  width: 90%;
  height: 80px;
  padding-left: 10px;
  margin: auto;
  border: 2px solid gray;	
  margin-bottom: 10px;
  margin-top: 10px;  
} 

#pied_de_page /*--------------------------- Pied -----------------------------------*/
{  
   width: 950px;
   height: 45px;
   margin: auto;
   text-align: center;
   color: #fff;
   line-height: normal;
   font-family: "Arial Black", "Times New Roman", Times, serif;
   font-size: 11px;
   background: #FA7637;
   border-bottom: 1px solid #0993ff; 
   border-right: 1px solid #0993ff;
   border-left: 1px solid #0993ff;
}
      
#prix{
	width: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;	
	border: 1px dashed green;
	overflow: hidden;
	
}

#prix p{
	clear: both;
   font-family: verdana, tahoma, "Comic Sans MS", "Times New Roman", Times;
   font-size: 0.9em;
   color: #0016aa;
   text-align: justify;
   margin:0 15px 0 15px;
   }
 
#prix span{
   float: right;
   font-weight: bold;

   }
   
label.client {
   margin: auto;
   margin-left: 150px;
   } 

#tarif{ /*---------------------------------- Tarifs---------------------*/
	margin: auto;
	padding-bottom: 30px;
}

#tarif h2{
	width: 300px;
   margin: auto;
   margin-bottom: 10px;
   margin-top: 15px;
   color: #ad351b;
   font-size: 16px;
   padding: 5px;
   font-family: "Comic Sans MS", "Times New Roman", Times;
  }
  
#tarif h3{ 
	width: 300px;
   margin-left: 100px;
   margin-top: 10px;
   color: #0016aa;
   font-size: 14px;
   font-family: "Comic Sans MS", "Times New Roman", Times;
  }

#tarif p{
   color: #000;
   font-size: 13px;
   font-weight: bold;
   margin-left: 350px;
   font-family: "Comic Sans MS", "Times New Roman", Times;
  }
       
#pied_de_page a{  
   color: #43D0EE;
   text-decoration: none;
}

 
.photo_gauche 

{
   float: left;
   margin: 20px;
   border: 1px solid #000;
}

.photo_droite

{
   float: right;
   margin: 20px;
   border: 1px solid #000;
}



.espace150{
   margin-top: 150px;

}

.espace50{
   margin-top: 50px;

}

.spacer{
   clear: both;
}

/*---------------------------------------- Menu ---------------------------------------------------*/

 ul.menu {
list-style-type: none;
   width: 740px;
   overflow: hidden;
   position: absolute;
   z-index: 500;
   bottom: 10px;
   left: 182px;

}

.menu li {
float: left;

}

.menu a {
margin: 0 2px;
width: 113px;
height: 20px;
display: block;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #000;
background: #FC7837;
font-style: italic;
}

.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  border-bottom: 2px solid #4a4a4a;  
}
.menu a:hover {
  border-top: 2px solid #4a4a4a;
  border-left: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece; 
  background: #43D0EE;
}

a.courant {
  border-bottom: 1px solid #cecece;
  border-top: 3px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
  background: #43D0EE;
}


/* --------------------------------------- tableau de liens -------------------------------*/


#centre_partenaire 
{
   width: 850px;
   margin: auto;
   margin-top: 40px;
   font-family: Tahoma, "Times New Roman", Times;
   font-size: 8px;
   text-align: center;
   overflow: hidden;   
   border: 1px  solid #800000;
   background-color: #f2f2f2;   
   
}

#centre_partenaire table{
	width: 95%;
	margin: auto;

}

#centre_partenaire td{
	vertical-align: center;
	text-align: center;

}

#centre_partenaire  a{
   text-decoration: none;
   color: #000;
}


#centre_partenaire img{
   border: none;
   text-align: center;
   margin: 10px 0  0;
}


#droite  h2 
{
   color: #010;
   font-family: "Comic Sans MS", "Times New Roman", Times;

   text-align: center;
   font-size: 15px;
   font-style: italic;
}
#droite  h3 
{
   height: 25px;
   padding-left: 30px;
   color: #525252;
   text-align: left;
}

.lien_seul {
    text-align: center;

}

.lien_seul a{
    text-decoration:none;
    font-weight: bold ;
    color: #0030d0;
    font-style: italic;
}


.top a:hover{
    background: #0091aa;
}

.texte_dessous
{
   clear: both;
   width: 30px;
}	

.animation {
width: 300px;
height: 50px;
position: absolute;
top: 150px;
left: 50%;
margin-left: -150px;
}


