/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
color:#454545;
font-size:12px;
text-align:center;
background-color:#0d0d0d;
background-image:url(images/fond-body.gif);
background-repeat:repeat-x;
}

a {
color:#999999;
text-decoration:none;
}

.erreur {
color:#CC0000;
font-weight:bold;
font-size:14px;
}

.retour-float {
clear:both;
}

#global { /*global home*/
width:900px;
background-image:url(images/fond-home.gif);
background-repeat:repeat-x;
height:1000px;
margin:0 auto;
text-align:left;
position:relative;
}

#global2 {
width:900px;
background-image:url(images/contenu/fond-pages.gif);
background-repeat:repeat-x;
height:843px;
margin:0 auto;
text-align:left;
position:relative;
}

.ariane {
position:absolute;
color:#ffffff;
top:10px;
left:20px;
}
.contenu_fixe{
height:654px;
}


/* -----------Entête -------------- */
.logo {
margin-top:50px;
margin-left:20px;
margin-bottom:10px;
}

#styleswitcher{
background-image:url(images/entete/barre-couleurs.gif);
background-repeat:repeat-x;
height:29px;
width:135px;
position:absolute;
top:0px;
right:130px;
}

#styleswitcher a img{
padding-top:5px;
padding-left:4px;
}

a#acces-admin {
position:absolute;
top:5px;
right:20px;
color:#FFFFFF;
font-size:13px;
}

#date-heure{
position:absolute;
right:10px;
top:33px;
color:#ffffff;
font-size:12px;

}
/* -----------Fin Entête -------------- */

/* -----------Pied -------------- */
#pied {
background-color:#232323;
position:relative;
height:30px;
line-height:30px;
width:900px;
}

#pied p {
margin:0px;
margin-left:20px;
color:#ffffff;
float:left
}

#pied strong {
line-height:30px;
font-weight:normal;
}

ul#menu_pied {
list-style-type:none;
margin:0px;
float:left;
margin-left:200px;
}

ul#menu_pied li{
display:inline;
}


/* -----------Fin Pied -------------- */
