/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#43382d;
	line-height:1.4em;
}
em{
	font-style:italic;
}
#container{
	text-align: left;
	margin: 0 auto;
	width: 960px; 
}
#top{
	background: url(images/top_back.gif);
	height:30px;
	width:100%;
	text-align:right;
	font-size:0.9em;
}
#top a{
	line-height: 30px;
	padding-right:10px;
	padding-left:10px;
}

#top a:link, #top a:visited, #top a:active {
	color:#fff;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}

#top a#retour{
	float:left;
	margin-left:8px;
	padding-left:10px;
	background:url(images/bullet_retour.gif) no-repeat;
}
#top ul{
	margin-left:750px;
}
#top li{
	display: block;
	float:left;
	list-style-type: none;
	border-right:1px solid #fdcf7a;
}
#top li.last{
	border:none;
}
#header{
	background: url(images/header.jpg);
	height:120px;
	width:100%;
}
#header h1 a{
	display:block;
	text-indent:-9999px;
	height:120px;
}
#homeMenu{
	margin-top:20px;
	margin-left:234px;
	height:58px;
	margin-bottom:40px;
}

#homeMenu li{
	list-style: none;
	height:42px;
	display: inline;
}
#homeMenu a{
	display:inline;
	float:left;
	height:58px;
	width:226px;
	margin-left:16px;
	text-indent:-9999px;
}
a#temoignages{
	background:url(images/temoignages.jpg);
}
a#rapports{
	background:url(images/rapports.jpg);
}
a#recommandations{
	background:url(images/recommandations.jpg);
}
#content{
	margin-left:250px;
	width:610px;
	padding-top:40px;
	padding-left:30px;
	padding-right:20px;
	margin-top:-100px;
	margin-bottom:80px;
	background:#fff;
}
#content .player{
	margin-bottom:10px;
}
#content a:link, #content a:visited, #content a:active {
	color:#43382d;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content p{
	margin-bottom:10px;
	text-align:justify;
}
#content p.intro{
	margin-top:30px;
	margin-bottom:10px;
	text-align:justify;
	font-size:1.3em;
}
#content h2{
	color:#ff8206;
	font-size:2em;
	margin-bottom:10px;
}
#content h3{
	font-size:1.5em;
	margin-top:40px;
	margin-bottom:10px;
	color:#000;
}
#content h4{
	color:#000;
	font-weight:bold;
}
#content h5{
	margin-top:10px;
	margin-bottom:5px;
	color:#000;
	font-weight:bold;
	font-size:0.9em;
}
#content a.lien:link, #content a.lien:visited, #content a.lien:active {
	font-size:0.9em;
	display:block;
	color:#ff8c0e;
	margin-left:30px;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:20px;
	background:url(images/bullet_arrow.gif) no-repeat;
}
#content a.lien:hover {
	text-decoration:none;
}
#content blockquote{
	font-family:Times New Roman, Times, serif;
	font-style: italic;
	color:#7e7268;
	font-size:1.2em;
	border-left:8px solid #f9c150;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:50px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}
#content blockquote ul{
	list-style:none;
	margin-top:10px;
	margin-left:20px;
}
#content #informList{
	list-style:none;
	margin-top:20px;
	margin-left:30px;
	margin-right:50px;
}
#content #informList li{
	border-bottom: 1px solid #e4dbd1;
	padding:7px;
	padding-left:20px;
	background: url(images/bullet_arrow.gif) no-repeat;
}
#content #informList li.last{
	border:none;
}
#menu{
	height:270px;
	width:100%;
	background:url(images/head2.jpg) no-repeat top right;
}
#home #container #menu{
	background:url(images/head1.jpg) no-repeat top right;
}

#sommaire{
	background:#3e342a url(images/sommaire.jpg) no-repeat left bottom;
	font-size:0.9em;
	padding-left:40px;
	padding-top:30px;
	padding-right:20px;
	height:240px;
	width:190px;
}
#sommaire li{
	list-style: none;
	border-bottom: 1px solid #4b4233;
	padding:1px;
	
}
#sommaire li.last{
	border-bottom:none;
}
#sommaire li.active{
	color:#fdcf7a;
	font-weight:bold;
}
#sommaire a{
	 position :relative;
}
#sommaire a:link, #sommaire a:visited, #sommaire a:active {
	color:#fff;
	text-decoration:none;
}
#sommaire a:hover{
	color:#fdcf7a;
}
#footer{
	clear:both;
	width:100%;
	height:200px;
	border-top:4px solid #e8e9da;
	background: url(images/footer.jpg) no-repeat left top;
	text-align:right;
}
#footer h4{
	display:none;
}
#footer ul{
	margin-top:15px;
	float: right;
}
#footer li{
	list-style: none;
	height:42px;
	display: inline;
}
#footer a{
	display:block;
	margin-left:20px;
	height:42px;
	float:left;
}
#footer a span{
	display:none;
}
#equal{
	background:url(images/equal.jpg) no-repeat;
	width:95px;
}
#fse{
	background:url(images/fse.jpg) no-repeat;
	width:58px;
}
#ccps{
	background:url(images/ccps.jpg) no-repeat;
	width:49px;
}
#cimade{
	background:url(images/cimade.jpg) no-repeat;
	width:90px;
}
#ucjg{
	background:url(images/ucjg.jpg) no-repeat;
	width:71px;
}

#recommandations #container #content ul{
	list-style: none;
	text-align:justify;
}
#recommandations #container #content ul li ul{
	margin-top:5px;
	margin-left:10px;
	padding-left:10px;
	border-left:8px solid #F9C150;
}
#recommandations #container #content li{
	padding-bottom:10px;
}
#film #container #content ul{
	list-style: none;
}
#content .report{
	display:block;
	list-style: none;
	width:560px;
	height:61px;
	background:url(images/rapport_back.gif) repeat-x;
	padding-left:30px;
	padding-top:15px;
	padding-right:15px;
	font-weight:bold;
}
#content .report h4{
	font-size:1.2em;
	color:#f5612d;
}
#content .report .reportContent{
	float:right;
	padding:0px;
	list-style: none;
	margin-top:-38px;
}
#content .report .reportContent li{
	font-size:0.9em;
	font-weight:normal;
	padding-left:25px;
	margin-bottom:5px;
	background:url(images/pdf.jpg) no-repeat;
}
#content a.title{
padding-left:20px;
}
#content a.title:link,  #content a.title:visited, #content a.title:active {
	text-decoration:none;
}
#temoignages #container #content ul {
	list-style:none;
}
#content a.title:hover{
	text-decoration:underline;
}
img.shadow {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}







