/*
-- Name : main.css
-- Using to : Homepage &  lvl 1

-- Author : Florian NOURI
-- Date : 04/08/13
-- Website : InterCarto v 3.0
*/


/* -- General -- */

html { background: #fff; margin: 0; padding: 0; }

body
{
	/*background: url(..//images/bg.gif) repeat-x;*/
	background: #cecece;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(206,206,206)),
    color-stop(0.8, rgb(255,255,255))
);
	background: -moz-linear-gradient(
    center top,
    rgb(206,206,206) 0%,
    rgb(255,255,255) 846px
);
	text-align : center;
	font: 9pt "Trebuchet MS", Arial, Sans-serif;
	margin: 0;
	padding: 10px 0 0;
}
body#popup { background-image: none; background-color: #DFDFDF; padding: 10px; }


a
{
	text-decoration : underline;
	color : #457EA2;


}

a:visited
{
	color: ##3961fa;
}

acronym
{
	text-decoration : none;
	border:none;
}

label
{
  cursor:pointer;
}

a:hover
{
	text-decoration : underline;
}

a img
{
  border : 0px;
}


h1
{
	font:26pt Georgia, "Times New Roman", Times, serif;
	color: #002067;
	text-align:left;
	margin-top : 0px;
	margin-bottom: 10px;
	padding-left : 12px;
}

h2
{
	font:28pt Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #4F7893;
	text-align:left;
	margin-top : 0px;
	margin-bottom: 20px;
	padding-left : 12px;
}

h3
{
	font:32pt Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #B6D6E7;
	text-align:left;
	margin-top : 0px;
	padding-left : 95px;
}

h4
{
	font:24pt Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #b4d5e6;
	text-align:left;
	margin-top : 0px;
	padding-left : 45px;
	margin-bottom:5px;
}

h5
{
	font:bold 10pt arial,sans-serif;
	color: #000;
	text-align:left;
	border-bottom:1px solid #ccc;
	margin: 10px;
}

h6
{
	color: #FF9900;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-left:12px;
	text-align: left;
}

hr
{
	width :  50%;
	color : #f0f0f0;
	height : 1px;
}


p, li
{
	font : 8pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	margin-top:2px;
}


ul
{
	margin-top : 0px;
	margin-left : 30px;
	padding : 0px;
	
}

.right
{
	text-align:right;
}

.left
{
	text-align:left;
}

.center
{
	text-align:center;
}

.floatRight,
img.floatRight {
  float: right;
  margin: 5px 0 15px 25px;
}
.floatLeft,
img.floatLeft {
  float: left;
  margin: 5px 20px 5px 0px;
}


img.contour {
  background-color: #fff;
  border: 1px #cccccc solid;
  padding: 3px;
}


/* -- Header, Frame content, Footer specs -- */

#header { margin-bottom: 10pt; }

/* -- Main frame --*/
#mainFrame
{
	width : 775px !important;
	height : auto;
	
	margin: 0 auto;
	padding-bottom: 15px;
	
	border : 1px solid #002067;
	background-color:#fff;
	
	position: relative;
	float: none;
	overflow : hidden;

}
 	/* overflow : auto;*/

