/*
 *		id.css (skin-01)
 *
 *		gHTML v0.4
 *		Auteur : Gyan <gyan000@free.fr>
 *		Date modification : 18/02/2007
 *
 *		Fonction :
 *		- Définition des ID du template principal.
 */

/* Apparence du DIV de validation d'un formulaire. */
#messageValidation {
	display: none;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #F9F4EA;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 50px;
	margin-left: -125px;
	margin-top: 25px;
	border: 2px dotted #7F0301;
}
/* Apparence du DIV de chargement de la page. */
#attenteChargement {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #F9F4EA;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 90px;
	margin-left: -125px;
	margin-top: 45px;
	border: 2px dotted #7F0301;
}
/* Apparence du tableau principal. */
#encadrementGeneral {
	position: absolute;
	width: 920px;
	/* correction bug IE6 */
   margin-left: -460px;
   left: 50%;
}
#colonneGauche {
	position: absolute;
	width: 256px;
}
#colonneDroite {
	position: relative;
	left: 256px;
	width: 600px;
}
#menuHaut {
	width: 257px;
	height: 269px;
	background: url('./images/menuHaut.jpg') no-repeat;
	cursor: pointer;
}
#menu {
	width: 257px;
	height: 454px;
}
#menu IMG {border: none;}
#menuBas {
	position: relative;
	text-align: center;
	width: 257px;
	background: url('./images/menuBas.jpg') repeat-y;
}

#entete {
	margin-top: 1px;
	height: 327px;
	width: 694px;
	background: url('./images/banniere.jpg') no-repeat;
	cursor: pointer;
	margin-bottom: -13px;
}
#contenu {
	position: relative;
	width: 694px;
	min-height: 390px;
	background: url('./images/hautPage.jpg') repeat-y top;
	top: -2px;
	margin-bottom: -2px;
}
/* Apparence du pied de page. */
#pied {
position: relative;
	font-family: sans-serif;
	height: 80px;
	width: 954px;
	font-size: x-small;
	text-align: center;
	background: url('./images/basPage.jpg')  no-repeat top;
	padding-top: 60px;
}
#pied A { color: #7C1B14;}
#pied A:hover {
	border-top: 1px solid #7C1B14;
	border-bottom: 1px solid #7C1B14;
}