/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © 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: #F0E39E;
	background-image:url(../images/fonpage.png);
	background-repeat:repeat-x;
}
a {
	color: #013859;
	text-decoration:none;
}
a:hover, a:focus {
	color: #013859;
	text-decoration:underline;
}
strong {
	color: #A1B55D;
}

/* leftbar */
#navigation {
	padding:0px;
	margin:0px;
}
#navigation li{
	margin-bottom:10px;
	border-bottom:#d3e8e3 1px solid;
	padding:4px;
}
#navigation a {
	margin-left:5px;
	width:200px;
	color: #fff;
}
#navigation a#dernier {
	margin-left:5px;
	width:200px;
	color: #fff;
}
#navigation a:hover, a:focus {
	width:200px;
	margin-left:5px;
	background: url(../images/fonlien.png) no-repeat;
}
#nav {
	padding:0px;
	margin:0px;
	height:448px;
	background: url(../images/fond_menus.png);
}


/* Contenu section */
#section {
	color: #181A12;
}
#section a {
	color: #013859;
}
#section a:hover, #section a:focus {
	color: #013859;
}
#section strong {
	color: #181A12;
}

/* Contenu secondaire */
#aside {
	
	padding:0px;
	margin:0px;
	width: 222px;
	float: right;
}
#content-aside {
	color: #fff;
	height:448px;
	background: url(../images/fond_menus.png);
}
#top-aside {
	background: url(../images/top-nav.gif) no-repeat;
	height:66px;
}
#bottom-aside {
	background: url(../images/bas-nav.gif) no-repeat;
	height:10px;
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding-top: 15px;
}

#global {
	width: 959px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 0;
	margin-bottom:15px;
	width:959px;
	height:156px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de leftbar */
#navigation {
	float: left;
	width: 222px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	height: 1%;
	padding: 6px 10px 6px 5px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#top-nav {
	background: url(../images/top-nav.gif) no-repeat;
	height:66px;
}
#bottom-nav {
	background: url(../images/bas-nav.gif) no-repeat;
	height:10px;
}

/* Contenu section */
#avantsection {
	margin-left: 241px;
	width : 477px;
	height: 16px;
	background-image:url(../images/top-contenu.png);
}
#avantsection {
	
}
#section {
	width: 457px;
	margin-left: 241px;
	padding-right:10px;
	padding-left:10px;
	padding-top: 1px;
	padding-bottom:20px;
	background-color:#fff;
}
#section > :first-child {
	margin-top: 9px;
}
#section p, #section li {
	line-height: 1.5;
}

#contenu {
	padding-left:4px;
}

#contenu img {
	align:center;
}


/* Pied de page */
#pied {
	height:100%;
	margin-top:15px;
	background:url(../images/fonbas.png) top center;
	color:#fff;
}
#pied {
	font-family: Verdana;
	font-size: 1.3em;
	color:#fff;
}
#pied a {
	text-decoration:none;
	color:#fff;
}
#pied a:hover {
	text-decoration:underline;
	color:#fff;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

/*Entete contenu*/
#entete-contenu {
	position: relative;
	z-index: 1;
	height: 105px;
}

#entete-contenu img {
	width : 100%;
	height: 100%;
}

#entete-contenu p {
	font-family:Verdana;
	font-size:1.3em;
	position: relative;
	color: #FFFFFF;
	margin-top:-80px;
	margin-left:20px;
	z-index:2;
}


/*Footer contenu*/
#footer-contenu {
	background-color:#fff;
}

/*3 Colonnes footer*/
#enveloppe {
width: 959px;
height:200px;
padding-top:70px;
padding-left:10px;
margin-left: auto;
margin-right: auto;
}

#colonne1 {
float:left;
width: 15%;
display: inline;
height:80px;
padding-top: 15px;
}
#colonne2 {
width: 24%;
float:left;
display: inline;
height:80px;
padding-top: 15px;
padding-left: 100px;
}
#colonne3 {
float:left;
width: 20%;
display: inline;
height:80px;
padding-top: 15px;
padding-left:50px;
}
#colonne4 {
width: 20%;
float:left;
display: inline;
height:80px;
padding-top: 15px;
}
.ligne-horizontale {
color:#999999;
background-color:#999999;
height: 1px;
border: 0px;
width:95%;
margin-top:10px;
margin-bottom:10px;
}



