body, table, tr, td, p, div, span, ul, ol, li {
	font-family: Verdana, Arial, Sans-serif;
}

body {
	margin: 0px 0px 10px 0;
	padding: 0;
	background-color: #8cb02e;
}

html, body {
	height: 100%;
	/* ou min-height: 100%; height: auto; */
}

a {
	text-decoration: underline;color: #0240BC;
}
a:visited {
	text-decoration: underline;color: #0240BC;
}
a:active {
	text-decoration: underline;color: #0240BC;
}	
a:hover {
	text-decoration: none;color: #0240BC;
}
a:visited:hover {
	text-decoration: none;color: #0240BC;
}
	
img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

p, td, th, ul, ol, li, blockquote, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0; padding: 0;
}
	
td, th {  
	vertical-align: top;
	}
	
em {
	font-style: italic;
}

form {
	padding: 0px;
	margin: 0px;
} 

INPUT {
	padding: 0px;
	margin: 0px;
} 

TEXTAREA {
	padding: 0px;
	margin: 0px;
} 

SELECT {
	padding: 0px;
	margin: 0px;
	font-size:11px;
}

OPTION {
	padding: 0px;
	margin: 0px;
	font-size:11px;
}

/* Form elements avec styles personnalises */
/*INPUT {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
} 

TEXTAREA {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
}*/

ul {
	/*Hack pour espace a gauche de la liste*/ 
	margin-left: 17px;
	margin-bottom: .8em;
	padding: 0;
	/*list-style-type:none;
	padding-left:0;
	margin-left:0;*/
}

ol {
	margin-left: 17px;
	margin-bottom: .8em;
	padding: 0;
}

li {
	margin-bottom: .5em;
	/*Pour avoir un bullet different au bout (image) - Fonctionne mieux que le list-style 
	background: url(images/bullet.gif) left top no-repeat;
	padding:0 0 0 15px; */
}

blockquote {
	margin-left: 17px;
}

sup {  
	font-size: 9.5px;
	vertical-align:35%; 
	/*vertical-align:super;*/
}


#conteneur {
	padding: 0; height:100%;
	background: url(images/background_contenu.gif) repeat left top; border-left:10px solid #FFFFFF; border-right:10px solid #FFFFFF;
}

#header {
	height:260px;
}

#header #header_conteneur {
	position:relative;
}

#logos_droite {
	background-color: #FFFFFF; left: 767px; position: absolute; text-align: center; top: 0; width: 200px; padding:15px 0 0 0;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
}
#logos_droite p {
	padding:0 0 5px 0; margin:0 10px 15px 0;
}

#conteneur #menu {
	color:#601C0A;
	font-weight:bold; font-style:italic;
	font-size:15px;
	padding: 10px 0px 10px 20px; line-height:14px;
}

#conteneur #menu div {
	margin:0 30px 0 0; padding:0; border-top:1px solid #C56028; font-family:"Times New Roman", Times, serif;
}
#conteneur #menu div.dernier {
	border-bottom:1px solid #C56028;
}

#conteneur #menu a {
	text-decoration: none;color: #601C0A; display:block; padding: 4px 0 4px 0;
}
#conteneur #menu a:visited {
	text-decoration: none; color: #601C0A;
}
#conteneur #menu a:active {
	text-decoration: none; color: #601C0A;
}	
#conteneur #menu a:hover {
	text-decoration: none; color: #601C0A; background-color:#FFFFFF;
}
#conteneur #menu a:visited:hover {
	text-decoration: none; color: #601C0A; background-color:#FFFFFF;
}

#conteneur #menu .sitemap a, #conteneur #menu .sitemap a:visited {
	text-decoration: none;color: #601C0A; display:block; padding: 4px 0 4px 0;
}
#conteneur #menu .sitemap a:visited:hover, #conteneur #menu .sitemap a:visited:hover {
	text-decoration: none; color: #601C0A; background:none; font-size:10px;font-style:normal;
}

#conteneur #menu a.on {
	color:#000000;
}

#conteneur #menu ul {
	/*Hack pour espace a gauche de la liste*/ 
	margin:0 20px 10px 20px;
	padding: 0;
}

#conteneur #menu li {
	margin-bottom: 0px; font-family:"Times New Roman", Times, serif;
}

/************ Contenu *************/

