HR.spip {
	clear : both;
	border : solid 4px transparent;
}

a {
	color : rgb(0,153,255);
	text-decoration: underline;
}

a:hover {
	color : rgb(0,90,170);
	background-color : rgb(255,237,0);
	text-decoration: none;
}

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

.spip_code { }

p.spip_note { }

h3.spip { }

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: 2px auto; 
	text-align: center;
}

.spip_documents_left{
	float: left;
	margin : 2px 15px 2px 4px; 
	text-align: center;
	display : inline;
}

.spip_documents_right{
	float: right;
	margin : 2px 0px 2px 15px; 
	text-align: center;
	display : inline;
}

UL.spip {
	text-align : left;
	list-style-type : none;
	margin : 8px 12px;
	padding : 0;
}

LI.spip {
	color : #777;
	line-height : 150%;
	background : transparent url("IMG/puce_liste_1.gif") no-repeat 20px 2px;
	padding : 2px 0 2px 45px;
	text-indent : 0;
	text-align : justify;
}

UL UL.spip {
	margin : 10px 0px;
}

UL UL LI.spip {
	background : transparent url("IMG/puce_liste_2.gif") no-repeat 35px 4px;
	padding : 2px 20px 2px 55px;
	color : #777;
	line-height : 150%;
}

TABLE.spip {
	text-align : left;
	border : 1px solid rgb(0,153,255);
	border-collapse : collapse;
	margin : 0 0 1em 8px;
	font-size : 10px;
	width : 580px;
}

TABLE.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

TABLE.spip TR.row_first {
	background-color: rgb(0,153,255);
}

TABLE.spip TR.row_odd {
	background-color: rgb(255,250,189);
}

TABLE.spip TR.row_even {
	background-color: #FFF;
}

TABLE.spip TD, TABLE.spip TH {
	padding: 0.2em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgb(0,153,255);
}

TABLE.spip TH {
	font-weight : bold;
	color : #FFF;
}

hr.spip { }
b.spip { }
i.spip { }
blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.forml { width: 100% ; background-color: #FFDDAA;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}

div.spip_poesie {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
div.spip_poesie div {
	text-indent: -60px;
	margin-left: 60px;
}

.spip_bouton { background-color: #FFCC00;}

form.formrecherche { 
	margin-top: 5px;
	margin-bottom: 5px;
}
input.formrecherche {
	width: 95%;
	background-color: #FFDDAA;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}
