/* CODING BY BLASTER  */
/* MERCI DE NE PAS COPIER TOUTE LA PROGRAMATION ET LE DESIGN PAR RESPECT D'AUTEUR !  */
/* DESIGN BY BLASTER */

* {margin:0; padding: 0}

body{
	font-size: 11px; 
	font-family: Arial, "Trebuchet MS", Tahoma, serif; 
	color: #ffffff;
	background: url('images/fond.png') repeat-x top;
	background-color: #000000;
	}

#global
{
margin: auto;
width: 760px;
}

/* Logo */

#logo
{
width: 310px;
padding-top: 38px;
margin: auto;
}

/* Navigation */

#nav
{
width: 710px;
height: 38px;
padding-top: 50px;
margin: auto;
}

#nav li
{
list-style: none;
display: inline;
}

#nav li
{
list-style: none;
display: inline;
}


/* Texte page */

#center_top
{
margin-top: 8px;
width: 760px;
height: 519px;
background: url('images/fond_top.png') no-repeat;
}

#center_footer
{
width: 760px;
height: 54px;
background: url('images/fond_footer.png') no-repeat;
font-family: Verdana;
text-align: center;
font-size: 11px; 
color: #3d3d3d;
padding-top: 23px;
}

/* Texte home */

#one
{
margin-top: 25px;
margin-left: 35px;
width: 500px;
height: 334px;
float: left;
}

#one2
{
margin-top: 25px;
margin-left: 35px;
width: 500px;
height: 500px;
float: left;
}

#two
{
margin-top: 15px;
margin-right: 17px;
width: 178px;
height: 335px;
float: right;
}

#three
{
margin-top: 14px;
margin-right: 10px;
width: 179px;
height: 73px;
float: right;
}

#four
{
margin-top: 20px;
margin-left: 33px;
width: 507px;
height: 136px;
float: left;
}

#five
{
margin-top: 20px;
margin-right: 57px;
width: 98px;
height: 55px;
float: right;
}


a img
{
   border: none;
}

::-moz-selection{
	background:#FF0072;
	color:#fff;
}


