
body {
	color: #F0E39E;
	background: #FEFBE3 url(../img/fond-de-page-base.jpg) fixed top center no-repeat;	
	/*background : #EBF2FE ;*/
	
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

p {
    text-align: justify;
}
div {
    text-align: justify;
}

strong {
	color: #A1B55D;
}


/* pour les vidéos*/

#video-container-aline_wrapper {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top : 20px;
	margin-bottom : 40px;
}


/* Bloc central contenant #navigation et #contenu */
#centre {
	background: #CCCCCC; /* Voir -> Note 1 */
}

/* Navigation */
#navigation {
	background: #FEFBE3;/*#FAF8E9;/*#C6D6FB /*#181A12; /* -> 2 */
	zoom: 1;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
#navigation a {
	color: #0023B0; /*#FF6533;*/
	font-weight: bold;
	
}
#navigation a:hover, #navigation a:focus {
	background: #0023B0;/*#ffffff;*/
	color: white;
	
}

/* Contenu principal */
#contenu {
	color: #000000;
	background: #FEFBE3; /*#FAF8E9; /*#C6D6FB; /*#cbd888; /* -> 2 */
}

}

#contenu h2 {
	color: #0023B0; /* #8314F3;*/
}

#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

#contenu  div img {		
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top : 20px;
	margin-bottom : 20px;
    text-align: justify;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 988px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
}

/* En-t&ecirc;te */
#entete {
	padding: 20px 20px 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#navigation {
	width: 180px;
	float: left; /* -> 6 */
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 200px; /* -> 8 */
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}


