/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form, map, h1, h2, h3, h4, ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	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; }
.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: 10px;
	color: #566373;
	font-family: Arial, Helvetica, sans-serif;
}

input#champRecherche {
	font-size: 9px;
	color: #566373;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid #797878;
}

.paddingLeft25px {
	padding-left: 25px;
}
.paddingLeft15px {
	padding-left: 15px;
}
.paddingLeft20px {
	padding-left: 20px;
}
.paddingTop223px {
	padding-top: 223px;
}
.paddingLeftRight22px {
	padding-left: 22px;
	padding-right: 22px;
}
.paddingLeft45pxRight40pxBottom15px {
	padding-right: 40px;
	padding-left: 45px;
	padding-bottom: 15px;
}
.paddingLeft30pxRight10pxBottom15px {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.paddingLeft40pxTop170px {
	padding-left: 40px;
	padding-top: 170px;
}
.padding10px {
	padding: 10px;
}

.bordurePointillesGris { border: 1px dashed #CCCCCC; }
