body {
  margin: 0px 2px 5px 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
  font-size: 12px;
}

#entete {
  margin: auto;
  text-align: center;
  font-family: comic sans ms;
  font-weight: bold;
  font-size: 3.5em;
  background: url('../images/entete.jpg') no-repeat;
  background-position: center;
  margin-bottom: 5px;
  text-transform: capitalize;
  height: 120px;
}

#entete a {
  color: black;
}

#entete a:hover {
  text-decoration: none;
}

span.rouge {
  color: red;
}

#conteneur {
  width: 100%;
}

#menu {
  float: left;
  width: 120px;
  border: 1px solid black;
  text-align: justify;
  margin: 0px 0px 0px 2px;
}

#contenu {
  text-align: justify;
  margin: 0px 145px 0px 125px;
  background: url('../images/fond.jpg') fixed no-repeat 50% 50%;
  min-height: 300px;
  padding: 0px 2px 0px 2px;
}  

#actualite {
  width: 140px;
  float: right;
  border: 1px solid black;
  text-align: justify;
  margin: 0px 0px 0px 2px;
  min-width: 12%;
}

#actualite span {
  display:block;
  text-align:center;
  padding-bottom:2px;
}

#clearer {
  clear:both;
}

#pied {
  padding-top:10px;
  clear:both;
  font-weight:bold;
  text-align:center;
}

#annonce {
  border:1px solid black;
}

#forum {
  border: 2px solid #FF6600 ; 	
}

a:link, a:visited {
  color:blue;
  text-decoration:none;
}

a:hover, a:visited:hover {
  color:red;
  text-decoration:underline;
}

#menu a:link, #menu a:visited{
  display: block;
  border-bottom: 1px inset black;
}

#menu a:hover, #menu a:visited:hover{
  border-bottom: 1px outset black;
}
h1,h2,h3 {
  text-align: center;
}

h2 {
  font-size: 1.3em;
}

#menu ul {
  margin:0px 0px 0px 0px;
  padding-left:0px;
  list-style-type:none;
}

#menu li {
  margin-top:0px;
  padding-left:0px;
  list-style-type:none;
}

.orange {
  color:#ff6600;
  font-weight:bold;
}

div.titreRubrique {
  text-align:center;
  background-color:red;
  color:white;
  font-weight:bold;
  margin-bottom:2px;
}

#actualite .date {
  color:white;
  background-color:black;
  font-weight:bold;
}

.information {
  width:100%;
  margin:5px 0px 5px 0px;
}

.conteneur {
  border-radius: 0.7em;
  -moz-border-radius: 0.3em;
  border: solid 2px black;
  margin: 0.2em;
}

.titre {
  background-color:black;
  color:white;
  font-family:comic sans ms;
  border-bottom:1px inset red;
  font-size:12px;
}

.texte {
  background-color: #9CC0D7;
  font-family: courier ;
}

div.actualites {
  padding: 2px;
  font-size: 10px;
}

legend {
  width: 50%;
  border: 1px solid black;
}

.couleur1 {
  background-color: yellow;
}

.couleur2 {
  background-color: red;
}

hr {
  width: 80%;
  background-color: black;
  text-align: center;
}

/* style des boites*/
.gBoite {
  padding: 2px;
  background-color: #FFBFBF;
}

.gBoite span {
  display: block;
  text-align: center;
}

.gBoite a {
  color: red;
}

.bRouge {
  background-color: red;
  color: white;
}

.bNoir {
  background-color: black;
  color: white;
}

.dTract {
  padding: 2px;
  background-color: black;
  margin: 0px 0px 5px 0px;
}

.dTract span {
  display: block;
  text-align: center;
  color: white;
}

.l1 {
  background-color: #FF8080;
  color: white;
}

.l2 {
  background-color: #B30000;
  color: white;
}

.sBlock {
  display: block;
  text-align: center;
}

.affiche {
  display: inline;
  border: 2px groove black;
}

dl {
  margin: 0px;
  padding: 5px;
}

dt {
  margin-left: 5px;
}

#annonce hr {
  visibility: hidden;
}

.citer {
  background-color: #808080;
  color: white ;
  font-style: italic;
  display: block;
  padding: 5px;
}
