body{
  margin-left: auto;
  margin-right: auto;
  background: #CCCCCC url("fond.jpg") repeat-y;
  background-position: top center;
  font-family: Verdana;
  width: 800px;
}

#tout{ 
 position: relative;
 left: 25px;
 width: 750px;
}

#intro{
position: relative;
top: 10px;
}

#contenu_partie{
 position: relative;
 padding-left: 10px;
 padding-right: 10px;
 text-align: justify;
 top: 10px;
}
#intro{
 text-align: center;
}

h3{
 position: relative;
 left: 30px;
 font-family: Trebuchet MS;
 font-style: italic;
 border-bottom: 1px solid #000000;
 width: 700px;
}

#fin{
 position: relative;
 text-align: center;
 font-size: 75%;
}

a img {
border: none;
}

.centre{
 text-align: center;
}


a:link{
color: #F12D2D;
}
a:visited{
color: #F12D2D;
}
a:hover{
color: #F12D2D;
}
a:active{
color: #F12D2D;
}

.clignotant{
 color: #FF0000;
  text-decoration: blink;
}

.nodisplay{
display: none;
}

.gras{
font-weight: bold;
}

.italique{
 font-style: italic;
}


.gros{
  font-weight: bold;
  font-size: 200%;
  font-family: Trebuchet MS;
}
