/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#005C6E;
}
form, map, h1, h2, h3, h4, ul, img, input {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer { position: absolute; left: 0px; top: 0px; text-align: left; }

input, select, textarea {
	font-size: 11px;
	color: #00859F;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #EF7A1B;
}

input#champRecherche {
	font-size: 9px;
	color: #566373;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid #797878;
}


.LigneBlancheHaut, td.LigneBlancheHaut, table.LigneBlancheHaut{
	border-top: 1px solid #FFFFFF;
}
img.ContourImg{
	border: 1px solid #FFFFFF;
}
.ContourViolet{
	border: 1px solid #874796;
}
.FdSeineEtMarne {
	background-color: #00859F;
}


input.Recherche, select.Recherche, textarea.Recherche {
	font-size: 9px;
	color: #EB0081;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00859F;
}
input.Recherche2, select.Recherche2, textarea.Recherche2 {
	width:85px;
	font-size: 9px;
	color: #EB0081;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00859F;
}
input.Recherche3, select.Recherche3, textarea.Recherche3 {
	width:33px;
	font-size: 9px;
	color: #EB0081;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00859F;
}
select.RechercheGeo {
	width:110px;
	font-size: 9px;
	color: #EB0081;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00859F;
}
select.Date {
	width:35px;
	font-size: 9px;
	color: #EB0081;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #00859F;
}
