/* style.css www.og.ch (c) O. Georgallides-Scheurer - tous droits reserves. */

body, html { 
       
	   height:100%;
	   width:100%;
   
	   	
} 


body, html, div, h1, h2, h3, h4, h5, h6, p, li, 
#background,
#contenant, #contenu, #header, #banner, #logo, #texte, #paper, .bottom   /* reset defaults */
	{
	margin:0;
	padding:0;
	border: 0 ;
}


body { 
       
	  
	   color: #900;
	
	   	z-index:10;
} 



#background

{ 
       
	   position:fixed; width:100%; height:100%; z-index:-1; background-image:url(pictures/fond10.jpg); background-position:center; background-repeat:no-repeat; top:0; left:0; 
	   	
}   

#contenant 
{ width:600px;
       margin:auto;
	  border: 0px #B4B4B4 solid;
	  z-index:100;
	  		  min-height:100%;
	  margin-bottom:0px;
	  
	
} 





#contenu { 
        text-align:justify;
		
		
		padding-right:20px; 
		padding-left:20px;
		padding-bottom:20px;
		
		border: 5px solid #900;
		
		
		background-image:url(pictures/jaune.png); background-repeat:repeat;
		
		
		
		}


#contenu p {text-align:justify;  }




#header {
	
	
	width: 100%; padding-top:10px; text-align:right; 
	
}

#pourmenu {
	
	
	border:0; margin:0; width: 100%; height:40px; text-align:right
    
	
}





.ad {


text-align:right;

}

  


	



 
p {text-align: justify;


  
}


ul{
	list-style-image: url(images/puce.gif);
	
}





a {text-decoration:none; color:#31332C;z-index:20}

a:link,		
a:visited,
a:active {  }

a:hover		 {  color: #4c4c4c}
	   



img{
	border: none;           /* Ne pas entourer les images, même s'ils contiennent des liens */
  	/*vertical-align: middle /* Dans le cas d'une icône suivie d'un texte, par exemple       */
	text-align:center;
}






.modification{ color:#999; text-align:right }

blockquote {
  
   background: url(pictures/closequote.png) no-repeat bottom right;
  
  padding-top: 20px;
  padding-bottom:40px;
  margin:0;
  display:block;
  text-align:justify;
 

}

blockquote p {
  background: url(pictures/openquote.png) no-repeat left top;
  padding-left: 50px;
  padding-top: 20px;
  margin:0;
  display:block;
  text-align:justify;
 }

hr
{border-bottom: 1px solid gold; }
 
 
.bottom {  /* sinon si texte court body deja en milieu de page */
		text-align:center;
   	 	text-decoration:none; 
		border-top: 0px solid #600;
		clear:both;
		width: 600px;/*repris de contenant*/
        margin-left:auto;
        margin-right:auto;
		padding-bottom:20px;
		padding-top:20px;
		color:#FC3
		
		}
		

.bottom a {text-decoration:none;z-index:20; color:#FC3}
.bottom a:link,		
.bottom a:visited,
.bottom a:active{  }
.bottom a:hover	{ color:#900 } 

