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

body {
	color: #941c27;
	background: #941c27 url(../images/cledesol.png) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.25;
	background-color: #941c27;
}

h1 {
	color: #941c27;
	font-size: 125%;
	text-align:center;
	border-bottom: dotted 1px #F7DEAD;
	line-height: 1.5; 
	margin-left: 25%;
	margin-right: 25%;
	}
	
h2 {
	color: #941c27;
	font-size: 110%; 
	text-align:center;
	}

a {
	color: #941C27;
}
a:hover, a:focus {
	color: #FF6533;
}

strong {
	color: #941c27;
	font-size: 110%;
	font-style: ;
}

/*POSITIONNEMENT*/

/* Page */
body {
	padding: 20px 20px; 
}
#bandeaunavigation {
	/*petite navigation haut bandeau*/
	position: absolute;
	right: 60px;
	width: 300px;
	height: 170px;
	text-align:center;
	line-height: 2;
}

#bandeaunavigation a {
	color: #941C27;
	text-decoration: none;
}

#bandeaunavigation a:hover, a:focus {
	color: #FFFFFF;
}

/* En-tête */
#entete {
	background-color: #dec084;
	height: 170px;
	border-bottom: dotted 1px #F7DEAD;
	border-top: dotted 1px #F7DEAD;
}

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

#navigation a:hover, #navigation a:focus {
	background: #F1DAB5;
}

/* Contenu */

#contenu {
	margin-left: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #363B29;
	background: #DEC084;
}
#contenu > :first-child {
	margin-top: 10px;
}

#contenu a {
	color: #941C27;
}
#contenu a:hover, #contenu a:focus {
	color:  #FFFFFF;
}
#contenu strong {
	color: #941C27;
}

#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu p {
	color: #941c27;
	text-align: center;
	}

#contenu img {
	padding: 10px;
	border-bottom: dotted 1px #F7DEAD;
	border-top: dotted 1px #F7DEAD;
	}

/*pied de page*/
/*pied de page*/
#footer {
	text-align:center;
	font-size: 70%;
	color: #BF3643;
	}
	
#footer a{
		color: #BF3643;
	}
	
	