/* -------- COMMUN A TOUTES LES PAGES -------- */
/* -------- proprietes générale des pages -------- */
html {
height:100%; 
max-height:100%;
}

body {
color: #000;
margin:0;
padding:0;
background-color: #FFF;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
height:100%; 
max-height:100%;
}

a img { 
border: none; 
}

a {
color: #000;
text-decoration: underline;
}

.spip_documents_left {
float: left;
margin-right: 15px;
margin-bottom: 5px;
padding: 5px;
}

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

a.sous_menu:link {
font-size: 10px;
color: #000;
text-decoration: none;
margin-left: 7px;
}
a.sous_menu:visited {
font-size: 10px;
color: #000;
text-decoration: none;
margin-left: 7px;
}
a.sous_menu:hover {
font-size: 10px;
color: #000;
text-decoration: underline;
margin-left: 7px;
}

.sous_menu_on {
font-size: 10px;
color: #000;
text-decoration: underline;
margin-left: 7px;
}

a.rubriques:link {
color: #000;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
}
a.rubriques:visited {
color: #000;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
}
a.rubriques:hover {
color: #000;
text-decoration: underline;
text-transform: uppercase;
font-size: 11px;
}

/* --------  EXPOSE -------- */
.sous_menu {
font-size: 10px;
color: #000;
text-decoration: none;
margin-left: 7px;
}
.sous_menuon {
font-size: 10px;
color: #000;
text-decoration: underline;
margin-left: 7px;
}

.big {
font-size: 18px;
}

.plus_gros {
font-size: 14px;
}

a.spip_in {
color: #000;
text-decoration: underline;
}
a.spip_out {
color: #000;
text-decoration: underline;
}

.moyen {
font-size: 11px;
}

.petit {
font-size: 10px;
}

a.noir {
color: #000;
text-decoration: none;
}

a.black:link {
color: #000;
text-decoration: none;
}
a.black:visited {
color: #000;
text-decoration: none;
}
a.black:hover {
color: #000;
text-decoration: underline;
}

.anniversaire_texte {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #B92603;
}

a.footer {
font-size: 10px;
text-decoration: none;
}


/* --------  COMMUN mise en place -------- */

/* ---  centrage --- */
div#centrage_page {
padding-top: 15px;
margin: 0 auto;
width: 930px; /* largeur obligatoire pour être centré */
}
div#centrage_float {
width: 930px;
margin: 0px;
padding: 0px;
}

/* ---  structure de base --- */
div#menu_container {
width: 930px;
height: 63px;
}
div#top_menu {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 20px;
}
div#logo {
position: absolute;
z-index: 30;
top: 0px;
left: 0px;
}

/* ---  liens sous-menu --- */
div#top_sous_menu {
width: 920px;
padding-top: 23px;
padding-right: 10px;
}

div#liens_sous_menu {
float: right;
width: auto;
text-align: right;
_width: auto;
margin-left: 10px;
}

/* --------  CORPS -------- */

div#for_carres {
position: relative;
_text-align: left;
}

/* --------  EN CAS DE SOUS-SOUS MENU -------- */
li.sous_sous_menu {
list-style-image : url(../images/puce.gif);
}

a.sous_sous_menu {
text-transform: uppercase;
text-decoration: underline;
}

div.texte_sous_sous_menu {
width: 280px;
text-align: left;
padding: 1px 5px 10px 60px;
background-color: #d0c2ad;
}