body{
	margin:0;
	padding:0;
	text-align:center; 
}


/**************************Bordure*******************************/
/* Structure générale */
.wrapModules {
    position: relative;
	
    width: 95%;
    margin:auto;
    margin-top:20px;
}
.moduleContent {
   width:97%;
   margin:auto;
   padding:0px 15px 0px 15px;
}


/* angles */
.wrapModules .topRight {
    float: right;
    width: 15px;
    height: 40px;
    background: transparent url(images/module_top_right.png) no-repeat;
}
.wrapModules .topLeft {
    float: left;
    width: 400px;
    height: 40px;
    background: transparent url(images/module_top_left2.png) no-repeat;
}

#selection{
	padding-top:10px;
	color:#FFFFFF;
	padding-left:20px;
	text-align:left;
}

#selection .active{
	color:#DAEFE8;
}

#selection a{
	color:#FFFFFF;
	text-decoration:none;
}

#selection a:hover{
	color:#DAEFE8;
	text-decoration:none;
}


.wrapModules .bottomRight {
    float: right;
    width: 15px;
    height: 40px;
    background: transparent url(images/module_bottom_right.png) no-repeat;
}
.wrapModules .bottomLeft {
    float: left;
    width: 15px;
    height: 40px;
    background: transparent url(images/module_bottom_left.png) no-repeat;
}



/* cotés */
.wrapModules .sideLeft {
    height: 600px;
    background: transparent url(images/module_side.png) top left repeat-y;
  }
.wrapModules .sideRight {
    height: 600px;
    background: transparent url(images/module_side.png) top right repeat-y;
 }
.wrapModules .sideTop {
    width: auto;
    height: 40px;
    background: transparent url(images/module_side_top.png) repeat-x;
}
.wrapModules .sideBottom {
    width: auto;
    height: 40px;
    background: transparent url(images/module_side_bottom.png) repeat-x;
}



.moduleHeader span{
	display:block;
	width:200px;
	margin:auto;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.moduleFooter{
	display:block;
	text-align:center;
	width:400px;
	margin:auto;
}
.moduleFooter span{
	float:left;
	color:#FFF;
	margin-left:50px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}





















#cadre{
	 width:100%;
	 margin:auto;
	 height:600px;
	 text-align:left;
	/*  border:1px solid #00FF00;
*/}

#legend{
	 width:20%;
	 height:600px;
	 float:left;
	 background-color:white;
	/* border:1px solid #666666;	
	 */overflow-y:scroll;
	 
}

#map{
	width:65%;
	height:600px;
	float:left;
	position:relative;
	/*border:1px solid #333333;
*/}

#photo{
	 width:15%;
	 height:600px;
	 float:left;
	 background-color:white;
	/* border:1px solid #666666;	
	 */overflow-y:scroll;
}

#photo img{
	display:block;
	width:150px;
	margin:auto;
	margin-top:5px;
}

.bubble-content{
	width:250px;
	height:auto;
}

span.hilite {
	background-color:#ebef3d;
}

.keys{
	color:#009ACC;
	 width:130px;
	 margin-top:5px;
	 border:2px solid #66CDCC;
}
.keys:focus{
	 border:2px solid #009ACC;
	 outline:none;
}

.button{
	float:right;
	width:88px;
	height:26px;
	color:#66CDCC;
	margin-top:3px;
	background-image:url('images/search.png');
	background-repeat:no-repeat;
	cursor:pointer;
	padding:3px 10px;
}

.button:hover{
	color:#009ACC;
}

.bouton{
	color:#515151;
}

.content-link{
	float:left;
	margin-top:10px;
	margin-left:20px;
}

