
/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	float: left;
	margin: 15px 10px 5px 5px;
	width: 60%;
	
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
	
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
	
}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

#principal {
	position: absolute;
	left: 30%;
	/*left: 18em;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 3%;
	margin-top: 1.5em;

}

#sommaire {
	
	top: 20px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}




#plan {
	position: absolute;
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

#navigation {
	position: relative;
	float: right;
	width: 25%;
	margin-left: 1.8em;
	margin-bottom : 1.5em ; 
	
}

.cartouche {
	position: relative;
	width : 70%;
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

.spip_logos {
	margin-right: 5px;
	border-width: 0px;
	float : left;

}

/* Style générale site SCAV */

#conteneur {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 800px;
	border: 1px solid #99CC00;
	-moz-border-radius:10px; 
	border-radius:10px; 
	}
	
#bandeau {
	height: 75px;
	background-color: #78AADD;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	}
	
#logo_map{
	position: relative;
	float: right;
	height: 0px;
	/*bottom : -2px; */

}	

#bandeau_image_haut {
	width: 800px;
	height : 150px;
	}


#menu_haut {
	height: 35px;
	background-color: #78AADD;
	}
	
	
	
/* centre avec hauteur variable pour les articles et rubriques */
#centre {
	height : 88%;
/*	position : relative; */
	margin: 20px auto 20px auto;
	padding: 8px;

	}

	
#menu_verticale {
	top: -8px;
	padding: 0px;
	margin: 0px 5px 20px 0px;
	
}

	

#bandeau_image_bas{
	clear: both;
	background-image: url(img/bandeau_bas.jpg);
	margin-top: 0px;
	height: 50px;	
	}
	
#footer {
	clear: both;
	background-color: #CCCCCC;
	margin-top: 0;
	padding-top: 8px;
	height: 60px;	
	text-align: center;
	}
	
	

/*
* Menu vertical pour afficher les dernières rubriques publiés
* Inspiré du modèle SPIP
*/

.menu_v {
	border: 1px solid #99CC00;
	border-top: 0px;
	padding: 0px;
	margin-bottom: 1em;	
}

.menu_v ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
	
}

.menu_v-titre {
	border: 1px solid #99CC00;
	margin: 0px;
	padding-left:	4px;
	padding-right:	4px;
	padding-top:	3px;
	padding-bottom:	2px;

}


.menu_v-item {
	margin: 0px;
	padding-left:	4px;
	padding-right:	4px;
	padding-top:	1px;
	padding-bottom:	1px;
	
}

/*
* Couleur du menu vertical
*/

.m_item { text-align: left;	
}	

.m_item .menu_v-titre { background-color : #78AADD;
	}
