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


.cont {
background-color :#fff;
text-align : left;
width : 730px ; 
margin-left : auto;
margin-right : auto;
margin-top : 5%;
height:100%;
border : 3px solid #1f8a32;
}
html>body .cont {height : auto; min-height : 100%;}

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

h1 {
text-align: center;
font-size : 53px;  
color : #2e50cd ;
}

h2 {
text-align: center;
font-size : 33px;  
color : #e30015 ;
}

h3 {
text-align: center;
font-size : 28px;  
color : #9491a4 ;
}

h4 {
text-indent : 25px ;
font-size : 18px;  
color : #75a926 ;
}

h5 {
text-align: center;
text-indent : 25px ;
font-size : 20px;  
color : #9491a4 ;
}

.img {
border : 2px solid #1f8a32}
.img2{
}
.img3{
text-align: right;
}

p 
{margin : 3px 15px 0 0 ; padding : 15px ; 
text-indent : 25px ; color : black ; 
text-align : justify ; font-size : 17.5px ; font-variant: normal}

ul
{margin : 3px 15px 0 0 ; padding : 15px ;
list-style-image: url("coche.png");
text-indent : 15px ; color : #555555 ; 
text-align : justify ; font-size : 15px ; font-variant: normal}

.haut_droite {
width :520px;
 background-color :transparent; 
 float : left; 
 margin-left : 0; 
 overflow : hidden 
 } 
 
 
.logo {
float : left ; 
margin-top : 20px ; 
margin-right : 20px ;
border : 1px solid #1f8a32 }

.logo2 {
float : left ; 
margin-top : 20px ; 
margin-right : 20px ;
margin-left : 15px;
border : 1px solid #1f8a32 }

.logo3 {
float : left ; 
margin-top : 25px ; 
margin-right : 5px ;
margin-left : 15px;
border : 1px solid #1f8a32 }


/* ZONES DE SAISIE */

input, textarea
{
   font-family: "Arial", 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: #c5edb1;
}
 
label
{
   color: #1f8a32; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
   font-size : 13px;
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #1f8a32;
   font-size : 14px;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #c5edb1;
}