/* -------- COMMUN A TOUTES LES PAGES -------- */
/* -------- proprietes générale des pages -------- */

html {
height:100%; 
max-height:100%;
}

body {
color: black;
background-color: white;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
height:100%; 
max-height:100%;
margin:0;
padding:0;
border: none;
}

a img {
border: 0px;
}

a {
color: #000;
text-transform: none;
text-decoration: none;
outline: none !important;
}


/* --------  polices -------- */

.s {
color: #1A171B;
text-transform: uppercase;
}

.gris {
color: #666;
}
.beige {
color: #A27E5C;
font-size: 13px;
}

.very_big {
font-size: 36px;
}
.petit {
font-size: 10px;
}

/* liens */
a.gris {
color: #666;
text-decoration: none;
}
a.blanc {
color: #FFF;
text-decoration: none;
}
a.blanc_bold {
color: #FFF;
text-decoration: none;
}

/* spip liens internes */
a.spip_in {
color: #666;
text-decoration: none;
}
/* spip liens sortants */
a.spip_out {
color: #666;
text-decoration: none;
}
/* liens vers un email */
a.spip_mail {
color: #666;
}

/* --------  COMMUN mise en place -------- */
/* ---  centrage --- */
div#centrage_page {
padding-top: 3%;
text-align: center;

}
div#centrage_float {
width: 900px;
padding-top: 10px;
margin: 0px;
margin: 0 auto;
}

/* ---  MAIN BLOCS --- */
div#top {
float: left;
clear: both;
width: 900px;
}

div#logo {
float: left;
width: 387px;
}

/* ---  MAIN CONTENU --- */
div#main {
float: left;
clear: both;
width: 650px;
background-image: url(../images/elements/decor-top.jpg);
background-repeat: no-repeat;
background-position: left bottom;
padding: 10px 50px 0px 200px;
text-align: left;
}

div#adresse {
float: left;
clear: both;
width: 900px;
padding-top: 24px;
min-height: 150px;
_height: 150px;
background-image: url(../images/elements/decor-bottom.jpg);
background-repeat: no-repeat;
background-position: left top;
text-align: left;
}

/* ---  SOUS-MENU droite --- */
div#main_sous_menu {
float: left;
clear: both;
width: 750px;
background-image: url(../images/elements/decor-top.jpg);
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
padding-left: 150px;
}

div#texte {
float: left;
width: 415px;
padding-top: 40px;
}

div#sous_menu {
float: left;
clear: right;
width: 175px;
margin-left: 150px;
padding-bottom: 90px;
padding-top: 40px;
}


/* ---  AUTRES --- */
.paragraphe {
float: left;
width: 675px;
text-align: left;
padding-bottom: 50px;
}

div#positionnement_up {
position: absolute;
top: 0;
left: 0px;
width: 30px;
height: 30px;
background-color: red;
}
div#up {
position: relative;
left: 775px;
top: -55px;
z-index: 10;
width: 34px;
height: 40px;
}


