
/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: black; text-decoration: underline;font-family : Verdana,sans-serif; }
a:visited { color: black; text-decoration: underline;font-family : Verdana,sans-serif; }

/*
 * Un peu de coquetterie
 */

TABLE.tablo1{
	border : solid 1px black;
	}

td.entete{
	font-weight : bold;	
	background-color: #DDDDDD;
}
	
	
UL.numeric {
	list-style-type: decimal;
	}

.alert {
	color : #FF3333;
	font-weight : bold;	
}	
.spip
{
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : #000000;
}

.note {
	/*font-family: Georgia, Garamond, Times, serif;*/
	/*text-align: left;*/
	font-size: 9px;
}

.titre {
	color : #0067CE;
	font-family : Arial,sans-serif;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 2px;
}
.sousTitre {
	font-weight : bold;
	color : #0067CE;
}

.input {
	border-width : 1px;
	border-style : solid;
	border-color : #8A8A8A;
}

.petitGris {
	font-family : Verdana,sans-serif;
	font-size : 10px;
	color : #8A8A8A;
	padding-left:10px;
}

.grandGris {
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : #8A8A8A;
	padding-left:10px;
}

.titreGras {
	font-size : 12px;
	text-align : center;
	font-weight : bold;
}
.label{
	font-weight : bold;
}

div.marge{
	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
	margin-right : 5px;
}
/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */

div.pageLogo {
	position : absolute;
	top : 0px;
	left : 0px;
}

div.pageBig {
	display: none;
}

div.menuGauche {
	display: none;	
}
#sommaire_menu_haut {
	display: none;	
}
#sommaire_gauche {
	display: none;	
}


div.menuRubriques {
	display: none;
}

#contenuPage {
	position : absolute;
	top : 50px;
	left : 0px;
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : black;
	width : 100%
}
div.hidden {
	display : none;
	}


div.spip-admin	{
	display : none;
	}

