/* -------- 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;
}

/* -------- 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;
}

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

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

.big {
font-size: 18px;
}
.moyen {
font-size: 11px;
}
.petit {
font-size: 10px;
}

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;
}

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

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