/*  Design vitrail   */

body
{
   width: 764px;
   height: 580px;
   margin: auto;    
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: small;
   font-weight: normal;
   color: rgb(0, 0, 153); 
   background-color: rgb(255,255,255);
 }

#titre {  width: 760px;
          height: 45px;
		}
		  
#haut { 
           width: 760px;
	       height: 540px;
		   overflow: auto;}	
		  	
#barre     { 
            width: 760px;
	        height: 40px;
		   }
		   
h1, h2, h3 {font-family: Verdana, Geneva, Arial, sans-serif; }

h1 {color: rgb(0, 0, 153);
    font-size: 130%;
}

h2 {color: rgb(0, 0, 153);
    font-size: 120%;}

h3 {color: rgb(0,0,153); 
    font-size: 110%;
   }

h4 {font-family: Georgia, Times New-Roman, Times;
   color: rgb(0, 0, 153);
   font-size: 100%;}

h5 {font-family: Georgia, Times New-Roman, Times;
    color: rgb(0, 0, 153);
     font-size: 85%;}

h6 {font-family: Georgia, Times New-Roman, Times;
    color: rgb(0, 0, 153);
    font-size: 70%;}
	
.titre1{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18pt; color:  #000099;
	}

.titre2{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16pt; color:  #000099;
	}


/* Fin Document CSS */