
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background-color: white; 
		margin: 10px;
		 }

/* Styles des lien par défaut */
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }

/* Liens dans les articles */
a.spip_out { text-decoration: none; color: #80AA00; font-weight: bold;}
a.spip_out:hover { text-decoration: none; color: #80AA00; font-weight: bold; background: #e8e8e8;}

a.spip_in, a.spip_url { text-decoration: none; color: #6C99C6; font-weight: bold;}
a.spip_glossaire { text-decoration: none; color: #20a020; font-weight: bold;}
a.spip_in:hover, a.spip_url:hover { text-decoration: none; color: #6C99C6; background: #e8e8e8; font-weight: bold;}
a.spip_glossaire:hover { text-decoration: none; color: #20a020; background: #e8e8e8; font-weight: bold; }

/* Definit le lien hypertexte de l'arborescence */ 
a.arbo { text-decoration: none; color: #6C99C6; font-weight: bold; }
a.arbo:hover { text-decoration: none; color: #FF9900; font-weight: bold; } 

/* Bouton sommaire */
a.sommaire { text-decoration: none; color: #6C99C6; font-weight: bold;}
a.sommaire:hover { text-decoration: none; color: #FF9900; font-weight: bold; background: #e8e8e8;}


/*Lien dans les menus de navigation*/
.menu_v-item a:hover {text-decoration: none; color: #FF9900; background: #e8e8e8}

/*
/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bandeau {
	position : relative;
	text-align : center;
	font-family: Arial,Helvetica,Verdana;
	font-size : 18pt;
	color: #666666;
	text-align: center;

}
	
/*
*
*  Style générale site SCAV pour les polices  
*
*/

.textbandeau {
	position : absolute;
	/*bottom : 0px; */
	width: 580px;
 	height: 34px;
	padding:20px;
	/* right: 45px; */
		
}
.piedpageg { font-size: 8pt;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    }

.piedpagen { font-size: 8pt;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    }  		
    
    
/* FD 11/07/06 */
/* Contenu pour site SCAV */ 

.arborescence {
	font-family: Arial, Verdana, sans-serif;
	color: #99CC00;
	font-size : 75% ; 	
	
}


.contenu h1  {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}

.contenu h2 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}


.contenu .descriptif {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80% ;
	font-weight: bold;
	color: #666666;
}

.contenu .chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85% ;
	padding : 3px ;
}

.contenu .detail_article {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 77% ;
	padding : 6px ;
	
}

.contenu .detail_fichier {
	font-family: Arial, Verdana, sans-serif;
	font-size: 71% ;
	color: #FF9900;
	
}


.contenu .descriptif_rubrique {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90% ;
	font-weight: bold;
	color: #666666;
}



.contenu .detail_rubrique {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80% ;
	padding : 3px ;
	
}


/*Police des menus */
.menu_v-titre {
	font-family: Arial,Helvetica,sans-serif;
	font-size:	10pt ;
	font-weight : bold;
	color:#FFFFFF;
}


.menu_v-item {
	font-family: Arial,Helvetica,sans-serif;
	font-size:	8pt;
	color:#666666;
}