	body {
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:10px;
	}
	#entete{
	width:100%;
	height:80px;
	background-color:rgb(36,66,130); /*bleu habillage entete*/
	position: fixed;
	top:0;
	left:0;
	}

	#menuvertical{
	display: block;
	position: fixed;
	top:130px;
	left:20px;
	width: 170px;
	font-weight: normal;
	}	
	#menuvertical a:hover{
	color:red;
	}	
	#main{
	width:70%;
	background-color:white;	
	height:100%;
	padding-left:212px;
	padding-top:100px;
	}
	#main a:hover{
	color:red;
	}	
	#recherche{
	position: absolute;
	left:50%;
	top:50px;
	}
	.bouton{
	display:block;
	font-family:sans-serif;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:rgb(89,120,184);
	color:white;
	width:80px;
	position:absolute;
	top:70px;
	}
	.bouton a:hover{
	color:white;
	}
	.altbouton{
	display:block;
	font-family:sans-serif;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:rgb(89,120,184);
	color:white;
	width:80px;
	position:absolute;
	top:90px;
	}
	a{
	color:#000000;
	background-color:transparent;
	text-decoration: none;
	color:black;
	}	
	a:hover{
	color:red;
	}	

	.onglet_lecture, .onglet_document, .onglet_lien, .onglet_neutre, .onglet_verbatim{ 
	display: inline;
	position: relative; left: 10px; top: 5px; 
	font-family: sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-width: 0px;

	}	
	.onglet_lecture { 
	background-color: darkgreen; 
	border-color: darkgreen;
	}
	.onglet_document{ 
	background-color: royalblue; 
	border-color: royalblue;
	}
	.onglet_lien{ 
	background-color: goldenrod; 
	border-color: goldenrod;
	}
	.onglet_neutre{ 
	background-color: dimgray; 
	border-color: dimgray;
	}
	.onglet_verbatim{ 
	background-color: firebrick; 
	border-color: firebrick;
	}
	div.cadre_verbatim, div.cadre_lecture, div.cadre_document, div.cadre_lien, div.cadre_neutre, div.cadre_verbatim{ 
	position: relative; left: 10px; top: 2px; width:100%;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	}
	div.cadre_lecture{ 
	border-color: darkgreen;
	}
	div.cadre_document{ 
	border-color: royalblue;
	}
	div.cadre_lien{ 
	border-color: goldenrod;
	}
	div.cadre_neutre{ 
	border-color: dimgray;
	}
	div.cadre_verbatim{ 
	border-color: firebrick;
	}
	
@ media print {
	body {
	  width: auto!important;
	  margin: auto!important;
	  font-family: serif;
	  font-size: 12pt;
	  background-color: #fff!important;
	  color: #000!important;
	}
	#entete {display: none;}
	#menuvertical {display: none;}	#spip-admin {display: none;}
	#spip-admin-float {display: none;}		.header {display: none;}		.footer {display: none;}
}