@charset "utf-8";
/* CSS Document */

html{
	background-color:#3f9fa8;	
}

body{
	background-image:url(../images/tarif-fd.jpg);
}

#header-gauche{
	position:relative;
	background-image:url(../images/tarif-header-g.jpg);
	width:169px;
	height:407px;
}

#header-logo{
	position:relative;
	background-image:url(../images/tarif-header-logo.jpg);
	width:814px;
	height:127px;
}

#header-sous-logo{
	position:relative;
	background-image:url(../images/tarif-header.jpg);
	width:814px;
	height:247px;
}

#header-droite{
	position:relative;
	background-image:url(../images/tarif-header-d.jpg);
	width:169px;
	height:407px;
	left:983px;
	top:-534px;
}

#entete{
	position:relative;
	background-image:url(../images/tarif-entete.png);
	width:814px;
	height:86px;
	margin-left:auto;
	margin-right:auto;

}
#elle{
	position:relative;
	height:300px;
}

#lui{
	position:relative;
	height:200px;
}

#baby{
	position:relative;
	height:200px;
	width:300px;
}

#image_elle{
	position:absolute;
	background-image:url(../images/tarif-photo1.png);
	width:169px;
	height:244px;
	top:5px;
	left:5px;
}

#image_lui{
	position:absolute;
	background-image:url(../images/tarif-photo2.png);
	width:169px;
	height:200px;
	top:5px;
	left:5px;
}

#image_baby{
	position:absolute;
	background-image:url(../images/tarif-photo3.png);
	width:167px;
	height:147px;
	top:5px;
	left:5px;
}

#titre_elle{
	position:absolute;
	background-image:url(../images/tarif-elle.png);
	width:54px;
	height:23px;
	left:200px;
	top:5px;
}

#titre_lui{
	position:relative;
	background-image:url(../images/tarif-lui.png);
	width:61px;
	height:22px;
	left:200px;
	top:5px;
}

#titre_baby{
	position:relative;
	background-image:url(../images/tarif-baby.png);
	width:80px;
	height:44px;
	left:200px;
	top:5px;
}

#contenu_elle{
	position:absolute;
	top:30px;
	left:150px;
	width:600px;
}

#contenu_lui{
	position:relative;
	top:10px;
	left:150px;
	width:600px;
}

#contenu_baby{
	position:relative;
	top:0px;
	left:150px;
	width:600px;
}

#contenu_elle li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#contenu_lui li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#contenu_baby li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#prix{
	position:absolute;
	color:#1c6269;
	right:0px;
	font-weight:bold;
}


