﻿/*******************************************************************/
/* Courbet 1.0 d'apres .: MiniGriSpip 1.4.2 - 2006 (c) FredoMkb :. */
/* Styles pour le squelette "Courbet"                              */
/*******************************************************************/

/*** Styles generaux qui s'appliquent a l'ensemble des documents Html... ***/
/** Parametres du fond de la page totale **/
/* La balise "body" */
body {
	background: #36a url(images/fondpage.png) 0 0 repeat-x;
	font-family: Tahoma, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 85%;
	color: #000;
}

/* Parametres generaux des titres, balises "h1" a "h6" */
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/** Parametres generaux des liens **/
/* Liens simples */
a, a:link {
	text-decoration: none;
	color: #f60;
}

/* Liens visites */
a:visited {
	text-decoration: none;
	color: #f60;
}

/* Liens survoles */
a:hover {
	text-decoration: none;
	color: #f60;
	background-color: #ffecce;
}

/** Parametres generaux des formulaires **/

input, textarea, select { border: 1px solid #9cb4ce; }

/* Liens sur les images */
/* Pour supprimer l'affichage d'un cadre noir autour
des images comportant un lien sous Firefox */
a img {
	text-decoration: none;
	border-style: none;
}

/****************************************************/
/*** Le bloc "page" qui englobe tout le site ***/
#page {
	width: 980px;
	color: #fff;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
}

/****************************************************/
/*** Le bloc "tete" qui englobe tous les elements de l'en-tete du site ***/
/** Le bloc "tete" lui meme **/
#tete {
	width: 980px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

/** Parametres des liens dans l'en-tete **/
/* Liens simples */
#tete a, #tete a:link {
	text-decoration: none;
	color: #000;
	border-style: none;
}

/* Liens survoles */
#tete a:hover {
	background: none;
}

/** Parametres du bloc "bandeau" contenant l'image et le titre du site **/
/* Le bloc "bandeau" lui meme */
#bandeau {
	color: #444;
	text-align: right;
	height: 140px;
	border: 2px solid #000;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #eff4fa;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(images/FondBandeau.jpg);
}

/* Le titre et le descriptif du site */
#bandeau h1 {
	font-size: 2.75em;
	margin: 8px 12px 0px;
	padding: 0px;
}

.descriptif {
	font-size: 0.88em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: right;
	margin: 10px 140px 0px;
	padding: 0px;
}

/**Menu dans le bandeau**/
#menu_bandeau {
	font-size: .88em;
	height: 23px;
	line-height: 1em;
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #444;
	margin: 0px;
	margin-top: -27px;
	text-align: center;
	padding: 1px 10px;
}

#menu_bandeau li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 4px 8px 2px 8px;
	text-align: center;
	position: relative;
}

#menu_bandeau li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	font-weight: normal;
	border: 1px solid #36a;
	margin: 2px 0px 0px 10px;
	z-index: 20;
	padding: 0px;
}

#menu_bandeau ul ul { margin: -17px 0px 0px 150px; }
#menu_bandeau li:hover>ul { left: 0px; }
#menu_bandeau ul li:hover { background-color: #9cb4ce; }

#menu_bandeau li ul li {
	width: 150px;
	border-top: 1px solid #9cb4ce;
	background-color: #eff4fa;
	padding: 3px 0px;
}

#menu_bandeau a {
	color: #36a;
	text-decoration: none;
}

#menu_bandeau li ul li a { display: block; padding: 0px 8px; }

#menu_bandeau li a.fleche { background: url(images/flechedroitebleue.gif) right no-repeat; }
#menu_bandeau li a.fleche:hover { background: url(images/flechedroiteorange.gif) right no-repeat; }
#menu_bandeau li ul li a.fleche,
#menu_bandeau li ul li a.fleche:hover {
	background: url(images/flechedroitebleue.gif) no-repeat;
	background-position: 143px 2px;
}

