a { 
	text-decoration: none;
}


a.spip_url { }
a.spip_in { }

a.spip_out { 
	font-weight : bold;
	}


/*
** taken from from wikipedia.org:
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
a.spip_out[href ^="ftp://"],
a.spip_out[href ^="http://"],
a.spip_out[href ^="https://"],
a.spip_url[href ^="ftp://"],
a.spip_url[href ^="http://"],
a.spip_url[href ^="https://"] {
	background: url(../style/external.gif) center right no-repeat;
	padding-right: 13px;
}
 

.spip_code {
	color:#000;
	background-color:#EFE8DF; 
	padding:3px;          
           }

p.spip_note { }

h3.spip { padding-bottom:5px;

}

.spip_documents{
	font-size:90%;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	margin-top:0px;
	z-index:80;
}

.spip_documents_left{
	font-size:90%;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:10px;
	position:relative;
	z-index:80;
}

.spip_documents_right{
	font-size:90%;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:0px;
	position:relative;
	z-index:80;
}

.spip_img_vignette{
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
	position:relative;
	z-index:80;
}

.spip_img_vignette_right{
	padding-bottom:20px;
	padding-left:10px;
	position:relative;
	z-index:80;
}

.spip_img_vignette_left{
	padding-bottom:20px;
	padding-right:10px;
	position:relative;
	z-index:80;
}

.spip_doc_descriptif { 
	margin-left:0px;
}
.spip_doc_titre { 
	font-size:110%;
	margin-left:0px;
}

p.spip{ padding-bottom:10px;
}

table.spip {
	font-size:100%;
	color: #eee;
}

table.spip tr.row_first {
	background-color: #75614B;
}

table.spip tr.row_odd {
	background-color: #2B2621;
}

table.spip tr.row_even {
	background-color: #504B46;
}

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

hr.spip { }
b.spip { }
i.spip { }

.forml { width: 100% ; 
	  background-color: #FFF; 
         border: 1px solid #999;
	  /* text-color: #000;	 */
       }


.spip_encadrer {
	width : 100%;
	padding: 5px;
	border: 0px #999 solid;
	padding-left:0px;

}

.spip_cadre {
	width : 100%;
	padding: 5px;
}


.spip_bouton input { 
	border: solid 1px #ccc;
	background-color: #333;
	color: #f2f2f2;
	font-weight: normal;
	vertical-align:middle;
	min-width: 208px;
	}

/* IAP */
.spip-admin-boutons { 
	border: solid 1px #eee !important;
	background-color: #404020 !important;
	color: #f2f2f2 !important;
	font-weight: normal !important;
	vertical-align:middle !important;
	}

.spip-admin-bloc {
	margin-top: 20px;
}

/* IAP */

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

.spip_surligne {  background-color: #000; 
               }

.spip_barre {
      background-color: #ccc;
      }

.spip_logos {
	vertical-align: middle;
        margin-right: 10px;
	border: 0px;
	}

/* formulare... */

fieldset { 
	border: 0px; 
	margin-left: -9px; 
        margin-top: 10px;
	}

legend {
	font-weight: bold;
	}

fieldset.previsu { 
	border: 1px solid #ccc; 
	margin-left: 0px; 
        margin-right: 9px;
        background-color: #555; 
	}

fieldset.previsu .spip_bouton {
  margin-top:15px;
}

