*{ 
margin: 0px;
padding:0px;
border: 0px;
text-decoration: none;
 }

body{ 
color: black;
background-color: #B00000;
 }

.tout{ 
  width:800px;
  margin: 10px auto;
  background-color: white;
 }

.langue{ 
display: block;
height: 60px;
width: 200px;
margin:auto;
 }

#fr{ 
  background: transparent url(./images/drapeau-francais.jpg) no-repeat ;
  display:block;
  width:60px;
  padding-top:40px;
  float:left;
  text-align:center;
 }

#en{ 
  background: transparent url(./images/drapeau-anglais.jpg) no-repeat ;
  display:block;
  width:60px;
  padding-top:40px;
  float:right;
  text-align:center;
 }

.header h1 a { 
  text-align: center;
  background: #000000 url(./images/baniere.jpg) no-repeat ;
  display:block;
  height:150px;
  width:800px;
  text-decoration: none;
}

.header h1 a span { 
display:none;
 }

.header{ 
margin-bottom: 10px;
background-color: #B00000;
 }

li{ 
  list-style: none;
 }

.menu{ 
float: left;
display:block;
width: 150px;
 }

.menu ul { 
  margin-left: 10px;
 }

.menu ul li a , #liens p a{ 
  color: #77d330;
font-size: 120%;
 }

.menu ul li a:hover , #liens p a:hover{ 
  color: #ff8700;
font-size: 120%;
 }

#liens{ 
display:block;
float: right;
width: 125px;
 }

#liens p{ 
  margin-right: 10px;
 }

.content{ 
  margin-left: 150px;
  font-family: 'comic sans ms';
 }

.texte , .titre{ 
  width: 500px;
 }

.texte h4 , .titre h3{ 
  font-size: 30px;
  border-left: 3px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  padding-left: 90px;
  margin-bottom: 15px;
  color: #888888;
  line-height:48px;
 }

ul.affCat{ 
  margin-left: 25px;
 }

ul.affCat li a { 
  color: black;
 }

ul.affCat li a:hover { 
  color: #ff8700;
 }

.texte ul li{ 
float: none;
 }

.texte ul li ul{ 
float: left;
margin-right: 25px;
 }

.texte ul li ul li{ 
float: none;
text-align:center;
 }

.pied{ 
  margin: 200px 10px 0px 10px;
padding-bottom: 25px;
  display: block;
  clear: both;
 }

.actu > ul, .actu ul > li{ 
  float:left;
 }

.actu ul li ul{ 
  display: block;
  width: 100%;
 }