

body{
	/*background-image:			url("../../../img/test.jpg");*/
	background-color:			#5b0000;
	margin:						0px;
	font-family:				Verdana;
	text-align:					center;
	font-size:					11px;
}


.main
{
	cursor:						pointer;
}

/* BULLES INFO */

#div_bulle_info
{
	background:				transparent url("img/fond_blanc.png") repeat scroll 0% 0%;
	display:				none;
	position:				fixed;
	top:					0%;
	bottom:					0%;
	left:					0%;
	right:					0%;
	z-index:				200;
}

#div_bulle_interne
{
	background-color:		#4f5052;
	display:				block;
	max-width:				850px;
	max-height:				850px;
	border:					3px solid #b3b6ba;
	color:					#ffffff;
}

#div_bulle_interne a
{
	color:					#141517;
}

#contenuBulleInfo
{
	overflow:				auto;
	max-width:				850px;
	max-height:				850px;
	padding:				5px;
	position:				relative;
	left:					18px;
}

#div_image_bulle
{
	text-align:				right;
	position:				relative;
	left:					15px;
	bottom:					15px;
	float:					right;
}


/* CP / VILLES */


#cpville
{
	display:				none;
	position:				fixed;
	top:					0;
	bottom:					0;
	left:					0;
	right:					0;
	background:				url(../../../img/fond_blanc.png) repeat;
	z-index:				200;
}

#cpville_int
{
	display:				block;
	width:					350px;
	max-height:				350px;
	background-color:		#4f5052;
	-moz-border-radius:		10px;
}

#contenu_cpville
{
	overflow:				auto;
	width:					350px;
	max-height:				300px;
	color:					#ffffff;
}

.vil:hover
{
	cursor:					pointer;
	background-color:		#b3b6ba;
	color:					#4f5052;
}
