/***************************** CSS GENERIC ********************************/
body, td, pre, input, textarea, select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0px;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0px;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 150px;
}

.cms_bloc_form label{
	padding: 0px 15px 0px 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam{
	padding: 10px 0px;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0px 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0px;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	margin: 0px auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	padding: 0px;
	margin: 0px;
	float: left;
	margin: 0px 15px 15px 0px;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	padding: 0px;
	margin: 0px;
	float: right;
	margin: 0px 0px 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0px;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}.de_gauche{
	float: left;
	width: 268px;
}

.de_centre{
	float: left;
	width: 479px;
	margin: 0px 14px;
	_margin: 0px 13px;
}

.de_droite{
	float: left;
	width: 214px;
	_overflow: hidden;
}

/***************************** PARTIE GAUCHE ********************************/

.de_news{
	height: 51px;
	line-height: 45px;
	text-align: center;
	/*position: absolute;*/
	/*z-index: 2;*/
	display: none;
	/*left: 0px;*/
	/*top: 0px;*/
	width: 100%;
	border: 1px solid #6990b3;
	border-width: 1px 0px;
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/actus_background.gif) repeat-x 0px 0px;
	font-size:14px;
	font-weight:bold;
}

.de_news_close{
	width: 21px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 19px;
	cursor: pointer;
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/actus_close.gif) no-repeat 0px 0px;
}

/***************************** PARTIE GAUCHE ********************************/
.de_gauche_top{
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/gauche_top.gif) no-repeat 0px top;
}

.de_gauche_middle{
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/gauche_middle.gif) repeat-y 0px 0px;
}

.de_gauche_bottom{
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/gauche_bottom.gif) no-repeat 0px bottom;
	height: 567px;
	padding: 10px 5px 10px 10px;
}

.de_contenu{
	color: #6e727e;
	height: 567px;
	_height: 574px;
	overflow: auto;
	padding: 0px 5px 0px 0px;
}

.de_gauche{
	font-size:12px;
}

/***************************** PARTIE DROITE ********************************/
.de_connexion{
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/connexion_background.gif) no-repeat 0px 0px;
}

.de_connexion table.de_connexion_connected{
	background-color: #eae9ef;
}

