/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 07
   © 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 {
	background: #2c1801;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/fondbody.jpg) repeat-x;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#9C0;
}
a:hover, a:focus {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}


/* Navigation */
#navigation {
	padding:0;
	margin:0;
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	margin: 0;
	padding: 0;
}
#global {
	width: 900px; /* -> 3 */
	margin: 10px auto; /* -> 4 */
	color:#754d25;
	background-color:#FFF;
	padding:10px;
}

/* En-tête */
#entete {
	margin:0;
	padding:0;
	margin-bottom:20px;
	text-align:center;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

#navigation {
	width: 149px;
	float: left;
	margin:0;
	padding:0;
	background: url(../images/menu.jpg) no-repeat left;
	height:487px;
}

#navigation ul {
	margin: 0;
	padding:0;
	list-style-type:none;
	margin-top:42px;
}

#navigation ul li {
	height:25px;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	text-align:left;
	font-size:12px;
	height:20px;
	padding-top:5px;
	padding-left:2px;
}

#navigation ul li a:hover {
	border-bottom: 2px solid #9ecb56;
	border-left: 2px solid #b0d673;
	border-right:none;
	border-top: 2px solid #bcdc88;
	background-color:#FFF;
}

.onglet_actif {
	border-bottom: 2px solid #9ecb56;
	border-left: 2px solid #b0d673;
	border-right:none;
	border-top: 2px solid #bcdc88;
}


ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	border:none;
	list-style-type: none ;
	margin-bottom:4px;
}

ul#menu li{
	float: left ;
	text-align: center ;
	font-size:10px;
}

ul#menu li a {
	width: 135px ;
	line-height: 25px ;
	margin-right:10px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #754d25 ;
	display: block ;
	text-decoration: none ;
	border: 2px solid #c4e195;
	border-bottom:none;
}

ul#menu li a:hover {
	background-color:#FFF;
}

.menu_actif {
	font-size: 12px ;
	background-color:#FFF;
	margin-top:2px;
}

.menu_inactif {
	background-color:#c4e195;
}
 

#contenu {
	height:429px;
	min-height:429px;
	max-height:430px;
	overflow:auto;
	border: 2px solid #c4e195;
	position:relative;
	background:url(../images/fond.jpg) repeat-x;
	font-size:12px;
}
#contenu h2 {
	margin:0px;
	padding:0px;
	padding-top:100px;
	margin-left:30px;
	text-transform:uppercase;
	background: url(../images/trace.png) no-repeat;
	background-position:bottom left;
	font-size:30px;
	font-weight:bold;
}
#contenu p {
	padding: 10px 20px;
	font-size:12px;
}

.adroite {
	float:right;
	padding: 10px 20px;
}

#prepied {
	margin: 0;
	padding:0;
	font-size: 11px;
	position:relative;
	color:#58595b;
	text-align:center;
	clear:both;
	background-color:#FFF;
}

#pied {
	background-color:#FFF;
	padding:0;
	margin:0;
}

#pied table{
	margin: 0;
	padding:0;
	font-size: 11px;
	color:#58595b;
	text-align:right;
	width:100%;
	clear:both;
	background-color:#FFF;
}

#pied a{
	color:#9C0;
}

.gal {
	border: 5px solid #FFF;
}

#gallerie{
	max-height:296px;
	height:296px;
	overflow:auto;
}
.enorange {
	color: #F90;
	font-size:16px;
}
.legende {
	font-size: 9px;
}
.plusgros {
	font-size: 14px;
	font-weight:bold;
}
label {
	display:block;
	width:90px;
	float:left;
}
input{
	margin-bottom:10px;
}