
body
{
margin-left: 20px;
background-color : rgb(172,233,58);
font-family : "comic sans MS";
}

a:hover
{
font-style : italic;
}

a
{
color : blue;
}

#bas_de_page
{
width : 100%;
text-align : center;
}

.copyright
{
text-align : center;
}

#corps
{
width : 100%;
text-align : center;
}

.dos
{
color : rgb(0,130,0);
background-color : white;
}

.drapeaux
{
text-align : center;
}

.ecoute
{
text-align : center;
margin:auto;
}

.grande
{
border : 10px solid white;
}

h1
{
color : blue;
padding-top : 50px;
text-align : center;
font-size : 250%;
}

h2
{
color : blue;
text-align : center;
font-size : 150%;
margin-left : 350px;
margin-right : 350px;

}

h3
{
font-size : 90%;
font-weight : bold;
background-color : rgb(0,130,0);
border : 3px solid white;
margin-left : 150px;
margin-right : 150px;
padding-left : 15px;
padding-right : 15px;
text-align : center;
}

h3 a
{
color : white;
text-decoration : none;
}

h4
{

margin-top : 30px;
text-align : center;
background-color : white;
padding-left : 10px;
padding-right : 10px;
margin-left : 5px;
margin-right : 5px;

}

#menu
{
width : 100%;
height:40px;
}

#menu a, #menu a:visited
{
display:block; /*Pour que le "bloc" soit un vrai bloc*/
float:left; /*Pour que les blocs soient alignés horizontalement*/
width:19%; 
height:40px; /*La même hauteur que notre menu*/
border:none; 
text-align:center; /*Pour que les liens soient centrés par rapport à l'horizontale*/
padding-top : 10px;
text-decoration : none;
font-size : 110%;
font-weight : bold;
}


.mises_a_jour
{
font-size : 130%;
color : white;
font-weight : bold;
background-color : rgb(0,130,0);
border : 7px solid white;
padding : 3px;
margin-left : 75px;
margin-right : 75px;
text-align : center;
}

.mises_a_jour a
{
color : white;
text-decoration : none;
}

.moyen
{
font-size : 80%;
}


.nouveaute
{
font-size : 120%;
font-weight : bold;
background-color : blue;
color : white;
border : 3px solid white;
margin-left : 0px;
margin-right : 0px;
padding-left : 15px;
padding-right : 15px;
text-align : center;
}

object
{
display:block; 
margin-top : 30px;
text-align : center;
}

.petit
{
font-size : 50%;
}

.photo
{
width : 420 px;
}


table
{
margin : auto;
}

.uno
{
background-color : rgb(0,130,0);
color : white;
}






