/*****************/
/* PAGE GLOBALE */
/*****************/

div#piedpage1 {
		height: 80px;
		clear: both;
	}

	div#piedpage2 {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
	}

*+html #piedpage1{
overflow: auto;
}

/* container global */
body {
	/* marges */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* retrait */
	padding:0px;
	/* couleur de fond */
	background: url(../images/udmjc33/bg_global.jpg) repeat-x;
	/* polices */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color: #666666;*/
	/* bordures */
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #CCCCCC;
		}

/* Style à ne pas remplir, container contextuel */
body.page {

	}

/* container technique du coyote */
#conteneur {
	position: relative;
	min-height: 100%;
	width: 990px;
	left: 50%;
	margin-left: -495px;
	background:transparent url(../images/udmjc33/fond_conteneur.gif) repeat-y 0 12px;
	}

/* bandeau bas de page */
#footsection {
	position: absolute;
	bottom: 10px;
	/*margin-bottom: inherit;*/
	width: 990px;
	left: 50%;
	margin-left: -495px;
	background:transparent url(../images/udmjc33/fond_conteneur.gif) repeat-y 0 12px;
	text-align: center;
	}

/**************************************************/
/* texte dans les menus déroulants  et menus liste*/
/**************************************************/
/* par défaut, il prend les attribut police de Body */
textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #98989B;
	}

/**********************/
/* textes descriptifs */
/**********************/
/* texte de les tes générés par le moteur (boites quizz, sondage, ...) */
/* fond du calendrier */
/* par défaut, il prend les attribut police de Body */
/* éviter de mettre un fond, bordure, style ... */
td {
	font-size:11px;
	}

/*******************/
/* Titres de pages */
/*******************/
/* On retrouvera ces styles plus loin et on les règlera à ce moment-là */
/* Styles génériques utilisés tout au long du CSS pour éviter les redites */
/* évitez de toucher ces valeurs */
h1 { font-size: 15px; margin: .4em 0; }
h2 { font-size: 15px; margin: .3em 0; }
h3 { font-size: 1.3em; margin: .2em 0; }
h4 { font-size: 1.2em; margin: .2em 0; }
h5 { font-size: 1.1em; margin: .2em 0; }
h6 { font-size: 1em; margin: .2em 0; }

/*********/
/* Liens */
/*********/
/* Comportement des liens sur les images */
a img {
	border:0px;
	}

/* Comportement des liens sur les textes */
a:link {
	color:#999999;
	font-size:11px;
	}

a:visited {
	color:#98989B;
	font-size:11px;
	}

a:hover {
	text-decoration:none;
	color:#bed373;
	font-size:11px;
	}

a.BabSectionsLinkColor { /* Correction n° 5 de Fred : "a: remplacé par a. */
	text-decoration:none;
	color:#000000;
	font-size:11px;
	}

/*          */
hr.clear {
	clear:both;
	visibility:hidden;
	}

/*******************/
/* Titre des pages */
/*******************/
h2.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#98989B;
	padding-left:25px;
	padding-bottom:3px;
	background:transparent url('../images/udmjc33/title2.gif') no-repeat 4px 50%;
	border-bottom:2px dotted #98989B;
	}

/***************************/
/* Titre messages d'erreur */
/***************************/
h2.msgerror {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#FF0000;
	padding-left:40px;
	background:transparent url('../images/udmjc33/puce6.gif') no-repeat 25px 50%;
	}

/*****************************/
/* LES CONTAINERS DE LA PAGE */
/*****************************/

/* le menu de gauche */
/* forme de la boite et position */
#leftcontent {
float: left;
width: 150px;

	left:0px;
	margin:0px;
	top:185px;
	width:150px;
	padding-top:17px;
	padding-left:23px;
	padding-right:8px;
	padding-bottom:200px;
	}

/* la partie centrale */
#centercontent {

padding-top: 1px;

padding-right: 0px;

padding-bottom: 1px;

padding-left: 0px;

margin-top: 0px;

margin-right: 200px;

margin-bottom: 0px;

margin-left: 200px;

width: 610px;

}
   

*+html #centercontent {
margin-top: -1020px;
}

*html #centercontent {
margin-top: -1020px;
}

/* le menu droite */
#rightcontent {
	/* bug ie5.0 */
	}

