body {
	background: #dbd6bd;
	font-family: Arial, Serif, Verdana;
	font-size:0.8em;
	width: 70%;
	margin: auto;
	text-align: justify;
}

ul{
	padding-left:20px;
	list-style-image: url("/design/bullet.gif");
}

li{
	height: 16px;
}

a{
	text-decoration: none;
	color: #447FFF;
	font-weight: bold;
}

a img
{ border: none; }

.clear { clear: both; }

.center { text-align: center; }

.formulaire textarea { width: 90%; margin-left: 4%; }
.formulaire img:hover { cursor: pointer; }

/* GLOBAL SITE */
#global_contenu
{
background: #fff;
}

/* CONTENU DU SITE */
#global_contenu_hg
{
background: url('contenu_haut_gauche.png') left top no-repeat;
padding-left: 18px;
}

#global_contenu_hd
{
background: url('contenu_haut_droite.png') right top no-repeat;
padding-right: 18px;
}

#global_contenu_h
{
background: url('contenu_haut.png') top repeat-x;
height: 18px;
}


#global_contenu_g
{
background: url('contenu_gauche.png') left repeat-y;
padding-left: 13px;
}

#global_contenu_d
{
background: url('contenu_droite.png') right repeat-y;
padding-right: 13px;
}


#global_contenu_bg
{
background: url('contenu_bas_gauche.png') left top no-repeat;
padding-left: 18px;
}

#global_contenu_bd
{
background: url('contenu_bas_droite.png') right top no-repeat;
padding-right: 18px;
}

#global_contenu_b
{
background: url('contenu_bas.png') top repeat-x;
height: 18px;
}
/* FIN CONTENU */



/* HEADER */
#header_hg
{
background: url('header_haut_gauche.png') left top no-repeat;
padding-left: 10px;
}

#header_hd
{
background: url('header_haut_droite.png') right top no-repeat;
padding-right: 10px;
}

#header_h
{
background: url('header_haut.png') top repeat-x;
height: 11px;
}

#header_contenu
{
	border-bottom: 1px solid #4682b4;
}
/*
#header_contenu .menu
{
float: right;
color: white;
}
#header_contenu .menu a
{
text-decoration: none;
color: white;
font-size: 15px;
padding-right: 5px;
padding-left: 5px;
}
#header_contenu .menu form
{ display: inline; }
*/
#header_g
{
background: url('header_gauche.png') left repeat-y;
padding-left: 10px;
}

#header_d
{
background: url('header_droite.png') right repeat-y;
padding-right: 10px;
}


#header_bg
{
background: url('header_bas_gauche.png') left top no-repeat;
padding-left: 10px;
}

#header_bd
{
background: url('header_bas_droite.png') right top no-repeat;
padding-right: 10px;
}

#header_b
{
background: #386da2 url('header_bas.png') top center no-repeat;
height: 1px;
border-bottom: 1px solid #1a5189;
}
/* FIN HEADER */

/* CONNEXION */
#mon_compte
{
width: 270px;
float: right;
margin: 0;
margin-left: 5px;
margin-bottom: 5px;
background: #f2f2f2;
}
#mon_compte p
{
padding: 2%;
margin: auto 2%;
}
#mon_compte a
{ text-decoration: none; font-weight: bold; }
/* FIN CONNEXION */

#menu
{
	float:left;
	width:25%;
}


/* CONTENU */
#contenu
{
	float: left;
	width: 70%;
	margin-top: 0px;
}

h1
{
	font-size: 1em;
	color: #4682b4;
	font-weight: bold;
	margin: 2px;
}

h2
{
	color: #3a6fa5;
	font-size: 1.4em;
	margin: 2px;
}

h3
{
	color: #faa500;
	font-size: 1.4em;
	text-decoration: underline;
}
/* FIN CONTENU */

/* PIED DE PAGE */
#piedpage
{
text-align: center;
background: #f2f2f2;
padding: 5px;
clear: both;
}
#piedpage p
{
padding: 0;
margin: 0;
}
#piedpage a
{
text-decoration: none;
}

p label{
	display: block;
	float: left;
	width: 100px;
}
input, textarea, select{
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
}

.panelSite{
	margin-left: 20px;
	display: none;
}

.panelSiteVisible{
	display: block;
	border: 1px dashed black;
	margin-left: 20px;
	margin-top: 5px;
	padding: 5px;
}

.plusDetails{
	border: 1px solid black;
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-top: 4px;
	line-height: 10px;
	color: black;
	font-weight: normal;
}

.menuAdmin{
	margin-top: 20px;
}

.fil_ariane{
	margin-bottom: 20px;
	border-bottom: 1px dashed #4682b4;
	color: #3a6fa5;
}

.fil_ariane a{
	text-decoration: none;
	color: #3a6fa5	;
	font-weight: bold;
}

.jeu{
	height: 155px;
	padding-top: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
}

.jeu img{
	border: 1px solid black;
	float: left;
	width: 180px;
	height: 135px;
}

.fiche{
	background-color: #EAEFFF;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-bottom: 40px;
	text-align: justify;
}

.fiche img{
	border: 1px solid black;
	float: right;
	margin-left: 20px; margin-bottom: 20px; margin-right: 20px;
	width: 180px;
	height: 135px;
}

.fiche .haut_jeu{
	margin-top: 20px;
	height: 100px;
}

.fiche .info_jeu{
	border-top: 1px dashed #4682b4;
	margin-right: 10px;
	margin-top: 50px;
	padding-top: 10px;
}

.pagination a{
	display: block;
	float: left;
	border: 1px solid #4682b4;
	color: #4682b4;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 3px;
}

.pagination span{
	float: left;
}
/* FIN PIED DE PAGE */