/*******************************************************/
/* Elements généraux */
/*******************************************************/


/*body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F3E7E;
	font-size: 13px;
	scrollbar-3dlight-color : #B8860B;
	scrollbar-base-color : #FFE699;
	scrollbar-arrow-color : #191970;
	scrollbar-shadow-color : #191970;
	}
a:visited {
	color: #0000CD;
	text-decoration: none;
}
a:hover {  
	color: #CC3333; 
	text-decoration: underline
}
a:active {
	color: #0000CD;
	text-decoration: underline;
}*/

/* on donne une couleur par default aux entetes de table */
#contenu img{
	border:none !important;
}
th {
	color : #ffffff;
	background-color : #666666;
	font-weight : bold;
	text-align: left;
	font-size: 13px;
}
th.champs {
	color : #666666;
}
th A:link,th A:visited, th A:active, th A:hover  {
	color: #FFFFFF;
	text-decoration : underline;
	font-style : italic;
}
/* les niveaux de titre */
/*h1 {
	font : 26px;
	font-weight : bold;
	color : #668CD9;
	text-align: left;
}
h2 {
	font-size : 18px;
	font-weight : bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h3 {
	font-size : 17px;
	font-weight : bold;
	color : #668CD9;
	text-align: left;
}
h4 {
	font-size : 16px;
	font-weight : bold;
	color : #000080;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}
h5, h6 {
	font-size : 14px;
	font-weight : bold;
	color :  #000080;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}*/
/*******************************************************/
/* pour des éléments de bibliothèque
/*******************************************************/
/* pour les chapeaux de page */
th.chapeau {
	font-size: 13px;
	/*line-height : 17px;*/
	text-align: center;
	padding: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color : White;
	border : 1px double Navy;
	color : Navy;
	border-width : medium medium medium medium;
}
/* pour les menus de page */
th.menudepage-titre {
	color : #3366cc;
	font-size: 10px;
	background-color : #FFCC33;
}
table.menudepage {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*ligne de titre de tbl_chapitre */
th.titre-ligne {
	color : #3366cc;
	font-size: 16px;
	background-color : #FFCC33;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	font-weight: bold;
}
/*ca sert pour ressources et contacts dans la marge gauche */
.titremarge {
	color: #668CD9;
	text-decoration: underline;
	font-weight: bold;
}
