
/*
 * 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 {

	margin: 15px 10px 5px 5px;

}

.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 {
	width : 60%;
	padding-top: 0.5em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

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

.article_logos {
	margin-top: 5px;
	border-width: 0;	
	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;
	border: 0px;
/*	background-image: url(img/logo.gif); */
/*	background-repeat: no-repeat; */
	}
	
#logo_map{
	position: relative;
	width: 61px;
	height: 77px;
	float: right;
	border: 0px;

}	

#logo_scav{
	position: relative;
/*	width: 100px; */
	height: 75px;
	float: left;
	border: 0px;
	/*bottom : -2px; */

}


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


#menu_haut {
	height: 35px;
	background-color: #78AADD;
	}
	
	
	
/* centre avec hauteur min fixe afin de corriger un bug d'affichage sous IE */
#centre {
/*	height : 88%; */
	min-height: 357px;
/*	position : relative; */
	margin: 20px auto 20px auto;
	padding: 8px;

	}

	
#menu_verticale {
	position: relative;
	top: 8%;
	padding: 0px;
	margin-left: 5px; 
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 20px; 

	
}

	

#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;
	}
	
/*Corrige un bug pour IE 
en bas de page pour éviter que le footer 
remonte de manière inopiné quand on passe un lien à un autre 
*/

	
/* Hides from IE-mac \*/
/* * html #bloquage {
	position: relative;	
	height: 257px;
	background-color: #FFF;
	width: 1px;
	}
/* End hide from IE-mac */

	
/*
* 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;

	}
	
	
/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; 
	border-color:#99CC00;
	}

table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }

table.spip tr.row_first { background: #78AADD; color:#FFFFFF;}
table.spip tr.row_odd { background: #FFF; }
table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

table.doc {
	margin: 0em;
	border: 0em;
	border-collapse: collapse;

}

table.doc td {
	width: 25%;
	padding: 5px;
	text-align: left;	
	vertical-align: top;s
}

