/*----------------------------------------------============================[ LE CSS]=====================------------------------------------------*/

/*Le corps complet*/
body
{
margin-top : 10px;
background-color : black;
width : 900px;
margin: auto;
margin-bottom: 10px;
font-size: 18px;
}

/* La banniere*/
#banniere
{
width : 900px;
height : 200px;
margin: auto;
background-image: url("images/banmodding.png");
text-align: center;
margin-top: 10px;
}

/* Le titre de la page, news, forum etc*/
#titrenews
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titrenews.gif");
margin-top: 15px;
}
#titreforum
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titreforum.gif");
margin-top: 15px;
}
#titremod
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titremod.gif");
margin-top: 15px;
}
#titretuto
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretuto.gif");
margin-top: 15px;
}
#titretutoini
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretutoini.gif");
margin-top: 30px;
}
#titretutoextras
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretutoextras.gif");
margin-top: 30px;
}
#titretuto3d
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretuto3d.gif");
margin-top: 30px;
}
#titretutoextras
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretutoextras.gif");
margin-top: 30px;
}
#titretutotextures
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretutotextures.gif");
margin-top: 30px;
}
#titretutotjrplus
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titretutotjrplus.gif");
margin-top: 30px;
}

#titreliens
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titreliens.gif");
margin-top: 15px;
}
#titrestaff
{
width: 285px;
height: 55px;
margin : auto;
background-image: url("images/titrestaff.gif");
margin-top: 15px;
}

/* Le coprs  avec les cadres*/
#corps
{
color: white;
margin-top : 20px;
}
#pied_de_page
{
color: white;
margin-top: 30px;
font-size: 12px;
}
/* Les propiétés de l'écriture dans le cadre */
.milieu
{
font-size: 18px;
}

.milieu h1
{
color : #fbd433;
text-align: center;
font-family:  Times New Roman, "Arial Black", "Times New Roman", Times, serif;
}
.milieu h3
{
text-decoration : underline ;
color : #fbd433;
}
.milieu a /* Tous les liens se trouvant dans le cadre*/
{
   color: #526954;
}

.milieu a:hover /* Quand on pointe sur un lien du cadre */
{
   background-color: black;
   color: #718747;
}
.milieu address
{
text-align : right;
}
.milieu img
{
text-align : center;
}
.text
{
font-size: 18px;
}

/* Les propriétés d'insertion de couleurs (tuto...) */
#arriere_blanc
{
  background-color: white;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%; 
  color : black;
  text-align : left;
  padding-left: 20px;
  border: 2px dashed #638e47;
} 
#rouge
{
color: red;
}
#vert
{
color: green;
}
#italique
{
font-style: italic;
}
#gras
{
font-weight: bold;
color: #526954;
}

.pas_de_retrait
{
   list-style-position: inside;
}
