.index_white_container
{
	position: relative;
	width: 100%;
	/*height: 480px;*/
	/*margin-top: 90px;*/
	padding-top: 30px;
	margin-bottom: 150px;
	color: #000000;
}
.div_content
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-radius: 5px;

}
.list_ens_container1
{
	margin: 10px;
	background-color: #005fa3;
	background-image: url(http://comp.xaw.fr/img/rsc/header_bg.png);
	background-position: 3px -1px;
	border: 1px solid #005fa3;
	border-radius: 5px;
	cursor: default;
}


.geoLoc_button_container
{
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
.geoLoc_button
{
	width: 110px;
	padding: 7px;
	margin: auto;
	background-color: #005fa3;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.geoLoc_button:hover
{
	color: #43ace3;
}

.usr_add_container1
{
	width: 100%;
}
.usr_add_container2
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.usr_add_txt
{
	height: 26px;
	width: 350px;
	padding-left: 7px;
	
	background-color: #ffffff;	/*#bb2266;*/
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	resize: none;
	z-index: 6;

	border: 1px solid #005fa3;
	border-right: 0px;
	border-radius: 5px 0 0 5px;
}
.usr_add_txt:hover
{
	border: 1px solid #43ace3;
	border-right: 0px;
}
.usr_add_txt:focus
{
	outline: none;
	border: 1px solid #43ace3;
	border-right: 0px;
}
.usr_add_but
{
	top: 0px;
	height: 30px;
	width: 75px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 13px;
	font-style: normal; /*italic;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #005fa3;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	transition: all 0.2s ease-out;
}
.usr_add_but:hover
{
	color: #43ace3;
}

