/* Une image différente en arrière plan pour  chaque description de jeu */

body.gta4 {
background-image: url('../Images/jeux/gta4.jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

body.mgs4 {
background-image: url('../Images/jeux/mgs4.jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

body.kof {
background-image: url('../Images/jeux/kof.jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

body.nfs {
background-image: url('../Images/jeux/nfs.jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

body.sf4 {
background-image: url('../Images/jeux/sf4.jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

/* Entete */

#entete {
text-align: center;
margin-bottom: 50px;
padding: 10px;
}


#jeux {
float: right;
width: 620px;
height: 1100px;
padding: 20px;
margin-bottom: 50px;
border-left: 2px solid;
/* border-right: 2px solid; */
}


a:link { color:#990000; text-decoration:none; }/* cibles non encore visitées */
a:visited {color:#000080; text-decoration:none; } /* cibles visitées */
a:hover { color:#E00000; text-decoration:underline; }/* Liens au passage de la souris */
a:active { color:#FFFF00; text-decoration:underline;} /* Liens cliqués */


/* Style du texte */
h1 {
size: 20px;
text-align: center;
color: red;
}

