body
{
	background-color: #FF66CC;
	background-image: url("bg12.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	width: 781px;
	margin: auto;
	font-size: 0.8em;
}

/* Haut du site (image) */
#header
{
	background-image: url("logo.png");
	background-repeat: no-repeat;
	width: 740px;
	height: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
margin-right: auto;
margin-left: auto; 
}

#header a
{
	display: block;
	width: 100%;
	height: 100%;
}

/* Menus */

#menu_gauche
{
        position:absolute; top:200px;
	float: left;
	width: 150px;
}

#menu_droit
{
        position:absolute; top:200px;right:0;;
	float: right;
	width: 150px;
}



.menu_item
{
	margin-bottom: 10px;
	border: 1px solid #829fbc;
	/* padding: 2px; */
}

.menu_item h3
{
	background-image: url("menu.png");
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 1.2em;
}

.menu_item p
{
	margin: 0px;
}

 /* Corps de la page (texte principal) */
#corps
{
	margin-left: 160px;
	margin-right: 160px;
	padding: 2px;
	border: 1px solid #829fbc;
	margin-bottom: 10px;
}

/* Pied de page */
#footer
{
	clear: both;
	background-image: url("footer.png");
	height: 30px;
	text-align: center;
	font-size: x-small;
	padding-top: 2px;
	color: #8db623;
	margin-bottom: 10px;
}

#partenaires
{
	clear: both;
	font-size: x-small;
	text-align: center;
}

/* Styles de liens */
a, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #1E3A57;
	text-decoration: underline;
}

/* Styles particuliers */
.pub
{
	text-align: center;
	margin-top: 3px;
}

.jeu_hasard
{
	text-align: center;
}

.liste_jeux
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 5px;
	
}

.liste_jeux li:before
{
	content: "» ";
}

.mini_image
{
	width: 100px;
	height: 70px;
}

.mini_image_cat /* La miniature de l'image pour la liste des jeux dans une catégorie particulière */
{
	width: 150px;
	height: 105px;
}

/* Catégories : résultats */
.resultat
{
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 30px;
}

.resultat, .resultat td
{
	border: 1px dotted #CCCCCC;
}

.infos_jeu
{
	text-align: center;
}

.infos_jeu a
{
	color: green;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

.infos_jeu a:hover
{
	text-decoration: underline;
}

.image_jeu
{
	vertical-align: top;
}

/* Global */
a img
{
	border: 0px;
}

/* Page d'accueil (home) */
#home
{
	background-color: #e0e7f1;
	border: 1px solid #829fbc;
}

#header_home
{
	background-image: url("tab.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #829fbc;
	text-align: center;
	padding: 2px;
}

#header_home h1
{
	margin-top: 0px;
	font-size: 1.5em; /* Pour pas que ça doit trop gros quand même */
}

#header_home h3
{
	color: white;
}

.petit
{
	font-size: x-small;
}

input[type=text], textarea /* Fonctionne pas sur IE6 à ce qui parrait. Mais bon, on est rendu en 2008 */
{
	border: 1px solid #829fbc;
}

/* Page de jeux */
#jeu
{
	text-align: center;
}

#navTree
{
	font-size: x-small;
}

#jeux_similaires
{
	font-size: x-small;
	font-weight: bold;
}

/* Styles pour les mots clés les plus recherchés */
.c0 /* 0-50 */
{
	font-size: 1em;
}

.c1 /* 50-100 */
{
	font-size: 1.2em;
}

.c2 /* 100-200 */
{
	font-size: 1.4em;
}

.c3 /* 200-500 */
{
	font-size: 1.6em;
}

.c4 /* 500-1000 */
{
	font-size: 1.7em;
}

.c5 /* 1000 et plus */
{
	font-size: 2em;
}

.barre
{
	text-decoration: line-through;
}

/* Page de jeux -- commentaires */
.commentaire
{
	width: 400px;
	margin: auto;
	border: 1px solid #829fbc;
	margin-bottom: 10px;
}

.commentaire h3
{
	margin: 0px;
	background-image: url("menu.png");
}

.commentaire p
{
	margin: 0px;
	padding: 2px;
}

.com_date
{
	text-align: right;
	font-size: x-small;
}

.petit
{
	font-size: x-small;
}

.v_msg
{
	font-weight: bold;
	color: green;
}

.e_msg
{
	font-weight: bold;
	color: red;
}
