/* -- CSS principale de la section français -- */
html {
	background: #ececec url(../images/bg.jpg) repeat-x;	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 900px;
	text-align: justify;
}
#contenu{
	width: 900px;
	position:relative;
}
/* -- MENU -- */
#menu{
	background: url(../images/menuv6.png) no-repeat;
	width:900px;
	height: 232px;
	margin-bottom: 0px;	
	margin-top:20px;
	position:relative;
	border-bottom: 2px solid #b27000;
}
#menu img{
	margin-top: 9px;
	border:none;	
}
#menu_haut p, #menu_bas p {
	margin: 0;
}

#menu_haut{
	color:#fff;
	font-size: 12px;
	position:relative;
	top: -207px;
	left: 740px;
	width: 175px;
}

#menu_bas{
	
	color:#b27000;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	position:relative;
	top: -5px;
	
}
/* ----Liens du menu principal---- */
#menu_bas a:link{
	color:#003366;
	text-decoration:none;
}
#menu_bas a:visited{
	color:#003366;
	text-decoration:none;
}
#menu_bas a:hover{
	color:#B27000;
	text-decoration:underline;
}
#menu_bas a:active{
	color:#003366;
	text-decoration:none;
}
/* ------------------------------ */
/* ----Liens du menu du haut---- */
#menu_haut a:link{
	color:#fff;
	text-decoration:none;
}
#menu_haut a:visited{
	color:#fff;
	text-decoration:none;
}
#menu_haut a:hover{
	color:#fff;
	text-decoration:underline;
}
#menu_haut a:active{
	color:#fff;
	text-decoration:none;
}

/* ------------------------------ */
/* ------------------------------ */

.sectionActive{
	color:#B27000;
}
#footer{
	text-align: center;
	color:#fff;
	background: #003366;
	padding: 10px;
	font-size: 11px;
}

/* ----Liens du footer---- */
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#B27000;
	text-decoration:none;
}
#footer a:active{
	color:#fff;
	text-decoration:none;
}
/* ------------------------------ */

#menu_footer {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff; 
}


h3{
	color: #fff;
	background: #0051a1 url(../images/bg_titre.png);
	padding: 10px;
	margin:0;
}
h4{
	color: #fff;
	background: #0051a1 url(../images/bg_titre.png);
	padding: 5px;
	margin:0;
	text-align:center;
}

/* ----Liens dans les textes---- */
#contenu a:link, #txt_introExpo a:link , #quiz_result a:link{
	color:#B27000;
	text-decoration:none;
}
#contenu a:visited , #txt_introExpo a:visited , #quiz_result a:visited{
	color:#B27000;
	text-decoration:none;
}
#contenu a:hover , #txt_introExpo a:hover , #quiz_result a:hover{
	color:#B27000;
	text-decoration: underline;;
}
#contenu a:active , #txt_introExpo a:active , #quiz_result a:active{
	color:#B27000;
	text-decoration:none;
}

.section{
	background: #c9c9c9 url(../images/bg_section.jpg) repeat-x;

	/*
background: #fff;
*/
	color: #003366;
	
}
.section p, .section h5{
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
}

.gauche{
	float:left;
}
.droite{
	float:right;
}
#bloc_haut{
	background: #c9c9c9 url(../images/bg_section.jpg) repeat-x;
	overflow:auto;
	border: 1px solid #003366;
}

.note{
	font-size: 10px;
}
#embleme, #realisation, #recherche, #prix, #calendrier, #bibliotheque, #coordonnees, #ca, #membre, #depositaire, #liste_charles, #liste{
	margin-top:10px;
	border: 1px solid #003366;
}

/* ---- liens vers le haut de page ---- */
.haut_page{
	font-size: 12px;
	text-align: right;
	margin:2px;	
	font-weight: bold;
}

/* --------------------------------- */

li{
	margin:5px;
}
.date{
	font-weight: bold;
}



.titre{
	font-weight:bold;
	padding-bottom: 10px;
}
.sous_titre{
	font-size: 13px;
	font-weight:bold;
	padding-bottom: 5px;
}
.dernier_paragraphe{
	padding-bottom: 10px;
}

.info{
	font-size: 10px;
	text-align:left;
}


