body {
	font-family: Verdana, Arial;
   font-size: 10px;
	color: #013A4D;
	background-color: #F0F5FC;
	text-decoration: none;
}
td {
    font-size:10px;
    color: #013A4D;
    font-family: Verdana, Arial;
}
img {
	border: 0;
}
.justify {
	text-align: justify;
}

a {
    color: #00A5B4;
    text-decoration: none;
}

a:hover {
    color: #9EC54D;
    text-decoration: none;
}

.sousmenu {
    font-size: 12px;
    color: #013A4D;
	 font-family: Verdana, Arial;
	 font-weight: bold;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #00A5B4;
	margin: 0;
}

legend {
	color: #000;
	background: #fff;
	padding: 0px 6px;
	font-weight:bold;
	margin-bottom:10px;
}

label {
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 3px;
	clear:both;
}

input, select, textarea {
    margin: 3px;
}

.error_message {
	background-color: #fdf2f2;
	border-top: 1px solid #fbe6e6;
	border-bottom: 1px solid #fbe6e6;
	padding: 4px;
	color: #000;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.copyright {
	color: #606060;
	font-size:10px;
}
.copyright a{
	color: #606060;
	font-size:10px;
	text-decoration: none;
}
.copyright a:hover{
	color: #606060;
	font-size:10px;
	text-decoration: none;
}
.optimise {
	color: #ffffff;
	font-size:10px;
}
.optimise a{
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
}
.optimise a:hover{
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
}

.defilement {
	background: #E1EAF9;
	border-top: 1px solid #B1D16F;
	border-bottom: 1px solid #B1D16F;
	color: #02A5B6;
	padding-top: 5px;
	padding-bottom: 5px
}