/* CSS Document */

/* Proprietes de page*/
body{
  margin:0;
  padding:0;
  background: #FFFFFF;
  color: #000000;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}

a{
	text-decoration : none;
	color: #990000;
	font-weight: bold;
	border: 0;
}

a:hover{
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
	border: 0;
}

a img{
  border:  none ;
}

/*Conteneur principal*/
#conteneur {
	position:relative;
	width: 1000px;
	margin:0 auto;
	height:auto;
	min-height: 800px;
	background: #fff url(images/fond.jpg) no-repeat top;
	text-align:center;
	border: 0;
}

#conteneur-home {
	position:relative;
	width: 1000px;
	margin:0 auto;
	padding-left:10px;
	height:800px;
	background: #fff url(images/0-enter.jpg) no-repeat top;
	text-align: left;
	border: 0;
}

/*Menus haut*/
#menu {
	float:right;
	margin:20px 0 170px 280px;
}

#menu ul {
    background: transparent url(images/menu-haut.png) no-repeat;  /* on place l'image de fond pour la liste non ordonnée, pas de répétition, placée par défaut en "top left" */
	position:absolute;
	right:0px;                                                 /* juste pour mon exemple : décalage de la liste de 250px du bord gauche du body */
    text-align: center;                                        /* texte centré dans les menus */
    top: 20px;
    width: 720px;                                            /* par rapport à la largeur de l'image de fond */
}

#menu ul,#menu li {
    list-style: none;  /* pas de style de puce pour les éléments de la liste */
    margin: 0;        /* pour mettre firefox et ie d'accord !!  */
    padding: 0;      /* pour mettre firefox et ie d'accord !!  */
}

#menu ul li {
    float: left;   /* les éléments sont placés en flottant à gauche */
}

#menu a {
    color:  #00FF00;       /* couleur du texte blanche pour mon exemple */
    display: block;      /* attention important !! les liens deviennent des blocs */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;            /* correspond à la hauteur de mon image, pour que le lien couvre toute la surface de l'image cf ci-dessus */
    line-height: 30px;       /* interlignage pour mon exemple */
    text-decoration: none;  /* pas de décoration par défaut des liens !! */
}

#menu a:hover { background: transparent url(images/menu-haut.png) no-repeat; }

a#menu1, a#menu2, a#menu3  { width: 190px; }

a#menu1:hover { background-position: -720px 0%; }

a#menu2:hover { background-position: -910px 0%; }

a#menu3:hover { background-position: -1100px 0%; }

a#menu4 { width: 150px; }

a#menu4:hover { background-position: -1290px 0%; }


/*Contenu general*/
#global {
	float:right;
	width:890px;
	margin:0;
	padding:0 0 20px 0;
	height:auto;
	border:0;
}

#conteneur-droit {
	float:right;
	margin:0 0 20px 0;
	width:640px;
}

/*Menu gauche*/
#conteneur-gauche {
	float:left;
	margin:0;
	width: 250px;
	background:url(images/menuvert-haut.png) left top no-repeat;
	padding-top:25px;
}

#menu-gauche {
	float:left;
	margin:0;
	background: url(images/menuvert-bas.png) bottom left no-repeat;
	padding-bottom:25px;
	width: 250px;
	height: auto;
	font: 18px Verdana, sans-serif, Arial;
}

#menu-gauche h1 {
	font: 20px Verdana, sans-serif, Arial ;
	font-weight:bold;
	color: #990000;
}

#menu-gauche li {
	margin:0;
	list-style-image:url(images/bullet.png);
	list-style-position:inside;
	padding-bottom:15px;
}

#menu-gauche ul {
	margin:0;
	text-align: left;
	font: 14px Verdana, sans-serif, Arial;
	padding-left: 25px;
	padding-top:0px;
	line-height:15px;
}
#menu-gauche a {
	margin:0;
	color: #000000;
	text-decoration: none;
}
#menu-gauche a:hover{
	color: #990000;
	text-decoration: none;
}

#menu-gauche li:hover {
	list-style-image:url(images/bullet-hover.png);
}

/*Contenu text droit*/
#titre-droit {
	float:right;
	width:600px;
	margin:0 20px 0 20px;
	height:auto;
	text-align:left;
}

#global-droit-top {
	background: url(images/text-haut.png) center top no-repeat;
	width:600px;
	padding-top:25px;
	margin: 20px 20px 0 20px;
}

#text-droit {
	width:600px;
	background: #FFFFFF;
	height:auto;
	text-align:justify;
}

#text-droit ul{
	margin-right: 25px;
}

#text-droit h1{
	margin: 0 25px 0 25px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#text-droit h2{
	margin: 0 25px 0 25px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
}

#text-droit h3{
	margin: 0 25px 0 25px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}

#text-droit p {
	margin: 0 25px 0 25px;
}

#text-droit table {
	margin-left:25px;
}

#global-droit-bottom {
	background: url(images/text-bas.png) center top no-repeat;
	width:600px;
	height:25px;
	padding-top:0;
	margin: 0 20px 0 20px;
}

