body {
	margin: 0;
	padding: 0;
	background-color: #683637;
	background-image: url(images/bande_rayures.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663435;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #663435;
	border-width: 1px; 
}

input.bouton { background-color: #fbe5b9; border: 1px solid #663435;}

img {border: 0px}

a:link {	font-size: 10px;	color: #663435;	text-decoration: none;}
a:visited {	font-size: 10px;	color: #663435;	text-decoration: none;}
a:hover {	font-size: 10px;	color: #663435;	text-decoration: underline;}

/* liens menu du bas */
a.menubas:link {	font-size: 10px;	color: #ffffff;	text-decoration: none;}
a.menubas:visited {	font-size: 10px;	color: #ffffff;	text-decoration: none;}
a.menubas:hover {	font-size: 10px;	color: #ffffff;	text-decoration: underline;}


.noborder{ border: 0px;}

.centrer{text-align: center;}
.gras{ font-weight: bold;}

hr{ height: 1px; color: #663435;}

/* ******************************** DIV ********************************************** */ 
#superglobal {
	position: absolute;
	left: 50%;
	width: 748px;
	margin-left: -374px; /* moitié de la largeur */
}

#global {
	float: left;
	background-color: #ffcc99;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#liens {
	float: left;
	width: 100%;
	text-align: right;
	padding-top: 4px;
}

#copyright {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 25px;
}

.etoile{ color: #ff0000;}
.loi{ color: #dea387; text-align: justify;}
.txtErreur{	color: #ff0000;}
.txtCorrect{ color: Green;}

/* ****************** BANDEAU ********************* */
#bandeauHaut{ float: left; width: 747px; height: 114px; background-color: #fbe5b9;}

.imageBandeau{	float: left;}

/* ****************** CONTENU ********************* */
#container{	float: left; width: 747px; height: 100%; background-color: #fbe5b9;}

/* ************ COLONNE GAUCHE ********* */
#colonneGauche{
	float: left;
	width: 161px;
	height: 77%;
	background-image: url(images/colonneGauche/fond_gauche.jpg);
	background-repeat:no-repeat;
	background-color: #fbe5b9;
	text-align: justify;
	padding-bottom: 20px;
}

.contenuGauche{padding-top: 10px; padding-left: 4px; padding-right: 8px;}

/* ************ COLONNE CENTRE ********* */
#colonneCentre{
	float: left;
	width: 426px;
	height: 100%;
	background-image: url(images/colonneCentre/bandeau_centre.jpg);
	background-repeat:no-repeat;
	background-color: #fbe5b9;
	text-align: justify;
	padding-bottom: 20px;
}

.contenuCentre{ padding-top: 60px; padding-left: 4px; padding-right: 4px;}
.txtPresentation{float: left; width: 210px; padding-left: 20px; padding-right: 10px;}
.imgPresentation{float: left; padding-bottom: 10px;}
.txtJeu{float: left; width: 305px; padding-left: 10px; padding-right: 10px;}
.imgJeu{float: left; padding-bottom: 10px;}
.celluleInfoClient{ float: left; width: 400px; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; margin-bottom: 5px; border: 1px solid #dea387;}
.celluleInfoClientFausse{ float: left; width: 400px; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; margin-bottom: 5px; border: 1px solid #ff0000;}
.txtInfoClient{ float: left; width: 400px; text-align: justify}
.colGauche{ float: left; width: 50%; }
.colDroite{ float: left; width: 50%; }

.imgMagasin{border: none}

/* ************ COLONNE DROITE ********* */
#colonneDroite{
	float: left;
	width: 160px;
	height: 100%;
	background-image: url(images/colonneDroite/fond_droite.jpg);
	background-repeat:no-repeat;
	background-color: #fbe5b9;
	text-align: justify;
	padding-bottom: 20px;
}

.contenuDroite{padding-top: 10px; padding-left: 8px; padding-right: 4px;}


