html, body {
margin: 0;
padding: 0;
height: 100%
}

body {
margin: 0;
padding: 0;
text-align : left;
font-family : arial;
font-size : 12px;
color : #000;
background : #55a4ff;
}

.cont {
background-color :#fff;
text-align : left;
width : 705px ; 
margin-left : auto;
margin-right : auto;
margin-top : 0%;
height:100%;
border : 10px solid #3b82d3;
}
html>body .cont {height : auto; min-height : 100%;}


.haut {
width : 675px ; 
height : 251px ;
background-color :transparent;
margin-left : auto;
margin-right : auto;
margin-top : 15px;
background-image : url(images/bghaut.jpg);
border-top : 1px solid #fff}
 
 
 .centre {
width : 675px ;
margin-left : auto;
margin-right : auto;
text-align : left; 
background : transparent;
overflow : auto;
}
 
 
 
 
 .bas {
 width : 705px ; 
height : 40px ;
background : transparent;
text-align : right;
overflow : hidden
}
 
 
.gauche {
float : left ;  
background : transparent;
width : 160px;
text-align : left; 
margin-left : 5px ; 
margin-top : 30px ;
padding-bottom : 100px; 
overflow : hidden;}
html>body .gauche {   margin-left : -5px ; }
 






.droite {
float : left ;  
background-color : transparent;
width : 480px;
margin-left : 15px;
 margin-top : 0px; 
padding-bottom : 100px}





.droite ul {
margin : 20px 0 ; 
}












.haut_droite {
width :352px;
 background-color :transparent; 
 float : left; 
 margin-left : 0; 
 overflow : hidden 
 } 

 

 
 
 
 
 
 
 
  h3 {
margin : 10px 0 0 0 ;
padding : 0 ; 
font-size : 12px; }
 
 
 
 
 h2 {
margin : 10px 0 0 0 ;
color : #55a4ff ; 
padding : 0 0 10px 0; 
font-size : 17px;
background :  url(images/hr2.gif) left bottom repeat-x;
text-transform : uppercase ; }

.poussetop {margin : 20px 0 0 0 ;}



h1 {
font-size : 21px;  
margin : 20px 0 0 0 ;
color : #55a4ff ;
padding : 0 0 10px 0; 
text-transform : uppercase ;
background :  url(images/hr2.gif) left bottom repeat-x;}
 
 
 
 /* LISTE */ 
 
 ul, li {
 margin :0;
padding : 0 ; 
list-style : none ;}

 
 
 /* MENU */

.menu {
text-align: left;
 background-color :transparent; 
color :#fff ; 
font-size : 14px ; 
font-weight : bold;
margin-top : 236px;
margin-left :10px;
font-size : 12px; 
overflow : hidden}
html>body .menu { margin-left :10px;  }
 
 
 
 .menu li{
 float : left ;
  margin-left : 0 ;
   padding-top : 0 ;}
  


.menu li a {
color : #fff ; 
text-decoration : none ; 
padding-right : 5px ;  
padding-left : 5px ;}


.menu li a:hover {
color : #55a4ff; 
text-decoration : none }


li.menuexept a{
text-decoration : none ;  
background : url(images/ul.jpg) right bottom repeat-y;  
 padding-right : 5px ;  
 padding-left : 5px ;}
li.menuexept a:hover { 
text-decoration : none }



.logo {
float : left ; 
margin-top : 25px ; 
margin-right : 10px ;
border : 1px solid #55a4ff }


/* IMAGES A DROITE */

.img_droite {float : right; 
margin-top : 7px ; 
margin-left : 7px ;
border : 2px solid #55a4ff }






 /* PARAGRAPHES */

p {margin : 3px 15px 0 0 ; padding : 0 ; color : black ; text-align : left ; font-variant: normal}

.pboot {
margin : 10px 15px 0 0 ; 
padding : 0 ; 
text-indent : 10px ;   
background :  url(images/pboot.jpg) left top no-repeat;}


.top {margin : 10px 25px 0 5px ; border-bottom : 1px dotted #4B3D40 ; border-top : 1px dotted #4B3D40 ; 
padding-bottom : 2px ; padding-top : 2px ; color : #000000}
.top1 {margin : 10px 25px 0 5px ; border-bottom : 1px dotted #4B3D40 ; color : #000000}
.top2 {margin : 30px 25px 0 5px ;border-bottom : 1px dotted #55a4ff ; padding-bottom : 5px}
.notop {margin : 5px 25px 0 5px ;}
.notop2 {margin : 0 25px 0 5px ;}
.couleur {color : #55a4ff; font-weight : bold }
.text {text-align : justify ; text-indent : 15px ; text-transform : none}




.signature { 
margin :0 0 0 305px; 
color : #000 }
.copy {
border : 0; 
margin-right : 5px}

 .barre {text-decoration: line-through ; }

 /* SEPARATEURS */


.spacer {
clear : both; 
height : 13px ; }




/* ZONES DE SAISIE */

input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}
 
label
{
   color: #3b82d3; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: blue;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #d9eeff;
}







 /* LIENS */


a {
color : #3b82d3; 
text-decoration : none ; 
text-transform : normal ; 
font-size : 12px; font-weight : bold}

a:hover {
color :#55a4ff; 
text-decoration : none ;}



a.class1 {
color : #000; 
text-decoration : none ; 
text-transform : uppercase ; 
font-size : 11px; font-weight : bold}

a:hover.class1 {
color : #BCDF21; 
text-decoration : none ; }

a.class2 {
color : #4B3D40; 
text-decoration : underline ; 
text-transform : uppercase ; 
font-size : 9px ; }

a:hover.class2 {
color : #4B3D40; 
text-decoration :underline }

a.class3{
color : #000; 
text-decoration : underline ; 
font-size : 9px ;}

a:hover.class3 {
color : #4B3D40; 
text-decoration : underline;  
}





.google {margin-top : 10px}




