
#map
{
	width: 100%;
	height: 100%;
	border: none;
}

#div_page_webcams_map
{
	position: fixed;
	top: 22px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: none;
}

#iframe_page_webcams_map
{
	border : none;
	width: 100%;
	height: 100%;
}


#messagesDiv
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

#cookiesDiv
{
	height: 3em;
	border-radius: 5px;
	background-color: rgba(255, 255, 128, 0.75);
	display: none;
	padding: 5px;
	box-shadow: 0px 0px 5px #888888;
}

#cookiesText, #cookiesOk, #cookiesKo, #cookiesSpacer
{
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

#cookiesText
{
	width: 100%;
}

#cookiesOk, #cookiesKo
{
	cursor: pointer;
	border-radius: 5px;
	white-space: nowrap;
	height: 15px;
	box-shadow: 0px 0px 5px #888888;
}

#cookiesOk:hover, #cookiesKo:hover
{
	text-decoration: underline;
}

#cookiesOk
{
	background-color: rgba(80, 255, 128, 0.75);
}
#cookiesOk:hover
{
	background-color: rgba(128, 255, 192, 0.75);
}

#cookiesKo
{
	background-color: rgba(255, 80, 80, 0.75);
}
#cookiesKo:hover
{
	background-color: rgba(255, 128, 128, 0.75);
}




#participationDiv
{
	border-radius: 5px;
	background-color: rgba(80, 255, 128, 0.75);
	display: none;
	padding: 10px;
	box-shadow: 0px 0px 5px #888888;
}

#participationText, #participationOkContainer, #participationKoContainer, #participationSpacer
{
	display: table-cell;
	vertical-align: middle;
}

#participationText
{
	font-weight: bold;
	color: black;
	width: 100%;
}

#participationOk, #participationKo
{
	color: black;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	border-radius: 5px;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 0px 0px 5px #888888;
}

#participationOk:hover, #participationKo:hover
{
	text-decoration: underline;
}

#participationOk
{
	background-color: rgba(255, 80, 80, 0.75);
}
#participationOk:hover
{
	background-color: rgba(255, 128, 128, 0.75);
}

#participationKo
{
	background-color: rgba(255, 255, 128, 0.75);
}
#participationKo:hover
{
	background-color: rgba(255, 255, 164, 0.75);
}




#delContainer
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}


#delContent
{
	position: absolute;
	padding: 1em;
	vertical-align: middle;
	text-align: center;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 250px;
	margin: -125px 0 0 -200px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0px 0px 5px #555555;
	border: solid 3px #FF5500;
}

label, label.grand
{
	width: 200px;
	display: block;
	float: left;
	text-align: left;
}
.delFormDiv
{
	margin-bottom: 2px;
	line-height: 2em;
	display: table;
}
.delFormElement
{
	display: table-cell;
	vertical-align: middle;
}
#delFormSubmitContainer
{
	position: relative;
}
#delFormSubmit
{
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	width: 100px;
	height: 25px;
	line-height: 23px;
	margin: 0 0 0 -50px;
	background-color: #FF5500;
	color: #500000;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #555555;
	border: solid 1px #FF5500;
}


.legal
{
	margin-left: 7%;
	margin-right: 7%;
	text-align: justify;
	font-family: arial;
	font-size: medium;
}

h2.legal
{
	font-size: large;
}