.de_pub_90x90{
	width: 202px;
	height: 412px;
	margin: 15px 0px 0px 0px;
	padding: 3px 6px 6px 6px;
	background: transparent url(http://www.date-explorer.com/default/CMS/css/tpl1/../../images/home/pub_90x90_background.gif) no-repeat 0px 0px;
	_margin-top: 22px;
}

.de_pub_90x90 iframe{
	margin: 4px 0px 0px 0px;
}.cms_bloc_title h2, .titre{
	display: block;
	text-align: left;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #b13288;
}

.mise_en_avant{
	color: #779f18;
	font-weight: bold;
}/***************************** MODELE GENERIC ********************************/
html, body{
	height: 100%;
}
	
body{
	background: #b4b4bb url(http://www.date-explorer.com/default/CMS/css/common/../../images/common/body_background.gif) repeat-x 0px 0px;
}

.de_part{
	width: 989px;
	text-align: left;
	margin: 0px auto;
}

.de_page{
	position: relative;
	z-index: 2;
	margin-top: 2px !important;
	margin-bottom: 1px !important;
}

.de_bandeau{
	position: relative;
	z-index: 1;
	height: 129px;
	background: transparent url(http://www.date-explorer.com/default/CMS/css/common/../../images/home/bandeau_background.png) no-repeat 0px 0px;
}

.de_connexion{
	border: 1px solid transparent;
	_border-width: 0px;
	width: 214px;
	height: 151px;
}

/***************************** PARTIE HAUT ********************************/
.de_bandeau a{
	/*position: absolute;
	top: 5px;
	left: 30px;*/
	width: 160px;
	height: 100px;
	margin:5px 0px 0px 30px;
	display:block;
	float:left;
}

.de_bandeau{
	position: relative;
}

.de_bandeau iframe{
	/* display:block;
	float:left; */
	
	position: absolute;
	top: 19px;
	left: 23px;
	margin: 0px 0px 0px 218px;
	/* margin:19px 0px 0px 51px; */
	width: 728px;
	height: 90px;
}

/***************************** PARTIE BAS ********************************/

.de_liens{
	border-top: 1px solid #71757b;
	height: 30px;
	line-height: 26px;
	background: #06050d url(http://www.date-explorer.com/default/CMS/css/common/../../images/home/bas_background.jpg) no-repeat center 0px;
}

.de_liens, .de_liens a{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.de_copy img{
	margin-bottom: -2px;
}

.de_copy{
	height: 13px;
	padding: 5px 0px;
	background-color: #ffffff;
	color: #5b5b5c;
}

.de_erreur_de_connexion td.cms_bloc_form_field_text input{
	width: 150px;
}

/***************************** PHPMYPUB ********************************/

.de_pub_90x90 iframe{
	border: 1px solid #b2b0b1;
	width: 200px;
	height: 200px;
	_width: 198px;
	_height: 198px;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
}

/* #TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
} */

#TB_window a {color: #666666;}
#TB_window a:hover {color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
}

.TB_overlayMacFFBGHack {background: url(http://www.date-explorer.com/lib/default/css/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_caption, #TB_closeWindow{
	padding: 11px 15px 10px 15px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#tooltip{
	position: absolute;
	z-index: 3000;
	
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	
	background-color: #cccccc;
	border: 1px solid #888888;
	
	filter: alpha(opacity = 90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	
	padding: 4px;
	line-height: 14px;
}

#tooltip h3, #tooltip div{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}.de_calendrier_etapes, .de_calendrier_type, .de_calendrier_annees, .de_calendrier_semestre, .de_calendrier_legende{
	position: relative;
}
	
.de_calendrier_etapes{
	height: 34px;
	line-height: 32px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/etape_background.gif) no-repeat 0px 0px;
}

.de_calendrier_etapes a{
	float: left;
	display: block;
	position:relative;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.de_calendrier_etape_1{
	width: 160px;
	padding-left: 65px;
	background:url(http://www.date-explorer.com/default/css/../CMS/images/common/anim_btn.gif) 33px 2px no-repeat;
}

.de_calendrier_etape_2{
	width: 205px;
	padding-left: 45px;
}

.de_calendrier_etapes .numero{
	display:block;
	position:absolute;
	left:41px;
	top:1px;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
}

/*** TYPE ***/

.de_calendrier_type{
	height: 32px;
	background: transparent none no-repeat 0px 0px;
	padding: 0px 0px 0px 125px;
}

.de_calendrier_type_libelle{
	position: absolute;
	top: 9px;
	left: 10px;
	font-weight: bold;
	font-size: 12px;
}

.de_calendrier_type_classiques{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/categorie_classiques_background.gif);
}

.de_calendrier_type_sports{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/categorie_sports_background.gif);
}

.de_calendrier_type_religieux{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/categorie_religieux_background.gif);
}

.de_calendrier_type a{
	display: block;
	float: left;
	text-align: center;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
	
.de_calendrier_type_selected{
	color: #ffffff;
}

.de_calendrier_type a.de_calendrier_classique{
	width: 65px;
	margin-right: 25px;
	padding-left: 42px;
}

.de_calendrier_type a.de_calendrier_sportif{
	width: 65px;
	margin-right: 20px;
	padding-left: 25px;
}

.de_calendrier_type a.de_calendrier_religieux{
	width: 73px;
	padding-left: 22px;
}

/*** ANNEES ***/

.de_calendrier_annees{
	height: 28px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/annees_background.gif) no-repeat 0px 0px;
	padding: 3px 0px 0px 0px;
}

.de_calendrier_annees div{
	width: 325px;
	margin: 0px auto;
}

.de_calendrier_annees a{
	display: block;
	float: left;
	color: #474949;
	text-decoration: none;
	height: 25px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	width: 44px;
}

.de_calendrier_annees a:hover{
	text-decoration: underline;
}

.de_calendrier_annees a.de_calendrier_annee_selected{
	width: 70px;
	color: #ffffff;
	font-weight: bold;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/annee_on.gif) no-repeat center 0px;
}

.de_calendrier_annees a.de_calendrier_annee_selected:hover{
	text-decoration: none;
}

.de_calendrier_annees a.de_calendrier_annee_precedente, .de_calendrier_annees a.de_calendrier_annee_precedente_void,
.de_calendrier_annees a.de_calendrier_annee_suivante, .de_calendrier_annees a.de_calendrier_annee_suivante_void{
	width: 28px;
	height: 26px;
}

.de_calendrier_annee_precedente, .de_calendrier_annees a.de_calendrier_annee_precedente_void{
	margin-right: 10px;
}

.de_calendrier_annee_precedente{
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/annee_precedente.gif) no-repeat 0px 0px;
}