/* Paramètres des liens */
#menu_bandeau li a:link { color: #36a; font-weight: bold;}
#menu_bandeau li a:hover { color: #f60; font-weight: bold; }
#menu_bandeau li a:visited { font-weight: bold; }
#menu_bandeau li ul li a:link,
#menu_bandeau li ul li a:hover,
#menu_bandeau li ul li a:visited { color: #36a; font-weight: normal; }

/****************************************************/
/** Parametres du champ de recherche des menus de l'en-tete **/
#menu_bandeau .form_rech {
	float: right;
	width: 130px;
	height: 23px;
	margin: -3px 5px;
	background-color: inherit;
	background: url(images/rechercher.png) right no-repeat;
	/*Position fixe : clear: none; margin 0px 5px ; padding: 0px 0px 0px 300px;*/
}

#menu_bandeau .form_rech a, .form_rech a:link { border-style: none; }
#menu_bandeau label { display: none; }
#menu_bandeau form { margin: 0px; padding: 0px; width: 100px; }

/****************************************************/
/** Parametres du bandeau contenant la hierarchie des pages **/
/* Le bandeau lui meme */
#hierarchie {
	font-size: 0.82em;
	text-align: left;
	margin: 0px;
	padding: 3px 10px 2px 10px;
	border-bottom: #fff solid 1px;
}

#hierarchie a:link, #hierarchie a:visited { color: white; }
#hierarchie a:hover { color: #f60; }

/****************************************************/
/*** Parametres generaux de l'affichage des chemins d'acces ***/
.chemin {
	font-size: 0.82em;
	text-align: left;
	margin: 0px;
	padding: 3px 0px;
	border-bottom: #999 solid 1px;
	clear: right;
}

.chemin a, .chemin a:link { text-decoration: none; color: #f60; border-style: none; }
.chemin a:hover { color: #f60; background-color: #ffecce; }

/****************************************************/
/*** Parametres du bloc "pied_page" ***/
/** Le bloc "pied_page" lui meme **/
#pied_de_page {
	clear: both;
	width: 980px;
	margin-top: -14px;
	border-top: 1px solid #fff;
	padding-top: 5px;
	text-align: center;
	font-size: .82em;
}

#pied_de_page img { vertical-align: middle; }
#pied_de_page a { background: none; color: #fff; }
#pied_de_page a:hover { color: #f60; }
	
/****************************************************/
/*** Parametres du bloc "corps" contenant la navigation et les contenus ***/
/** Le bloc "corps" lui meme **/
#corps {
	width: 960px;
	padding: 10px;
	margin-top: 2px;
}

/****************************************************/
/*** Le bloc de navigation contenant les menus de navigation et des resumes ***/
/** Le bloc "navigation" lui meme **/
#navigation {
	width: 228px;
	margin: 0px;
	float:left;
	top: 190px;
}

/** Le bloc menu de pied de navigation (logos Rss et Spip) **/
#pied_menu {
	font-size: .88em;
	line-height: 1.25em;
	text-align: center;
	padding: 2px;
}

#pied_menu hr {
	margin: 7px 0px 5px 0px;
	padding: 0px;
	height: 1px;
	border: none;
	color: #f60;
	background-color: #f60;
}

#pied_menu img { vertical-align: middle; }

/** Formatage general des blocs menus de la navigation **/
/* Les blocs "menu" eux memes */
.menu {
	color: #000;
	border: #000 solid 2px;
	margin-bottom: 15px;
	text-align: center;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
}

.menu a, .menu a:link { border-bottom-style: none; }
.menu a:hover { border-bottom-style: none; }

/** Formatage general de l'affichage des listes **/

.menu ul { margin: 0px; padding: 0px; list-style: none; }
.menu li { list-style: none; margin-top: 2px; margin-bottom: 2px; }

/* Menu lateral */

