/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © 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: #fff;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background-color: #fff;
	
}

/* Navigation */
#navigation {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:2px;
	background: #eb5f04;/*3763ff*/
}
#navigation a {
	color: #FFF;
	font-weight:bold;
}
#navigation a:hover, #navigation a:focus {
	font-weight:bold;
	text-decoration:underline;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background-color: #fff;
}
#contenu a {
	color: #1235ae;
}
#contenu a:hover, #contenu a:focus {
	color: #1235ae;
	text-decoration:none;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	background-color:#fff;
	text-align:center;
	color: #666;
}
#pied a {
color:#1235ae;
}
#pied a:hover {
text-decoration:none;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
	background-color:#ea9717;
}

#arrPlan {
	background-color:#fff;
	min-height: 100%; /* -> 1 */
	width: 800px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
	/*background-image:url('../images/arrPlan.png');*/
}

#global {
	background-color:#fff;
	min-height: 100%; /* -> 1 */
	width: 790px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	/*padding: 15px 20px 10px 20px;*/
	margin:5px;
	padding-left:0px;
	height:120px;
	background-color:#fff;

}
#entete h1 {
	margin: 0px;
	color:#333;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


/* Menu de navigation */
#navigation
{
	height: 20px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Menu de navigation footer*/
#nav-footer {
	height:20px;
	padding: 6px 9px;
}
#nav-footer  ul {
	margin: 0;
	list-style: none;
}
#nav-footer  li {
	display: inline;
}
#nav-footer  a {
	color:#666;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: underline;
}

/* Contenu */
#contenu {
	background-color:#fff;
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 0px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	width:770px;
	padding-top: 50px;
	padding-bottom: 15px;
	margin-left:17px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}

/*IMAGES AND OTHERS*/
#banner {
border: solid 5px #fff;
}

#img-left {
padding:6px;
border: #999999 1px solid;
float:left;
margin: 5px 10px 5px 0px;
}

.img-acco {
padding:4px;
border: #f88625 1px solid;
}

.img-frame {
padding:4px;
border: #f88625 1px solid;
}

#img-book {
padding:4px;
border: #cccccc 1px solid;
}

.titre-orange {
font-weight:bold;
color:#f88625;
}
#titre-orange-big {
font-weight:bold;
color:#f88625;
font-size:1.4em;
}
.sign_reviews {
font-size:0.9em;
font-weight:bold;
color:#f88625;
}
.titre-noir {
font-weight:bold;
color:#333;
}
#gray-little {
font-size:0.9em;
font-weight:bold;
color:#666;
}
.separateur {
border-top: dashed 1px #999;
border-bottom: 0px #fff;
width:80%;
margin-bottom:20px;
height:1px;
margin-top:0px;
}
.separateur-righter {
border-top: dashed 1px #999;
border-bottom: 0px #fff;
width:80%;
margin-bottom:4px;
height:1px;
margin-top:4px;
}
#version {
float:right;
padding:0px;
margin:0px;
font-size:0.8em;
}
#colonne1 {
float:left; 
width:540px;
}
#colonne2 {
float:right;
width: 170px; 
height:400px;
}
#colonne3 {
float:left;
width:700px;
}
#encard {
padding:5px;
border:#999 1px solid ;
}
.requiredtextsymbol
{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.btn
{
	color: white;
	font: bold 11px Verdana;
	background-color: #ff9900;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	padding-bottom: 4px;
	padding-top: 4px;
}

.btnbook
{
	color: darkblue;
	font: bold 12px Verdana;
	border-top: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding-bottom: 4px;
	padding-top: 4px;
}

.screenCenter
{
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px auto auto -250px;
}