/*  Design vitrail noel  */

body
{
   width: 764px;  height: 580px;
   margin: auto;    
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: small;
   color: rgb(0, 0, 153); 
   background-image: url(images/fond_cristo.gif);
 }
 
a {color: blue; text-decoration: none;}
a:link {color: blue;}
a:visited {color: maroon;}
a:hover {text-decoration: underline;}

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

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