@charset "iso-8859-1";
/* CSS Document */

body { background:url(Images/Client_Micro-Site_Background.jpg) no-repeat top #231F20; margin:0px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:12px; color:#000000; }
/* scrollbar-3dlight-color:#f9f0ec; scrollbar-arrow-color:#df9f89; scrollbar-base-color:#ffffff; scrollbar-darkshadow-color:#f9f0ec; scrollbar-face-color:#f9f0ec; scrollbar-highlight-color:#f9f0ec; scrollbar-shadow-color:#ffffff; scrollbar-track-color:#ffffff; */

.width10 {width:10px; }
.width60{ width:60px; }
.width150{ width:150px; }
.width250{ width:250px; }
.width450{ width:450px; }
.width662{ width:662px; }
.height2{ height:2px; }
.height25{ height:25px; }
.height10{ height:10px; }
.height200{ height:200px; }
.grosse_bordure{ height:8px; background-color:#000000; }
.petite_bordure{ height:3px; background-color:#000000; }
.titre{ font-size:16px; font-weight:bold; }
.bg_blanc{ background-color:#fff; }
.bg_couleur{ background-color:#ED1B24; }
.footer{ padding-top:3px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; }

/* ###################  MAIN TABLEAU [Conteneur]  ################### */
.width955{ width:955px; }
.conteneur_border{ border-right:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; }
.conteneur_border-top{ border-top:1px solid #000000; }
.conteneur_border-right{ border-right:1px solid #000000; }
.conteneur_border-bottom{ border-bottom:1px solid #000000; }
.conteneur_border-left{ border-left:1px solid #000000; }
.conteneur_border-right_menu{ border-right:1px solid #ffffff; }
.bordures_image { border:1px solid #D2D3D5; }

/* ###################  PADDINGS  ################### */
.padding_top{ padding-top:10px; }
.padding_left{ padding-left:10px; }
.padding_bottom{ padding-bottom:10px; }
.padding2{ padding:2px; }

/* ###################  FONTS  ################### */
.fontSize18{ font-size:18px; }
.fontColor{ color:#ED1B24; }

.bold{ font-weight:bold; }

.bouton_video_out{ border-bottom:1px solid #000000; padding:10px; font-size:20px; color:#ED1B24; }
.bouton_video_over{ border-bottom:1px solid #000000; padding:10px; font-size:20px; background-color:#ED1B24; color:#ffffff; cursor:pointer; }

/* ###################  HEADER  ################### */
.header img{ border:0px; width:955px; }

/* ###################  MENU  ################### */
.menu td{ padding:0px 30px 0px 30px; background-color:#ffffff; font-size:18px; font-weight:bold; }
.menu_over{ color:#ED1B24; cursor:pointer; }
.menu_out{ color:#000; cursor:pointer; }

/* ###################  CALENDRIER  ################### */
#tabcalendrier td{ border:1px solid #000000; }
#tabcalendrier .td_events{ background-color:#ED1B24; font-weight:bold; }
#tabcalendrier .td_events a{ color:#ffffff; }
#tabcalendrier .td_events a:active{ color:#ffffff; }
#tabcalendrier .td_events a:visited{ color:#ffffff; }
#tabcalendrier .td_events a:hover{ color:#ffffff; text-decoration:none; }

.date_jour{ font-size:25px; }
.conteneur_calendrier_liste_bordure{ border:1px solid #8a8a8a; }
.conteneur_calendrier_liste_bordure_over{ border:1px solid #b2b2b2; background-color:#f1efef; }
#calendrier_liste_bordure .bordure_top{ border-top:1px solid #8a8a8a; }
#calendrier_liste_bordure .bordure_right{ border-right:1px solid #8a8a8a; }
#calendrier_liste_bordure .bordure_bottom{ border-bottom:1px solid #8a8a8a; }
#calendrier_liste_bordure .bordure_left{ border-left:1px solid #8a8a8a; }
.cursor{ cursor:pointer; }
.titre_calendrier_details{ font-size:14px; }
.separateur_evenement{ border-bottom:1px solid #b2b2b2; }

/* ###################  CONTENEUR HEURES D'OUVERTURES  ################### */
.height150{ height:150px; }

/* ###################  CONTENEUR GOOGLE MAP  ################### */
.height300{ height:300px; }

/* ###################  CONTENEUR IMAGE  ################### */
.conteneur{ padding:20px; }

/* ###################  CONTENEUR COORDONNÉES  ################### */
.height50{ height:50px; }
.coordonnees{}

/* ###################  CONTENEUR TEXTE PRINCIPALE  ################### */
.width705{ width:705px; }

/* ###################  TOOLTIPS  ################### */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); 
}

#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; }

/* liens */
a, a:active, a:visited { color:#ED1B24; text-decoration:none; }
a:hover{ color:#000; text-decoration:underline; }
.footer{ color:#ED1B24; }
.footer a, .footer a:active, .footer a:visited{ color:#ED1B24; text-decoration:none; }
.footer a:hover{ color:#ED1B24; text-decoration:underline; }