/*<?php

$fond = "eva_styles";
$delais = 7 * 24 * 3600;

include ("inc-public.php3");

?> 
	Typographie, texte, ...
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: white;
}

.chapo {
	color:#5B7DA6;
	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 black;
	font-size: 85%;
	padding: 4px 20px;
	text-align: justify;
}
.notes {
	border-top: 1px dashed black;
	font-size: 80%;
	padding: 4px 20px;
	text-align: justify;
}
.date {
	color: #5B7DA6;
	font-size: 80%;
	font-weight: bold;
}

a {
	color:#EA5E00;
	text-decoration: none;
}

a:hover {
	color:#37991F;
	text-decoration: underline;
}

.liens_noir {
	color:black;
	text-decoration: none;
}

.liens_bleu {
	color:#78A5D6;
	text-decoration: none;
}

.trait_haut {
	border-top: 2px dashed black;
}

.texte_trait_bas {
	border-bottom: 1px dashed black;
	padding: 5px;
}

#titre_page  {
	color:#5B7DA6;
	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-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}




/*
	Menu, affichage des rubriques : hierarchie, secteurs, sous-rubriques
*/

#menu {
	font-size: 16px;
	color:black;
	font-weight: bold;
	border-top: 2px solid #7396C0; 
	background-color: #F0D8C7;
	padding: 4px;
}

#menu em{
	color:#EA5E00;
	font-size: 12px;
}

#menu_recherche {
	font-size: 12px;
	color:black;
	border-top: 2px solid #7396C0; 
	background-color: #F0D8C7;
	padding: 4px;
}

#secteursoff {
	border: 1px dashed black;
	background-color: #C5D1DF;
	padding: 2px;
	margin-bottom: 4px; 
	font-size: 12px;
}

#secteurson {
	border: 1px solid #7396C0;
	background-color: #FFCC80;
	padding: 2px;
	margin-bottom: 4px; 
	font-size: 12px;
}

.secteuroff { 
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.secteuron {
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.rubriqueoff { 
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: normal; 
}
.rubriqueon { 
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.liens_sommaire {
	color:black;
	text-decoration: none;
}

/*
	Mise en page, blocs, ...
*/

.trait_bas {
	border-bottom: 1px dashed black;
	padding-bottom: 4px;
}

.cadre_pointille {
	background-color: #C5D1DF;
	border: 1px dashed black;
	margin: 2px; 
}

.bloc_pied {
	background-color: #C5D1DF;
	border: 2px solid #7396C0;
	padding: 2px;
}

#bloc_titre {
	background-color: #C5D1DF;
	border-top: 2px solid #7396C0;
	padding: 2px;
	text-align: center;
	font-size: 18px;
	color:black;
}

#bloc_sous_titre {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 18px;
	color:#C5D1DF;
}

.bloc_contenu {
	
	padding: 4px;
	font-size: 12px;
}

.bloc_sous_contenu {
	padding: 4px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;

}

.trait_haut {
	border-top: 2px solid #7396C0;
}

.trait_droite {
	border-right: 2px solid #7396C0;
}

.trait_gauche {
	border-left: 2px solid #7396C0;
}

.bp_sommaire_off {
	cursor: pointer; 
	
	background-color: #F0D8C7;
	padding: 2px;
}

.bp_sommaire_on {
	cursor: pointer;
	
	background-color: white;
	padding: 2px;
}

/*
	formatage tableau créé par SPIP
*/

table.spip {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

table.spip tr.row_first {
	background-color: #C5D1DF;
}

table.spip tr.row_first td {
	color:black;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	text-align: center;
}

table.spip tr.row_odd {
	margin: 0px;
	padding: 4px;
	background-color: #F0D8C7;
}

table.spip tr.row_even {
	margin: 0px;
	padding: 4px;
	background-color: whithe;
}

table.spip td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
	border-bottom: 1px solid black;
}

/*
	formulaires et boutons
*/

.forml { 
	width: 100% ;
	background-color: #FFE0B2;
}

fieldset { 
	border: 2px solid #7396C0;
	background-color: #F0D8C7;
	padding: 4px;
	width : 98%;
}

.spip_encadrer {
	width : 98%;
	padding: 5px;
	border: 2px solid #7396C0;
	background-color: #F0D8C7;
}

.spip_cadre {
	width : 98%;
	background-color: #FFFFFF;
	padding: 5px;
}

.spip_bouton {
	cursor: pointer; 
	border: 1px solid black;
	background-color: #FFCC80;
}

.formrecherche { 
	width: 228px ; 
	margin: 4px;
	background-color: #FFE0B2;
}

.reponse_formulaire {
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFCC80; }

.spip-admin {
	font-size: 80%;
}

.spip_quote, blockquote.spip{
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	border : solid 1px black;
	background-color: #FFF0E5;
	padding: 5px;
}

