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

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

.tout{ 
  width:800px;
  margin: 10px auto;
 }

.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: transparent url(./images/baniere.jpg) no-repeat ;
  display:block;
  height:150px;
  width:800px;
  text-decoration: none;
}

.header h1 a span { 
display:none;
 }

.content{ 
  text-align: center;
  background: white;
  display:block;
  height:620px;
  width:800px;
  text-decoration: none;
 }

marquee{ 
font-size: 30px;
color: #B00000;
 }

.pied{ 
margin-top: 10px;
 }

blink{ 
color:white;
text-decoration: blink;
 }