/*  Style des elements génériques des pages  */

body 
{
	background-color: #000000;
	text-align:center;
	background-image: url("../images/banniere.png");
	background-position: center top;
	background-repeat: no-repeat;
	font-family: calibri;
}

#container
{
margin : auto;
text-align: center center;
width: 1140px;
}

#containerIndex
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 40px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#containerContact
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainerContact.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#containerIphone
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainerIphone.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#containerPsp
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainerPSP.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#containerWii
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainerWii.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#containerXbox
{
	text-align: left;
	width: 900px;
	background-color: transparent;
	background-image: url("../images/backContainerXbox.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	position:relative;
}

#menuIndex
{
	margin: 15px;
	text-align:center;
	background-image: url("../images/dock.png");
	background-position: center;
	background-repeat: no-repeat;
}

#menu
{
	margin: 55px 55px 10px 55px;
	text-align:center;
	background-image: url("../images/dock.png");
	background-position: center;
	background-repeat: no-repeat;
}

#footer
{
	text-align:center;
	position: bottom;
	margin: 10px 60px 0px 60px;
}

#ad
{
	width:120px;
	text-align:center;
	position:relative;
	float:left;
	margin-top: 50px;
}






/*  Style du contenu de la page contact  */

#contenuContact
{
	margin : 0px 0px 0px 60px;
}

#leftContentContact
{
	width: 370px;
	float:left;
	margin : 0px 0px 0px 10px;
}

#rightContentContact
{
	background-color: transparent;
	width: 370px;
	height: 380px;
	position: relative;
	margin : 0px 0px 0px 400px;
	padding-top: 30px;
}


/*  Style du contenu de la page index  */

#contenuIndex
{
	margin : 0px 0px 0px 60px;
}

#messageAttention
{
	margin: 0px 0px 0px 145px;
	width : 500px;
	text-align: center;
}

#contenuAnnonce
{
	margin: 0px 0px 0px 10px;
	width: 765px;
}


/* Style du contenu de la page PSP */

#rightContentFloatPsp
{
	float:right;
	width: 280px;
	height: 300px;
	border: dashed;
	margin : 0px 75px 0px 0px;
	padding: 5px;
	overflow: hidden;
}

#contenuAnnoncePSP
{
	margin : 0px 75px 0px 75px;
}


/* Style du contenu de la page Wii */

#rightContentFloatWii
{
	float:right;
	width: 280px;
	height: 300px;
	border: dashed;
	margin : 0px 75px 0px 0px;
	padding: 5px;
	overflow: hidden;
}

#contenuAnnonceWii
{
	margin : 0px 75px 0px 75px;
}


/* Style du contenu de la page Xbox */

#rightContentFloatXbox
{
	float:right;
	width: 280px;
	height: 300px;
	border: dashed;
	margin : 0px 75px 0px 0px;
	padding: 5px;
	overflow: hidden;
}

#contenuAnnonceXbox
{
	margin : 0px 75px 0px 75px;
}

/* Style du contenu de la page iPhone */

#rightContentFloatIphone
{
	float:right;
	width: 280px;
	height: 300px;
	border: dashed;
	margin : 0px 75px 0px 0px;
	padding: 5px;
	overflow: hidden;
}

#contenuAnnonceIphone
{
	margin : 0px 75px 0px 75px;
}

/*  Style des liens du site */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
}