@charset "utf-8";
/* This is another comment */
a:link{ color:white; text-decoration:none; }
a:hover{ color:white; text-decoration:none; }
a:active{ color:white; text-decoration:none; }
a:visited{ color:white; text-decoration:none; }

 p, h1,a
 {
 text-align:center;
font-size:medium;
font-family: "Trebuchet MS",Zapf-Chancery, cursive;
font-weight: bold;
padding: 1px;
 }
 
body
{
background:#111;
}

#menu_intro
{
text-align:center;
}

.nom
 {
font-size:xx-large;
 }
 
#page_centrale
{
/* Pour déplacer l'image de l'intro */
margin-top: 9%;
margin-left:25%;
color:white;
width: 630px;
text-align:center;

}

#box
{
width:inherit;
height: 315px;
background:  url(../images/trio2.jpg) repeat-x 0 -5px;


	
}