#contenu {
	padding: 4px 25px 10px 0;
	text-align: left;
	font-size: .8em;
}

#contenu h1 {
	font-size: 1.8em;font-weight: bold;
	padding: 0 0 1em 0;margin: 0; font-style:italic;
	color: #C56028;font-family:"Times New Roman", Times, serif; line-height:1em;
}

#contenu h2 {
	font-size: 1.3em;font-weight: bold;
	padding: .5em 0 .9em 0;margin: 0; font-style:italic;
	color: #C56028;font-family:"Times New Roman", Times, serif;
}

#contenu h3 {
	font-size: 1.1em;font-weight: bold;
	padding: .5em 0 .8em 0; margin: 0;
	color: #C56028;
}

#contenu h4 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #C56028;
}

#contenu h5 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #C56028;
}

#contenu p {
	padding: 0 0 .8em 0; margin: 0;
}

#contenu .ligne {
	border-top: 1px solid #CC5F24;
	font-size: 5px; padding:5px 0 0 0; clear:both;
}

#contenu .retour {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

#contenu .hautdepage {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

#contenu .imageGauche {
	float:left;
	margin:0px 15px 15px 0; padding:0;
}

#contenu .imageDroite {
	float:right;
	margin:0px 0 15px 15px; padding:0;
}

#contenu .section {
	padding:0 0 0 25px;
}

#contenu .citation {
	margin:0 35px 45px 35px; padding: 1.2em 0 .4em 0; border-top:1px solid #C56028; border-bottom:1px solid #C56028;
}

/* Pour faire suivre le texte apres un float */
#contenu .spacer {
	clear:both;
}


/* Hack pour grosseur de font pour un tableau qu'on ajoute dans le contenu
Dans le HTML, mettre un tableau dans un autre tableau*/

#contenu table td {
	font-size: 1.3em;
}


/* Tableau de base (transparent) */
#contenu table td table.tableauBase td {
	font-size: .8em;
	padding:2px;
}

#contenu table td table.tableauBase td p {
	padding: 0 0 .8em 0;
}


/* Tableau avec styles */
#contenu table td table.tableauStyle {
	background-color: #FFFFFF;
	border-left:1px solid #C56135;
	border-top:1px solid #C56135;
}

#contenu table td table.tableauStyle td {
	font-size: .8em;
	padding:.6em .6em 0 .6em;
	border-right:1px solid #C56135;
	border-bottom:1px solid #C56135;
}

#contenu table td table.margeTDGrande td {
	font-size: .8em;
	padding:1.4em .6em .8em .6em;
	border-right:1px solid #C56135;
	border-bottom:1px solid #C56135;
}

#contenu table td table.tableauStyle .titre {
	background-color:#C56135;
	color:#FFFFFF; font-weight:bold;
}

#contenu table td table.tableauStyle td p {
	padding: 0 0 .6em 0;
}

#contenu table td table.tableauStyle .backgroundCouleur {
	background-color:#ffe69c;
}

.buttonOn {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}
.buttonOff {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
}

.statcounter {
	display:none;
}


/** Accueil **/
.aide-memoire_centre {
	background: url(/fr/accueil/images/aide-memoire_centre.gif) repeat-y left top; padding:0 23px 0 26px; color:#CC5F24; width:431px; font-size:1.1em;
}
/* hack ie6 */
.aide-memoire_centre {
	width:480px;
}

/* Site map */
ul#sitemap li {
	font-size:1.2em; font-weight:bold; padding-top:1em;
}

ul#sitemap li ul li {
	font-size:.9em; font-weight:normal; padding-top:.2em;
}

#video_conteneur {
	margin-top:25px;margin-bottom:25px; background-color:#000; padding:5px; border-bottom:15px solid #000; text-align:center;
}
#video_conteneur .titre {
	color:#FFF; font-weight:bold; font-size:14px; padding:0 0 20px 0
}
#video_thumbnails {
	margin:20px 0 0 0; font-size:10px;	
}
#video_thumbnails div {
	margin:0 8px; width:120px; float:left;
}
#video_thumbnails img {
	border:1px solid #FFF;
}
#video_thumbnails a, #video_thumbnails a:visited {
	text-decoration:none; color:#FFF;
}
#video_thumbnails a:hover, #video_thumbnails a:visited:hover {
	text-decoration:none; color:#FFF;
}
