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

/* Général */
body {
	
	background: #fbe9e7;
}

strong {
	color: #4d282f;
}

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

/* Navigation */
#navigation {
	background: #fbe9e7;
}
#navigation a {
	color: #666;
}
#navigation a:hover, #navigation a:focus {
	background: #FFFFFF;
}

/* Contenu principal */
#contenu {
	color: #666;
	background: #fbe9e7;
}
#contenu a {
	color: #4d282f;
	font-weight: bold;
}
#contenu a:hover, #contenu a:focus {
	color: #4d282f;
	font-weight: bold;
}
#contenu strong {
	color: #4d282f;
}

/* Pied de page */
#pied {
	color: #4d282f;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 750px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */

.introduction
{
	font-style: italic;
}

.formules
{
	color: #8FBF00;
}

.prix
{
	color: #fd96b6;
}

.fleft
{
	float: left;
	width: 340px;
}
.fright
{
	float: right;
	width: 340px;
}

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

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}