/*Photo texte gauche*/
#photo-gauche {
  float:left;
  width:66px;
  margin:0 10px 5px 25px;
}

/*Menus bas*/
#menu-bas {
	float:left;
	margin-top:20px;
}

#menu-bas ul {
    background: transparent url(images/menu-bas.png) top left no-repeat; 
	position:relative;
	left:0px;
    text-align: center;
    bottom: 20px;
    width: 720px;
}

#menu-bas ul,#menu-bas li {
    list-style: none;  /* pas de style de puce pour les éléments de la liste */
    margin: 0;        /* pour mettre firefox et ie d'accord !!  */
    padding: 0;      /* pour mettre firefox et ie d'accord !!  */
}

#menu-bas ul li { float: left;   /* les éléments sont placés en flottant à gauche */
}

#menu-bas a {
    color:  #00FF00;       /* couleur du texte blanche pour mon exemple */
    display: block;      /* attention important !! les liens deviennent des blocs */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;            /* correspond à la hauteur de mon image, pour que le lien couvre toute la surface de l'image cf ci-dessus */
    line-height: 30px;       /* interlignage pour mon exemple */
    text-decoration: none;  /* pas de décoration par défaut des liens !! */
}

#menu-bas a:hover { background: transparent url(images/menu-bas.png) no-repeat; }

a#menu-bas1, a#menu-bas4  { width: 160px; }

a#menu-bas2, a#menu-bas3  { width: 130px; }

a#menu-bas1:hover { background-position: -720px 0%; }

a#menu-bas2:hover { background-position: -880px 0%; }

a#menu-bas3:hover { background-position: -1010px 0%; }

a#menu-bas4:hover { background-position: -1141px 0%; }

a#menu-bas5 { width: 140px; }

a#menu-bas5:hover { background-position: -1301px 0%; }


/*Footer*/
#footer {
	float:left;
	width:1000px;
	background: url(images/footer.png) top center no-repeat;
	padding-top:50px;
	padding-bottom:20px;
}

#footer p {
	font-size: 10px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer p a {
	color:#666666;
	font-weight: normal;
}

#footer p a:hover {
	color: #FF6600;
	text-decoration:underline;
}

/*Agrandissements images au survol*/

a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   font-weight:normal;
   width:150px;
   top: 10px; 
   left: 50px;
   background: white;
   padding: 3px;
}

/* style formulaire de contact*/
#text-droit form {
background-color:#fff;
margin: 0 0px 0 25px;
padding:10px;
width:85%;
font: 10px verdana, sans-serif;
}

#text-droit fieldset {
padding:20px;
margin:10px;
border: 1px solid #d8b94f;
}

#text-droit legend {
padding : 5px;
color:#b32404;
font: 10px verdana, sans-serif;
border: 1px solid #d8b94f;
}


#text-droit label {
margin: 0 0px 0 25px;
text-align: right;
}

#text-droit input {
font: 10px verdana, sans-serif;
background-color: #d8b94f;
color: #000;
margin: 0 0px 0 25px;
text-align: justify;
border: 1px solid #b32404;
}

#text-droit select {
font: 10px verdana, sans-serif;
color: #000;
background-color: #d8b94f;
margin: 0 0px 0 25px;
text-align: justify;
border: 1px solid #b32404;
}

#text-droit textarea {
font: 10px verdana, sans-serif;
color: #000;
background-color: #d8b94f;
margin: 0 0px 0 25px;
text-align: justify;
border: 1px solid #b32404;
}

#text-droit input[type=radio] {
margin-right:50px;
border:none;
border: 1px solid #b32404;
margin: 0 0px 0 25px;
background-color: #d8b94f;
}

/* style formulaire d'identification*/
#menu-gauche form {
background-color:#fff;
margin:0;
padding :2%;
width: 96%;
font: 10px verdana, sans-serif;
}

#menu-gauche fieldset {
padding:5px;
margin:0;
border: 1px solid #d8b94f;
}

#menu-gauche legend {
margin: 0;
padding : 1px;
color:#b32404;
font: 10px verdana, sans-serif;
border: 1px solid #d8b94f;
}


#menu-gauche label {
margin: 0;
text-align: right;
}

#menu-gauche input {
font: 10px verdana, sans-serif;
background-color: #d8b94f;
color: #000;
margin: 0;
text-align: justify;
border: 1px solid #b32404;
}

#menu-gauche select {
font: 10px verdana, sans-serif;
color: #000;
background-color: #d8b94f;
margin: 0;
text-align: justify;
border: 1px solid #b32404;
}

#menu-gauche textarea {
font: 10px verdana, sans-serif;
color: #000;
background-color: #d8b94f;
margin: 0;
text-align: justify;
border: 1px solid #b32404;
}

#menu-gauche input[type=radio] {
border:none;
border: 1px solid #b32404;
margin: 0;
background-color: #d8b94f;
}

#global-droit-bottom {
	background: url(images/text-bas.png) center top no-repeat;
	width:600px;
	height:25px;
	padding-top:0;
	margin: 0 20px 0 20px;
}