.de_calendrier_annee_suivante, .de_calendrier_annees a.de_calendrier_annee_suivante_void{
	margin-left: 10px;
}

.de_calendrier_annee_suivante{
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/annee_suivante.gif) no-repeat 0px 0px;
}

.de_calendrier_semestre_suivant, .de_calendrier_semestre_precedent{
	width: 17px;
	height: 26px;
	position: absolute;
	display: block;
	top: 1px;
}

.de_calendrier_semestre_precedent{
	left: 4px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/semestre_precedent.gif) no-repeat 0px 0px;
}

.de_calendrier_semestre_suivant{
	right: 4px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/semestre_suivant.gif) no-repeat 0px 0px;
}	

/*** SEMESTRE ***/

.de_calendrier_semestre{
	height: 453px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/semestre_background.png) no-repeat 0px bottom;
	_background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/semestre_background_ie.gif) repeat-y 0px 0px;
}

.de_calendrier_mois{
	height: 29px;
	line-height: 27px;
	background-color: #f9fcfe;
	font-weight: bold;
	color: #bb318c;
}

.de_calendrier_mois, .de_calendrier_jours_mois_1{
	margin-left: 2px;
}

.de_calendrier_mois, .de_calendrier_jours_mois_6{
	margin-right: 2px;
}

.de_calendrier_mois div{
	border-right: 1px solid #f1f3f5;
	text-align: center;
}

.de_calendrier_mois div, .de_calendrier_jours{
	float: left;
	width: 78px;
}

/*** JOURS ***/

.de_calendrier_jours{
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	border-right: 1px solid #c5d4e2;
	height: 426px;
}

.de_calendrier_mois div.de_calendrier_mois_6, .de_calendrier_jours_mois_6{
	border-width: 0px;
}

.de_calendrier_week_separator{
	height: 0px;
	line-height: 0px;
	margin: 3px 0px;
	_margin: 2px 0px;
	.margin: 2px 0px;
	border-top: 1px solid #e3eff9;
}

.de_calendrier_we{
	color: #b3358a;
}

.de_calendrier_bank_holiday{
	color: #ff0000;
}

.de_calendrier_jour{
	position: relative;
	padding: 0px 0px 0px 7px;
}

.de_calendrier_jour div.de_calendrier_jour_evenements{
	position: absolute;
	top: 1px;
	left: 35px;
}

/* .de_calendrier_jour div.de_calendrier_jour_evenements_sports{
	left: 32px;
} */

.de_calendrier_jour div.de_calendrier_jour_evenements div{
	float: left;
}

.de_calendrier_jour div.de_calendrier_jour_evenements_classiques div{
	margin-right: 3px;
}

.de_calendrier_jour div.de_calendrier_jour_evenements_sports div{
	margin-right: 1px;
}

.de_calendrier_jour div.de_calendrier_jour_evenements_religieux div{
	margin-right: 1px;
}

.de_calendrier_jour a{
	text-decoration: none;
}

.de_calendrier_jour a:hover{
	text-decoration: underline;
}

/*** SELON LE TYPE ***/

.de_calendrier_jour div{
	background: transparent none no-repeat 0px 0px;
}

/*** SPORTIF ***/
	
.de_calendrier_jour div.de_football{
	width: 10px;
	height: 11px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_football.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_football.gif);
}

.de_calendrier_jour div.de_rugby{
	width: 8px;
	height: 11px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_rugby.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_rugby.gif);
}

.de_calendrier_jour div.de_tennis{
	width: 8px;
	height: 9px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_tennis.png);;
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_tennis.gif);
}

.de_calendrier_jour div.de_formule_1{
	width: 10px;
	height: 10px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_formule_1.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_formule_1.gif);
}

.de_calendrier_jour div.de_evenement_majeur{
	width: 10px;
	height: 9px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_evenement_majeur.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_evenement_majeur.gif);
}

/*** RELIGION ***/

.de_calendrier_jour div.de_musulmane{
	width: 10px;
	height: 11px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_musulmane.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_musulmane.gif);
}

.de_calendrier_jour div.de_catholique{
	width: 9px;
	height: 12px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_catholique.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_catholique.gif);
}

.de_calendrier_jour div.de_juive{
	width: 11px;
	height: 12px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_juive.png);
	_background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_juive.gif);
}

/*** LEGENDE ***/

