
/* ----------------------------------------------
Blocs principaux
---------------------------------------------- */

body {
margin:5px auto;
padding: 0;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
text-align: center;
}

#page {
/*position: relative;*/
width:950px;
margin:0px auto;
padding:0px;
overflow:hidden;
text-align: left
}

#bando {
float:left;
width:950px;
height:80px;
margin-bottom:10px;
background-color:#e6e6fa;
text-align: center;
}

#bando img {
float:left;
}

#conteneur {
clear: both;
float: left;
width: 660px;
overflow: hidden;
margin-top:1em;
background-color:#e6e6fa;
}

#contenu {
padding-top: 1em;
}

#infos_centre {
height:300px;
margin-left: 20px;
margin-right: 20px;
overflow: auto;
}

#map_centre {
float: left;
height:300px;
margin-left: 20px;
margin-right: 20px;
}

#menu_droite {
float: right;
clear: bottom;
width: 280px;
margin-top:1em;
overflow: hidden;
background: #e6e6fa;
text-align: center;
}

.element_menu {
background: #FFFFFF;
margin: 5px;
margin-left: 10px;
margin-right: 10px;
}

#pied {
clear: both;
width: 100%;
margin: 0;
padding: 0.60em 0;
border-top: 1px solid #8B6F92;
text-align: right;
font-size: 0.90em;
background: #e6e6fa;
}

.texte_bleue{
color: blue ;
font-weight: bold;
}

/* ----------------------------------------------
Couleurs des liens
---------------------------------------------- */

a {
color: #604A7F;
text-decoration: none;
}

a:focus,a:hover,a:active {
color: #F57900;
text-decoration: underline;
}