@charset "utf-8";
/* CSS Document */


body {
	background-color: #FF9A35;
	background-image:url(photo/texture.jpg);
	

	font-family:Georgia, "Times New Roman", Times, serif;
}
#conteneur
{
margin:auto;
width:1024px;
background-repeat:no-repeat;

 }
#banniere_image
{ 
height: 150px;
background-image:url(photo/panu.jpg);
background-repeat:no-repeat;
border: 2px solid #954A00;
}
header{
	height: 100px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #954A00;
	background-color: #FF9A35;
	}
	header h1 { font-family:Georgia, "Times New Roman", Times, serif;	
   font-size: 1.5em;
   font-weight: bold;
   color: #C30;}
   header h2 { font-family:Georgia, "Times New Roman", Times, serif;	
   font-size: 1.2em;
   font-weight: bold;
   color: #C30;	
}
section
{
	background-color:#FFCC66;
  border: 2px solid #954A00;
}
article, nav
{
    display: inline-block;
    vertical-align: top;
	text-align: justify;
	
    
}
nav{

	width: 150px;
	background-color: #FFCC66;
	 box-shadow: 0px 2px 5px #C30;	
	 border-radius:10px 10px 10px 10px;
	border: 2px solid #954A00;
	text-align: center;
	margin-left:20px;
	margin-top:20px;	
	
}
nav ul
   { list-style-type:none;
      margin: 0;
		padding:0;
		border-bottom:2px solid #C30;	
		
   } 
   nav li
{   display: inline-block;
   		    
} 
   nav a
{
    font-size:  0.9em;
	 font-weight: bold;
   color: #C30;	
    text-decoration: none;
}
 article{
  background-color: #FFCC66;
  width:720px;
  padding-left:10px; 
  text-align: justify;
  
}
article h1 { font-family:Georgia, "Times New Roman", Times, serif;	
   font-size: 1.5em;
   font-weight: bold;
   color: #C30;
   text-align:center;
   }
   article p
{
    font-size: 0.9em;
	text-align:justify;
	
}
	article a
{
    
	font-size:  0.9em;
	 font-weight: bold;
   color: #C30;	
    text-decoration: none
   
}
footer
{
padding:5px;
clear:both;
text-align: justify;
background-color: #FFCC66;
border:  2px solid #954A00;
}
  	footer a
{
    
	font-size:  0.9em;
	 font-weight: bold;
   color: #C30;	
    text-decoration: none
   
} 
   footer p
{
    font-size: 0.9em;
	text-align:justify;
	
}

   
 #photo_gerard
{
    text-align: center;}