#mainFramePop
{
	width : 800px;
	height : auto;
	margin-left : auto;
	margin-right: auto;
	border : 1px solid #002067;
	background-color:#fff;
	position: relative;
	float: none;
	overflow : hidden;
        

}	
/* ---------------------------------------------- Menu top --------------------------------- */
#mainMenu
{
	width : 100%;
	height: 36px;
	background-image : url(..//images/bg-menu.gif);
	background-repeat : repeat-x;
}


#mainMenu ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

#mainMenu ul li {
	margin: 0;
	padding: 0 15px;
	display: inline-block;
	zoom: 1;
	/display:inline;
	height: 32px;
	line-height: 32px;
	background: url(..//images/inter-menu-items.png) right center no-repeat;
	text-align: center;
}
#mainMenu ul li.last { background: none; padding-right: 0; float: none;}
#mainMenu ul li.first { padding-left: 0;}

#mainMenu a
{
	font : 9pt Arial, Helvetica, sans-serif;
	color : #22368C;
	display: block;
	text-decoration:none;
	height: 32px;
	line-height: 32px;	
}

#mainMenu a:hover
{
	text-decoration:underline;
	










}

#mainMenu h1.en
{
	font:15pt Georgia, "Times New Roman", Times, bold, serif;
	color: #002067;
	text-align:center;
	margin-top : 0px;
	margin-bottom: 10px;
	padding-left : 12px;
}

.menu{
    position:absolute;
    display:block;
    margin:0;
    padding:0;
    width:500px;
    }

.menu ul{
    position:absolute;
    display:block;
    width:124px;
    /*margin:0;*/
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute;
    margin-left:124px;
    margin-top:-23px;
    }
    
.menu li{
    list-style:none;
    width:124px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a{
    text-align:center;
    background-color: #9cf;
    border:1px #666 solid;
    color:#000;
    display:block;
    width:120px;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    }
    
.menu a:hover{
    background-color: #eee;
    border:1px #aaa solid;
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
}

a.linkOver{
    background-color: #eee;
    }
/* -------------------------------------------- SubMenu top ----------------------------------------------- */


/* Avec e-commerce */
/*ul#sous-menu
{
	float: right;
	margin: 0;
	list-style-type: none;
	padding: 0;
	display: block;
	height: 30px;
}*/

/* Sans e-commerce */
ul#sous-menu
{
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	display: block;
	height: 30px;
	width: 496px;
}

ul#sous-menu li
{
display: block;
height: 30px;
line-height: 30px;
	margin-top: 0;
	float: left;
}

ul#sous-menu li img {
	vertical-align: text-bottom;
}
.submenuElt4 form { padding-top: 4px; }

.subMenu
{
	width : 100%;
	background-color : #F2FAFF;
    margin:0px, 0px, 0px, 0px;
	text-align:left;
	height: 30px;
}

.submenuElt1
{
	font : 8pt Arial, Helvetica, sans-serif;
	color : #22368C;
	margin-left: 30px;
	vertical-align:super;
}

.submenuElt3 
{
	margin-right: 5px;
}

.submenuElt4 
{	
	margin-left: 15px;
}

.submenuElt5 
{
	margin-left: 3px;
	color:#22368C;
}

.submenuElt6 
{
	/*margin-left: 30px;*/
}

.submenuElt7 
{
	margin-left: 3px;
	color: #22368C;
}

.submenuElt8 {

	font : 8pt Arial, Helvetica, sans-serif;
	color:#22368C;
	vertical-align:middle;
}

.submenuElt9 
{	
	font : 8pt Arial, Helvetica, sans-serif;
	color:#22368C;
	vertical-align:middle;
}


#subMenu a
{
	font : 8pt Arial, Helvetica, sans-serif;
	color : #22368C;
	text-decoration:none;
}

.formnew
{
	
}

.txtnew
{
	font : 8pt Arial, Helvetica, sans-serif;
	color : #22368C;
	vertical-align: middle;

}

.imgnew
{
	margin-right: 10px;
}

.mailnew
{
	background-color : #fff;
	border : 1px solid #cecece;
	margin : 2px;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #22368C;
	vertical-align: middle;
	vertical-align: top; !important
}

#subMenu a:hover
{
	text-decoration:underline;
}

/* -- Left Frame -- */

#presRubrique
{
	float : left;
	width : 455px;
	position:relative;
	min-height: 300px;
padding: 0 10px;
margin-bottom: 15px;
margin-right: -1px;
border-right: 1px solid #CECECE;
}









/* -- Div Rubrique -- */

.rubrique
{
	width: 376px;
	min-height: 110px;
	height:auto;
	text-align: left;
	padding: 1px;
	margin: 2px auto 10px;
	position: relative;
	text-align : justify;
	font : 8pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}

	
.rubrique h1
{
	font : bold 15pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 10px;
}

.rubrique h2
{
	font : bold 15pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 10px;
}

.rubrique ul li
{
	list-style-image:url(..//images/puce.gif);
	padding-left : 0pt;
	text-align : left;
}

.rubrique p
{
	/*width:376px;*/
	text-align: left;
	position: relative;
	overflow: hidden;
}

/* -- Fond de carte -- */
.Fond_de_carte img
{
	float: left;
  /*vertical-align:middle*/
 
}

.Fond_de_carte p
{
	font:16pt Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #4F7893;
	text-align:left;
	margin-top : 0px;
	margin-bottom: 0px;
	padding-left : 12px;
	
}
.Fond_de_carte h2
{
	font:14pt Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #4F7893;
	text-align:left;
	margin-top : 0px;
	margin-bottom: 0px;
	padding-left : 12px;
	
}

#cartotheque
{
	border: none;
	clear:both;
}
#cartotheque a { text-decoration: none; }
#cartotheque td a:hover { text-decoration: underline; }

td.texte
{
	font-size:11pt;
	text-align:justify;
}

td img
{
	vertical-align:middle;
}


/* -- Rubrique pictures -- */

.rubrique img
{
	float : left;
	margin-right : 10px;
}
  
/* -- sous conteneur -- */


.imageTop
{
	width: 212px;
	height: 22px;
	position:absolute;
	top:370px;
	right:7px;
}

.imageBas
{
	width: 212px;
	height: 22px;
	position:absolute;
	top:725px;
	right:9px;
}

.sousConteneur
{
	float: right;
	position: relative;
	width: 200px;
	height: 500px;
	text-align: left;

	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow: auto;
}
/*
.sousConteneur
{
 	vertical-align: top;
	width: 206px;
	height: 350px;
	text-align: left;
	margin-left : 5px;
	margin-right: 5px;
	overflow: auto;
	border-left : 1px solid #4F7893;
	border-right : 1px solid #4F7893;
	background-color: #F2FAFF;
	position:absolute;
	top:392px;
	right:5px;
	overflow : auto; 
}*/

.sousConteneur h1
{
	/*font : 14pt Georgia, "Times New Roman", Times, serif;*/
	font : 16pt Verdana, Arial, Helvetica, sans-serif;
	color : #6B8FA7;
}

.sousConteneur h1.en
{
	font : 12pt Verdana, Arial, Helvetica, sans-serif;
}

.sousConteneur a.en
{
	font : 10pt Verdana, Arial, Helvetica, sans-serif;
	color : #6B8FA7;
	
}

.sousConteneur ul
{



	list-style-type:none;
}

.sousConteneurDesc
{
	/*font : 7pt Georgia, "Times New Roman", Times, serif;*/
	font : 8pt Verdana, Arial, Helvetica, sans-serif;	
	color : #4F7893;	
	float : left;
	text-align : justify;
	overflow: hidden;
}
.sousConteneurDesc a:hover
{
	text-decoration : none;
	color : #6B8FA7;
}

/*.soussousConteneur
{
	font : 16pt Georgia, "Times New Roman", Times, serif;
	color : #002067;
}*/


/* -- Right Frame -- */

.spotRubrique ul li
{
	list-style-image:url(..//images/puce.gif);
	padding-left : 0pt;
	text-align : left;
}

.spotRubrique
{
	float: right;
	position: relative;
	width: 269px;
	height: auto;
	text-align: left;
	padding: 10px 15px 0;
	overflow: hidden;
	border-left : 1px solid #CECECE;
	border-top: 1px solid #CECECE;
}

.spotRubrique h1
{
	font : 16pt Georgia, "Times New Roman", Times, serif;
	color : #002067;
	border-bottom : 2px solid #002067;
}

.spotRubrique img
{
	float : right;
	margin-left : 10px;
	margin-bottom : 10px;
}

.spotDesc
{
	float : left;
	text-align : justify;
}

/* -- Moteur de recherche -- */

#moteurcarte
{
	background-image : url(..//images/bgmoteurcarte.gif);
	background-repeat : no-repeat;
	height : 106px;
	text-align : left;
	overflow : hidden;
  	padding-left : 35px;
	padding-top : 15px;
}

#moteurcarte h1
{
	font : bold 11pt Verdana, Arial, Helvetica, sans-serif;
	border : none;
	color : #000;
}

input.txt, div.txt input
{
	background-color : #fff;
	border : 1px solid #cecece;
	margin : 2px;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #22368C;
	vertical-align: top;
}


#moteurcarte img
{
 float : left;
}


#footer
{
	background-color : #B6D6E7;
	margin: 0 auto;
	width : 775px;
	height : 18px;
	border-right : 1px solid #002067;
	border-left : 1px solid #002067;
	border-bottom : 1px solid #002067;
}

#footer li
{
	display : inline;
	padding : 0 2.5em;
	text-align: center;

}

#footer ul 
{
	list-style-type : none;
	margin: 0px;
}

#footer_part
{
	margin-left : auto;
	margin-right : auto;
	color: #4F7893;
	width : 775px;
	height : 18px;
	border : 0px solid #002067;

}
#footer_part li
{
	display : inline;
	padding : 0 0em;
	text-align: center;
	color: #4F7893;
}

/*#footer_part a
{
	color: #003D72;
}
*/
#footer_part ul 
{
	list-style-type : none;
	margin: 0px;
	color: #003D72;	
}

#footer_lieninternes
{
	background: #fff;
	margin: 12pt auto 8pt;
	border : 0px;
	width : 775px;		
}
#footer_lieninternes strong
{
	background-color : #FFFFFF;
	margin-left : auto;
	margin-right : auto;
	border : 0px;
	width : 775px;
	text-decoration:underline;
		
}

#footer_lieninternes table
{
	border: px solid #003D72;
	margin: 0 auto;
}

#footer_lieninternes td
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #003D72;
	padding : 0pt;
	text-align: right;
	margin : 0px;
	text-align: left;
}


#footer_lieninternes td ul
{




	font-family: Verdana, Arial, Helvetica, sans;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer_lieninternes td ul li
{
	font-family: Verdana, Arial, Helvetica, sans;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
#footer_lieninternes td ul li ul { margin-top: 13px; } 

#footer_lieninternes td ul li a { font-family: Verdana, Arial, Helvetica, sans; }
	
/* -- Tables -- */
td
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding : 2pt;
	text-align: left;
	border: 1px solid #fff;
	margin : 0px;
	text-align:center;
}

th
{
	background-image:url(..//images/bg-header-tab.gif);
	background-repeat : repeat-x;
	height : 27px;
	font : bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px;
	vertical-align : top;
}

table
{
	border: 1px solid #003D72;
	margin : 12pt;
	margin-left:auto;
	margin-right:auto;
}

.table_visuel_evasions
{
	border: 0;
	margin-left:0px;
	margin-right:0px;
}

.tbody_visuel_evasions
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid black;
}

td.impair
{
	background-color : #CFDFE7;
}

td.pair
{
	background-color : #E7EFF3;
}

td.top
{
	border-top : none;
}

td.total
{
	background-color:#f0f0f0;
	font-weight:bold;
	font-size:12px;
}


/* -- Sub Menu --*/



#navBar
{
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	margin : 0 10pt 10pt;
	text-align : left;
}

.navMenu
{
	/*border-bottom : 2px solid #C5E7FE;*/
}


/* -- TOP <p/> -- */

.fRight
{
	margin-top : 0px;	
}

.fRight img
{
	float: right;
}

/* pop-up alignement à gauche */

.alignement_droite
{
	float:right;
}

.titre_plan a
{
	 color:##4f7893;

}

/*------------------------------- menu déroulant page accueil ----------------------------------*/
.menu_deroulant {
	float: right;
	text-align:center;
	/*margin-top: -35px;*/
	padding-bottom: 20px;
	padding-left: 14px;
	_padding-left: 20px;
	_margin-right: -10px;
	border-left: 1px solid #CECECE;
	width: 285px;
}

.en_tete_deroulant {
	margin-bottom: 10px;
	*margin-bottom: -15px;
	margin-right: 15px;
	width: 271px;
}

.trouvez_deroulant { margin:0 20px; }
.actu-news { margin-top: 7px; }

.actu-news, .trouvez_deroulant {
	border-bottom:1px solid #173086;
	color:#173086;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:21px;
	text-align: center;
}

.ex_deroulant {
	color: #457ea2;
}

.menu_deroulant select
{
	width: 230px;
	font-size: 12px;
	color: #22368C;
	margin-right: 15px;
	margin-bottom: 3px; 
	*margin-bottom: -20px;
}

.rub-13 {
	font-size:14px;
	text-align:left;

}

..rub-123 {
	font-size:14px;
	text-align:left;
}

.img_reg { 
	margin: 25px 0pt 0pt 40px;
}

/***************************** Page commune ***************************************/
.communes {
	text-align:left;
	margin-left:20px;

}

.communes form {
	margin-top:25px;
}

.communes select {
	margin-bottom:25px;
}

.communes option {
	width:265px;
}

.communes p {
	font-size:14px;
	margin:0px;
}


/***************************** Page Homepage ***************************************/
#homepage { float:left; padding:0 10px; width:455px; border-right:1px solid #CECECE; margin-right:-1px; }
#homepage a { background:url(..//images/pages/Image/homepage-encarts.jpg) 0 0 no-repeat; display:block; height:88px; margin-bottom:15px; text-align:left; text-decoration:none; width:454px; }
#homepage a#choixCarte:hover { background-position:-454px 0; }
#homepage a#bddSig { background-position:0 -88px; }
#homepage a#bddSig:hover { background-position:-454px -88px; }
#homepage a#carteSurMesure { background-position:0 -176px; }
#homepage a#carteSurMesure:hover { background-position:-454px -176px; }
#homepage a#cd { background-position:0 -264px; }
#homepage a#cd:hover { background-position:-454px -264px; }
#homepage a#multiNet { background-position:0 -352px; }
#homepage a#multiNet:hover { background-position:-454px -352px; }
#homepage a#mapInfo { background-position:0 -440px; }
#homepage a#mapInfo:hover { background-position:-454px -440px; }
a#mapInfo:hover h2, a#mapInfo:hover p { color:#fff; }
#homepage a#formations { background-position:0 -528px; }
#homepage a#formations:hover { background-position:-454px -528px; }
#homepage h2 { color:#333; font-family:'century gothic',verdana,arial,helvetica,sans-serif; font-size:1.1em; margin-bottom:10px; padding:8px 0 0 88px; }
#homepage p { color:#333; padding-left:88px; }
	

/**** AJOUT POUR CMSMS ****/

.floatLeft { float: left; margin-right: 20px; }
div.radio-group div { float: left; }
div.checkbox-to-p { font-size: 8pt; }
div.message-textarea { margin-top: 20px; margin-bottom: 10px; }
div.message-textarea label { display: block; }
div.submit { margin: 10px; text-align: center; }
div.error_message {
  background: #fff6bf url(..//cms/uploads/images/css/exclamation.png) center no-repeat;
  background-position: 15px 50%;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  font-size: 10px;
  padding: 5px 20px 5px 45px;
  text-align: left;
  margin: 10px 20px;
}

div.info-mapanddata { background: #afdef6 url(..//cms/uploads/images/css/personal-information.png) no-repeat; background-position: 15px 50%; border-top: 2px solid #51a1cb; border-bottom: 2px solid #51a1cb; font-size: 11px;  padding: 10px 20px 10px 82px;  text-align: left;  margin: 0 0 15px; }
#homepage div.info-mapanddata a, div.info-mapanddata a { display:inline; background: none; height: auto; width: auto; margin-bottom: 0; }
#homepage div.info-mapanddata a:hover, div.info-mapanddata a:hover { text-decoration: underline; }
#homepage div.info-mapanddata p, div.info-mapanddata p { padding-left: 0; margin: 0; }

#rubDesc div.price-box {
color:#000000;
float:left;
font-family:arial;
font-size:9pt;
font-weight:bold;
margin:3pt 3pt 7pt;
text-align:center;
}
#rubDesc div.price-box img {
float:none;
margin:0 0 3px;
}

#rubDesc p.desc { 
margin-bottom:10px;
overflow: hidden;
text-align:left;
}

.newsletterform .fbsubmit { width: 21px; height: 22px; margin:0 5px 0 3px; }
.newsletterform .fbsubmit, .search-button {
background: url(..//images/form_ok.gif) 0 2px no-repeat;
border:none;
color:#fff;
width:21px;
height:22px;
cursor: pointer;
text-indent: -300px;
}
.submit-newsletter input { vertical-align: bottom; }
.search-button { vertical-align: middle; margin:0 5px 0 3px; }

.newsletterform input { width: 142px; }

table.table-search,
  table.table-search td, table.table-search th {
    border-width: 0;
    text-align: left;
    white-space: normal;
background-image: none;
  }
table.table-search th { font-weight: normal; }

  .graph { 
    border: 1px solid #B4D5E6; 
    padding: 2px; 
    position: relative; /* IE is dumb */
    width: 100px; 
  }
  .graph .bar { 
    background: #B4D5E6;
    color: #22368C; 
    display: block;
    font-size: 10px; 
    height: 1.2em; 
    line-height: 1.2em;
    position: relative; 
    text-align: center;            
  }
  .graph .bar span { 
    position: absolute; 
    left: 1em;
  }
  span.searchhilite {
    color: #22368C;
    display: inline;
    font-size: inherit;
    font-weight: bolder;
  }

span.prix-carte-gratuite { color: #E5AD07; font-size: 14px; }
h6 s, h6 del { color: #CECECE; margin-right: 10px; }
s, del { color: #999; }

div#encart-carte-gratuite { margin:-1px 0 15px; text-align:left; }
div#encart-carte-gratuite a { background: url(..//images/pages/Image/encart-carte-gratuite-v3.jpg) no-repeat; color: #453400; display: block; height: 29px; padding-top: 60px; text-align: center; text-decoration: none; text-shadow: -1px 1px 0 #f9edc8; width: 271px; }
div#encart-carte-gratuite a span { background:url("..//images/pages/Image/arrow-encart-gratuit.png") no-repeat scroll left center transparent; padding-left:10px; }
div#encart-carte-gratuite del { color: inherit; }

#presRubrique_packs
{
	min-height: 300px;
padding: 0 10px;
margin-bottom: 15px;
}
#presRubrique_packs .Fond_de_carte img { float: none; }

.sousConteneur ul.specList li {
list-style-image:url("..//images/puce.gif");
padding-left:0;
text-align:left;
}
.interactiveMap { padding-top: 15px; width: 545px; float: left; }

/*----------------- agenda --------------------------*/

    .bloc-left { float: left; padding-right: 10px; width: 390px;}
    .bloc-right { margin-left:400px; margin-top: 5px; width: 260px;}
    .texte-en-avant {font-size: 1em; font-weight: bold;}

    li span { font-size: 10px; font-style: italic; }
    .important {
      background-color: #CCFFFF;
      border: 2px solid #B6D6E7; ;
      float:left;
      margin-top: 0pt; 
      padding:0;
      width: 376px;
    }
    .important span{ display:block; padding:10px; }
    #calendar-arrow-bloc { 
      background: url(..//cms/uploads/images/css/calendar-arrow-bloc.jpg) no-repeat left center;
      display: block; 
      height: 78px; 
      margin-top: 0; 
      width: 12px;
    }
    .bloc-nb { padding: 6px; background-color: #EEE; margin-top: 24px; border: 1px dashed #AAA;}
 .calendar tr td a,
.calendar tr td span.jour {
  display: block;
  font-size: 10px;
  padding: 3px 0;
  text-align: center;
}
  /*.calendar tr td a {
    color: #ae0d18;
  }*/
  .calendar tr td a:hover {
    color: #fff;
  }

td.calendar-today a {
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title,
#cal-upcominglist .calendar-summary-title {
  display: none;
}

#cal-upcominglist h2,
#cal-upcominglist .calendar-date,
#cal-upcominglist .calendar-summary {
  display: inline;
  margin-right: 5px;
}

#cal-list h1,
#cal-upcominglist h1 {
  color: red;
  font-size: 120%;
}
#cal-list h2,
#cal-upcominglist h2 {
  font-size: 110%;
}

#big {
  margin: 0px;
  border-collapse: collapse;
  border: 1px solid #B6D6E7;  /*#92bc18;*/
}

#big caption {
  padding-bottom: 1em;
}

#big th {
  background: #B6D6E7 url(..//cms/uploads/images/css/table_bg_header.jpg) no-repeat;
  border: 1px solid #B6D6E7;  /*#92bc18;*/
  border-width: 1px 1px 1px 0;
  color: #777;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 3px;
  text-transform: uppercase;
  text-align: left;
  width: 28px;
}

#big td {
  /*background-color: #fff;*/
  border: 1px solid #B6D6E7;  /*#92bc18;*/
  border-width: 0 1px 1px 0;
  padding: 0;
  vertical-align: center;
}

