/*
Objet : feuille de style du site floréal
Auteur : GAUFRETEAU Vincent
Date de création : 27/02/2007
Dernière modification : 27/02/2007
*/

BODY {
	background-color:#FFBA00;
	background-image:URL(../images/fond-blanc.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

P {
	font-family:Arial;
	font-size:11px;
}

/*colonne gauche - menu*/

#zone-menu {
	width:187px;
	height:492px;
	background-image:URL(../images/decor-gauche.jpg);
	background-repeat:no-repeat;
	float:left;
	display:table;
}
#zone-menu ul {
	margin:0px;
	padding:177px 0px 0px 20px;
	list-style-type:none;
}
#zone-menu li {
	padding-top:2px;
	margin:0px;
}
#zone-menu a {
	font-family:Arial;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

/*colonne droite - menu*/
#zone-contenu {
	background-image:URL(../images/bandeau-haut.jpg);
	background-repeat:no-repeat;
	padding-top:130px;
	width:595px;
	float:left;
	display:table;
}

/*cadres*/
#titre-cadre{
	height:30px;
	margin:0px 10px 0px 10px;
	padding:0px;
}
#zone-cadre{
	padding:10px 10px 20px 10px;
	background-image:URL(../images/angle-cadre.jpg);
	background-color:#F2E1E9;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0px 10px 10px 10px;
}
.titre-accueil{
	background-image:URL(../images/accueil.gif);
	background-repeat:no-repeat;
}
.titre-produits{
	background-image:URL(../images/produits.gif);
	background-repeat:no-repeat;
}
.titre-anniversaires{
	background-image:URL(../images/anniversaires.gif);
	background-repeat:no-repeat;
}
.titre-mariages{
	background-image:URL(../images/mariages.gif);
	background-repeat:no-repeat;
}
.titre-cadeaux{
	background-image:URL(../images/cadeaux.gif);
	background-repeat:no-repeat;
}
.titre-compositions{
	background-image:URL(../images/compositions.gif);
	background-repeat:no-repeat;
}
.titre-deuil{
	background-image:URL(../images/deuil.gif);
	background-repeat:no-repeat;
}
.titre-contact{
	background-image:URL(../images/contact.gif);
	background-repeat:no-repeat;
}
.titre-horaires{
	background-image:URL(../images/horaires.gif);
	background-repeat:no-repeat;
}
/*pied de page*/
#bas-de-page {
	clear:both;
	width:782px;
	font-family:Arial;
	font-size:9px;
	color:#A9A9A9;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#C6C6C6;
	padding:10px 0px 20px 0px;
	margin:20px 0px 0px 0px;
	text-align:center;
}
