*{padding: 0; margin: 0;}
/* GENERALITE
----------------------------------- */
body {
	font-family:"Trebuchet MS", Verdana, Arial;
 	font-size:12px;
 	color:#000000;
	background-color:#E5E5E5;
}

li, ul {
	list-style:none;
}

img {
	border:0px;
	padding:0;
	margin:O;
}



/* STRUCTURE DU SITE
------------------------------------ */
#main {
	position:absolute; /* on positionne le conteneur */
	left:50%;
	width:820px;
	margin-left:-410px;
	margin-top:15px;
	background-color:#FFFFFF;
	padding:10px;
	
}

#entete {
	float:left;
	text-align:left;
	width:800px;
	color:#666666;
	height:200px;
	background-image:url(../images/entete.jpg);
	background-repeat:no-repeat;
}

#entete p {
	text-align:left;
}

#entete h1 {
	float:left;
	width:145px;
	margin-top:10px;
	padding-right:5px;
	color:#333333;
	font-size:12px;
	border-bottom:1px ridge #999999;
	text-align:right;
}
#menu {
	float:left;
	text-align:left;
	margin-left:20px;
	width:150px;
}

#menu a {
	text-decoration:none;
	color:#830707;
	line-height:30px;
}
#menu a.selectionnee {
	margin-left:15px;
	color:#006600;
	font-weight:bold;
}
#menu a:hover{
	color:#999999;
	font-weight:bold;
}

#menu li {
	margin:5px;
	border-bottom:1px #33B366 ridge;
}
#principal {
	float:left;
	width:550px;
	margin-left:50px;
	text-align:justify;
	text-indent:0px;
}
#principal h1 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#830707;
	padding-left:40px;
	margin-bottom:20px;
	margin-top:30px;
}

#pied {
	float:left;
	width:800px;
	height:20px;
	font-size:10px;
	text-align:center;
	color:#999999;
	margin-top:20px;
	border-top:1px outset #999999;
}

#pied a {
	text-decoration:none;
	color:#666666;
}

#pied a:hover {
	color:#000000;
}

/* STYLE DES LIENS 
-------------------------------------- */
a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	color:#830707;
}






/*preload classes*/ 
.svw {width: 200px; height: 150px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 3px inset #000000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 

 
/*tooltips formatting*/ 
#tooltip { 
background:#FFF;
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
