/*
	Typographie, texte, ...
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

body {
	background-color: #FFFFFF;
}

#titre_page  {
	color:#000000;
	font-size: 30px;
	font-weight: bold;
}

.chapo {
	color:#000000;
	font-weight: bold;
	font-size: 105%;
	padding: 4px 10px;
	text-align: justify;
}
.texte {
	padding: 4px 10px;
	text-align: justify;
}
.texte_simple {
	padding: 4px 10px;
}
.ps {
	border-top: 1px dashed #000000;
	font-size: 85%;
	padding: 4px 20px;
	text-align: justify;
}
.notes {
	border-top: 1px dashed #000000;
	font-size: 80%;
	padding: 4px 20px;
	text-align: justify;
}

a {
	color:#0000CC;
}

/*
	Autres styles SPIP
*/

a.spip_url  { }

a.spip_in   { } 

a.spip_out  { } 

.spip_code {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}

p.spip_note { }

h3.spip {
	font-size: 120%;
	text-align: center;
}

table.spip {

}

table.spip tr.row_first {
	background-color: #A8CAC5;
}

table.spip tr.row_odd {
	background-color: #D2E6ED;
}

table.spip tr.row_even {
	background-color: #DDE6EA;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}

hr.spip { }

b.spip { }

i.spip { }

.forml { width: 100% ; background-color: #FFDDAA;}

.spip_encadrer { 
	width : 95%;
	background-color: #FFFFFF; 
	padding: 5px; 
	border: 1px #666666 solid; 
}

.spip_cadre { 
	width : 100%;
	background-color: #FFFFFF; 
	padding: 5px; 
}

.spip_bouton { background-color: #FFCC00;}

.formrecherche {
	width: 230;
	background-color: #EFDBBA;
	text-align: center;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.txtarial {  font-family: Arial, Helvetica, sans-serif}
