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

html {
	margin: auto;
	padding: auto;
}


body {
	margin: auto;
	padding: auto;
	margin-top: 20px;
	background: url(../img_template/background.png) no-repeat bottom center;
	text-align: center;
	background-color: #FAFAFA;
	color: #555555;
	font-family: Arial;
	font-size: 12px;
}

div {
	border: 0px solid red;
}

#wrapper {
	width: 900px;
	padding: auto;
	margin: auto;
	margin-bottom: 250px;
}

/* Global */
#global {
	background: url(../img_template/page.png) repeat-y left top;
	overflow: hidden;
	margin: auto;
}

/* En-tête */
#entete {
	height: 150px;
	background: url(../img_template/header.png) no-repeat left bottom;
	text-align: center;
}

/* menu horizontal */
#menu_horizontal {
	height: 30px;
	background: url(../img_template/menu_horizontal.png) no-repeat left top;
}

#menu_horizontal a {
	padding-top: 8px;
	height: 23px;
	width: 140px;
	display: block;
	color: #555555;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#menu_horizontal a:hover {
	text-decoration: none;
	font-size: 16px;
	padding-top: 5px;
	
}


.menulines { /* les barres verticales de séparations entre les liens ... */
	width: 1px;
	height: 20px;
	margin-top: 5px;
	float: left;
	display: block;
	background-color: #256382;
}

/* navigation */
#navigation {
	height: 35px;
	background: url(../img_template/navigation.png) no-repeat left top;
	padding: 20px 0 0 280px;
	text-align: left;
}


/* Menu de navigation */
#menu {
	width: 265px;
	float: left;
	text-align: center;
}


/* Contenu principal */
#contenu {
	color: #363B29;
	margin-left: 280px;
	padding: 0px;
	text-align: left;
}


/* footer */
#footer {
	background: url(../img_template/footer.png) no-repeat left top;
	margin: 0px;
	padding-top: 30px;
	height: 220px;
	text-align: center;
}
