/* CSS Document */

/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   � 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 */

strong {
	color: #A1B55D;
}

.jaune {background:yellow;}

/* Page */
#global {
	background: #eee;
}


/* Contenu principal */
#contenu {
	color: #363B29;
	background: #fff;
}
#contenu a {
	color:#003399;
}
#contenu a:hover, #contenu a:focus {
	color: #FF0000;
}
#contenu strong {
	color: #181A12;
}

#cont-normal {
margin-bottom:60px;}

.auteur {
	text-align: right;
	padding:0 0 10px 0;
}

/* Pied de page */
#footer {
	color: #E6A948;
}


/* --- POSITIONNEMENT --- */

/* Page */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Voir -> Note 1 ci-dessous */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
}


body {
	color: #F0E39E;
	font-size: 13px;
	background-color: #1F2755;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	z-index:-200;
}

#bande {
	background-image:url(../images/bg_bande.jpg);
	position:absolute;
	top:102px;
	background-repeat: repeat-x;
	width: 100%;
	height:173px;
	z-index: -100;
}

a {
	color:#0033FF;
	
}


a:hover, a:focus {
	color: #FF0000;
}

#global {
	min-height: 100%; /* -> 1 */
	width: 887px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* Header */

#header {
	height: 267px;
	padding: 0px 20px 10px 0px;
	background-image: url(../images/bg_header.jpg);	
}
#header h1 {
	margin: 0;
}

#header .sous-titre {
	margin: 4px 0 15px 0;
}

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

h2 {margin-bottom: 40px;}

/* Pied de page */
#footer {
color:#333333;
	padding: 10px 20px;
	font-size: .85em;
}

#footer a {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {text-decoration: underline;}

#footer p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}

.souligner {
	text-decoration: underline;
}

.foire_questions {
	text-decoration: none;
}

.grosgras {
	font-size:16px;
	font-weight:bold;
	}
.tire_ete {font-size:24px;
font-weight:700;}