#rightcontent {
/*position: absolute;*/
float: right;
width: 150px;

	}

/**********************/
/* Le bandeau bannière*/
/**********************/

/* le container du bandeau */
#ovfx_head {
	height:185px;
	background-color:#FFFFFF;
	background-image: url('../images/udmjc33/head_bg.jpg');
	background-position: left;
	background-repeat: no-repeat;
	}

#logo {
	width:127px;
	height:185px;
	margin-top:0px;
	margin-left:20px;
	position: absolute;
	background: transparent url('');
	}


/* position du logo haut gauche*/
/* l'image logo est à la racine du répertoire Skin : head_logo.gif */
#ovfx_head img {
	margin-top:0px;
	margin-left:1px;
	position: absolute;
	}

/* bandeau visible ou non sur les fonctions 'imprimer' */
#ovfx_head img.print {
	display:none;
	}

/* titre du bandeau */
/* recouvre le ovfx_head */
#ovfx_head h1 {
	position: absolute;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:transparent url('') repeat-y 100% 0;
	margin:0px;
	top:0px;
	width:100%;
	height:95px;
	display:none
	}

/* container du texte */
#ovfx_head h1 span {
	display:block;
	padding-left:0px;
	padding-top:0px;
	width:400px;
	}

/**********************/
/* Liste alphabétique */
/**********************/
/* Listes (A, B, C, D ...) et listes dans les tableaux */
#ovfx_page .bab_content table {
	text-align:left;
	}

/*******************************/
/* bandeau accueil / connexion */
/*******************************/
/* a noter : le style du nom de l'utilisateur est défini dans le style Body_, attention aux contrastes */
#ovfx_menu {
	/*background: url('../images/udmjc33/head_ovfx.gif') no-repeat right;*/
	position:absolute;
	top:0px;
	width:350px;
	height:185px;
	right:30px;
	font-size:11px;
	}

/* image habillage à gauche d'accueil/rechercher */
#ovfx_menu ul {
	margin:0;
	padding:0;
	position:absolute;
	top:162px;
	right:0px;
	}

/* texte Recherche/Accueil en liste ou ligne */
/* inline = en ligne | none = en colonne */
#ovfx_menu li {
	display:inline;
	}

/* texte Rechercher/Acceuil lien */
#ovfx_menu li a {
	margin-right:10px;
	float:left;
	display:block;
	top:162px;
	padding-top:0px;
	text-decoration:none;
	font-weight:bold;
	color:#D0C391;
	text-align:left;
	font-size: 11px;
	}

#ovfx_menu li a:hover {
	color:#333333;
	}

/* dernière bordure boite Accueil/Rechercher */
/* permet de faire disparaitre la bordure */
#ovfx_menu li.last a {
	border-right:none;
	}

/* container du lien 'Connexion' */
#ovfx_menu span {
	display:block;
	position:relative;
	top:162px;
	right:0px;
	width:270px;
	background:transparent;
	font-weight:bold;
	color:#BECACA;
	padding-left:3px
	}

/* texte 'Connexion' et lien*/
#ovfx_menu span a {
	color:#852d39;
	text-decoration:none;
	padding:0px 15px;
	font-weight: bold;
	background: url('../images/udmjc33/log.gif') no-repeat 2px;
	}

#ovfx_menu span a:hover {
	padding:0px 15px;
	color:#333333;
	}

/************************/
/* onglets haut de page */
/************************/

#ctx_menu {
	/* haut | gauche droite */
	margin:0 0px;
	padding:0;
	list-style-type:none;
	height:17px;
	width:100%;
	border-bottom:#CCCCCC 1px solid;
	}

/* disposition liste ou colonne (inline ou none) */
#ctx_menu li {
	display:inline;
	}

/* liens dans les onglets */
#ctx_menu a:link,
#ctx_menu a:visited,

/* container onglet actif */
#ctx_menu span {
	display:block;
	float:left;
	padding:1px .8em;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	margin-left:.5em;
	text-decoration:none;
	background-color:transparent;
	color:#98989B;
	font-size:12px;
	height:15px;
	}

/* container au survol */
#ctx_menu a:hover {
	background-color:#FFFFFF;
	height:17px;
	position:relative;
	top:-3px;
	margin-bottom:-3px;
	border-top:#CCCCCC 1px solid;
	}

