/*  Design vitrail   */

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

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

#titre1 {  width: 760px;
           height: 70px;
		}
		
				  
#contenu { float: left;
           width: 600px;
		   height: 500px;
		   overflow: auto;
		  }	
 
#contenu1 { float: left;
           width: 760px;
		   height: 400px;
		   background-image: url(http://www.cathedrale-chartres.fr/ktd/themes/nativite_marie/images/vit_choeur.jpg);
		   background-repeat: no-repeat;
		   background-position: 0mm 0mm;
		   overflow: auto;
		  }	

#contenu2 { float: left;
           width: 760px;
		   height: 401px;
		   overflow: auto; 	
		   }	
#contenu3 { float: left;
           width: 760px;
		   height: 404px;
		   overflow: auto; 		
		   }	
		   		  	
#menu     { float: left;
            width: 160px;
		    height: 500px;
		   }

#barre     { float: left;
            width: 760px;
	        height: 40px;
		   }
		   		   
#tableau {  width: 760px;
            height: 45px;
		 }
		
#tableau1 {  float: left;
            width: 760px;
          }		
		
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 */