@charset "UTF-8";
/* CSS Document */

body
{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	background-color: #143606;
}
/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, 
c'est la seule façon de centrer les éléments de type block avec ce navigateur */
/* On a ajouté de quoi mettre une police de caractère et une couleur de fond */
div#conteneur
{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/base_05.jpg);
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}

/* On définit la largeur de la division qui contient l'ensemble de la page à 800 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type
 block (comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */
/* Une bordure autour de l'ensemble de la page,et couleur blanche pour le fond de celle-ci */
div#conteneur2
{
	width: 800px;
	margin-bottom: 10px;
	text-align: left;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height:600px;
}
/* index*/
div#conteneur3
{
	width: 544px;
	margin-bottom: 10px;
	text-align: left;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height:650px;
}
div#entete
{
	height: 102px ;
	margin: 0 ;
}
/* logo entête */
div#centre
{
	height:540px;
	width:1024px;
}

div#menu
{
	height: 28px ;
	margin: 0 ;
	padding-left:330px;
}
div#menugauche
{
	height:470px;
	width:275px;
	margin-right:25px;
	color: #FFF;
}
div#contenu
{
	height:410px;
	width:800px;
	top: 140px;
	right: 0px;
	position:absolute;
	left: 100px;
	margin-left:10px;
}
div#contenu2
{
	width: 470px;
	display: block;
	position: relative;
	right: -220px;
	top: 0px;
	overflow: auto;
	height: 250px;
	padding-top: 175px;
	padding-right: 145px;
	padding-bottom: 40px;
	padding-left:85px;
	left: 275px;
	font-family: "Arial Narrow";
	text-align: justify;
}
div#pied
{
	height:50px;
	padding-top:10px;
	padding-bottom:2px;
	font-family:"Arial Narrow";
	font-size:11px;
	text-align:center;
	color: #92C070;
	letter-spacing: 0.3em;
	line-height: 12px;
	font-weight: normal;
	margin-top:1px;
	padding-left: 275px;
}
.lien_date {
	color: #FFF;
	font-family:"Arial Narrow";
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.2em;
}
#pied a:hover
{
	color: #F93;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
#conteneur #centre #menugauche #contenu2 .h1 {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	color: #033333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4E6D5;
}
#conteneur #centre #menugauche #contenu2 .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003433;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#conteneur #centre #menugauche #contenu2 p {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-left: 35px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#conteneur #centre #menugauche #contenu2 p .liens_visibles {
	font-family: Arial, Helvetica, sans-serif;
}
#conteneur #centre #menugauche #contenu2 p .liens_visibles {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #98FECD;
	text-decoration: none;
}
#conteneur #centre #menugauche #contenu2 .retrait {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-left: 0px;
	letter-spacing: 0.1em;
	margin-left: 65px;
}
.formulaire {
	text-align: right;
}
.formulaire_texte {
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #FFF;
	text-align: justify;
	letter-spacing: 0.1em;
	padding-left: 22px;
	margin-left: 20px;
	font-weight: normal;
}
.asteri {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #F00;
}
.exemple {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #003334;
	text-align: center;
	font-weight: bold;
	margin-left: 55px;
}
.exemple_02 {
	font-family: "Arial Narrow";
	font-size: 10px;
	color: #FF6;
	text-align: center;
	font-weight: bold;
}
.exemple .exemple {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #C4E6D5;
	letter-spacing: 0.1em;
}
.cadre2 {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 10px;
}
.cadre {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	color: #003434;
	letter-spacing: 0.1em;
	padding: 10px;
}
.retrait2 {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #C4E6D5;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-left: 0px;
	margin-left: 50px;
	line-height: 25px;
}
.retrait3 {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-left: 0px;
	margin-left: 25px;
	line-height: 25px;
}
.plan {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #003434;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: left;
	font-style: italic;
}
#conteneur #centre #contenu2 li a {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-style: normal;
	color: #C4E6D5;
	text-decoration: none;
	font-weight: bold;
}
.retrait2 a {
	color: #FFF;
	text-decoration: none;
}
.retrait2 a:hover {
	color: #003434;
}
.retrait3couleur {
	color: #D3E9DD;
}
.h1_plan_titre {
	font-family: "Arial Narrow";
	font-size: 22px;
	color: #153934;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	letter-spacing: 0.1em;
}
.htitre {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #FEEFA6;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 20px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.htitre_02 {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #OOOO;
	letter-spacing: 0.2em;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.explications_bas_ital {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #F00;
	letter-spacing: 0.2em;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}

#conteneur #centre #menugauche #contenu2 .h2accueil
{
	font-family: "Arial narrow";
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
#conteneur #centre #menugauche #contenu2 .h3accueil
{
	font-family: "Arial narrow";
	font-size: 16px;
	font-style: italic;
	color: #FF6;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
#conteneur #centre #menugauche.telechargement {
	text-decoration: none;
}
.lien_reseau {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
}
.lien_reseau02 {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color:#F93;
}
.lien_reseau a:hover
{
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color:#F93;
}
.pied_adresse {
	font-family: "Arial Narrow";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #D0D56E;
}
#footer{
	height: 25px;
	width: 1024px;
	text-align:center;
}
.adresse_grande {
	font-family: "Arial narrow";
	font-size: 12px;
	font-weight: bold;
	color: #FC0;
	line-height: 20px;
}

