/* ==============================================
   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, html {
	overflow:auto;
	margin: 0px;
	height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #009036;
	text-decoration: none;
}

#global {
	position: absolute;
	min-height: 100%;
	width: 100%;

}

/* Conteneur central */
#centre {

	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/* En-tête */
#entete {
	padding-top: 16px;
	margin: 0px;
	padding-bottom: 0px;
	height: 93px;
}
#entete .content   {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content_txt {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}
#nav {
	background-color: #FFFFFF;
	margin-bottom: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009036;
	border-bottom-color: #009036;
}
#menu_droite  {
	float: right;
}
#menu_droite .recherche a {
	font-size: 8pt;
}

#menu_droite .langues img.marge  {
	margin-right: 4px;
	margin-left: 4px;
}

#menu_droite .recherche input {
	font-size: 14px;
	border: 1px solid #666666;
}
#menu_droite .recherche #form1 {
	height: 20px;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;

}

#menu_droite .recherche input.loupe  {
	margin-bottom: -5px;
}


#menu_droite .langues {
	text-align: right;
	line-height: 20px;
	color: #FFFFFF;
}
#menu_droite .recherche {
	text-align: right;
}
#menu_droite .link {
	text-align: right;
	color: #FFFFFF;
}


#nav .navigation {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#nav .navigation ul {
	height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 195px;
}
#nav .navigation li {
	list-style-type: none;
	float: left;
	line-height: 16px;
	text-align: center;
	margin-right: 4.7em;
}
#nav .navigation a {
	color: #009036;
	text-decoration: none;
	display: block;
}

/* Contenu principal */
#principal {

	float: left;
	width: 528px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#txt {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-image: url(../../img/overlay_blanc_80.png);
	background-repeat: repeat;
	padding-right: 16px;
}
#txt li {
	list-style-image: url(../../img/li.png);
	margin-bottom: 0.4em;
}
#txt ul {

}

#txt h2 {
	margin-top: 0px;
}
h3  {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}



#nav_gauche {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	margin-bottom: 16px;
	background-image: url(../../img/overlay_blanc_80.png);
	background-repeat: repeat;
}

#nav_gauche ul {
	margin: 0px;
	padding: 0px;
}
#nav_gauche li {
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 8px;
}
#nav_gauche a {
	color: #009036;
	text-decoration: none;
}

#nav_gauche a.current  {
	text-decoration: underline;
	color: #333333;
}


#nav_droite {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-image: url(../../img/overlay_blanc_80.png);
	background-repeat: repeat;
}
#nav_droite ul {
	margin: 0px;
	padding: 0px;
}
#nav_droite li {
	list-style-type: none;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.caps {
	text-transform: uppercase;
}
#principal a:hover, #principal a:focus {
	color: #000000;
}
#principal strong {
	color: #181A12;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
}
#navigation form, input, select {
	font-size: 8pt;
}


/* Contenu secondaire */
#secondaire {
	float: left;
	width: 180px;
}

/* Pied de page */
#pied {
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	color: #FFFFFF;
	background-color: #009036;
}
#pied a {
	color: #CCCCCC;
}

#pied .copyrights {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}


.block {
	height: 80px;
	clear: both;
}

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