a {
	text-decoration: none;
}

a:hover {
	color:#FF9900;
	text-decoration: underline;
}

a.spip_url { }
a.spip_in { }
a.spip_out {
	/* modifié */
	color : #488698 ;
	text-decoration : underline ;
}
a.spip_out:hover {
	/* rajouté */
}
a.spip_glossaire { }

.spip_code { }

p.spip_note { }

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0em;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}

.spip_documents{
	margin : 10px ;
	/* font-family: Verdana,Arial,Helvetica,sans-serif; */
	/* font-size : 70%; */
	font-size : 0.7em ;
}

.spip_documents_center {
	/* rajouté */
	/* margin : auto !important ; */
	text-align : center ;
}

.spip_documents_left {
	margin : 10px 20px 0 10px ;
}

table.spip {
}

table.spip tr.row_first {
}

table.spip tr.row_odd {
}

table.spip tr.row_even {
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

hr.spip {
	/* rajouté - style des traits de séparation ("----" dans un article) */
	/* background-color : green ; */
	/* height : 1px ; */
	background-color : #f0c97d ;
	border : 0px ;
	height : 1px ;
	width : 187px ;
	margin : auto ;
	/* margin-top : 15px ; */
	/* margin-bottom : 15px ; */
}
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; }


/*
 * 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;
}

/***************** STYLE RAJOUTES ***************/
p.spip {
	text-align : justify ;
	margin-bottom : 10pt ;
}
.spip_logos {
	/* margin : 100px ; */
	border : 1px solid #e89800 ;
	text-align : center ;
}
.spip-admin-float {
	display : none ;
}
