/*  Design vitrail   */

body
{
   width: 764px;
   height: 580px;
   margin: auto;    
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: small;
   color: #000099; 
   background-color: rgb(255,255,255);
 }
 
a:  { color: #0000ff;} 
a:link { color: #0000ff; text-decoration: none; }  
a:visited { text-decoration: none; color: maroon; }
a:hover { text-decoration: none; color: #00FCCC; }
a:active { text-decoration: none; color: #0000ff; }

#titre {  width: 760px;
          height: 45px;
		}

#haut { 
           width: 760px;
	       height: 460px;
		   }
		   		  
#contenu { float: left;
           width: 600px;
	       height: 460px;
	       overflow: auto;
		  }	
		  	
#menu     { float: left;
            width: 160px;
	        height: 460px;
		   }
		   
#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 */