@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	font: normal 11px/130% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
}
a:link {
	color: #0055a5; /* bleu du fond*/
}
a:visited {
	color: #0055a5;
}
a:hover {
	color: #436914; /* vert plus foncé*/
}
a:active {
	color: #436914;
}
p {
	margin-bottom: 6px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5583af;
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 a:link {
	border-bottom-width: 0px;
	text-decoration: none;
	border-bottom-style: none;
}
h3 a:visited {
	border-bottom-width: 0px;
	text-decoration: none;
	border-bottom-style: none;
}
h3 a:hover {
	border-bottom-width: 0px;
	text-decoration: none;
	border-bottom-style: none;
}
h3 a:active {
	border-bottom-width: 0px;
	text-decoration: none;
	border-bottom-style: none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 6px;
}
.tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #999999;
	margin-bottom: 6px;
}
.invisible {
	display: none;	
}
#container {
	width: 900px;
	margin: 0px auto 0px auto;
}
#principal {
	width: 440px;
	margin: 20px 0px 0px auto;
	background-color: #ffffff;
	padding: 0px 20px 10px 0px;
	float: left;
}
#attendu {
	width: 415px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 20px;
	background-color: #ffffff;
	float: left;
	border-top: 0px solid #0256a6;
	border-right: 0px solid #0256a6;
	border-bottom: 0px solid #0256a6;
	border-left: thin dotted #0256a6;
}
#entete {
	width: 900px;
	height: 204px;
	margin: 0px auto 0px auto;
	background-image: url(images/entete.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
