/* CSS Document */
/* pour toutes les pages */
body {
	margin:0;
	padding:0;
}
/*======================== PAGE FROMAGERIE =========================*/
/* propiétés globales*/
#causse {
	margin-top:20px;
	width:600px;
	margin-left:10%;
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
	text-align:justify;
	line-height:1.6em;
}
#causse_parahraphe {
	margin-top:10px;
	text-align:justify;
}

/* pour le titre */
#causse_titre {	
	/* filets haut et bas et pour l'image */
	border-top:10px solid #FFDE8C;
	background-image:url(../images/causse_mejean/p_causse_00.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	/*border-bottom:2px solid #FFDE8C;*/
	width:600px;
	height:368px;
	/* pour la typo */
	line-height:1.2em; /* permet en plus un léger décalage vers le bas / image */
	font-style:normal;
	text-align:center;
	letter-spacing:0.25em;
}
/* pour la lettrine */
.lettrine {
	font-size:2em;
	color:#FFDE8C;
	line-height:1.2em;
}
.image_paysage {
	float:left;
	background-image:url(../images/causse_mejean/p_causse_01.jpg);
	background-repeat:no-repeat;
	
	width:320px;
	height:200px;
	margin-top:6px;
	margin-right:8px;
	margin-bottom:10px;
}
.image_economie {
	float:right;
	background-image:url(../images/causse_mejean/p_causse_02.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:200px;
	margin-top:6px;
	margin-left:8px;
}
#causse_filet_solid {
	/* filet */
	margin-top:20px;
	border-top:3px solid #FFDE8C;
	width:600px;
}
#causse_barre {
	background-image:url(../images/interfac/barre.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:60px;
	margin-top:25px;
	font-weight:bold;
	font-size:9pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#causse a {
	margin-top:30px;
	font-size:1em;
	font-style:normal;
	text-align:center;
	color:#ffffff;
}
#causse p {
	/*margin-top:30px;*/
	font-size:1em;
	font-style:normal;
	text-align:center;
	color:#999999;
}.titre_accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: normal;
	font-weight: bold;
	color: #FFFF66;
}
