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

p.msg_alert {
	padding-left: 22px;
	background-image: url(/styles/img/alert.gif);
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: left;
	text-align:right;
}

/* Conteneur central */
#centre {
	background: url(img/11-colgauche.jpg) repeat-y left top;
}
#centre-bis {
	background: url(img/11-coldroite.jpg) repeat-y right top;
}

/* Navigation */
#navigation {
	background: #000000;
	/* r: 1*16+8 g: 1*16+10 b: 1*16+2*/
	/* 24 26 18 */
	/*background: red; */
	/*background: transparent;*/
}
#navigation a {
	color: #FF6533;
	/*color: dimgray;*/
	/*color: #A1B55D;*/
}
#navigation a:hover, #navigation a:focus {
	/*background: #000000;*/
	/*background: #FF6533;*/
	color: #000000;
	background: #EC3F3B;
}

/* Contenu principal */
#principal {
	color: #FF6533;
	background: #FFFFFF;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
	/*background: #181A12;*/
}



/* --- POSITIONNEMENT --- */

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

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

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

/* Menu de navigation */
#navigation {
	float: left;
	/*width: 180px;*/
	width:205px;
	padding: 12px 10px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
	cursor:pointer;
}

#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#navigation ul.ssliste {
	margin: 0;
	padding: 5px 10px 10px 10px;
	list-style: none;
	padding-top:0px;
	padding-bottom:20px;
	/*line-height:140px;*/
}

#navigation ul.ssliste li >a{
	/*margin: 0.5em 0;*/
	margin:0px;
	/*background:red;*/
	/*line-height:100px;*/
	line-height:1em;
	color: #FF6533;
	text-decoration:none;
}

#navigation ul.ssliste2 {
	margin: 0;
	padding: 5px 10px 10px 10px;
	list-style: none;
	padding-top:0px;
	padding-bottom:20px;
	/*line-height:140px;*/
}

#navigation ul.ssliste2 li >a{
	/*margin: 0.5em 0;*/
	margin:0px;
	/*background:red;*/
	/*line-height:100px;*/
	line-height:1em;
	/*color: #FF6533;*/
	color: #FFFF33;
	text-decoration:none;
}

#navigation li.marque {
	/*color: #FF6533;*/
	color: #A1B55D;
	font-weight: bold;
	/*padding-bottom: 3px;*/
	line-height:1.5em;
	list-style-type: square;
}

#navigation li.marque  a{
	/*color: #FF6533;*/
	color: #A1B55D;
	font-weight: bold;
	/*padding-bottom: 3px;*/
	line-height:1.5em;
}


#navigation ul ul {
	/*position: absolute;*/
	/* top: -1px; left: 150px; */
	display:none; 
	/*width:150px;*/
}


/* Contenu principal */
#principal {
	/*margin-left: 200px;*/
	margin-left: 246px;
	margin-right: 230px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
	color: #000;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 160px;
	padding: 12px 20px;
}

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


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

