/* CSS Document */

/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #635618;
	background: #928F8F;
}





/* Contenu principal */
#principal {
	
	color: #181A12;
	background: #FFFFFF;
	line-height:110%;
}


/* Contenu secondaire */
#secondaire {
	background: #FFFFFF;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 5px 0;
	background: #FFFFFF;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 23px 20px 10px 80px;
}
#entete .sous-titre {
	margin: 4px  15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}


/* Contenu principal */
#principal {
	float: left;
	width: 454px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 495px;
	margin-right:0;
	padding: 10px 0;
}


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

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

.titre {float:left;color: #003399; text-decoration: none;font-family: Arial, sans-serif; font-size: 100%;padding:1px 1px 1px 3px; margin: 0.1em 0 0.2em 0;font-weight: bold;line-height: 100%}
.titre a, a:visited{color:#003399;text-decoration:none}
.titre a:visited{color:#003399;text-decoration:none}
.titre a:hover{color:#900000;text-decoration:underline}

.date {padding: 1px;background: #ffffff;width: 100%;text-align:left;border-left:0px;border-top:0px;border-bottom:1px;border-right:0px;border-style:solid; border-color:#000000;text-decoration: none;font-family: Arial, sans-serif; font-size: 70%;}