v\:* {  behavior:url(#default#VML);}
/*pour les infobulles de la carte*/
#gmapmarker {
	font-size: 10pt;
	margin: 0px;
	width: 320px;
	height: 320px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#gmapmarker p{  font-size: 10px; margin : 0;  padding : 2px 0 2px 0;}
#gmapmarker a {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
		font-style: normal;
}
#gmapmarker a:hover {
	color: #333333;
	background-color: transparent;
		font-style: normal;
			text-decoration: none;
}
#gmapmarker h1 {
	font-weight: bold;
	font-size: 10px;
	color: #64808C;
	border-bottom: 2px solid #910046;
	padding : 2px;
	margin : 0;
}
#gmapmarker h2 {  font-weight: bold;  font-size: 10px;  color: #000;  border: 2px solid #910046;  padding : 2px;  margin : 0;}
#gmapmarker h3 {  font-weight: bold;  font-size: 10px;  color: #000;  border: 2px solid #cccccc;  padding : 2px;  margin : 0;}


/*div qui contient la carte*/
#map {  border:2px solid #910046;float : left;}
body {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.Style1 {
font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.Style2 {
font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
#cell {
     border:2px solid #910046;
	 font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 10px;
	padding-left: 20px;
	overflow:auto;
	height:333px;

 }
#cell div {
	width:300px;
	padding-left: 5px;
	padding-top: 10px;
	
	
 }
 table#cell td {
width:230px;
height:270px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ccc;
padding:0px; /* équivalent cellpadding */
overflow:auto; /* si ça dépasse on affiche la scrollbar */ }
#cell pre {
     margin:0px;
 }
 input {
	border:1px solid black;
	background-color:#E8E8E8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-size: 10px;
	color: #333333;
	font-style: normal;
}
a:link {
	text-decoration: none;
		font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #333333;
		font-style: normal;
}
a:hover {
	text-decoration: underline;
		font-style: normal;
}
a:active {
	text-decoration: none;
		font-style: normal;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 2px;
}

#lbCaption {
	font-weight: bold;
}


