/* ==============================================
   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: #000;
	background: white;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* --- POSITIONNEMENT --- */

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

/* 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;
}

/* Contenu_histoire */
/*------------------*/
#contenu_histoire  {
	width: 1100px;
	float: left; /* -> 2 */
	background-color: #C0A47C;
	margin-left: 20px;
	padding: 20px;
}
#contenu_histoire  ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#contenu_histoire  a {
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 1.2em;
	text-decoration: none;
	color: #33C;
	}
#contenu_histoire a:hover, #contenu_histoire a:focus {
	color: #060;
}
#contenu_histoire strong {
	color: #181A12;
}
#contenu_histoire .liens .listeliens p a {
	text-decoration: none;
	color: #033;
}
#contenu_histoire .img_gauche {
	padding: 20px;
	float: left;
}
#contenu_histoire .img_centre {
	float: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contenu_histoire .img_droite {
	padding: 20px;
	float: right;
}
#contenu_histoire img {
	padding: 20px;
}
#contenu_histoire div #cesar {
	float: left;
	padding: 20px;
}
#contenu_histoire #tab1 {
	margin-right: auto;
	margin-left: auto;
}
#contenu_histoire > :first-child {
	margin-top: 10px;
}
#contenu_histoire p, #contenu_histoire 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;
	padding: 20;
}
body table tr td a:hover{
	color: #606;
	text-decoration: none;
	background-color: #6F6;
} 
/* Menu de navigation  */
/*---------------------*/
#navigation_histoire {
	width: 250px;
	float: left; /* -> 2 */
	background-color: #800000;
	color: #FFF;
}
#navigation_histoire ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation_histoire a {
	display: block;
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	color: #CF0;
}
#navigation_histoire a:hover, #navigation_histoire a:focus {
	background-color: #033;
}

#tdsatho {
	background-color: #FF9;
	border: 2px double #033;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#entete #suite {
	float: right;
}
