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


html, body {
	height: 100%;
	margin: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size:14px;
	color: #FFFFFF  ;
	line_height:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	}

#maindiv {
	position:relative;
	overflow: auto;
	width: 990px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
}


img {
	border: 0 none;
	}
	
h1 {
	font-size:25px;
	line-height:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	color: #ffcd0e; 
	margin-bottom:10px;
}

h2 {
	font-size:21px;
	line-height:21px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	color: #c63d00; 
	margin-bottom:10px;
}
.h3 {
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #C1ED3F;
}




#header {
	postion:relative;
	width:990px;
	height:190px;
	background-image: url(pics/header.jpg) ;
	padding: 0 ;
	margin: 0;
}

#header ul {
	position:absolute;
	list-style:none;
	margin-left:0;
	top:139px;
	height:46px;
	padding:0;
	margin:0;
}
#header li {
	width:143px;
	height:46px;
	text-align:center;
	font-size:18px;
	margin:0;
	padding:0;
	float:left;
	line-height:46px;
	margin-right:5px;
}

.menu_orange {
	background-image:url(pics/onglet_143_5.gif);
	background-position:right;
}

.menu_vert {
	background-image:url(pics/onglet_143_5.gif);
	background-position:left;	
	color:#4a5c16;
}


#header li a {
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	
	}
	
#header li a:hover , #header li a:focus {
	color: #FFFFFF;
	text-decoration: underline;


}

#content {
	min-height:396px;
	width:100%;
		background-color: #84bc00/*#99ce1d*/;
	background-image: url(pics/content_bck.gif);
	background-repeat:repeat-x;
}

#illus-left {
	position:relative;
	float:left;
	width:385px;
	height:396px ;	
	}
	
.video {
background-image:url(pics/illus_left_ECRAN.jpg);
}

#player {
	position:relative;
	width:291px;
	height:232px;
	padding:0;
	margin-left: 21px;
	margin-top: 24px;

}

#player a {
	display: block;
	margin-top: 150px;
	margin-left:20px;
	text-align:center;
	font-size:15px;
	color: #304E1D;
	text-decoration:none;  
}

#player a:hover {
	text-decoration: underline;  
}

#text {
	position:relative;
	float:left;
	width:515px;
	margin: 35px 0px 20px 20px;
	}
	
#text ul{

	list-style:none;
	margin:3px;
	margin-left:5px;
	padding:0px;
}



#text li{

	background-image:url(pics/puce.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin:0px;

}

#gal {
	position:relative;
	margin: 35px 0px 20px 20px;
}

#footer {
	position:relative;
	width:990px;
	height: 20px;
	background-image: url(pics/footer.gif);
	padding: 0 0px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	line-height:12px;
	text-align:  right;
}

#footer a {
	margin-right:30px;
	font-weight:normal;
}


.lettrine {
	font-family:"Times New Roman", Times, serif;
	float:left; 
	margin-right:2px; 
	padding-top:-5px; 
	font-size:55px;
	line-height:40px;
	font-weight:bold; 
	color:#e74111; 
	}
	
.float_left	{position:relative; float:left}
.line { width:100%; height:1px; border-top-color: #999999; border-top-style:solid; border-top-width:1px }	
.clear { clear:both}	
.bold { font-weight: bolder}
.italic { font-style: italic; font-weight:normal}
.line_big {line-height:22px}
