/* CSS Document *//* ==============================================   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10   © 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: #000;}a {	color: #FF6533;}a:hover, a:focus {	color: #FF4C00;}strong {	color: #000;}/* Conteneur central */#centre {	}/* Navigation */#headnav {	position:absolute;	top:30px;	right:0px;	width:240px;}#headlink {	position:absolute;	top:75px;	right:0px;	width:240px;	font-size:10px;}#headlink a{	color:black;	text-decoration:none;}#headlink a:hover{	color:red;	text-decoration:none;}#navigation {	}#navigation a {	color: maroon;}#navigation a:hover, #navigation a:focus {	color:navy;}/* Contenu principal */#principal {	color: #181A12;	background: #fff;}#principal a {	color: maroon;}#principal a:hover, #principal a:focus {	color: #6E5122;}#principal strong {	color: #181A12;}#titlenavBook{	padding-left:45px;	text-aling:right;	color:#bbc7d3;	font-weight: bold;	font-size:1em;	;}/* Contenu secondaire */#secondaire {	background: #fff;}/* --- POSITIONNEMENT --- *//* Page */body {	padding: 20px 5px;}#global {	position:absolute;	left:50%;	top:50%;	width: 760px;	height:480px;	margin-left: -380px;	margin-top: -240px;	background-color: white;}#globalBook{	position:absolute;	left:50%;	top:50%;	width: 760px;	height:480px;	margin-left: -380px;	margin-top: -240px;	background-color: white;	background-image: url(../images/bgBodyTaillat.png);	background-repeat: no-repeat;	background-position: left top;}/* En-tête */#entete {	  border:  none;	  margin: 0px;	  padding: 0px;	  position: relative;	  width: 760px;	  height:113;	  top: 0px;	  left: 0px;	  background-image: url(../images/headers/headertaillat.png);	  background-repeat:no-repeat;}#home {	height:108px;	width:62px;	margin:0px;	padding:0px;	position: absolute;}#home a {text-decoration:none;}#home a:hover {text-decoration:none;}#entete h1 {	margin: 0;}#entete h1 img {	float: left;	margin: 7px 20px 10px 0;}#entete .sous-titre {	margin: 4px 0 15px 0;}/* Bloc central */#centre {	width: 100%;	overflow: hidden;}/* Menu de navigation */#navigation {	float: left;	width: 180px;	font-size:1em;}#navigation ul {	margin: 0;	padding: 20px 10px 20px 30px;	list-style: circle url(none);	font-size:0.8em;}#globalBook #navigation ul {	margin: 20px 10px 20px 36px;	list-style: url(../images/puceBook.png) none;	font-size:0.8em;	color:white;}#navigation a {	display: inline;	height: 1%;	padding: 6px 10px 6px 10px;	line-height: 1.4;	text-decoration: none;}/* Contenu principal */#principal {	float: left;	width: 380px;	padding: 10px 12px;}#principal > :first-child {	margin-top: 10px;}#principal p, #principal li {	line-height: 1.5;}/* Contenu secondaire */#secondaire {	margin-left: 580px;	margin-right: 20px;	padding: 12px 0;	font-size: 0.8em;}/* Pied de page */ #pied {	margin: 0;	padding: 15px 20px 10px 0;	font-size: 0.8em;	background-color: white;}#globalBook #pied {	margin: 0;	padding: 15px 20px 10px 0;	font-size: 0.8em;	background-color: white;	background-image: url(../images/bgBodyTaillat.png);	background-repeat: no-repeat;	background-position: left bottom;}#pied a {	color:black;	text-decoration:none;	}	#pied a:hover {	color:navy;	text-decoration:none;	}	pied a:visited {	color:black;	text-decoration:none;	}/* Mention de copyright */#copyright {	margin: 8px 0 0 0;	font-size: 1em;	text-align: left;}