/* container onglet fixe */
#ctx_menu span {
	background-color:#FFFFFF;
	color:#98989B;
	height:17px;
	position:relative;
	top:-3px;
	margin-bottom:-3px;
	border-top:#CCCCCC 1px solid;
	}

/*********************************/
/* retrait entre onglets et page */
/*********************************/
#ovfx_page {
	/*padding-top:1em;*/
	}

/********************/
/* mentions légales */
/********************/
/* style des mentions en bas de page : 'webmaster, powered by ...' */
address {
	margin: 0% 0 5% 0;
	text-align:center;
	font-size:.9em;
	color:#666666;
	}

address a:link, address a:visited {
	color:#666666;
	}


/********************************/
/* généralités sur les sections */
/********************************/

/* marges entre les boites */
.bab_section {
	margin-bottom:10px;
	}

/* container du titre de section */
.bab_section .bab_title {
	/*background: transparent url('../images/udmjc33/title.gif') no-repeat left;*/
	margin:0px;
	color:#899393;
	border-bottom:1px solid #D8DADC;
	}

/* titre de la section */
.bab_section .bab_title h4 {
	padding-top:1px;
	padding-bottom:5px;
	padding-left:10px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold

	}

.bab_section .bab_title a:link,

/* position de la puce droite dans le titre de section */
/* zone clicable devant cette image */
.bab_section .bab_title a:visited {
	position:relative;
	float:right;
	width:12px;
	height:10px;
	background-repeat:no-repeat;
	margin-top:1px;
	margin-right:1px;
	margin-bottom:-9px;
	}

.bab_section .bab_title .nolink {
	display:none;
	}
/* mouvements de la puce droite du titre de section */
/* eviter de toucher les positions */
.bab_section .bab_title a {
	background-image:url('../images/udmjc33/sec_btn.gif');
	background-position:0px 0px;
	}

.bab_section .bab_title a.open {
	background-position:0px -20px;
	}

.bab_section .bab_title a.close:hover {
	background-position:0px -10px;
	}

.bab_section .bab_title a.open:hover {
	background-position:0px -30px;
	}

/* container de la liste */
.bab_section ul {
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;

	}

/* style de description de section (sous titre) */
.bab_section .bab_content h5 {
	color:#817B51;
	font-weight:normal;
	text-align:left;
	margin:.3em 0;
	font-size:1em;
	}


/* liens simplifiés */
/* définit aussi les liens dans les tableaux */
/* liens sur les dates du calendrier, dans les annuaires */
.bab_section table a:link,
.bab_section table a:visited {
	/*color:#666666;*/
	}

.bab_section table a:hover {
	color:#000000;
	text-decoration:underline;
	}

/* menus dans les sections génériques */
.bab_section ul a {
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background:transparent url('../images/udmjc33/puce4.gif') no-repeat 5px;
	padding-left:15px;
	}

.bab_section ul a:hover {
	color:#666666;
	}

.bab_section ul li {
	display:inline;
	}

/**********************************/
/* généralités sur les sections 02*/
/**********************************/

/* marges entre les boites */
.bab_section2 {
	margin-bottom:0px;
	background: transparent url('../images/udmjc33/centersection.jpg') no-repeat bottom;
	padding-bottom:20px;
	}

/* container du titre de section */
.bab_section2 .bab_title {
	height:36px;
	/*border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	background: transparent url('../images/udmjc33/back_sectiontitle.jpg') no-repeat;
	/*background-repeat: repeat-x;*/
	/*background-color: #FFFFFF;*/
	background-position: bottom;
	}

/* titre de la section */
.bab_section2 .bab_title h4 {
	padding-top:13px;
	padding-bottom:1px;
	padding-left:40px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	width:80%;
	color:#000000;

	}

.bab_section2 .bab_title a:link,

/* position de la puce droite dans le titre de section */
/* zone clicable devant cette image */
.bab_section2 .bab_title a:visited {
	position:relative;
	float:right;
	width:12px;
	height:10px;
	background-repeat:no-repeat;
	margin-top:12px;
	margin-right:12px;
	margin-bottom:-9px;
	}

.bab_section2 .bab_title .nolink {
	display:none;
	}
