/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
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: 11px;
	color: #454545;
}
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: #ED1E79;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #797878;
}

input.inputRecherche, select.inputRecherche{
	width: 150px;
	font-size: 9px;
	color: #ED1E79;
	border: 1px solid #797878;
	font-family: Arial, Helvetica, sans-serif;	
}

ul.menuPratique {
}
ul.menuPratique li {
	float: left;
	list-style: none;
	margin-left: 20px;
}
ul.menuPratique li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E005D;
	text-transform:uppercase;
	font-weight:bold;
}
