/* CSS Document */

/* ---------------------------------- MENU SECONDAIRE ---------------------------------------------- */
#menu_secondaire {
	border-bottom:2px solid #fb9450;	/*    d46b38   le bleu : #3389ff */	/* l'orange : #ec773d; */	/* le vert : #5d9102; */
}

#menu_secondaire ul li a {color:#d46b38;}

#actu li {border-bottom:1px solid #fb9450;}


/* --------------------- Styles de mise en forme ------------------------------------- */
h2 {
	color:#ec773d;
	border-bottom:1px dashed #fb9450;
}


/* --------------- Specifique aux pages de la rubrique ------------------------------ */
.encart {
	border:1px solid #fb9450;
	padding:5px;
}

.encart p {margin-top:0;}

.encartitre { font-weight:bold;}

#contenu-gauche ul {
	list-style:none;
	margin-left:10px;
	padding-left:0;
	text-align:center;
}

#contenu-gauche li {
	border-bottom:1px solid #fb9450;
	margin-right:20px;
	line-height:2em;
	margin-bottom:4px;
}

#contenu-gauche li a {text-decoration:none;}

#contenu-gauche .sous_menu_item ul { 
	font-size:0.9em;
	text-align:left;
	letter-spacing:normal;
}
	
legend {color:#fb9450;}

.relief img {
	vertical-align:text-bottom;
	border:0;
}

label {
	width:240px;
	float:left;
}

fieldset {
	padding: 0.5em;
	border: #fff 1px solid;
}

	
/* -------------------- PARTIE PHOTO -------------------------------------- */

/* mini blurb */
.blurb_imgL {float:left;margin:8px;}

.tagcloud_1 {font-size:0.8em}
.tagcloud_2 {font-size:1em}
.tagcloud_3 {font-size:1.1em}
.tagcloud_4 {font-size:1.3em}
.tagcloud_5 {font-size:1.4em}

.listtags span {margin-right:10px;}

.blurb_date {font-style:italic;}
.blurb img, .blurbsearch img {border:0; }

.h3titre_blurb {color:#fb9450;text-decoration:none;display:inline; font-size:1em; font-weight:normal}
.h3titre_blurb a {color:#fb9450;text-decoration:none;}

.titre_blurb {color:#fb9450;text-decoration:none;}
.titre_blurb a {color:#fb9450;text-decoration:none;}

.blurb, .blurbsearch  {/*border-bottom:1px dashed #222;*/padding-top:0.2em;}

hr {
	clear:both;
	visibility:hidden;
	height:1px;
}

.divblurbimgHR img, .divblurbimgHL img, .divblurbimgVR img, .divblurbimgVL img {margin:9px;}
.divblurbimgHR, .divblurbimgVR {float:right;}
.divblurbimgHL, .divblurbimgVL {float:left;}

.divblurbimgHR, .divblurbimgHL {
	width:148px;
	height:116px;
	background-image:url("/img/photo/blurb-vide-h.gif");
}

.divblurbimgVR, .divblurbimgVL {
	width:116px;

	height:148px;
	background-image:url("/img/photo/blurb-vide-v.gif");
}