/* mouvements de la puce droite du titre de section */
/* eviter de toucher les positions */
.bab_section2 .bab_title a {
	background-image:url('../images/udmjc33/sec_btn.gif');
	background-position:0px 0px;
	}

.bab_section2 .bab_title a.open {
	background-position:0px -20px;
	}

.bab_section2 .bab_title a.close:hover {
	background-position:0px -10px;
	}

.bab_section2 .bab_title a.open:hover {
	background-position:0px -30px;
	}

/* container de la liste */
.bab_section2 ul {
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;

	}

/* style de description de section (sous titre) */
.bab_section2 .bab_content h5 {
	font-weight:normal;
	text-align:center;
	margin:5 0;
	font-size:1em;
	color: #CCCCCC;
	/*background-color: #FFFFFF;*/
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	}


/* liens simplifiés */
/* définit aussi les liens dans les tableaux */
/* liens sur les dates du calendrier, dans les annuaires */
.bab_section2 table a:link,
.bab_section2 table a:visited {
	color:#666666;
	}

.bab_section2 table a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #990000;
	}

/* menus dans les sections génériques */
.bab_section2 ul a {
	color:#333333;
	text-decoration:none;
	display:block;
	/*background-image: url(../images/ot-general/back_section01.gif);*/
	background-color: transparent;
	background-repeat: repeat-y;
	padding-left:20px;
	/*border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	}

.bab_section2 ul a:hover {
	/*background-color:#CCCCCC;*/
	color:#000000;
	}

.bab_section2 ul li {
	display:inline;
	}

/*************************/
/* sections utilisateurs */
/*************************/

/* généralités*/
#bab_usersection {
	/*background-color:#FFFFFF;*/
	}

/* Titre */
#bab_usersection .bab_title {
	color:#bed373;
	/*background:transparent url('../images/udmjc33/title1.gif') no-repeat left;*/
	border-bottom:1px dashed #bed373;
	}

/* liens */
#bab_usersection ul a {
	color:#CCCCCC;
	}

/* liens add-on */
#bab_usersection ul .addon a {
	/*background-color:#FFFFFF;*/
	/*background-image: url(../images/ot-general/back_sectionaddon.gif);
	background-repeat: repeat-y;*/
	}

/* liens survolés*/
#bab_usersection ul a:hover {
	color:#FFFFFF;
	}

/****************************/
/* sections administrateurs */
/****************************/

/* généralités */
#bab_adminsection {
	/*background-color:#FFFFFF;*/
	}

/* titre */
#bab_adminsection .bab_title {
	/*background: transparent url('../images/udmjc33/title1.gif') no-repeat left;*/
	color:#bed373;
	border-bottom:1px dashed #817B51;
	}

/* liens */
#bab_adminsection ul a {
	color:#CCCCCC;
	}

/* add-on */
#bab_adminsection ul .addon a {
	/*background-color:#FFFFFF;*/
	/*padding-left: 20px;*/
	/*background: transparent url(../images/ot-general/back_sectionaddon.jpg) no-repeat;*/
	/*background-repeat: repeat-y;*/
	}

/* liens survolés */
#bab_adminsection ul a:hover {
	color:#FFFFFF;
	}

/**************/
/* calendrier */
/**************/

/* généralités */
#bab_montha {
	/*background-color:#FFFFFF;*/
	border-bottom:#817B51 1px solid;
	}

/* titre */
#bab_montha .bab_title {
	background:transparent url('../images/udmjc33/title.gif') no-repeat left;
	border-bottom:#817B51 1px solid;
	}

/* tableau du calendrier */
#bab_montha table {
	width:100%;
	padding:0px;
	border-collapse:collapse;
	margin:0 auto;
	}

/* ligne entre les jours et les dates */
#bab_montha thead td {
	font-weight:bold;
	border-bottom:#817B51 1px solid;
	}

/* cellule (entre chaque chiffre)*/
#bab_montha td {
	padding:1px;
	text-align:center;
	}

/* date du jour */
.BabCalendarCurrentDayNumberSection {
	border:#FFFFFF 1px solid;
	background-color:#817B51;
	color:#FFFFFF;
	}

/**********************/
/* Section Latestnews */
/**********************/

#bab_latestnews .bab_content {
	padding-left: 2px;
	}


