/* CSS Document */
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Spécifications générales--------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
}
body {
background-image: url(../images/bg_raye.gif);
color: #727272;
font-size: 90%;
font-family: times, Verdana, Arial, Helvetica, serif;
}
#global {
background-color: white;
position: relative;
width: 987px;
}
.cache {
position: absolute;
left: 0;
top: -5000px;
}
img {
border: 0 none;
}
#logo_sup {
height: 25px;
}
#bandeau_titre {
width: 385px;
height: 20px;
background-image: url(../images/bg_raye.gif);
float: right;
}
p{
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Menu principal------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
#bandeau_menu {
width : 100%;
height: 55px; 
background-color: #c8c8c8;
}
#logo_inf {
float: left;
}
#menu {
position: relative;
float: left;
width: 493px;
height: 55px;
background: transparent url(../images/menu.gif) bottom left no-repeat ;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Menu secondaire-----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
#bandeau_ssmenu {
position: relative;
width: 600px;
height: 102px; 
margin-top: 3px;
}
#ssmenu { 
position: absolute;
bottom: 10px;
right: 15px;
list-style-type: none;
color: white;
}
#ssmenu li {
display: inline;
} 
#ssmenu a {
color: white;
text-decoration: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Images du bandeau---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
#bandeau_image {
position: absolute;
top: 25px;
left: 600px;
}
#i_info {
position: absolute;
top: 83px;
left: 853px;
}
#bloc_info {
visibility:hidden;
position: absolute;
top: 111px;
left: 853px;
width: 134px;
height: 70px;
background-image: url(../images/bg_bloc_infos.gif);
background-position: right bottom;
padding: 0.2em 0 0.2em 0;
font-size: 11px;
text-align: center;
}
.i_style {
display: block;
width: 12px;
height: 12px;
background-color: #c8c8c8;
font-size: 12px;
text-decoration: none;
line-height: 1em;
text-align: center;
}
.i_style:hover {
color: white;
}
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------Classes particulières---------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
.copyright {
font-size: 10px;
}
/*p:first-letter {
font-weight: bold;
}*/
.flot_g {
float: left;
}
.flot_r {
float: right;
}
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------Pied de page------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
#haut_page {
float: right;
margin-right: 20px;
margin-top: 10px;
}
#sep_pied_page {
height: 3px;
margin-top: 50px;
background-image: url(../images/bg_raye.gif);
}
#pied_page {
text-align: center;
}
#pied_page a {
line-height: 2em;
}

