body {
	font-family: verdana;
	font-size: 0.7em;
	margin: 0;
	padding:0;
	background-color:#D2CAB5;
	text-align: center;
	width:100%;
}

#contenu_general
{
	width:990px;
	text-align: left;
	margin:0 auto 0 auto;
}

#ligne
{
	background-color:white;
	width:990px;
	float:left;
}

#header_site
{
	width:990px;
	margin:0 auto 0 auto;
	height:125px;
	background:url(../images/entete_degrade.jpg) no-repeat;
}

/* Gestion de la partie gauche : le logo + le menu */
#partie_gauche
{
	float:left;
	width:220px;
}

#partie_gauche a
{
	text-decoration:none;
	color:#9A8D62;
}

#partie_gauche #logo
{
	float:left;
	background:url(../images/logo.jpg) no-repeat;
	width:100%;
	height:126px;
}

#partie_gauche #logo #clic_accueil
{
	float:left;
	width:13px;
	height:13px;
	margin-left:183px;
	margin-top:110px;
	cursor:pointer;
}

#partie_gauche #logo #clic_mail
{
	float:left;
	width:13px;
	height:13px;
	margin-left:1px;
	margin-top:110px;
	cursor:pointer;
}

#partie_gauche .separateur_menu
{
	float:left;
	background:url(../images/separateur_menu.jpg) no-repeat;
	width:100%;
	height:6px;
}

* html #partie_gauche .separateur_menu
{
	background:url(../images/separateur_menu.jpg) no-repeat;
	margin-bottom:-7px;
}

#partie_gauche .entree_menu
{
	float:left;
	width:100%;
	padding-left:10px;
	background:url(../images/ligne_menu.jpg) repeat-y;
	height:20px;
}

.ligne_pointilles_verticale
{
	float:left;
	background:url(../images/ligne_pointilles.jpg) repeat-y;
	height:400px;
	width:7px;
}

#partie_gauche #jeux
{
	float:left;
	background:url(../images/icone_jeu.jpg) no-repeat;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #catalogue
{
	float:left;
	background:url(../images/icone_catalogue.jpg) no-repeat;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #e-commerce
{
	float:left;
	background:url(../images/icone_e-commerce.jpg) no-repeat;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #autres_site
{
	float:left;
	background:url(../images/icone_autre.jpg) no-repeat;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #logiciel
{
	float:left;
	background:url(../images/icone_logiciel.jpg) no-repeat;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #cv
{
	float:left;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #devis
{
	float:left;
	width:25px;
	height:18px;
	padding-left:10px;
}

#partie_gauche #pied_menu
{
	float:left;
	background:url(../images/pied_menu.jpg) no-repeat;
	width:100%;
	height:73px;
}
/* FIN Gestion de la partie gauche : le logo + le menu */

/* Gestion de la partie centrale */
#partie_centre
{
	float:left;
	width:460px;
	padding-right:10px;
}

* html #partie_centre
{
	float:left;
	width:450px;
	padding-right:10px;
}

#partie_centre #entete_centre
{
	float:left;
	background:url(../images/entete_centre.jpg) repeat-x;
	width:100%;
	height:33px;
	color:#9A8D62;
	font: 13pt Trebuchet MS;
	padding-left:5px;
	padding-top:5px;
}

#partie_centre #contenu_centre
{
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}

#partie_centre #contenu_centre a
{
	text-decoration:underline;
	color:#9A8D62;
}
/* FIN Gestion de la partie centrale */

#partie_droite_index
{
	float:left;
	background:url(../images/image_droite_index.jpg) no-repeat;
	width:285px;
	height:358px;
}

#partie_droite_jeux
{
	float:left;
	width:285px;
	height:358px;
}

.messages_erreur
{
	color:red;
	font-weight:bold;
}

.messages_information
{
	color:green;
	font-weight:bold;
}

.messages_divers
{
	font-style:italic;
}

/* Formulaire de contact */
.bouton_validation
{
	background-color:#8E886D;
	border:thin solid #9A8D62;
	color:white;
}

.input_site, .textarea_site
{
	border:thin solid #9A8D62;
	color:#8E886D;
}

.ligne_form_contact
{
	float:left;
	width:95%;
	padding-bottom:5px;
}

.cellule_captcha
{
	float:left;
	width:100%;
	text-align:left;
}

.texte_form_contact
{
	float:left;
	width:100%;
	text-align:left;
	margin-right:25px;
}

.champs_form_contact
{
	float:left;
	width:100%;
	text-align:left;
}

/* Gestion pied de page */
#pied_de_page
{
	width:990px;
	background-color:white;
	height:100px;
	margin:0 auto 0 auto;
	float:left;
}

#pied_de_page #copyright
{
	float:left;
	text-align:right;
	width:100%;
	font-style:italic;
	margin-top:85px;
}