/***************************************/
/* sections articles / boite de gauche */
/***************************************/

/* container titre */
#leftcontent #bab_topicssection .bab_title {
	background: url('../images/udmjc33/title3.gif') no-repeat left;
	color:#852d39;
	border-bottom: 1px solid #D8DADC;
	}

/* affichage ou non des sous-titres */
#leftcontent #bab_topicssection .bab_content h5 {
	display:none;
	}

/* menus dans les boites */
#leftcontent #bab_topicssection .bab_content li a {
	color:#000000;
	padding:1px 1px 1px 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:transparent;
	padding-left:15px;
	}

/* menus au survol */
#leftcontent #bab_topicssection .bab_content li a:hover {
	background:transparent;
	color:#666666;
	font-size:10px;
	padding-left:15px;
	border-left:1px solid;
	}


/***************************************/
/* sections articles / boite de droite */
/***************************************/

/* container titre */
#rightcontent #bab_topicssection .bab_title {
	background: url('../images/udmjc33/title3.gif') no-repeat left;
	color:#852d39;
	border-bottom: 1px solid #D8DADC;
	}

/* affichage ou non des sous-titres */
#rightcontent #bab_topicssection .bab_content h5 {
	display:none;
	}

/* menus dans les boites */
#rightcontent #bab_topicssection .bab_content li a {
	color:#000000;
	padding:1px 1px 1px 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:transparent;
	padding-left:15px;
	}

/* menus au survol */
#rightcontent #bab_topicssection .bab_content li a:hover {
	background:transparent;
	color:#666666;
	font-size:10px;
	padding-left:15px;
	border-left:1px solid;
	}


/**********************/
/* agenda utilisateur */
/**********************/

/* fond des menus : agenda, impression, notifier ... */
.bab_cal_buttons {
	padding:.6em 0;
	/*background-color:#FFFFFF;*/
	margin-top:.5em;
	}

.bab_cal_buttons a {
	text-decoration:underline;
	padding:3px;
	color:#98989B;
	}

.bab_cal_buttons a:hover {
	color:#98989B;
	background-color:#FFFFFF;
	}

/************************************/
/* gestionnaire fichier utilisateur */
/************************************/

/* liens dans le gestionnaire */
body.fileman #list #centercontent .bab_content a {
	text-decoration:none;
	}

body.fileman #list #centercontent .bab_content a:hover {
	color:#FF0000;
	}

/************/
/* articles */
/************/

/* barre haut de page avec arborescence et 'soumettre' */
#BabCategTitleNavigation {
	/*background-color:#FFFFFF;*/
	border:#FFFFFF 1px solid;
	margin:.5em .5% ;
	}

#BabCategTitleNavigation table {
	border-collapse:collapse;
	width:100%;
	height:20px;
	}

#BabCategTitleNavigation td {
	border:0;
	padding:0;
	margin:0;
	padding-left:.5em;
	}

#BabCategTitleNavigation p {
	padding:.2em .5em;
	margin:3px 4px;
	}

#BabCategTitleNavigation a {
	text-decoration:none;
	color:#666666;
	}

#BabCategTitleNavigation a:hover {
	color:#FF0000;
	}

/* le bouton 'soumettre' */
#BabCategTitleNavigation .bab_buttons a {
	display:block;
	text-align:center;
	width:8em;
	background-color:#EEEEEE;
	padding:.2em .5em;
	margin:3px 4px;
	border:#CCCCCC 1px solid;
	}

#BabCategTitleNavigation .bab_buttons a:hover {
	background-color:#CCCCCC;
	border:#CCCCCC 1px solid;
	}

/***********************************/
/*Page centrale de sous catégories */
/***********************************/
ul.BabCategTitleNavigation {
	padding: 0px;
	margin-left: 30px;
	/*background-color:#FFFFFF;*/
	/*border-bottom:#CCCCCC 1px dashed;*/
	list-style-type:circle;
	color:#999999;
	}

ul.BabCategTitleNavigation li {
	padding-bottom:.5em;
	color:#999999;
	/*background:transparent url('../images/udmjc33/title2.gif') no-repeat 4px 50%;*/


	}

ul.BabCategTitleNavigation li a {
	font-size:18px;
	color:#852d39;
	/*text-decoration: underline;*/
}

