/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © 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: #1196A3;
	background: #E2EBF8;
}
a {
	color: #FF6533;
}
a:hover, a:focus, {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url("/img/colonne_g.jpg") repeat-y left top;
}
#centre-bis {
	background: url("/img/colonne_d.jpg") repeat-y right top;
}
#entete {
	background: #000081;
}
#navbar {
	background: #203081;
}
#pied {
	background: #000081;
}

/* Navigation */
#navigation {
	background: #114DA3;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}
#navigation a.actif {
	background:black;
	color:#A1B55D;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background: #A7DEE9;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}
#principal #video {
	width:390px;
	height:220px;
	margin:25px auto 0 auto;
	border:1px solid #000000;
}
#principal .details {
	text-align:right;
}

#principal1 {
	color: #181A12;
	background: #A7DEE9;
}
#principal1 a {
	color: #332510;
}
#principal1 a:hover, #principal a:focus {
	color: #6E5122;
}
#principal1 strong {
	color: #181A12;
}
#principal1 #video {
	width:390px;
	height:220px;
	margin:25px auto 0 auto;
	border:1px solid #000000;
}
#principal1 .details {
	text-align:right;
}


/* Contenu secondaire */
#secondaire {
	background: #114DA3;
}
div.erreur1 {width:auto;height:auto;background:#fbb;border:1px solid #f00;color:red;margin: 5px 20px 5px 20px;padding:5px 0 5px 0;
-moz-border-radius:7px 7px 7px 7px;text-align: center;font-weight:bold;}
div.divok {width:auto;height:auto;background:#bfc;border:1px solid #080;color:#080;margin: 5px 20px 5px 20px;padding:5px 0 5px 0;
-moz-border-radius:7px 7px 7px 7px;text-align: center;font-weight:bold;}
a.precedent {float:left}
a.suivant {float:right}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 5px 5px;
}
#global {
	width: 90%;
	max-width: 1000px;
	min-width: 895px;
	margin-left: auto;
	margin-right: auto;
}

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

#navbar .pnavbar{
	padding:5px 20px;
	margin:0;
}

/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}
#centre-bis1 {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	margin: 0;
	padding: 20px 0px 20px 0px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 20px 6px 20px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	font-weight:bold;
}

/* Contenu principal */
#principal {
	margin-left: 180px;
	margin-right: 240px;
	padding: 10px 10px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}


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

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 220px;
	padding: 12px 10px;
	margin:0px 0px
}


/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 20px;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
