/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 04
   © 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: white;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #00F;
}
strong {
	color: #A1B55D;
}
/* Contenu principal */
#contenu {
	color: #033;
	border: 1px solid #033;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-color: #CEFFDE;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
	text-decoration: none;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 50px; /* Voir -> Note 1 ci-dessous */
	padding-top: 0px;
	color: #000;
}

/* En-tête */
#entete {
	padding: 20px 0;
}
#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 {
	width: 250px;
	float: left; /* -> 2 */
	background-color: #69C;
	padding-bottom: -5px;
	text-align: left;
	padding-right: 10px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	padding: 10px;
}
#navigation a {
	display: block;
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
	color: #FFF;
}
#navigation a:hover, #navigation a:focus {
	background-color: #FFF;
}
/* --------*/
/* Contenu */
/* --------*/
#contenu {
	margin-left: 300px; /* -> 4 */
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #9F9;
	width: 1200px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
	list-style-type: square;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	clip: rect(auto,auto,auto,auto);
	margin-left: 30px;
}
#copyright {
	margin-left: 20%;
}
#tdsatho {
	background-color: #FF9;
	border: 2px double #033;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}
body table tr td a{
	color: #606;
	text-decoration: none;
} 
body table tr td a:hover{
	color: #606;
	text-decoration: none;
	background-color: #6F6;
} 
#global #contenu .img_centre {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.img_centre {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.img_droite {
	float: right;
	padding: 15px;
}
.img_gauche {
	float: left;
	padding: 15px;
}
#global #contenu .commentaire {
	font-size: 14px;
	color: #930;
	margin-left: 20px;
}
.boite_centre {
	background-color: #CF9;
	width: 280px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 2px none #033;
	text-decoration: none;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}#global #contenu table caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
}
.tit_commerce {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
}