ul.BabCategTitleNavigation li a:visited {
	font-size:18px;
	text-decoration: none;
	/*margin-left:20px;*/
	color:#852d39;
	font-style:normal;
	border-bottom:#999999 1px solid;
	/*font-weight: bold;*/
	}

ul.BabCategTitleNavigation li a:hover {
	font-size:18px;
	text-decoration: none;
	font-weight:bold;
		color:#852d39;
	}

ul.BabCategTitleNavigation ul {
	font-weight: normal;
	/*font-style: italic;*/
	padding-left: 1em;
	color:#999999;
	margin:0;
	padding:0;
	list-style-type:none;
	}


/* marges entre les articles */
body.page .articles .bab_repeat {
	margin:0px 0px;
	}


/*******************/
/* PUBLIC CORE CSS */
/*******************/

/* agenda : contour des jours des mois précédents et suivants */
.BabCalendarBodyBadMonthBackground {
	background-color: #CCCCCC;
	}

/* agenda : fond nouvel évènement */
.BabContentBackground,
.BabMenuActiveBackground {
	/* background-color: #FFFFFF;*/
	 color:#000000;
	 }

/* agenda : fond menu contextuel */
.BabCalendarMenuActiveBackground {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	}

/* tableaux : contour boite */
.BabLoginCadreBackground {
	background-color: #cbe59f;
	}

/*tableaux : fond boite */
.BabBodyTitleBackground,
.BabLoginMenuBackground {
	background-color: #f3f9e8;
	color: #000000;
	}

/*tableaux : liens */
.BabLoginMenuBackground a {
	text-decoration:none;
	font-weight:bold;
	}

.BabLoginMenuBackground a:hover {
	color: #666666;
	background-color:#cbe59f;
	text-decoration:none;
	}


/*fond menu site */
/* fond menu article */

.BabSiteAdminFontBackground,
.BabTopicsBackground {
	background-color: #FFFFFF;
	}
.BabTopicsButtonBackground {
	background-color: #FFFFFF;
	color: #000000;
	}


.Babhighlight {
	background-color: #FF0000;
	}


/* message erreur */
.BabErrorMessage {
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
	}

/* message avertissement */
.BabWarningBodyBackground  {
	background-color: #FFFFFF;
	color: #98989B;
	font-weight: bold;
	}

.BabWarningBodyBackground a:Link,
.BabWarningBodyBackground a:Visited {
	color: #98989B;
	font-weight: bold;
	}

.BabWarningBodyBackground a:Hover {
	color: #FF3333;
	}

/* Listes Alphabétiques */
	.BabLetterlists {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	}

.BabLetterlists a:link,
a.BabAlphabetLink:Link,
a.BabAlphabetLink:Visited {
	color: #98989B;
	font-weight: bold;
	}
.BabLetterlists a:Hover,
a.BabAlphabetLink:Hover {
	color: #FF0000;
	}

/* adresses mail */
a.BabNameEmailLink,
a.BabNameEmailLink:Link,
a.BabTitleSmall,
a.BabTitleSmall:Link {
	color: #000000;
	}
a.BabNameEmailLink:Hover,
a.BabTitleSmall:Hover {
	color: #FF0000;
	}


/* notes, faq, évènements, ... */
a.BabEventFaqLink,
a.BabEventFaqLink:Link {
	color: #98989B;
	font-weight: bold;
	}

a.BabEventFaqLink:Hover {
	color: #FF0000;
 	}

a.BabContentLinkColor:Link,
a.BabContentLinkColor:Visited,
a.BabSummaryLinkColor:Link,
a.BabSummaryLinkColor:Visited {
	color: #98989B;
	}
a.BabContentLinkColor:Hover,
a.BabSummaryLinkColor:Hover,
.BabSummaryNbrMessage {
	color: #FF0000;
	}


/*************/
/*  ARTICLES */
/*************/

/* titre de l'article */
.BabTopicsTitleBackground {
	background:transparent url('../images/udmjc33/back_title.jpg') no-repeat 0px;
	/*background-color: #cccccc;*/
	color: #852d39;
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
	padding-left: 40px;
	/*display:none;*/
	}

.articleauthor { display:none;
	}
.separator { display:none;
	}

.articledate { 	display:none;
	}

