/* CSS Document */
h1, h2, h3, h4, p {
margin: 0;
}
body { 
margin: 0; 
text-align: center;
background-color:#F2F2FF;
background-image:url(../images/fond-degrade-violetclair.jpg);
background-repeat:repeat-x;
}
div#page 
{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background: #F9F9F9;
	} 
div#global 
{
	width:100%;
	margin: auto;
	text-align: center;
	background: #F9F9F9;
	}
#header{
	background-image: url(/images/index/paysage2.jpg);
	background-repeat: no-repeat;
}
#headernew{
	background-image: url(/images/index/paysage2.jpg);
	background-repeat: no-repeat;
}
a.lienbleuvert2 {
font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
	font-size: 13px;
}
a.lienbleuvert2:hover {
	color: #FF6600;
	text-decoration: underline;
	font-size: 13px;
}
#image 
{
width:130px;
padding:3px;
margin:0px;
border:1px solid #CCCCCC;
}
#image:hover 
{
width:130px;
padding:3px;
margin:0px;
border:1px dashed #FFF;
}  		
	.Style135 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
}
.boite {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFE3;
	display: none;
	}
 #navcontainer
{
	width: 100%;
	border-right: 1px solid #F2F2F2;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	background-color: #FEF7E0;
	color: #00CCFF;
	text-align: left;
}
#navcontainer ul
{
/*list-style-image: url(/images/triangle.gif);*/
list-style-type: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}
#navcontainer li a
{
display: block;
padding: 5px 5px 5px 2px;
border-left: 5px solid #007DF5;
/*border-right: 5px solid #508fc4;*/
background-color: #66CCFF;
color: #fff;
text-decoration: none;
width: 100%;
}
#navcontainer li a { width: auto; }
#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
/*border-right: 10px solid #5ba3e0;*/
background-color: #66CCFF;
color: #fff;
}
#button1 {
	width:70px;
	background-color: #00CCFF;
	color: #FFFFFF;
	font-weight:bold;
	font-size:8pt;
}

#button1:hover {
width:70px;
background-color:#0066FF;
color:#fff;
font-weight:bold;
font-size:8pt;
}
 #menu2
{
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font: 11px Arial;
	/*background-color: #FEF7E0;*/
	color: #FFF;
	text-align: left;
}
#menu2 ul
{
list-style-type: none;
margin: 0;
padding: 0;
border: none;
}
#menu2 li
{
border-bottom: 1px solid #FFF;
margin: 0;
}
#menu2 li a
{
display: block;
padding: 3px;
background-color: #EFEFEF;
color: #666666;
text-decoration: none;
width: 100%;
}
#menu2 li a { width: auto; }
#menu2 li a:hover
{
background-color: #F9F9F9;
color: #000000;
}
#myid {display: none;}
/* CSS carte appellée */
#carte {
	position:relative;
	left:0px;
	top:0px;
    z-index: 1;
	}
#zoom {
	border-width:thin;
	border-color:#333333;
	border-style:dashed;
	background-color: #ffffff;  /* le fond                 */
   filter:alpha(opacity=40);   /* Internet Explorer 6     */
   -moz-opacity:0.5;           /* Mozilla 1.6 et infér.   */
   opacity: 0.5;               /* CSS3 et Mozilla récents */
	}
a {text-decoration: none;} /* définition du lien qui affichera le "calque" */
a:hover {background: none;} /* correction d'un bug IE */
a span {display: none;}/* définition de la balise <span> inclue dans <a> */
a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	width: 300px;
	height: auto;
	text-align: center;
	z-index: auto;
	right: 20px;
	top:-150px;
	border:1px dotted #DFDFFF;
	background-color: #333333;
}	

