body {
	 font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
 }

.logo {
	position:absolute;
	float:left;
	top:10px;
	left:10px;
	border:none;
	text-decoration:none;
}

.head {
	display:block;
	position:relative;
	background-image:url("../../images/accueil2.jpg");
	width: 920px;
	height:690px;
	border:none;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 800;
	color: #999999;
	line-height: 12px;
	display:block;
	position:absolute;
	width: 920px;
	height:30px;
	top:700px;
	text-align: center;
}

.titre {
	position:absolute;
	width: 500px;
	height: 50px;
	top:10px;
	left:200px;
	background-image:url("../../images/titre.png");
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color:#FEF4D0;
	color: #1768C1;
	display:block;
	position:absolute;
	width:860px;
	top: 400px;
	margin:0 20px 0 20px;
	padding:10px 10px 10px 10px;
	opacity: 0.7;
}

.texte div.gauche{
	width: 400px;
	float: left;
	display: inline;
}
.texte div.droite{
	width: 400px;
	float: right;
	display: inline;
}
.texte div.blabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #339999;
}


ul {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1768C1;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1768C1;
	position:relative;
}

.menuvisite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: white;
	display:block;
	position:relative;
	top: -280px;
	text-align:center;
	width: 920px;
}

/*bouton pour la page activé*/
.boutton{
    display:block;
	position : relative;
    float:left;
    margin:0 5px 0 0;
    background-color:#94C9FE;
	opacity: 0.65;
	top: -580px;
	left: 0px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    text-decoration:none;
    line-height:130%;
    text-decoration:none !important;
    font-weight:bold;
    color:#000066;
    cursor:pointer;
    padding:5px 5px 6px 5.7px; /* Links */
}

.buttons a, .buttons button{
    display:block;
	position : relative;
    float:left;
    margin:0 5px 0 0;
    background-color:#f5f5f5;
	opacity: 0.65;
	top: -580px;
	left: 0px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    text-decoration:none;
    line-height:130%;
    text-decoration:none !important;
    font-weight:bold;
    color:#000066;
    cursor:pointer;
    padding:5px 5px 6px 5.7px; /* Links */
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#336699;
    border:1px solid #c2e1ef;
    color:#dff4ff; !important;
    text-decoration:none !important;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff !important;
}

/*Bouton retour*/
.buttons_r a, .buttons button{
    margin:0 5px 0 0;
    background-color:#f5f5f5;
	opacity: 0.65;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    text-decoration:none;
    line-height:130%;
    text-decoration:none !important;
    font-weight:bold;
    color:#000066;
    cursor:pointer;
    padding:5px 5px 6px 5.7px; /* Links */
}

button:hover, .buttons_r a:hover{
    background-color:#336699;
    border:1px solid #c2e1ef;
    color:#dff4ff; !important;
    text-decoration:none !important;
}
.buttons_r a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff !important;
}

/*bouton pour la region*/
a.bouton {
  color: white;
  background-color: #000080;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
a.bouton:hover {
  background-color: #6495ED;
  background-image: url(aqua.jpg);
}

/* On définit la dimension maximale de nos images au repos */
.mlt_zoom img {
    width: 70%;
}

/* Changement de taille lors du survol... */
.mlt_zoom a:hover img {
    width: 90%;
}