/* CSS Document */
body 
{
/* REMARQUE :

 - On peut mettre un fond uni en utilisant la balise "background-color:background-color:#xxxxxx;" ; où la couleur est en hexadécimal.
 -On peut mettre une image en fond (il y a un fond préparé spécialement pour ce template > "fond.png"), pour ce faire, utilisez la balise suivante à la place de "background-color:background-color:#xxxxxx;" 

background-image:url(images/fond.png);

(ET INVERSEMENT)

où "fond.png" est le nom de l'image et "images le dossier conteneur
*/
background-image:url(images/fond.png);/*supprimer cette ligne si vous voulez insérer la balise pour un fond unique*/
margin-top:20px;
width:1000px;
margin:auto;
}

#ban
{
margin-top:10px;
margin-left:95px;
width:765px;
height:132px;
background-image:url(images/ban.png)
}

#menu
{
float:left;
width:188px;
height:600px;
background-image:url(images/menu.png);
}

#menu_d
{
float:right;
margin-right:10px;
width:188px;
height:600px;
background-image:url(images/menu1.png);
}

#centre_haut
{
margin-left:170px;
width:610px;
height:43px;
background-image:url(images/centre_haut.png);
}
#centre_haut
{
margin-left:180px;
width:610px;
height:43px;
background-image:url(images/centre_haut.png);
}

#centre
{
margin-left:180px;
width:570px;
background-image:url(images/centre.png);
background-repeat:repeat-y;
padding:20px;

}

#centre_bas
{
margin-left:180px;
width:610px;
height:48px;
background-image:url(images/centre_bas.png);
}

/*Styles*/

p
{
padding:0px;
margin:0px;
}

.texte_ban
{
position:relative;
width:690px;
left:35px;
top:99px;
font-size:12px;
font-family:"Arial Black", Arial, "Times New Roman";
}

.texte_menu
{
position:relative;
top:18px;
font-size:12px;
font-family:"Arial Black", Arial, "Times New Roman";
text-align:center;
}

#special
{
height:300px;
width:155px;
}