#big .calendar-today {
  font-weight: normal;
  background-color: #B6D6E7;
  color: #000;
}

/* MODIF JL Personnalisation des dates en fonction de la ville */
/*td.lyon { color: #FFF; background-color: #0D6B78; }
td.lyon a { color: #FFF; }
td.nantes { background-color: #F3DA07; }
td.paris { color: #FFF; background-color: #A60D53; }
td.paris a { color: #FFF; }
td.rouen { color: #FFF; background-color: #FF5219; }
td.rouen a { color: #FFF; }
td.tours { color: #FFF; background-color: #0084B5; } /*#3E3054*/
td.tours a { color: #FFF; }
td.lille { color: #FFF; background-color: #000; }
td.lille a { color: #FFF; }
td.marseille { color: #FFF; background-color: #528C42; }
td.marseille a { color: #FFF; }
td.strasbourg { color: #FFF; background-color: #848C7B; }
td.strasbourg a { color: #FFF; }
td.toulouse { color: #FFF; background-color: #7BCEDE; }
td.toulouse a { color: #FFF; }*/

td.congres { color: #FFF; background-color: #F93; }
td.congres a { color: #FFF; }

td.seminaire{ color: #FFF; background-color: #0D6B78; }
td.seminaire a:hover { color: #FFF; background-color: #094C56; }
   /*nuance : turquoise  #0D6B78 #0B5C67 #094C56  #073D45  turquoise foncé*/
td.seminaire a { color: #FFF; }

td.webseminaire{ color: #FFF; background-color: #F93; }
td.webseminaire a:hover { color: #FFF; background-color: #B66D24; }
   /*nuance : orange #F93 #DB832C #B66D24 #92571D orange foncé*/
td.webseminaire a { color: #FFF; }

td.formation { color: #FFF; background-color: #2C83DB; } /*#3399FF;*/
td.formation a:hover { color: #FFF; background-color: #1D5792; }
td.formation a { color: #FFF; }

.calendar-legend { border: none; margin:  5px auto 0px; font-size: 0.8em; line-height: 0.8em; }

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title {
  display: none;
}

