BODY {
	background: url('http://gamecreation.nicolasbaptista.com/images/fondv2.jpg') no-repeat fixed;
	background-color: rgb(20,20,20);
	background-position: top;
	margin-top: 0px;
}

img {
	border: none; /* les images n'ont pas de bordure */
}

@font-face {
font-family: 'spinc';
src: local("spinc"), url("http://gamecreation.nicolasbaptista.com/Prototype.ttf");
format ("truetype");
} 

/* EN TETE */
 
#en_tete

{
   width: 1000px;
   height: 180px;
   background-image: url("images/logo.png");
   background-repeat: no-repeat;
   text-align: center;
}

/* HAUT DE LA PAGE */

#haut_de_page
{
   width: 1000px;
   height: 20px;
   background-color: white; /* fond du texte */
   background-image: none;
   background-repeat: repeat-x;
   position: absolute; 
   top: 0px;
   display:block;
   background-image: url(http://gamecreation.nicolasbaptista.com/images/ombre_haut.png);
   background-repeat: repeat-x;
}

#langue img:hover
{
border: 1px solid black;
}

/* CORPS DE LA PAGE */

#page
{
   margin-top: -5px;
   width: 1000px;
   margin: auto;
   clear: left;
   background-color: white;
}

#info
{
margin-left: 13px;
border: 1px solid black;
width: 724px;
height: 120px;
background-color: rgb(243,239,235);
font-family: spinc;
border-radius: 5px 5px 5px 5px;
}

#gauche
{
   float: left;
   background-color: rgb(153,153,153);
   width: 248px;
   height: 1199px;
   position: absolute;
   border-right: 2px solid rgb(51,51,51);
}

#gauche li
{
   list-style-type: none;
}

#section_menu
{
width: 248px;
height: 21px;
font-size: 15px;
background-image: url(http://gamecreation.nicolasbaptista.com/images/section_menu.png);
background-repeat: no-repeat;
border-top: 1px solid black;
font-family: Verdana, Arial;
}

#droite
{
   float: right;
   background-image: url(http://gamecreation.nicolasbaptista.com/images/fondhome.png);
}

#navigation
{
background-color: white;
width: 100%;
Height: 16px;
font-family: Verdana, Arial;
font-size: 12px;
color: black;
border-top: 1px solid rgb(151,151,151);
background-image: url(http://gamecreation.nicolasbaptista.com/images/nav_fond.gif);
background-repeat: repeat-x;
}

#recherche
{
width: 750px; 
height: 70px;
z-index: 5;
}

#block
{
   height: 1095px;
   width: 750px;
}

#block2
{
   margin-top: 0px;
   height: 1079px;
   width: 750px;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 25px;

   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: rgb(240,125,11);
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h3
{
   height: 25px;
   font-size: 25px;
   padding-left: 40px;
   color: rgb(18,109,165);
   text-align: left;
   font-family:Arial, Verdana; 
}

/* MENU */

#simple
{
width: 248px;
height: 20px;
background-color: rgb(89,98,98);
background-image: url(http://gamecreation.nicolasbaptista.com/images/menu_1.png);
color: black;
text-decoration:none;
font-family: Verdana;
font-size: 15px;
}

#simple:hover
{
background-color: rgb(89,98,98);
background-image: url(http://gamecreation.nicolasbaptista.com/images/menu_2.png);
}

#simple:hover
{
color: white;
}

.spanmenu:hover
{
margin-left: 20px;
}

#double
{
background: url(http://gamecreation.nicolasbaptista.com/images/menu_1.png);
text-decoration:none;
font-family: Arial, Verdana;
color: black;
margin: 0; 
font-size: 12px;
}

#double a
{
margin-left: 10px;
}

#double:hover
{
background-color: rgb(89,98,98);
background-image: url(http://gamecreation.nicolasbaptista.com/images/menu_3.png);
}

/* PIED DE LA PAGE */

#footer 
{
background-image: url(http://gamecreation.nicolasbaptista.com/images/footer.png);
border-right: 1px solid black; 
border-top: 1px solid rgb(20,20,20);
width: 750px;
height: 86px;
color: white;
font-family:Arial, Verdana;
font-size: 11px;
}

#footer2
{
margin-top: 1096px;
width: 750px;
height: 86px;
background-image: url(http://gamecreation.nicolasbaptista.com/images/footer.png);
color: white;
font-family:Arial, Verdana;
font-size: 11px;
}

.dlbutton {
background-image: url(http://gamecreation.nicolasbaptista.com/images/dlbutton.png); 
width: 90px; 
height: 15px;
}

/* GENERAL */

#center
{
text-align: center;
}

/* types de liens */

a.type1 { color: white; text-decoration:none; }
a.type1:hover { color: rgb(210,210,210);}


a.type2 { color: rgb(31,142,224); text-decoration:none; }
a.type2:hover { color: rgb(17,79,123); text-decoration:underline; }

a.type3 { color: black; text-decoration:none; }
a.type3:hover { color: white;}

a.type4 { color: rgb(31,142,224); text-decoration:none; font-size: 15px;}
a.type4:hover { color: rgb(17,79,123); text-decoration:underline; }

/* MENU LISTE */

#menuliste LI UL {
 PADDING-RIGHT: 0px;  DISPLAY: none; PADDING-LEFT: 0px; LEFT: 248px; PADDING-BOTTOM: 0px; MARGIN-TOP: 0px; BORDER-LEFT: #b0b0b0 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #b0b0b0 1px solid; POSITION: absolute; TOP: -1px
}
#menuliste LI.niveau1 {
	POSITION: relative; background-image: url('http://gamecreation.nicolasbaptista.com/images/menu_5.png');
}
#menuliste LI.partieliste {
WIDTH: 200px;  LIST-STYLE-TYPE: none; POSITION: relative; BACKGROUND-IMAGE: url('http://gamecreation.nicolasbaptista.com/images/listetuto_1.png');
}
#menuliste LI.partieliste:hover {
BACKGROUND-IMAGE: url('http://gamecreation.nicolasbaptista.com/images/listetuto_2.png');
}
#menuliste LI.niveau1:hover {
	background-image: url('http://gamecreation.nicolasbaptista.com/images/menu_4.png');
}
#menuliste LI.niveau1.sfhover {
	background-image: url('http://gamecreation.nicolasbaptista.com/images/menu_2.png');
}
#menuliste LI A {
	TEXT-DECORATION: none
}
#menuliste LI:hover UL.niveau2 {
	DISPLAY: block
}
#menuliste LI LI:hover UL.niveau3 {
	DISPLAY: block
}
#menuliste LI.sfhover UL.niveau2 {
	DISPLAY: block
}
#menuliste LI LI.sfhover UL.niveau3 {
	DISPLAY: block
}
.spanliste {
text-decoration: none;
color: black;
font-size: 12px;
font-family: Verdana;
}
.spanliste:hover {
color: white;
}