.de_calendrier_legende{
	height: 37px;;
	background: transparent url(http://www.date-explorer.com/default/css/../images/calendrier/legende_background.png) no-repeat 0px 0px;
}

.de_calendrier_legende_aide{
	display: block;
	position: absolute;
	left: 9px;
	top: 3px;
	width: 27px;
	height: 27px;
}

#de_calendrier_legende_aide_popup{
	display: none;
}

.de_calendrier_legende_aide_popup{
	padding: 10px 0px 0px 0px;
}

.de_calendrier_legende_aide_popup div{
	padding: 10px;
	font-weight: bold;
}

.de_calendrier_legende_aide_popup .de_calendrier_legende_aide_etape{
	float: left;
	height: 35px;
	margin: 0px 5px 0px 0px;
	color: #b13288;
}

.de_calendrier_legende table{
	float: right;
	margin: 1px 8px 0px 0px;
	.margin-top: 8px;
}

.de_calendrier_legende table td{
	padding: 3px;
	vertical-align: middle;
	color: #575757;
	white-space: nowrap;
}

.de_calendrier_legende table a{
	cursor: default;
	text-decoration: none;
	color: #575757;
}

.de_calendrier_legende_libelle{
	font-weight: bold;
}

/*** CLASSIQUE ***/

.de_zone_a, .de_zone_b, .de_zone_c{
	width: 3px;
	height: 10px;
}

.de_zone_a{
	background-color: #e3940b !important;
}

.de_zone_b{
	background-color: #cd3b16 !important;
}

.de_zone_c {
	background-color: #ad1cb1 !important;
}

/*** SPORTIF ***/

.de_calendrier_legende div{
	background: transparent none no-repeat 0px 0px;
}

.de_calendrier_legende div.de_football, .de_calendrier_legende div.de_rugby, .de_calendrier_legende div.de_tennis, .de_calendrier_legende div.de_formule_1, .de_calendrier_legende div.de_evenement_majeur{
	width: 12px;
	height: 12px;
}

.de_calendrier_legende div.de_football{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/legende_football.gif);
}

.de_calendrier_legende div.de_rugby{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/legende_rugby.gif);
}

.de_calendrier_legende div.de_tennis{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/legende_tennis.gif);
}

.de_calendrier_legende div.de_formule_1{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/legende_formule_1.gif);
}

.de_calendrier_legende div.de_evenement_majeur{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/legende_evenement_majeur.gif);
}

/*** RELIGION ***/
	
.de_calendrier_legende div.de_musulmane{
	width: 10px;
	height: 11px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_musulmane.png);
}

.de_calendrier_legende div.de_catholique{
	width: 9px;
	height: 12px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_catholique.png);
}

.de_calendrier_legende div.de_juive{
	width: 11px;
	height: 12px;
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier/calendrier_juive.png);
}.de_calendrier, .de_commentaires{
	height: auto;
	_height: 50px;
	min-height: 50px;
}

.core_overlay{
	background-image: url(http://www.date-explorer.com/default/css/../images/calendrier_loader.gif);
}

.de_page #de_connexion{
	display: none;
}

.de_error{
	color: #c50000;
	padding: 0px 0px 10px 0px;
}

.de_message{
	color: #00c500;
	padding: 0px 0px 10px 0px;
}

.de_log_error, .de_log_message{
	color: #c50000;
	padding: 0px 0px;
	text-align: center;
	font-size: 10px;
}

.de_log_message{
	color: #00c500;
}

#ui-datepicker-div{
	display: none;
	z-index: 104;
}

/*** CONNEXION ***/

.de_connexion{
	width: 214px;
	height: 151px;
}

.de_connexion table{
	margin: 45px 0px 0px 71px;
}

.de_connexion .de_connexion_btn{
	text-align: center;
	margin: 5px 0px 0px 0px;
}

#de_connexion_password_form{
	display: none;
}

.de_connexion_password_form{
	background: none;
	background-color: #e2e2ea;
	width: auto;
	height: auto;
	padding: 10px 10px;
	margin: 25px 45px;
}

.de_connexion_password_form_message, .de_connexion_password_form_error{
	display: none;
	padding: 0px 0px 10px 0px;
}

.de_connexion_password_form table{
	margin: auto;
}

.de_connexion_password_form .intitule{
	padding: 0px 3px 0px 0px;
}
	
.de_connexion_password_form .de_connexion_btn .valeur{
	padding: 10px 0px 0px 0px;
}

.de_connexion_password{
	margin: 0px 0px 0px 70px;
	color: #575759;
	cursor: pointer;
	font-size: 10px;
	text-decoration: underline;
}

.de_connexion div input{
	margin: 0px 0px 0px 10px;
}

