/*
	Typographie, texte, ...
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.chapo {
	color:#708FBE;
	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 #708FBE;
	font-size: 85%;
	padding: 4px 20px;
	text-align: justify;
}
.notes {
	border-top: 1px dashed #708FBE;
	font-size: 80%;
	padding: 4px 20px;
	text-align: justify;
}

a {
	color:#FF7200;
	text-decoration: underline;
}

a:hover {
	color:red;
	text-decoration: none;
}

.liens_noir {
	color:black;
	text-decoration: none;
}

.liens_bleu {
	color:#708FBE;
	text-decoration: none;
}

.texte_trait_haut {
	border-top: 1px dashed #708FBE;
	padding: 4px 10px;
	text-align: justify;
}

.texte_trait_bas {
	border-bottom: 1px dashed #708FBE;
	padding: 4px 10px;
	text-align: justify;
}

.titre_page {
	color:#708FBE;
	font-size: 30px;
	font-weight: bold;
}

a.spip_url { }
a.spip_in { }
a.spip_out { }
hr.spip { }
b.spip { }
i.spip { }
.spip_code { }
p.spip_note { }

h3.spip {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.spip_documents{
	font-size : 70%;
}

/*
	Menus, boutons, ...
*/

.bp_menu_off {
	cursor: pointer; 
	border: 1px solid #708FBE; 
	background-color: #F0F6FB;
	padding: 4px;
}

.bp_menu_on {
	cursor: pointer; 
	border-right: solid 1px white; 
	border-bottom: solid 1px white; 
	border-left: solid 1px black; 
	border-top: solid 1px black; 
	background-color: #C5D1DF;
	padding: 4px;
}

.liens_sommaire {
	color:black;
	text-decoration: none;
}

/*
	Mise en page, blocs, ...
*/

.trait_bas {
	border-bottom: 1px dashed #708FBE;
	padding-bottom: 4px;
}

.cadre_pointille {
	border: 1px dashed #708FBE; 
}

.bloc_pied {
	background-color: #F0F6FB;
	border: 1px solid #708FBE;
	padding: 2px;
}

.bloc_titre {
	background-color: #F0F6FB;
	border-top: 1px solid #708FBE;
	padding: 2px;
	text-align: center;
	font-size: 18px;


}

.bloc_contenu {
	border-bottom: 1px solid #708FBE;
	padding: 4px;

}

.trait_haut {
	border-top: 1px solid #708FBE;
}

.trait_doite {
	border-right: 1px solid #708FBE;
}

.trait_gauche {
	border-left: 1px solid #708FBE;
}

.bp_sommaire_off {
	cursor: pointer; 
	border-bottom: 1px solid #708FBE;
	background-color: #F0F6FB;
	padding: 2px;
}

.bp_sommaire_on {
	cursor: pointer;
	border-bottom: 1px solid #708FBE;
	background-color: white;
	padding: 2px;
}

/*
	formatage tableau créé par SPIP
*/

table.spip {
	border: 1px solid #708FBE;
}

table.spip tr.row_first {
	background-color: #708FBE;
}

table.spip tr.row_first td {
	color:white;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

table.spip tr.row_odd {
	background-color: #F0F6FB;
}

table.spip tr.row_even {
	background-color: whithe;
}

table.spip td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
	border-bottom: 1px solid #708FBE;
}

/*
	formulaires et boutons
*/

.forml { width: 200px; background-color: #F5FAFF;}

.spip_encadrer {
	width : 98%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 98%;
	background-color: #FFFFFF;
	padding: 5px;
}

.spip_bouton {
	padding: 2px;
	background: #CFD9E3;
}

.formrecherche { width: 100% ; background-color: #FFDDAA;}

.reponse_formulaire {
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }

.spip-admin {
	font-size: 80%;
}