#lateral { list-style: none; background-color: #fff; text-align: left; }
#lateral li.menu_item { margin: 0px; }
#lateral li:hover>ul { left: auto; }
#lateral li:hover { background-color: #ffecce; z-index: 10; }
#lateral li a { display: block; text-decoration: none; padding: 3px 5px; }
#lateral ul {
	left: -999em;
	position: absolute;
	border: 1px solid #444;
	background-color: #fff;
	margin: -7px 0px 0px 40px;
	width: 160px;
	z-index: 10;
}

/** Formatage general de la liste du bloc de navigation des rubriques **/

/* menu-item-0 a 6 : formatage des titres de chaque rubrique */

.menu_item_deplie { font-size: .95em; font-weight: normal; border-top: 1px solid #444;}
.menu_item_0 { font-size: 1em; font-weight: bold; }
.menu_item_1 { font-size: .95em; font-weight: normal; }
.menu_item_2 { font-size: 86%; padding-left: 10px; }
.menu_item_3 { font-size: 82%; padding-left: 20px; }
.menu_item_4 { font-size: 82%; padding-left: 30px; }
.menu_item_5 { font-size: 78%; padding-left: 40px; }
.menu_item_6 { font-size: 78%; padding-left: 50px; }

/****************************************************/
/*** Formatage particulier de certains elements des blocs ***/

/** Attention, ces formatages sont utilises dans les menus 
comme dans les contenus, toute modification peut entrainer
des affichages incoherents... **/

/* Certains elements des articles */
.menu_item_article {
	font-size: 0.95em;
	text-align: left;
	padding: 10px 15px;
}

/* Certains elements des breves */
.menu_item_breve {
	font-size:0.95em;
	padding-left:5px;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Certains elements des forums */
.menu_item_forum {
	font-size: 0.95em;
	list-style: none;
	text-align:left;
	line-height: 1.1em;
	padding: 10px 15px;
}

/* Formatage general des titres des menus et des blocs listes */
/* Titre de menu */
li.menu_titre {
	color: #fff;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(images/fond.png);
}

.menu_titre small { font-size: 95%; font-weight: lighter; }

/* Formatage de la pagination lors des affichages des listes */
.menu_titre .on { font-weight: lighter; color: #fff; font-style: italic; }

/* Formatage des liens des menus */
.menu_titre a, .menu_titre a:link { color: #fff; border-style: none; }
.menu_titre a:hover { color: #f60; border-style: none; background: none; }
.menu_titre small a:hover { color: #f60; background: none; }
.menu_titre a:visited { color: #fff; }

/****************************************************/
/*** Parametres du bloc "principal" contenant les contenus ***/
/** Le bloc "principal" lui meme **/
#principal { color: #000; padding: 0px; margin-left: 240px; }

/** Le bloc generaux des differents contenus **/
/* Les blocs eux memes */
.bloc {
	overflow: auto; /* Pour permettre clear: both; sans alterer la mise en page */
	border: #000 solid 2px;
	margin-bottom: 15px;
	text-align: center;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
	color: #000;
}

/* Les listes lors d'affichages en mode liste */
.bloc ul { margin: 0px; padding: 0px; list-style: none; }

/* Les elements des listes lors d'affichages en mode liste */
.bloc li { list-style: none; margin-top: 2px; margin-bottom: 2px; }

/** Les logos des rubriques, articles, breves, etc. **/

/* Les pictos */
.pictos {
	float: left;
	padding: 0;
	border-style: none;
	margin: 0px -29px -10px 5px;
	position: relative;
	width: 22px;
	height: 22px;
	display: inline; /* remplacer "inline" par "none" pour masquer les pictos */
}
/* Les images des pictos */
.picto_bienvenue { background-image: url(images/bienvenue.png); }
.picto_agenda { background-image: url(images/agenda.png); }
.picto_menu { background-image: url(images/menu.png); }
.picto_une { background-image: url(images/une.png); }

/* Les logos des rubriques */
.logos_rubriques { text-align: center; }
.logos_rubriques img { margin: 20px 10px 20px 10px; }

/****************************************************/
/*** Parametres du contenu des articles et breves ***/
/* Le bloc "article" lui meme */
.article {
	border: 1px none #999;
	padding: 3px 2px 0px 2px;
	background-color: #fff;
	text-align: justify;
}

/* Surtitre des articles */
.surtitre {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

/* Titre des articles */
.titre {
	color: #690;
	font-variant: small-caps;
	font-size: 1.27em;
	font-weight: bold;	
	line-height: 1.4em;
	margin: 0 0;
	background-color: #eaf2db;
	padding: 0px 0px 2px 0px;
	text-align: left;
}

/* Liens dans les titres des articles */
.titre a, .titre a:link {
	font-size: 0.96em;	
	line-height: 1em;
	text-decoration: none;
	color: #690;
	border-bottom: #690 solid 1px;
}

.titre a:hover { background-color: #eaf2db; }
.titre a:visited { color: #690; }

/* Logo des articles */
.logo {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

/* Soustitre des articles */
.soustitre {
	font-size: 1.09em;
	color: #69c;
	padding: 0px;
	line-height: 1.2em;
	font-weight: bolder;
	margin: .5em 3px 1em 3px;
}

/* Les infos des articles (date, auteur, etc.) */
.infos {
	font-size: 0.88em;
	text-align: right;
	padding: 0px;
	margin: 3px 0px;
	line-height: 1.2em;
}

/* Intro des articles */
.intro {
	text-align: justify;
	font-size: 1.03em;
	font-style: italic;
	padding: 0px;
	margin: 8px 3px 4px 3px;
	line-height: 1.2em;
}

.chapo {
	text-align: justify;
	font-size: 0.96em;
	font-weight: bold;
	padding: 0px;
	margin: 8px 3px 4px 3px;
	line-height: 1.2em;
}

/* Le texte des articles */
.texte {
	font-size: 0.96em;
	line-height: 1.3em;
	text-align: justify;
	margin: 20px 3px 10px 3px;
	padding: 0px;
}

/* Les liens des articles */
.texte a, .texte a:link {
	text-decoration: none;
	color: #f60;
}

.texte a:hover {
	text-decoration: none;
	color: #36a;
	background-color: #fff;
}

/* Les images dans les texte des articles */
.texte img {
	padding: 0px;
	margin: 0px;
}

.texte .spip_documents {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.texte .spip_documents a, .texte .spip_documents a:link { border-style: none; }

/* Les légendes des images des articles */
.texte .spip_doc_titre {
	padding: 0px;
	margin: 5px auto 0px auto;
	font-size: 0.82em;
}

.texte .spip_doc_descriptif {
	clear: both;
	font-size: 0.71em;
	margin-left:auto;
	margin-right:auto;
}

.texte .spip_doc_titre strong { font-weight: bold; }

/** Les images dans les texte des articles selon leur alignement **/
/* Les images centrees */
.texte .spip_documents_center {
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
}

.texte span.spip_documents_center {
	display: block;
	margin-top:1em;
}

/* Les images alignees a gauche */
.texte .spip_documents_left {
	padding: 0px;
	margin: 5px 20px 5px 0px;
}

/* Les images alignees a droite */
.texte .spip_documents_right {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 20px;
}

/* Formatage des listes */
.texte ul { margin: 0px 0px 5px 10px; }
.texte ol { margin: 0px 0px 5px -25px; }
.texte ol li { list-style: decimal; }
.texte ul li { list-style: disc; }
.texte ul li li { list-style: circle; }
.texte ul li li li { list-style: square; }

.texte li {
	margin: 0.3em 0 0.3em 1.5em;
	list-style-position: inside;
}

/* Le post-scriptum des articles (les liens) */
.ps {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bolder;
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Les notes de bas de page des articles */
.notes {
	text-align: left;
	font-size: 0.88em;
	line-height: 1.28em;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	border-top: #888 dotted 1px;
	border-bottom: none;
}

.notes p { margin: 0.5em 0px; }

.notes_titre {
	font-weight: bold;
	font-size: 1.15em;
}

.notes a:hover {
	text-decoration: none;
	color: #36a;
	background-color: #fff;
}

/* La fin des articles */
.article_fin {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: #eaf2db solid 5px;
}

/* Le lien de reponse des articles */
.repondre {
	font-size: 0.96em;
	line-height: 1em;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: #eaf2db solid 5px;
	margin: 0px;
}

/** Divers formatages texte, tableaux, etc. **/
/* Les intertitres */
.article h3 {
	color: #69c;
	font-size: 1.27em;
	line-height: 1.4em;
	font-variant: small-caps;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: #36a solid 1px;
}

.article h3 a, .article h3 a:link, .article h3 a:hover {
	border: none;
	display: block;
}

/* Les tableaux */
.article table {
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	margin: auto;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #9cb4ce;
	border-spacing: 3px;
	background-color: #fcfcfc;
}

.article caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 4px;
	font-weight: bold; 
}

.article table tr.row_first { 
	color: #fff;
	background: #36a; 
}

.article table tr.row_odd { background: #fff; }
.article table tr.row_even { background: #eff4fa; }

.article table th, .article table td { 
	padding: 4px;
	vertical-align: middle; 
}

/* Liens dans les tableaux */
.article table tr a, .article table tr a:link { 
	padding: 0px 0px;
	display: inline;
	text-decoration: none;
	color: #f60;
}

.article table tr a:hover {
	text-decoration: none;
	color: #36a;
	background: none;
}

.article table tr.row_first a, .article table tr.row_first a:link { 
	border: 0px solid;
	color: #fff;
	border-bottom: #fff 1px;
	background: #36a;
}

.article table tr.row_first a:hover { 
	border: 0px solid;
	color: #f60;
	border-bottom: #f60 1px;
	background: #36a; 
}

.article table a:visited { color: #f60; }

/* Les codes et citations */
.article div code, .article p code, .article blockquote { 
	font-size: 1.15em;
	line-height: 1.2em;
	border: 1px solid #999;
	margin: 0px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fafafc;
	display: block;
}

/* .article p code {
	padding: 2px 4px;
	background-color: #eaeaec;
	display: inline;
	border: none;
}*/

.article blockquote p {
	margin: 0px;
	padding: 0px;
}

/* Les filets de separation */
.article hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 5px;
	border: none;
	color: #eaf2db;
	background-color: #eaf2db;
}

/* Le bloc documents-joints */
.bloc_docs_joints {
	border: #9cb4ce solid 1px;
	margin: 20px 3px 10px 3px;
	font-size: 0.9em;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
}

.bloc_docs_joints img {
	vertical-align: middle;
	margin: 2px 5px 2px 0px;
}

.bloc_docs_joints a, .bloc_docs_joints a:link {
	display: block;
	color: #f60;
	font-weight: bold;
}

.bloc_docs_joints a:hover {
	color: #369;
	background-color: #eff4fa;
}

/****************************************************/
/*** Parametres generaux de formatage des forums ***/
/** Liste des forums des articles et breves **/
ul.forum { 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	font-size: 0.95em;
	line-height: 1.1em;
	text-align: left;
}

/* Le nombre des messages du forum */
.forum_decompte {
	text-align: center;
	font-size: 0.92em;
}

/* Chaque message du forum */
.forum_message { 
	background-color: #fcfcff;
	margin: 0px;
	padding: 0px;
}

/* Le contenu de chaque message du forum */
.forum_texte { 
	margin: 0px; 
	color: #444; 
	padding-right: 15px;
	padding-left: 15px;
}

/* Les textes de chaque message */
.forum_texte .texte {
	margin-top: 1em; 
	margin-bottom: 1em; 
}

.forum_chapo { margin: 0px; }
.forum_chapo .infos { padding-left: 15px; }

/****************************************************/
/*** Parametres generaux de formatage des formulaires ***/
/* Formulaire general */
.formulaire {
	color: #000; 
	font-size: 0.95em;
	text-align: left;
	background-color: #eff4fa; 
	border: 2px solid #9cb4ce;
	margin: 5px 5px 10px 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.rouge { color: red; }

/* Formulaire de previsualisation */
.formulaire_previsu {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: #fff; 
	border: 2px dotted #666; 
	margin-bottom: 16px;
}

/* Formulaires des menus */
.formulaire_menu {
	border: none; 
	margin: 0px;
	background-color: #fff;
	padding: 0px;
}

.formulaire_menu div {
	margin: 0px;
	padding: 0px;
}

.formulaire_menu p {
	color: #000; 
	font-size: 0.78em;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.formulaire_menu h4 {
	display: block; 
	text-align: center;
	font-size: 0.88em;
	background-color: #eaeaec;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #444;
	margin-top: 2px;

	margin-bottom: 5px;
}

/* Formatage du champ de saisie de certains formulaires */
.forml {
	width: 100%;
}

/****************************************************/
/*** Portfolio ***/

/* Le bloc portfolio */
.bloc_portfolio {
	border: #9cb4ce solid 1px;
	margin: 20px 3px 10px 3px;
	font-size: 0.9em;
	text-align: center;
	padding: 2px 4px 5px 4px;
	background-color: #fff;
}

.bloc_portfolio a:hover {
	color: #fff;
	background-color: #fff;
}

.vignettes {
	float: left;
	padding: 2px;
}

.bloc_portfolio hr {
	margin: 5px 0px 5px;
	padding: 0px;
	height: 2px;
	border: none;
	background-color: #9cb4ce;
}

.portfolio_titre {
	font-size: .96em;
	font-style: italic;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin-top: 5px;
}

.portfolio_descriptif {
	font-size: .82em;
	padding: 0px;
	margin-top: 2px;
}

/****************************************************/
/*** Agenda ***/
.form_agendas {
  padding-top: 5px; margin: 0px; text-align: center;
}

.select_agendas {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eff4fa;
	font-size: 0.88em;
	font-family: Tahoma, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #36a;
	text-align: center;
}

.input_agendas {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eff4fa;
	font-size: 0.88em;
	font-weight: bold;
	font-family: Tahoma, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #36a;
}

.hr_agendas { margin-bottom: 0px; }

.calendar_head_this_month { color: #f60; text-align: center; font-size: 0.82em; }
.calendar_head_days { background-color: #eaf2db; text-align: center; font-size: 0.96em; color: #690; font-style: normal; }
.calendar_not_this_month { background: #ececec; color:#777; }
.calendar_this_month { color: #000; text-align: center; }
.calendar_this_day { font-weight: bold; font-style: italic; }
.events { font-size: 0.82em; }
.no_event { color: #444; font-size: 0.82em; text-align: center; }

.small_mini {
	font-size: 0.82em;
	color: #000;
	text-align: center;
	font-style: normal;
}

.small_mini a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #f60;
	background-color: #fff;
}

.small_mini a:hover {
	text-decoration: none;
	background-color: #ffecce;
}

/****************************************************/
/*** Agenda_new ***/

.bloc_agenda {
	border: #000 solid 2px;
	margin-bottom: 15px;
	text-align: center;
	padding: 2px 4px 10px 4px;
	background-color: #fff;
	color: #000;
}

.bloc_agenda ul { margin: 0px; padding: 0px; list-style: none; }
.bloc_agenda li { list-style: none; margin-top: 2px; margin-bottom: 2px; }


.bloc_devoirs {
	width: 195px;
	margin: 10px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 10px;
	float:left;
	font-size: .88em;
	text-align: left;
	border-right: solid 1px #9cb4ce;
	/*top: 190px;*/
}

.bloc_devoirs h4 {
	color: #69c;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1em;
}

.bloc_devoirs ul { margin: 5px 15px 0px 15px; }
.bloc_devoirs li { list-style-image: url(images/flechedroiteorange.gif); margin-left: 5px; }

.bloc_devoirs table { width: 195px; border-spacing: 0px; }
.bloc_devoirs table td.left { padding: 0px; width: 115px; }
.bloc_devoirs table td.right { border-left: #000 solid 1px; width: 80px; text-align: center; }

.bloc_calendrier {
	color: #000;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px 210px;
	border-left: solid 1px #9cb4ce;
	position: relative;
}

.bloc_calendrier h4 {
	position: absolute;
	z-index: 0;
	top: 160px;
	left: 0px;
	width: 726px;
	color: #c60000; /*color: #884aaa;*/
	font-size: 1.1em;
	line-height: 25px;
	font-variant: small-caps;
	text-align: center;
	margin: 0px 6px;
	padding-top: 0px;
	border: #c60000 solid 1px;
	background-color: #ffff67;
}
.bloc_calendrier h4 a { color: #c60000; }
.bloc_calendrier h4 a:hover {
	text-decoration: none;
	color: #810000;
	background: none;
}

.agenda {
	border: 1px none #999;
	padding: 3px 2px 0px 2px;
	background-color: #fff;
	text-align: justify;
	font-size: 1em;
}

.agenda h3 {
	color: #69c;
	font-size: 1.21em;
	line-height: 1.4em;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: #36a solid 1px;
}

.agenda h3 a { font-size: .82em; }
.agenda h3 a:hover {
	text-decoration: none;
	color: #36a;
	background: none;
}

.agenda table {
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px solid #9cb4ce;
	border-spacing: 3px;
	background-color: #fcfcfc;
	color: #000;
}

.agenda table tr { font-size: 0.88em; }

.agenda table tr.row_first { 
	color: #fff;
	background: #36a;
	line-height: 1.5em;
}

.agenda table tr.row_odd { background: #fff; }
.agenda table tr.row_even { background: #eff4fa; }

.agenda table th, .article table td { 
	padding: 4px;
	vertical-align: middle;
}

/* Liens dans les tableaux */
.agenda table tr a, .article table tr a:link { 
	padding: 0px 0px;
	display: inline;
	text-decoration: none;
	color: #36a; /*#f60;*/
}

.agenda table tr a:hover {
	text-decoration: none;
	background: none;
}

a.info_bulle { color: #36a; }

a.info_bulle span {								   
	position: absolute;
	margin-top: -2000em;
	margin-left: -2000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 3px;
	color: #000; /*#FFD700*/
	background: #ddeeff; /*#191970*/
	border: 1px solid #9cb4ce; /*#000*/;
}

a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span {
	margin-top: 0px;
	width: 300px;
	height: auto;
	overflow: visible;
	z-index: 10;
}

a.info_bulle:hover span.gauche, a.info_bulle:focus span.gauche, a.info_bulle:active span.gauche { margin-left: 0px; }
a.info_bulle:hover span.droite, a.info_bulle:focus span.droite, a.info_bulle:active span.droite { margin-left: -192px; }

a.info_bulle:hover { border: 0;  /* Corrige un bug d'IE6 et inférieur */ }

.agenda table a:visited { color: #36a; }

/****************************************************/
/*** Colonnes rubriques sur le sommaire ***/

.colonne {
	font-size: .88em;
	width: 227px;
	float: right;
	margin: 5px;
	text-align: left;
}

.colonne_importante {
	width: 452px;
	float: right;
	margin: 5px;
	color: #c60000; /*color: #884aaa;*/
	font-size: 1.1em;
	line-height: 20px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: #c60000 solid 1px;
	background-color: #ffff67;
}
.colonne_importante a { color: #c60000; }
.colonne_importante a:hover {
	text-decoration: none;
	color: #810000;
	background: none;
}

.colonne p.titre a {
	font-size: 0.96em;	
	line-height: 1.4em;
	text-decoration: none;
	color: #690;
	border-bottom: #690 solid 1px;
}

.colonne ul { margin: 5px 0px 5px 15px; }
.colonne li { list-style-image: url(images/flechedroiteorange.gif); }

