/*************************************** GENERAL ****************************************/

/* Tout le document */
body {
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
	color : #333;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

/* Tout lien dans le document */
a {
	color : #090;
	text-decoration : none;
}
/* Tout lien survolé dans le document */
a:hover {
	text-decoration : underline;
	color: #090;
}

/* Toute image dans le document */
img {
	border : 0px;
}

/* Tout le contenu de la page sélectionnée */
.contenu {
	padding: 28px 2px 2px 30px;
	vertical-align : top;
	font-size : 12px;
}
/* Toute cellule de tableau affcihaeé dans la page sélectionnée */
/* Un tableau ne prend pas le style du calque dans lequel il est inséré */
.contenu table td {
	font-size : 12px;
}

p#home-link {
	width : 200px;
	height : 130px;
	margin : 0;
	padding : 0;
	position : absolute;
	left : 0;
	top : 0;
	z-index : 80;
/*background-color : #000;*/
}

p#home-link a {
	display : block;
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
}


/* Pied de page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #77cf7e;
	text-decoration: none;
	font-weight: normal
}


div#footer_fond {
	width: 100%;
	margin: 10px auto 0 auto;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/************************************* MENUS PAGE ****************************************/


/* Tout le menu de gauche */
.menu_gauche {
	line-height:10.5pt;
	padding : 20px 0 0 7px;
	margin: 20px 0 0 0;
	font-size : 11px;
	font-weight : bold;
	vertical-align : top;
	width: 150px;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	width: 100%;
	margin: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.menu_gauche a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

/* Tout le menu du haut */
.menu_haut {
	font-size : 10px;
	font-weight : bold;

}

/* Titre d'une rubrique du menu du haut */
.menu_haut_titre {
}

/* Tout lien du menu du haut */
.menu_haut a {
	color : #FFFFFF;
	font-size : 10px;
	font-weight : bold;
	color : black;

}



/************************************** TEXTE INTRO *************************************/



/* Tout ce qui commence par '.chapo' concerne les textes d'introduction des pages */

/* .chapo_bloc : bloc principal contenant tout l'article (titre, sous-titre et texte). */

.chapo_bloc {

}

/* .chapo_titre : bloc contenant le titre. */

.chapo_titre {
	padding : 2px;
	margin: -5px 0 0 0;
	color : #666;
	font-size : 25px;
	font-weight : bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* .chapo_soustitre : bloc contenant le sous-titre. */

.chapo_soustitre {
	padding : 2px;
	color : #646464;
	font-size : 14px;
	font-weight : bolder;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif

}

/* .chapo_texte : bloc contenant le texte. */

.chapo_texte {
	padding : 2px 2px 20px;
	font-weight : normal;

}



/****************************** RUBRIQUES ******************************************/



/* .rub_bloc : bloc principal contenant l'article (titre et texte). */

.rub_bloc {
	width : 610px;
	float : right;
	margin : 2px 0 0 0;
	padding : 0 0 0 20px;
	text-align: justify;
}

.rub_bloc.large {
	width : 100%;
}

/* .rub_titre : minibloc contenant le titre de l'article. */

.rub_titre {
	color : #666;
	font-size : 25px;
	font-weight : bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 2px 0 ;
	margin-bottom: 15px;
}

/* .rub_texte : minibloc contenant le texte de l'article. */

.rub_texte {
	width: 100%;
	padding : 2px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}


/*************************************** MENUS SOUS-CHAPITRES RUBRIQUE ******************************************/

/* Tout ce qui commence par '.rub' concerne les pages de type rubrique */
/* .rub_menu_bloc : bloc principal contenant le titre et le sous-titre du menu. */
.rub_menu2_bloc {
	width : 100%;
	margin : 0px 0px 2px 0px;
	background : #FFF;
	padding : 2px;
	color : black;
	font-weight: bold; 
}
.rub_menu2_bloc a {
	color : #0000a0;
}
.rub_menu2_bloc a:hover {
   color: #1CFE27;
   text-decoration : underline;
}

/*************************************** MENUS ARTICLES RUBRIQUE ******************************************/


/* Tout ce qui commence par '.rub' concerne les pages de type rubrique */

/* .rub_menu_bloc : bloc principal contenant le titre et le sous-titre du menu. */

.rub_menu_bloc {
	width:170px;
	margin:2px 0 0 0;
	padding : 0;
	float:left;
	background : #FFF;
	font-size : 11px;
	border-right : 1px dotted#CCC;
}

/* .rub_menu_titre : minibloc contenant le titre du menu. */

.rub_menu_titre {
	background : #FFF;
	padding : 2px;
	color : #666;
	font-weight: bold;
}

.rub_menu_titre.section {
	width:100%;
}

/* Ici, on change le style des liens dans le minibloc 'rub_menu_titre'. */

.rub_menu_titre a {
	color : #666;
	font-size: 12px;
	padding: 0 5px 0 5px;
}
.rub_menu_titre a:hover {
	color: #8BDF94;
	text-decoration : underline;
}

/* .rub_menu_soustitre : minibloc contenant le sous-titre du menu. */

.rub_menu_soustitre {
	margin : 0px 2px 1px 2px;
	padding: 3px 0 3px 3px;
	vertical-align: top;
}

/* Ici, on change le style des liens dans le minibloc 'rub_menu_soustitre'. */

.rub_menu_soustitre a {
	color : #666;
}



/*************************************** ACTUS ******************************************/



/* Tout ce qui commence par '.news' concerne les pages de type news */

/* .news_bloc : bloc principal contenant tout l'article (titre de la rubrique,

                titre de l'article, texte, date). */

.news_bloc {
	margin : 2px;
	/*border : 1px solid black;*/
	width : 100%;

}

/* .news_rubrique : bloc contenant le titre de la rubrique. */

.news_rubrique {
	/*background : #848484;*/
	padding : 2px;
	color : /*#FFF*/#999999;
	font-weight : bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* .news_titre : bloc contenant le titre de l'article. */

.news_titre {
	padding : 6px 0 0 2px;
	color : #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* .news_date : bloc contenant la date de l'article. */

.news_date {
	padding : 2px;
	font-style : italic;

}

/* .news_texte : bloc contenant le texte de l'article. */

.news_texte {
	padding : 5px 0 10px 2px;
	height : 100%;

}

/* .news2_bloc : minibloc contenant le titre d'une rubrique et le contenu de cette rubrique

                (c-à-d. les titres des articles). */

.news2_bloc {
	margin : 2px;
	background : #FFF;
}

/* .news2_rubrique : minibloc contenant le titre de la rubrique. */

.news2_rubrique {
	padding : 5px 0 5px 0;
	color : /*#FFF*/#999999;
	font-weight : bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	/*background-color: #89DD92;*/
}

/* Ici, on change le style des liens dans le minibloc 'news2_rubrique'. */

.news2_rubrique a {
	color : #FFF;
}

/* .news2_titre : minibloc contenant le titre de l'article. */

.news2_titre {
	padding : 2px 2px 4px;
	vertical-align : top;

}

/* Ici, on change le style des liens dans le minibloc 'news2_titre'. */

.news2_titre a {
	color : black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/*************************************** ANNUAIRE ******************************************/

/* .linkannu_bloc : bloc principal contenant une rubrique 
					(titre de la rubrique, titre de l'article, texte, date). */
.linkannu_bloc {
	margin : 2px;
	position: relative;
}

/* .linkannu_titre_rubrique : bloc contenant le titre de la rubrique. */
.linkannu_titre_rubrique {
	padding : 2px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color : #1CFE27;
	font-size : 23px;
	font-style: normal;
	font-weight: bold;
}

/* .linkannu_description_rubrique : bloc contenant la description de la rubrique. */
.linkannu_description_rubrique {
	padding : 2px;
	position: relative;
	color : black;
	font-size: 11px;
}

/* .linkannu_titre : bloc contenant le titre d'un site. */
.linkannu_titre {
	padding : 2px;
	position: relative;
	color : #646464;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/* .linkannu_description : bloc contenant la description d'un site. */
.linkannu_description {
	padding : 2px;
	position: relative;
	height: auto;
	text-align : justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	text-align : justify;
}

/* .linkannu_url : lien vers le site */
.linkannu_url a {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #0000a0;
	text-decoration: none;
}
.linkannu_url a:hover {  
   text-decoration : underline;
   color: #1CFE27;
}

/* .linkannu_proposer : lien vers le formulaire de proposition de site */
.linkannu_proposer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
}
.linkannu_proposer a {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #0000a0;
}
.linkannu_proposer a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #1CFE27; 
	text-decoration: none;
}

/*************************************** ACCUEIL ANNUAIRE ******************************************/

/* .linkannu2_bloc : bloc principal contenant une rubrique dans l'accueil */
.linkannu2_bloc {
	margin : 0px 0px 0px 2px;
	height : auto;
	background : #FFF;
}

/* .linkannu2_titre_rubrique : bloc contenant le titre de la rubrique. */
.linkannu2_titre_rubrique a {
	padding : 2px;
	position: relative;
	color : #0000a0;
	font-size : 23px;
	font-weight : bolder;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* .linkannu2_description_rubrique : bloc contenant la description de la rubrique. */
.linkannu2_description_rubrique {
	padding : 2px;
	position: relative;
	color : black;
	font-size : 11px;
	text-align : justify;
}


/************************************** AGENDA ******************************************/



/* Tout ce qui commence par '.agenda' concerne les pages de type agenda */

/* .agenda_bloc : bloc principal contenant tout l'article (titre de la rubrique,

                titre de l'article, texte, date). */

.agenda_bloc {

	margin : 2px;

	border : 1px solid black;

	width : 100%;

}

/* .agenda_rubrique : bloc contenant le titre de la rubrique. */

.agenda_rubrique {

	padding : 2px;

	font-style : italic;

}

/* .agenda_titre : bloc contenant le titre de l'article. */

.agenda_titre {

	padding : 2px;

	color : grey;

}

/* .agenda_date : bloc contenant la date de l'article. */

.agenda_date {

	background : #569E4D;

	padding : 2px;

	color : #FFF;

	font-weight : bold;

}

/* .agenda_date : bloc contenant la date de l'article. */

.agenda_heure {

	padding : 2px;

	font-style : italic;

}

/* .agenda_texte : bloc contenant le texte de l'article. */

.agenda_texte {

	padding : 2px;

	height : 100%;

}

/* .agenda2_bloc : minibloc contenant le titre d'une rubrique et le contenu de cette rubrique

                (c-à-d. les titres des articles). */

.agenda2_bloc {

	margin : 2px;

}

/* Ici, on change le style du calendrier. C'est un tableau. */

.agenda2_bloc td{

	font-size : 12px;

}

/* .agenda2_rubrique : minibloc contenant le titre de la rubrique. */

.agenda2_rubrique {

	background : gray;

	padding : 2px;

	color : #FFF;

}

/* Ici, on change le style des liens dans le minibloc 'agenda2_rubrique'. */

.agenda2_rubrique a {

	color : #FFF;

}

/* .agenda2_titre : minibloc contenant le titre de l'article. */

.agenda2_titre {

	padding : 2px 2px 4px;

}

/* Ici, on change le style des liens dans le minibloc 'agenda2_titre'. */

.agenda2_titre a {

	color : black;

}

/************************************** NEWSLETTER *****************************************************/
/* .lettre_bloc : bloc contenant le module de NEWSLETTER */
.lettre_bloc{
	width: 50%;
	background-color: #D4D4D4;
	height: 58px;
	padding: 2px;
}

/* .lettre_texte : bloc contenant les différents messages du module */
.lettre_texte{
	color: #000000;
}

/*************************************** DEFILANT ***************************************/



/* .defilant_bloc : on change le style du bloc défilant */

.defilant_bloc {

	padding : 10px;

}

/* .defilant_texte : on change le style du texte défilant */

.defilant_texte {

	color : black;

	font-size : 8pt;

	text-align : center;

}