.de_connexion .de_connexion_deconnexion{
	margin: 0px 0px 0px 5px;
}

.de_connexion td{
	padding: 6px 2px;
	_padding: 5px 2px;
	.padding: 5px 2px;
}

.de_connexion input{
	width: 119px;
	background: none;
	border-width: 0px;
}

.de_connexion input{
	background: transparent none no-repeat 3px 3px;
	_background: transparent none no-repeat 3px 2px;
	.background: transparent none no-repeat 3px 2px;
}

.de_connexion .de_connexion_login_focus{
	background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/login_background.gif);
}

.de_connexion .de_connexion_login_error{
	background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/login_error_background.gif);
}

.de_connexion .de_connexion_password_focus{
	background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/password_background.gif);
}

.de_connexion .de_connexion_password_error{
	background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/password_error_background.gif);
}

#TB_window .de_connexion .de_log_error, #TB_window .de_connexion .de_log_message{
	padding: 0px;
	text-align: left;
	font-size: 11px;
}

#TB_window .de_connexion input{
	background: none;
	background-color: #ffffff;
}

#TB_window .de_connexion{
	background: none;
	background-color: #e2e2ea;
	width: auto;
	height: auto;
	padding: 10px 10px;
	margin: 25px 45px;
}

#TB_window .de_connexion form{
	/* padding: 0px 175px; */
	margin: 0px;
}

#TB_window .de_connexion table{
	margin: 0px auto;
}

#TB_window .de_connexion td.intitule{
	text-align: right;
}

#TB_window .de_connexion input{
	border-width: 1px;
}

#TB_window .de_connexion .de_connexion_btn{
	text-align: left;
}

.de_connexion table.de_connexion_connected{
	margin: 47px 0px 0px 65px;
	width: 135px;
}

.de_connexion table.de_connexion_connected td{
	padding-left: 10px;
}

/*** SUBMIT ***/

.de_submit{
	border-width: 0px;
	margin: 0px 7px 0px 0px;
	cursor: pointer;
}

.de_submit_valider{
	width: 125px !important;
	height: 24px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_valider.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_valider.gif);
}

.de_submit_brouillon{
	width: 175px !important;
	height: 24px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_brouillon.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_brouillon.gif);
}

.de_submit_publication{
	width: 175px !important;
	height: 24px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_publication.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_publication.gif);
}

.de_submit_annuler{
	width: 125px !important;
	height: 24px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_annuler.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/espace-membre/btn_annuler.gif);
}

/*** PAGINATION ***/

.de_pagination{
	margin: 10px auto 0px auto;
}

.de_pagination .de_pagination_points, .de_pagination a{
	display: block;
	height: 27px;
	line-height: 27px;
	color: #464646;
	margin: 0px 1px;
	text-align: center;
	padding: 0px 7px;
}
	
.de_pagination a{
	background: transparent url(http://www.date-explorer.com/default/css/../images/pagination_background.gif) repeat-x 0px 0px;
	border: 1px solid #d3d3d3;
	text-decoration: none;
}

.de_pagination a.de_page_selected{
	background: #bb318c none repeat-x 0px 0px;
	color: #ffffff;
}

.de_pagination a.de_pagination_precedent, .de_pagination a.de_pagination_suivant{
	width: 71px;
	height: 29px;
	border-width: 0px;
	padding: 0px;
}

.de_pagination a.de_pagination_precedent{
	background: transparent url(http://www.date-explorer.com/default/css/../images/pagination_precedent.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/pagination_precedent.gif);
}

.de_pagination a.de_pagination_suivant{
	background: transparent url(http://www.date-explorer.com/default/css/../images/pagination_suivant.png) no-repeat 0px 0px;
	_background-image: url(http://www.date-explorer.com/default/css/../images/pagination_suivant.gif);
}

/*** THICKBOX ***/
#TB_window{
	border-width: 0px;
}

#TB_title{
	height: 36px;
	line-height: 36px;
	background: transparent url(http://www.date-explorer.com/default/css/../images/thickbox/title_background.gif) repeat-x 0px 0px;
	color: #ffffff;
}

#TB_ajaxWindowTitle, #TB_closeAjaxWindow{
	padding: 0px 10px;
}

#TB_ajaxContent{
	padding: 15px;
	background: #ffffff url(http://www.date-explorer.com/default/css/../images/thickbox/content_background.gif) no-repeat center center;
}

#TB_closeAjaxWindow a{
	color: #ffffff !important;
}