/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form, map, h1, h2, h3, h4, ul, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
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; }
* html .positionRelative { position: relative; left: 0px; text-align: left; }


input, select, textarea {
	font-size: 11px;
	color: #5C5B60;
	font-family: Arial, Helvetica, sans-serif;
}

input.inputRecherche {
	width: 135px;
	font-size: 9px;
	color: #5C5B60;
	font-family: Arial, Helvetica, sans-serif;	
}

.paddingGaucheDroite18px {
	padding-left: 18px;
	padding-right: 18px;
}

.bordureGrisHaut {
	border-top: 1px solid #5C5B60;
}
