/******************************************************/
/*
/******************************************************/

/*
 * Feuille de style specifique a l'impression
 */
* {padding: 0;}
	body {
		color: #333;
		background-color: #fff;
		font-family: "Verdana", "Arial", "Helvetica";
		font-size: 11px;
		text-align: left;
		}

 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:after {
	display: inline;
	border: 1px solid dotted;
	content: " (" attr(href) ")";
}


.filet,.filet td
{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-color: #000;
	
}

.filetseparator
{
	margin-top : 15px;
	margin-bottom : 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #000;

}


p.spip {
	margin-top : 2px;
	margin-bottom : 5px;
	padding: 0px;
}

.spip_doc_titre
{
	font-size: 11px;
	color:#000;
	font-weight:normal;
}

.spip_doc_descriptif
{
	font-size: 9px;
	color:#000;
	font-weight:normal;
}

img, .spip_logos { margin: 0; padding: 0; border: none; }
.spip_logos {margin-right: 5px; margin-bottom: 5px; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 5px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 5px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

ul.spip {margin: 3px 0px 15px 20px;list-style: square outside;}
ol.spip {margin: 3px 0px 15px 20px;}
li.spip {}



H1
{
	margin-top : 18px;
	margin-bottom : 5px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	letter-spacing: 0px;
	text-align:left;
}

H2
{
	margin-top : 0px;
	margin-bottom : 5px;
	font-size:12px;
	color:#69449C;
	font-weight:bold;
	letter-spacing: 0px;
	text-align:left;
}

H3
{
	margin-top : 15px;
	margin-bottom : 0px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	letter-spacing: 0px;
	text-align:left;
	
	cursor:default;
}



table.spip {
	text-align: center;
	margin-top : 10px;
	margin-bottom : 10px;
	border: 0px solid #555555;
}

table.spip td.row_first {
	padding: 3px;
	text-align: center;
	border: 0px solid #FF0000;
}

table.spip td.row {
	padding: 3px;
	text-align: left;
	border: 0px solid #FF0000;
}

table.spip td {
	padding: 3px;
	text-align: left;
	border: 0px solid #555555;
}