v\:* {
  behavior:url(#default#VML);
}

body {
    margin : 0;
    padding : 0;
    font-family: Verdana,"trebuchet ms",sans-serif;
    font-size : 10px;
}

#bulleGoogle { 
	font-family: Arial,"trebuchet ms",sans-serif;
	font-size: 10px;
	margin: 0px;
	width: 350px;
	height: 44px;
	overflow:auto;
}

#bulleGoogle a {text-decoration: none; color: #0066CC; background-color: transparent;}

#bulleGoogle a:hover {color: #F60; background-color: transparent;}


 /* our own sidebar*/
#map_sidebar {
	width : 244px;
  padding: 0 ;
  margin : 0;
  float : left ;
  border-right : 1px solid #FFF;
}

#map_sidebar h4{
font: verdana, arial, helvetica, sans-serif;
	padding: 10px 0px 0px 34px ;
font-size: 14px;
font-weight: normal;
/*text-transform: uppercase;*/
color: #FFF;
background: url(../images/interface/bg_h4.png) no-repeat #FFF ;
cursor: pointer;    
margin : 0 0 0px 0 ;
height : 30px;
}

 #map_sidebar a{
text-decoration : none;
}


#map_sidebar ul{
	padding: 0px 14px 0px 20px;
font-size: 11px;
color: #336699;
  margin : 0;
}

#map_sidebar ul li{
	list-style-type : none;
	padding : 2px 0 2px 0;
	margin : 0;
}

 #map_sidebar ul li a, a:link {
    text-decoration: none;
    color: #000065;
}



#map_sidebar ul li a:visited  {
  text-decoration: none;
  color: rgb(55, 119, 181);
}
 
#map_sidebar ul li a:hover {
  text-decoration: none;
  color: #FF0;
  background-color: #336699;
  font-weight : bold;
}


.accordion {
	margin : 0;
	padding : 0;
}

.haut_bg_sidebar {
	width : 248px;
	height : 20px;
	background: url(../images/interface/haut_bg_accordeon.png) no-repeat #FFF ;
	font-size: 1px ; /* pr bug ie*/
	line-height: 1px;/* pr bug ie*/
}

.middle_bg_sidebar {
	background: url(../images/interface/bg_repeat_accordeon.png) repeat-y #FFF ;
}

.bas_bg_sidebar {
	width : 245px;
	height : 20px;
	background: url(../images/interface/bas_bg_accordeon.png) no-repeat #FFF ;
}

#droite {
	width : 670px;
	float : left;
}

#menu_haut {
	font-size: 10px;
	text-align : right;
	padding : 2px 0 6px 0;
}

#map_conteneur {
	float: left;
	width : 655px;
	height : 435px;
	background: url(../images/interface/bg_map.png) no-repeat #FFF ;
	padding-left  : 20px;
	padding-top  : 20px;
}

#map {
	float : left;
}




#detail_container {
  font-family: Verdana,"trebuchet ms",sans-serif;
  font-size: 8pt;
	width : 900px;
	float : left;
	clear : both;
	padding : 6px 2px 0 2px;
	background : #FFF;
}

/*
#detail_container p{
	 padding : 2px;
}
*/

#detail_container h3{
	font-family: Arial,Verdana,"trebuchet ms",sans-serif;
	font-weight: normal; 
	font-size: 14px; 
	color: #FFF; 
	padding : 10px 0 0 34px;
	text-transform : lower;
	margin : 0 0 0px 0;
	background : url(../images/interface/bg_titre_conteneur.png) no-repeat #FFF;
	width : 932px;
	height : 32px;
}


.haut_bg_conteneur {
	width : 932px;
	height : 21px;
	background: url(../images/interface/haut_bg_conteneur.png) no-repeat #FFF ;
}

.middle_bg_conteneur {
	width : 888px;
	background: url(../images/interface/bg_repeat_conteneur.png) repeat-y #FFF ;
	padding-left : 20px;
	padding-right : 20px;
}

/*lien conteneur*/

.middle_bg_conteneur a{
	color : #336699;
	text-decoration : none ;
}

.middle_bg_conteneur a:hover{
	color : #FF0;
	background : #000065;
}

.bas_bg_conteneur {
	width : 932px;
	height : 17px;
	background: url(../images/interface/bas_bg_conteneur.png) no-repeat #FFF ;
}




/*hide the sidebar of googlemapapi*/
#sidebar_map {
	display : none ;
}

/*hide the sidebar of googlemapapi*/
.tooltip {
	background: #CCEAB8;
}

#contact_detail {
	width : 310px;

	margin :10px 0 0 6px;
	border : 1px solid #369;
	padding : 4px;

	float : left;
}

 #contact_detail p{
	margin : 0;
	padding : 0px;
}


 #photo {
		margin :10px 0 0 10px;
		/*border : 1px dotted #369;*/
		width : 340px;
     float : left;
     padding : 0px;
 }
 
#photo a img{
	margin :0 3px 0 3px;
	border : 1px solid #369;
  padding : 1px;
}

#photo a img:hover{
	
	border : 1px solid #CCEAB8;

}
#description_detail {
	clear : both;
	margin : 10px 0 0 0 ;
	padding : 5px;
	color : #75717A;
	text-align : justify;
}

#chargement {
	text-align : center ;
	padding-top : 10px;
}


#alerte {
	text-align :center ;
	padding : 4px;
}

.hide {
	display : none;
	/*visibility : hidden;*/
	border : 1px solid #369;
}

/*form*/
form p {
  padding : 6px 0 2px 0;

}

.input_text{
  width : 600px;
}

.help {
  font-weight : normal;
  padding : 5px ;
  border : 1px dotted #000080;
  margin : 0px 5px 5px 5px;
}



#bouton {
   width : 60px;
   height : 60px;
   padding-top : 24px;
   padding-left : 0px;
   background : url(../images/interface/bg_btn.png) no-repeat #FFF;
   color : #FFF;
   font : 10px;

   margin-left :10px;
   text-align : center ;
}

#bouton a {
	color : #FFF;
	text-decoration :none ;
}
	
#bouton	a:hover {
	color : #FF0;
}


/*pr tableau*/
#menu_page{
	padding-bottom : 20px;
}

#suivant {

float : right ;

}

#precedent {

float : left ;

}

#info_tableau {

	font-size : 12px;
	padding : 10px 6px 6px 0px ;


}

table {
	border : 1px solid #3366AC ;
	border-collapse: collapse; 
	border-spacing: 0px; 
	width: 890px; 
}

.ligneA {
	background : #AED1FF;
}

.ligneB{
	background : #FFF;
}

td {
	padding : 4px;
	text-align : center;
}

th {
	padding : 6px;
	font-weight : bold;
	text-align : center;
	background : #3366AC;
	color : white ;
}

/*pour calendrier*/
.e_day {
	width: 30px;
	position:relative;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
}

.p_day {
	width: 30px;
	position:relative;
	text-align: center;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
}
.c_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #00FFCC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #660033;
}
.f_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	color: #66CCCC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #B9B9B9;
}
.c_all {
	width: 210px;
	margin-top: 10px;
	background: #FFFFFF;
	border: 5px solid #B8E8F5;
	float:left;
}
.c_title {
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #504A59;
	color: #00FF99;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 0px 4px 0px;
}
.c_title span {
	cursor: pointer;
}
.c_cday {
	padding: 4px 0px 4px 0px;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
}


