html 
{
background-color: #fff5df;
}

html img
{
border: none;
}

body
{
width : 1000px;
margin : auto;
text-align : center;
border: 1px solid gray;
border-top: none;
border-bottom: none;
background-image : url("../deco/fond_de_page_1000x800.png");
background-repeat : no-repeat;
background-position : center top;
}

#en_tete
{
width : 800px;
margin : auto;
height : 300px;
}

.titre_page
{
position: relative;
bottom: 150px;
right: 280px;
}

#menu
{
position: fixed;
left: 3%;
top: 35%;
}

h1
{
text-decoration: underline;
color: black;
}

h2
{
font-size: 1.4em;
color: black;
}

.important
{
color: #780000;
}

#corps_index
{
font-family: 'Comic Sans MS', cursive;
min-height: 600px;
position: relative;
top: 80px;
font-size: 1.1em;
}

#corps_news
{
font-family: 'Comic Sans MS', cursive;
min-height: 600px;
position: relative;
top: 80px;
}

#corps
{
font-family: 'Comic Sans MS', cursive;
min-height: 600px;
color: #260a00;
}

#corps a
{
color: #5e3d00;
}

#corps a:hover
{
color: #946a28;
}

#signature
{
position: relative;
left: 250px;
}

#pied_de_page
{
width : 800px;
height : 100px;
margin : auto;
text-align : center;
color : white;
background-image : url("../deco/fond_copyright.png");
background-repeat : no-repeat;
position: relative;
top: 10px;
left: 10px;
}

#pied_de_page a
{
color : white;
text-decoration : none;
}

#pied_de_page a:hover
{
color : #67e5d2;
}

table
{
margin: auto;
}

.titres_jeux
{
position: relative;
top: 4px;
}

#drapeaux
{
position: absolute;
left: 5%;
}

/*---------- NEWS -----------*/
.tableau_news
{
width: 750px;
border-collapse: collapse;
padding-bottom: 5px;
}

.tableau_news_fond_blanc
{
background-color: white;
}

.tableau_news_coin_haut_gauche
{
width: 28px;
height: 30px;
background-image : url("../deco/news/tableau_news_coin_haut_gauche.png");
background-repeat : no-repeat;
}

.tableau_news_coin_haut_droit
{
width: 30px;
height: 30px;
background-image : url("../deco/news/tableau_news_coin_haut_droit.png");
background-repeat : no-repeat;
}

.tableau_news_coin_bas_gauche
{
width: 28px;
height: 30px;
background-image : url("../deco/news/tableau_news_coin_bas_gauche.png");
background-repeat : no-repeat;
}

.tableau_news_coin_bas_droit
{
width: 30px;
height: 30px;
background-image : url("../deco/news/tableau_news_coin_bas_droit.png");
background-repeat : no-repeat;
}

.tableau_news_bord_haut
{
height: 30px;
background-image : url("../deco/news/tableau_news_bord_haut.png");
background-repeat : repeat-x;
}

.tableau_news_bord_bas
{
height: 30px;
background-image : url("../deco/news/tableau_news_bord_bas.png");
background-repeat : repeat-x;
}

.tableau_news_bord_gauche
{
width: 28px;
background-image : url("../deco/news/tableau_news_bord_gauche.png");
background-repeat : repeat-y;
}

.tableau_news_bord_droit
{
width: 30px;
background-image : url("../deco/news/tableau_news_bord_droit.png");
background-repeat : repeat-y;
}