html, body {/* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
background-color :#fff;
font-family :Serif;
font-size :15pt;
}

a {
color :#000;
}




/*-------- // TITRES // ----------------------------*/

h1 { /* Affichage du titre */
	margin :0;
	padding :0;
	text-indent :0;
	line-height :25pt;
	font-size :25pt;
}




/*-------- // CONTENU page ACCUEIL // ----------------------------*/



/* PARTIE CENTRALE */

.contenu-acceuil {/* Modifications : suppression de la bordure - marges */
margin :0;
border :none;
}


/* SOUS-MENU */

#sous-menu, #kdo, #footer, #right, #banner, #resa{ /* Les éléments qui ne seront pas affichés  */
display :none;
}



/*  DIVERS dans la partie gauche */




/* OFFRES SPECIALES */






/*--------- // ARTCHITECTURE // -----------------------------------*/

#container {

margin :0;
border :none;
}

#banner {

background-color: #e1ddd9;
padding: 0px;
margin: 0px;
}


#content {

background-color: #5B3D32;
margin: 0;
width: 960px;
}


div#content {
min-height:300px;
height:expression(this.scrollHeight > 3600 ? "auto":"300px");
}






/*---------------------------------------------------*/