/* police et couleur de fond de l'article */
.BabTopicsAuthorBackground {
	border-bottom:#CCCCCC 1px solid;
	}

.BabMonthCalendarCurentDayBackground {
	background-color: #CCCCCC;
	color: #000000;
	}

/* espace entre article et nom de l'auteur */
.BabArticleSpacing {
	height: 5px;
	}

/* textes "impression, commentaire, ..." */
a.BabTopicsFooterLink {
	/*padding-right: 15px; */
	}
a.BabTopicsFooterLink:Link {
	/*color: #ACC659;
	text-decoration: none;*/
	}
a.BabTopicsFooterLink:Visited {
	color: #98989B;
	text-decoration: none;
	}

a.BabTopicsFooterLink:Hover {
	color: #FF0000;
	text-decoration: none;
	}

.BabTopicsAuthorBackground {
	padding:0;
	padding-top:5px;
	}

/* texte "lire la suite" */
a.BabTopicsFooterMoreLink:Link,
a.BabTopicsFooterMoreLink:Visited {
	color: #98989B;
	text-decoration: none;
	border:#CCCCCC 1px solid;
	padding:1px 4px;
	border-width:1px 1px 0 1px;
	background:#FFFFFF;
	margin-right:1em;
	position:relative;
	font-weight:bold;
	}

a.BabTopicsFooterMoreLink:Hover {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	}

/* texte "dans la même catégorie ..." */
.BabTopicsTitleNavigation {
	color: #666666;
	font-weight: bold ;
	text-decoration: underline;
	}

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

/* couleur de fond */
.BabCalendarBodyBackground,
.Blackbg {
	background-color: #000000;
	}

/* jour d'aujourd'hui */
.BabCalendarDays {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	}

.BabMonthCalendarEventHourfont {
	/*background-color: #FFFFFF; */
	color: #98989B;
	}

/********/
/* MAIL */
/********/

/* white background  in use on inbox  groups  - plus links */
.BabMailBackground {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	}

/**********/
/* FORUMS */
/**********/

.BabForumBackground,
.HeaderDayCalendar {
	/*background-color: #FFFFFF;  */
	}
.BabForumBackground1 {
	background-color: #EEEEEE;
	}

a.BabForumNavigation,
a.BabForumNavigation:Link,
a.BabForumNavigation:Visited {
	color: #98989B;
	font-weight: bold;
	}

a.BabForumNavigation:Hover {
	color: #FF0000;
	}

/* messages postés */
.BabForumTopicsNavTitle,
.BabForumTopicsNavDate,
.BabForumTopicsNavAuthor {
	background-color: #EEEEEE;
	color: #98989B;
	font-weight: bold;
	}

a.BabForumTopicsConfirm,
a.BabForumTopicsConfirm:Link,
a.BabForumTopicsConfirm:Visited {
	color: #333333;
	text-decoration: none;
	}
a.BabForumTopicsConfirm:Hover
	{
	text-decoration: underline;
	}

a.BabForumTopicsNavContribution:Link,
a.BabForumTopicsNavContribution:Visited {
	color: #666666;
	}
a.BabForumTopicsNavContribution:Hover {
	color: #000000;
	}

.BabForumTopicsNavTreeBody {
	/*background-color:#FFFFFF; */
	color: #000000;
	font-weight: bold;
	}


.BabForumTopicsNavTreeLive {
	/*background-color:#FFFFFF;*/
	color:#FF0000;
	font-weight:bold;
	}

/***********************/
/* ADMINISTRATION SITE */
/***********************/

.BabSiteAdminTitleFontBackground,
.BabFaqTitleFontBg,
.BabTopicsAdminListTitle {
	background-color: #CCCCCC;
	color: #98989B ;
	font-weight: bold;
	}

.BabSiteAdminSmall {
	background-color: #CCCCCC;
	color: #98989B ;
	font-weight: bold;
	}

.BabSiteAdminFont {
	color: #000000;
	}

/***************/
/* FAQ / NOTES */
/***************/

a.BabFaqLink,
a.BabFaqLink:Link,
a.BabFaqLink:Visited {
	color: #98989B ;
	font-weight: bold;
	}

a.BabFaqLink:Hover {
	color: #FF0000;
	}

