/* ####################################################################### */
/* ########  Feuille de style définisant l'affichage par defaut  ######### */
/* ####################################################################### */

body {
	margin: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#conteneur {
	position: absolute;
	width: 780px;
	height: 420px;
	margin-left: -390px;
	margin-top: -210px;
	left: 50%;	
	top: 50%;
	background: url(../../images/fond_accueil.jpg);
}

.entrez {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #0073BB;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/* ####################################################################### */
/* ENTETE */

#entete {
	background: url(../../images/logo_accueil.gif) no-repeat;
	width: 366px;
	height: 126px;
	margin-left: -17px;
}

#entete h1 {
	display: none;
}

/* FIN ENTETE */
/* ####################################################################### */

/* ####################################################################### */
/* CORPS */

#corps {
	width: 300px;
	margin: 50px 0 0 55px;
}

.piedContenuCorps {
	background: url(../../images/fond_piedcontenu_accueil.gif) repeat-x;
	height: 12px;
}

/* FIN CORPS */
/* ####################################################################### */

/* ####################################################################### */
/* PIED */

#pied {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#pied a {
	text-decoration: none;
	color: gray;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	background: url(../../images/puce_accueil.gif) right no-repeat;
}

/* FIN PIED */
/* ####################################################################### */

/* ####################################################################### */
/* EXTRA */

/* FIN EXTRA */
/* ####################################################################### */


/* ####################################################################### */
/* #############################   Classes   ############################# */
/* ####################################################################### */

