body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:  #f6f4f5 url(images/titre.jpg)  no-repeat top left ;
	margin:0; 
	padding:0;
	color: #666666;
}
body { 
	scrollbar-face-color:#ffffff; 
	scrollbar-arrow-color : #993300 ;
	scrollbar-track-color : #993300; 
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff ;
	}
p{
	font-size:12px;
	color: #666666;
	margin-left:60px;
	
}
ul li {font-size:12px;
	color: #666666;
	margin-left:80px;}
h2 	{font-family:"Courier New", Courier, monospace;
	text-align: left;
	font-size:14pt;
	line-height:16pt;
	color:#993300;
	margin: 20px 0 0 60px;
	padding:1px;
	font-weight: lighter;
	}
h2:first-letter {
	font-size: 200%; 
	color: #1d7193;
	}

H3 {
	font-weight: bold;
	color: #993300;
	font-size:13px;line-height:normal; 
	padding:3px;
	text-align:left; 
	margin-left:60px;
	}
	h4 	{
	font-size: 12px; 
	line-height:12px; 
	font-weight: bold;
	color: #666666;
	text-align:justify
	}
h4:first-letter {
	font-size: 200%; 
	color:#CC0000;
	margin-left:60px;
	} 

#conteneur {
	height:50px;
	width:100%;
	background-color: #f6f4f5;
	filter:alpha(opacity=70);  
	-Moz-Opacity:0.7; 
	opacity:0.7;  
	margin:250px 0 0 0;
	padding:0px;
	} 
#conteneur h1 {font-family:"Courier New", Courier, monospace;
	 color:#993300;
	 font-size:36px;
	 margin: 10px 0 0 30px;}
#contenu {
	 
	width:100%;
	background: #f6f4f5;
	margin:0;
	border-bottom:1px solid #ccc;
	padding:10px 0 0 0; 
	height:expression(document.body.clientWidth >= 400? "400": "auto" );
	min-height:350px
	}

 /*pour les petites vignettes changer les marges entre les images voir div pet*/
div.pet {
	float:left; 
	width : 110px; 
	height : 110px; 
	padding : 20px; 
	margin : 20px; 	
	border: solid 1px #666666;
	} 
div.pet img {
	border : 0 solid; 
	border-color : #ffffff; 
	} 
div.sl img {
	height : 100px; 
	width : 100px; 
	margin : 2px; 
	} 
div.pet sl {
	height : 100px;
	width : 100px;
	margin : 2px;
	} 
a img {
	border:none;
	}
img:{margin:10px;}	
/*menu*/
#navcontainer {
	font-size: 12px;
	background-color:#f6f4f5;
	height:50px;
		filter:alpha(opacity=70);  
-Moz-Opacity:0.7; 
opacity:0.7;  
	}
#navlist {
	margin: 0;
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #1d7193;
	}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: lighter;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000;
	}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #993300;
	padding-bottom: 2px;
	background: transparent;
	color: #993300;
	}
#navlist a:hover { 
	color: #bb2119; 
	}
/*fin menu*/
#titre{ 
	height:150px;
	width:683px;
	}
#monimage p {
	text-align:center;
	}
.popup {
	text-align:center;
	}
.Stylerouge {
	color : #993300; 
	font-weight : bold; 
	} 
	
	.droite {float:right; margin:5px}