

/* Général */
body {
	color: #ffffff;
	background: #6d6c6c;
}
a {
	color: #ffffff;
}
a:hover, a:focus {
	color: #a52f18;
}
strong {
	color: #a52f18;
}

/* Global */
#global {
	border-right: 20px solid #030303; /* Voir -> Note 1 ci-dessous */
	color: #ffffff;
	background: #e8e7e3 url(img/06-gauche.png) repeat-y left top; /* -> 1 */
}

/* En-tête */
#entete {
	background: #030303;
}

/* Navigation */
#navigation {
	background: #030303;
}
#navigation a {
	color: #e8e7e3;
}
#navigation a:hover, #navigation a:focus {
	background: #6d6c6c;
}

/* Contenu principal */
#contenu {
	color: #030303;
	background: url(img/06-coin.png) no-repeat left top;
}
#contenu a {
	color: #541a0f;
}
#contenu a:hover, #contenu a:focus {
	color: #a52f18;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 10px 0 10px;
}
#global {
	width: 90%;
	overflow: hidden; /* -> 2 */
	min-width: 450px;
	max-width: 1000px; /* -> 3 */
	margin-left: auto;
	margin-right: auto; /* -> 4 */
}

/* En-tête */
#entete {
	padding: 20px;
}
#entete h1 {
	margin: 0;
	font-size: 1.3em; 
}
#entete h2 {
	margin: 0;
	font-size: 1em; 
}
#entete h3 {
	margin: 0;
	font-size: 0.8em; 
}

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

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

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

/* Divers styles */

.p1 {
	padding: 10px;
}

.p2 {
	padding: 20px;
}
.p3 {
	padding: 30px;
}
.p4 {
	padding: 40px 20px;
}


.imagefloat {
	float:left;
	margin: 10px 10px 10px 10px
}

.imagefloat2{
	float:right;
	margin: 20px 10px 20px 10px
}


/* Mention de copyright */
#copyright {
	width: 120px;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
}

/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 06
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:    http://creativecommons.org/licenses/by/2.0/fr/
   Personalisée par leproces.net
   ============================================== */