/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #A30405;
	background-image: url(img_css/fond_resophia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
	font-size: 1em;
	color: #333;
}
#page_intro {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.intro {
	background-image: url(img_css/cale_40.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

img, table { margin: 0; padding: 0; border: none; }
h2, h3, h5, h6 { margin: 0; padding: 0; font-size: 12px; font-weight: normal; }

h1 {
	color: #214000;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: normal;
}
h2 {
	color: #214000;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 95px;
}
h4 {
	font-size: 14px;
	color: #214000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.grossi {
	font-size: 16px;
	font-weight: bold;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#bandeau {
	margin-top: 80px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 160px;
}
.menu1 a {
	color: #FFFFFF;
}
.menu1 a:hover {
	color: #FFB544;
	text-decoration: none;
}
.menu2 {
	text-align: left;
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #214000;
}
.menu2 a {
	color: #333333;
	font-style: italic;
	font-weight: normal;
}
.menu2 a:hover {
	color: #FFB544;
	text-decoration: none;
}

.couleur_lien {
	color: #FFB544;
}

#conteneur {
	width: 100%;
	margin-top: 40px;
}
#conteneur_ex {
	width: 480px;
	margin-top: 40px;
	float: right;
	padding-right: 10px;
}
#contenu {
	float: right;
	width: 490px;
}
#contenu_ex {
	float: left;
	width: 300px;
}

#col_gauche {
	float: left;
	margin-top: 120px;
	width: 155px;
}
#col_droite {
	float: right;
	width: 160px;
}

.texte_gauche {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #214000;
	margin-left: 20px;
}
.texte_gauche4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #214000;
	margin-left: 70px;
	margin-top: 156px;
}
p.spip {
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.liste_exemples {
	background-color: #E8F3C9;
	margin: 0px;
	padding: 0px;
}
.liste_exemples ul {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.liste_exemples li {
	font-size: 11px;
	color: #214000;
	line-height: 12px;
	margin: 0px;
	padding-top: 6px;
}
.liste_exemples li a {
}
.liste_exemples li a:hover{
	color: #A30405;
	text-decoration: none;
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Arial, Helvetica, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Arial, Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Arial, Helvetica, sans-serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */

.titre {
	font-size: 12px;
	font-weight: bold;
	color: #A30405; 
}
.titre7 {
	font-size: 12px;
	font-weight: bold;
	color: #A30405;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font-weight: bold;
	color: #214000;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 12px;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #333333; font-size: 12px; }
.texte4 {
	color: #333333;
	font-size: 12px;
	text-align: justify;
	margin-right: 70px;
}
.texte7 {
	color: #333333;
	font-size: 12px;
	text-align: justify;
}
.texte7 p.spip {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
strong {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }



/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {
	text-decoration: none; 
	color: #214000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#flashcontent {
}
