/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
html, body {
	height:100%;
	}
body { 
	margin:0; 
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#626262; 
	text-align:center;
	}
p, table { 
	font-size:11px;
	color: #000;
	text-align: justify;
	}
p, table, object {
	margin:0;
	padding:0;
	}
p.marge {
	margin:0 0 0 20px;
	}
h1 { 
	font-size:13px;
	color: #4C97A8;
	margin:0;
	padding:10px 0 5px 0;
	}
h1 a { 
	color: #4C97A8;
	text-decoration:none;
	}
h1 a:hover { 
	color:#FB9A03;
	text-decoration:none;
	}
h2 {
	font-size:11px;
	font-weight:bold; 
	color:#000;
	margin:0;
	padding:3px 0 3px 20px;
	}
a { 
	text-decoration: none; 
	color: #000;
	}
a:hover { 
	text-decoration: none; 
	color: #FB9A03;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container { 
	background: url(../img/bg_main2.gif) repeat-y; 
	width: 955px;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	padding:0;
	text-align: left;
	}
*html #container { 
	height: 100%;
	}
#pageHeader { 
	position: relative;
	top:0;
	left:0;
	height:220px;
	background: url(../img/theire.gif) no-repeat right bottom;
	width: 711px;
	float: left;
	padding:0;
	margin:0;
	}
#ht-bandeau {
	position: relative;
	top: 0;
	margin:0 0 0 32px;
	padding:0;
	}
.tea-donovan { 
	position: relative;
	top: 20px;
	left:8%;
	}
.tea-donovan p {
	font-family:Arial, Helvetica, sans-serif; 
	width:180px;
	font-size:11px;
	color: #000;
	margin:20px 0 0 5px;
	}
#quickSummary { 
	position: absolute;
	top:33px;
	left:44%;
	float: left;
	font-size:11px; 
	}
#quickSummary ul {
	list-style-type: none;
	margin:9px;
	padding:0;
	}
#quickSummary li {
	padding: 0 0 0 15px;
	background: url(../img/pict2.gif) no-repeat;
	background-position: 0% 64%;
	margin:0;
	line-height:18px;
	color: #696868;
	}
#quickSummary a {
	color: #000;
	text-decoration:none;
	}
#quickSummary a:hover {
	color: #000;
	text-decoration:none;
	}
#quickSummary p {
	padding: 6px 0 5px 10px;
	}
#preamble {
	margin-left:56px;
	padding-bottom:30px;
	width: 630px;
	clear: both;
	min-height:300px;
	}
#preamble h3 {
	padding: 14px 0 4px 0;
	}
#preamble ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#preamble li {
	clear:both;
	font-size:11px; 
	color: #000;
	padding: 0 0 0 12px;
	background: url(../img/pict1.gif) no-repeat top left;
	margin:0;
	line-height:17px;
	}
#preamble p {
	line-height:17px;
	margin:16px;
	text-align:left;
	}
#preamble table {
	border:0;
	padding:5px;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
	}
#supportingText {
	margin:16px 0 0 52px;
	padding:0;
	width: 304px;
	background-color:#fff;
	}
#footer {
	text-align: right;
	font-size:10px;
	padding: 6px 0 10px 0;
	width: 630px;
	border-top: 1px dashed #dddddd; 
	background-color:#fff;
	}
#footer a {
	color:#999999;
	}
#footer a:hover {
	color:#FB9A03;
	}
#linkList {
	width: 201px;
	position: absolute;
	top: 0;
	left: 722px;
	margin: 0;
	padding: 0;
	}
#flash {
	position:relative;
	height:220px;
	margin: 0;
	padding:0;
	text-align:center;
	background:url(../img/fd_droite.gif) repeat;
	}
.boite {
	margin:0;
	padding:0;
	}
#ht-droite {
	top: 0;
	}
#ht-droite img {
	margin-bottom:10%;
	}
#lselect {
	position:relative;
	top:17px;
	text-align:center;
	}
#lselect h1 { 
	font-size:11px;
	color: #4C97A8;
	line-height:15px;
	padding:0;
	margin:0;
	}
#lselect ul {
	list-style-type: none;
	padding:0;
	margin:0;
	}
#lselect li {
	padding: 5px 0px;
	background: url(../img/pict2.gif) no-repeat 0 50%;
	}
#lselect li a {
	display: block;
	}
#linkList #lselect ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
	margin:0;
    }
.orange {
	font-size:11px;
	font-weight:bold; 
	color:#000;
	line-height:17px;
	text-align:center;
	}
.intitul {
	text-align:right;
	width:80px;
	}
/*   formulaire   */
input { 
	margin :0;
	padding:1px;
	font-size:9px;
	color:#000;
	background-color:#fff;
	border:1px solid #999;
	}
textarea { 
	margin :0;
	padding:1px;
	color:#000;
	background-color:#fff;
	border:1px solid #999;
	}
.envoyer {
	background-color:#5B8790;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	border:0;
	}
.effacer {
	background-color:#999;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	border:0;
	}
.retour {
	font-size:11px;
	font-weight:normal; 
	color:#FB9A03;
	line-height:17px;
	}
.retour a {
	color:#FB9A03;
	text-decoration:none;
	}
.retour a:hover {
	color:#FB9A03;
	text-decoration:underline;
	}
.oblig {
	font-size:9px;
	font-weight:normal; 
	color:#FB9A03;
	}
.img-actu {
	margin:0 16px 16px 0;
	float:left;
}
.lien, .lien a:hover {
	font-size:9px;
	font-weight:normal; 
	color: #000;
}
.lien a {
	text-decoration:none; 
	font-weight:normal;
	color: #FB9A03;
}
.adresse {
	margin-top:20px;
	text-align:center;
	font-size:10px;
	font-weight:normal; 
	color:#000;
}