/* CSS Document */
* {
		margin:0;
		padding:0;
	}

ul#tarifs {
	color: #632963;
	width:430px;
}
ul#tarifs li {
	margin:0px 0 5px 0;
	width:430px;
	clear:both;
	display:block;
}
ul#tarifs li p#craie{
	top:0;
	float:left;
	width:185px;
	height:145px;
	text-align:justify;
	margin-left:10px;
	padding:10px;
	background-image:url(../images/craie.gif);
	background-repeat:no-repeat;
	background-position:top;
}

ul#tarifs li h1{
	width: 430px;
	height:20px;

	margin-bottom:0px;
	margin-top: 0;
	padding-bottom: 5px;	
	
	font-style: normal;
	font-weight: bolder;
	color:#632963;
	font-size: 16px;
	text-align:center;
	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #632963;
	
}
ul#tarifs li h2 {
	float:left;
	width:400px;
    margin:15px 0 15px 0;
}

ul#tarifs li p {
	top:0;
	float:left;
	width:180px;
	text-align:justify;
	margin-left:10px;
}

ul#tarifs li p strong{
	font-weight: bold;
}
ul#tarifs li p.souligne{
	width:400px;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;	
}


ul#tarifs li a{
	color: #632963;
}

ul#tarifs li p.conseil {
	float:left;
	clear:left;
	display:block;
	color: #666666;
	text-align:justify;
	width:400px;
}
ul#tarifs li img{
	float:left;

}

/*.cadre{
	width: 190px;
	height: 330px;
	float:left;
	margin-top:5px;
	margin-right:5px;
	padding:0px;
	border: none;
	background-color: #FFFB80;
}*/
.cadre{
	width: 400px;
	height: 120px;
	float:left;
	margin-top:5px;
	margin-right:5px;
	padding:5px;
	border: none;
	background-color: #FFFB80;
}
#contenu .cadre p{
	width: 170px;

	font-style: normal;
	line-height: 11pt;
}


