@charset "utf-8";
/* CSS Document */

body {
background:url(images/background.jpg);
font-family:trebuchet, Geneva, Arial, Helvetica, sans-serif;
margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
color:#FFFFFF;
font-size:0.8em;

}

#site {
margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align: left; /* on rétablit l'alignement normal du texte */

  
}

#logo {
width:1000px;
height:132px;
}



#navigation {
float:left;
width:1000px;
height:24px;


}

#menu {
float:left;
width:238px;
height:452px;
text-align:left;
padding-left:50px;
font-size:1.2em;
color:#CCCCCC;
}

#content {
float:right;
width:672px;
text-align:justify;
padding-left: 20px;
padding-right:10px;
}

#adresse {
background:url(images/adresse.jpg);
width:442px;
height:90px;
float:right;
padding-left:160px;
padding-right:100px;
text-align:center;
padding-top: 10px;
}

.rubriques a, a:visited {
text-decoration:none;
color:#FFFFFF;
line-height:1.3em;
}

.rubriques a:hover {
text-decoration:none;
color:#99FF00;
line-height: 1.3em;
}

.texte_adresse {
font-size:0.9em;
}



.texte_adresse a, a:visited{
text-decoration:none;
color:#FFFFFF;
font-size:1em;
}

.texte_adresse a:hover {
text-decoration:none;
color:#99FF00;
font-size:1em;
}

.texte_contenu{
text-decoration:none;
color:#FFFFFF;
}

.texte_contenu a, a:visited{
text-decoration:none;
color:#FFFFFF;
}

.texte_contenu a:hover {
text-decoration:none;
color:#99FF00;
}

td {
padding-left:10px;
}

.decalage {
padding-left:20px;
}
