/* Styles globaux */

body {
background-color:#D5EDB3;
    }
	
a:link {
	color:#5C743D;
	text-decoration:underline;
    }

a:visited {
	color:#5C743D;
	text-decoration:underline;
    }

a:hover {	
	color:#666666;
	text-decoration:underline;
    }
	
/* Styles class texte */

.titre_texte {
	font-size:17px;
	font-weight:bold;
	text-decoration:underline;
	text-indent:0px;
	margin-left:0px;
	position:relative;
	top:10px; 
	z-index:1;
	}
	
.corps_texte {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666; text-align:justify;
	position:relative; 
	width:560px; height:295px;
	margin-top:35px; margin-left:35px;
	line-height:20px; overflow:auto;
	z-index:1;
	}	
	
.fond_texte  {
	background-image:url(images_base/fond_texte.jpg);
	background-repeat:no-repeat;
	}

.texte_bas {
	font-family:'Times New Roman', Times, serif;
	letter-spacing:1px; font-weight:bold;
	color:#666666; font-size:10px;
	white-space:nowrap;
	}
	
/* Styles class decoration */

.coin_bas {
	background-image:url(images_base/coin_bas.jpg);
	background-repeat:no-repeat;
	}

.fond_index {
	background-image:url(images_base/fond_index.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:1;
	}
	
.fond_menu {
	background-image:url(images_base/fond_menu.jpg);
	background-repeat:no-repeat;
	}
	
/* Boutons */

#bouton_home_petit {
	height:25px;
	width:50px;
	z-index:2;
	top:-27px; margin-left:20px;
	position:relative;
	z-index:2;
	}

#bouton_precedent_petit {
	height:25px; width:50px;
	position:relative;
	margin-left:76px; top:-54px;
	z-index:2;
	}

.bouton_home {
	height:50px;
	width:100px;
	position: relative;
	margin-left:25px; top: 20px;
	z-index:2;
	}
	
.bouton_precedent {
	height:40px;
	width:100px;
	position: relative;
	top:20px; margin-left:25px;
	z-index:2;
	}

.bouton_ayuda {
	height:40px;
	width:100px;
	top: 330px; margin-left: 15px;
	position:relative;
	cursor:help;
	z-index:2;
	}

.bouton_close {
	background-image:url(../gente/images/close.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-left:580px; top: 35px;
	height:15px; width:15px;
	z-index:2;
	}

.bouton_index {
	height:60px; width:160px;
	vertical-align:middle; text-align:center;
	z-index:1;
	}

#bouton_reserva_index {
    position:absolute; top:40px; margin-left:120px;
	}

#bouton_sistema_index {
    position:relative;  top:-30px; margin-left:420px;
	}

#bouton_gente_index {
	position:relative;  top:40px; margin-left:180px;
	}

#bouton_informacion_index {
    position:relative;  top:0px; margin-left:420px;
	}

.bouton_gauche {
	height:60px; width:150px;
	z-index:2;
	}
	
#bouton_reserva {
    position:relative;  top:30px; margin-left:0px;
	}

#bouton_sistema {
    position:relative;  top:35px; margin-left:0px;
	}
	
#bouton_gente {
    position:relative;  top:40px; margin-left:0px;
	}
	
#bouton_informacion {
    position:relative;  top:45px; margin-left:0px;
	}