.BabFaqQuestion {
	background-color: #FFFFFF;
	color: #98989B ;
	font-weight: bold;
	}


/*************************/
/* ADMINISTRATION THEMES */
/*************************/


a.BabTopicsAdminTitleLink,
a.BabTopicsAdminTitleLink:Link,
a.BabTopicsAdminTitleLink:Visited {
	color: #98989B;
	font-weight: bold;
	}

a.BabTopicsAdminTitleLink:Hover {
	color: #FF0000;
	}

/********************/
/* CSS DES ARTICLES */
/********************/

a.ud:link { color: #003900;
text-decoration: none}

a.ud:visited { color: #003900;
text-decoration: none}

a.ud:hover {text-decoration: underline;
color : #BADD29}

.ud_texte { color: #333333;
font-style: normal;
font-weight: normal;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;}

.ud_texte2 { color: #006633;
align: justify;
font-style: normal;
font-weight: normal;
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 10px;}

.ud_site { color: #990000;
align: justify;
font-style: normal;
font-weight: normal;
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 10px;}

.ud_coord { color: #666666;
align: justify;
font-style: normal;
font-weight: normal;
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 10px;}

.ud_news { color: #666666; font-style: normal; font-weight: normal; font-size: 9px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.ud_titre { color: #006633; font-style: normal; font-weight: bold; font-size: 12px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.ud_titre2 { color: #AFA55C; font-style: normal; font-weight: bold; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; border-bottom: #AFA55C 1px dashed; }
.ud_texte2 { color: #003900; font-style: normal; font-weight: normal; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.ud_radio { color: #003900; font-style: normal; font-weight: normal; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #FFFFFF }
.ud_input2 { background-color: #FFFFFF; border: 1px #BADD29 solid; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006633; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px}
.ud_input3 { background-color: #BADD29; border: 1px #FFFFFF solid; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006633; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px }
.ud_date { color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

.ud_texte14 { color: #006633;
font-style: normal;
font-weight: normal;
font-size: 14px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;}

.ud_texte16 { color: #006633;
font-style: normal;
font-weight: normal;
font-size: 16px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;}


/***********************************/
/* Liste chambres d'hôtes          */
/***********************************/

/* CONTAINER GLOBAL */
#liste_cb_hotes {
margin-top :15px;
/*margin-bottom :20px;*/
/*padding-top: 10px;*/
border-bottom: #9ece4b 1px solid;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}



#liste_cb_hotes .titre {
font-weight: bold;
font-size: 16px;
padding-left: 15px;
color: #666666;
}

#liste_cb_hotes .code {
font-weight: bold;
font-size: 10px;
}


#liste_cb_hotes .description {
padding-left: 10px;
padding-right: 10px;
}

#liste_cb_hotes .capacite {
font-weight: bold;
}

#liste_cb_hotes .tarif {
font-weight: bold;
}


#filet_liste {
/*background:transparent url(../images/udmjc33/ligne.png) repeat-x left top;*/
border-bottom: #cccccc 0px dashed;
height: 10px;
margin-left: 5px;
}

/***********************************/
/* Liste chambres d'hôtes détails  */
/***********************************/

#liste_cb_hotes_details {
margin :0;
padding: 0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#liste_cb_hotes_details .titre_details {
padding-left:20px;
font-weight: bold;
font-size: 26px;
color: #000000;
}

#liste_cb_hotes_details .code_details {
font-weight: bold;
font-size: 10px;
color: black;
}

#liste_cb_hotes_details .capacite_details {
font-weight: bold;
color: black;
}


#liste_cb_hotes_details .description_details {
text-align: justify;
color: black;
}

#liste_cb_hotes_details .details_tarifs {
color: black;
}

#liste_cb_hotes_details .contact_details {
color: black;
}

#liste_cb_hotes_details .mail_details {
}

#liste_cb_hotes_details .web_details {
}

#filet_liste_detail {
background:transparent url(../images/udmjc33/ligne.png) repeat-x left top;
height: 10px;
}


/***********************************/
/* Fête        */
/***********************************/

#liste_fete {
margin-top :15px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#filet_fete {
border-bottom: #9ece4b 1px solid;
}

#liste_fete .titre {
font-weight: bold;
font-size: 16px;
color: #666666;
}

#liste_fete .description {
text-align: justify;
}
