/* PAGE pour l'impression : éléments d'habillage de la page
	et éléments communs sur toute la page */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	/* couleurs des liens */
a {
	color: #000000 ;
	text-decoration: underline;
	}
a:visited {
	color: #000000 ;
	text-decoration: underline;
	}
a:hover {
	color: #000000 ;
	text-decoration: underline;
	}

/*Boîte supérieure contenant le logo*/
.box_top {
	background-color: #CDE3FF;
	vertical-align: bottom;
	border: 1px solid #000000;
	text-align: right;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #28567B ;
}
.box_topsmall {
	font-size: 12px;
	padding: 3px;
	font-weight: normal;
	font-style: italic;
}


/*Bloc ARTICLE*/
.box_article_entete {
	background-color: #CDE3FF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color:#28567B;
	border: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box_article {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000000;
	border-top: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box_texte {
	
}

.box_chapo {
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	vertical-align: top;
	}

.box_chapo_legende {
	width: 480px;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}


.INPUT { background-color: #FFEFD5 ; font-family: Arial, Helvetica, sans-serif ; color: red ; }

/*.OPTION { background-color: #FFEFD5 ; }

.SELECT { background-color: #FFEFD5 ; }*/

.textarea { background-color: #CDE3FF ; color: #28567B ; }

.button { font-family: arial, helvetica, sans-serif ; border-width: 1px ; font-size: 9pt ; color: #28567B ; background-color: #CDE3FF ; }


/*Bloc PIED DE PAGE*/
.box_pied1 {
	font-weight: bold;
	background-color: #CDE3FF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	padding: 3px
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*Bloc POST-SCRIPTUM*/
.box_ps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px dotted #000000;
	margin-top: 1.5em;
}

div.livre1 li {
	list-style-position: inside;
	list-style-image: url(images/puce_livre1.gif);
	margin-top: 5px
	}	

div.rue1 li {
	list-style-position: inside;
	list-style-image: url(images/puce_rue1.gif);
	margin-top: 5px
	}	

div.www1 li {
	list-style-position: inside;
	list-style-image: url(images/puce_www1.gif);
	margin-top: 5px
	}	

/*Affichage AUTEURS*/
.auteurs {
	text-align: right;
	font-size: 11px;
}

/*Affichage SUITE ARTICLES*/
.suite {
	text-align: right;
	font-style: italic;
	text-decoration: underline;
}


/*Table css SPIP*/
p.spip {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 1em;
	margin-top: 3px;
	margin-bottom: 6px;
}

h3.spip {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #28567B;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: top;
}

/*table.spip tr.row_first {
	background-color: #CDE3FF;
}

table.spip tr.row_odd {
	background-color: #ECF4FF;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}*/

/*PHOTOS*/
.spip_documents {
	margin: 1em;
	margin-top: 0em;
}

/*LEGENDE PHOTOS*/
.spip_doc_descriptif {
	font-size: 10px;
	font-style: italic;
	text-align: left;
}
