* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #434343;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	/*color: #434343;*/
	color: #db052a;
	text-decoration: none;
}

a:hover{
	/*color: #434343;*/
	color:#000;
	text-decoration: none;	
}

a img {
	border: none;
}

ul {
	list-style: none;
}

#container {
	position: relative;
	width: 972px;
	height: auto;
}

#header {
	height: 106px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 2px solid #99ADD2;
}

#content {
	position: relative;
	padding-top: 15px;
}

#leftcol {
	float: left;
	width: 190px;
	height: auto;
}

#rightcol {
	float: right;
	width: 770px;
	height: auto;
	padding-right: 0;
}

#maintext {
	float: left;
	width: 570px;
	
}

#sidebar {
	float: right;
	width:  165px;
}

h1 {
	font-size: 14px;
	color: #db052a;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 12px;
	margin-bottom: .7em;
}

#maintext p {
	margin: 1em 0;
	line-height: 1.2em;
}

.subcol li {
	padding: 2px 3px 2px 10px;
	font-size: 10px;
	background: url(../images/fleche_grise.gif) no-repeat 2px 6px;
}

.subcol h3 {
	height: 17px;
	padding-left: 15px;
	line-height: 17px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/fleche_blanche.gif) no-repeat 5px 5px;
}

.subcol h4 {
	padding-left: 2px;
	font-weight: normal;
	font-size: 10px;
}

.subcol div {
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.subcol p {
	padding: 4px;
}

.subcol .red {
	background: #eb8076 url(../images/bg_cell_rouge.gif) repeat-x;
}

.subcol .red .odd {
	background-color: #f9d0cb;
}

.subcol .red .odd1 {
	background-color: #f9d0cb;
	color:#db052a;
}



.subcol .red ul, .subcol .red h4, .subcol .blue p {
	background-color: #fddbd7;
}

.subcol .red li a {
	color: #000;
}

.subcol .red .allred a{
	color:#db052a;
}

.subcol .red h4, .subcol .red a:hover {
	color: #db052a;
}


.subcol .blue {
	background: #7f89bd url(../images/bg_cell_bleu.gif) repeat-x;
}

.subcol .blue .odd {
	background-color: #e6eaf6;
}

.subcol .blue ul, .subcol .blue h4, .subcol .blue p {
	background-color: #d6dcf0;
}

.subcol .blue a {
	color: #000;
}

.subcol .blue h4, .subcol .blue a:hover {
	color: #6a7cc1;
}

.subcol .grey {
	background: #9da2b6 url(../images/bg_cell_gris.gif) repeat-x;
}

.subcol .grey .odd {
	background-color: #ebecf1;
}

.subcol .grey ul, .subcol .grey h4, .subcol .grey p {
	background-color: #dadce4;
}

.subcol .grey a {
	color: #000;
}

.subcol .grey h4, .subcol .grey a:hover {
	color: #686f8c;
}

#header img {
	margin:  8px 0 0 8px;
}

#quicknav {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 10px;
	font-size: 10px;	
}

#quicknav li {
	float: left;
}

#quicknav a {
	display: block;
	float: left;
	color: #2C2A9D;
	line-height: 10px;
	padding: 0 4px;
	margin: 3px 0;
	border-right: 1px solid #2C2A9D;
}

#quicknav a:hover{
	color:#db052a;
}

a#ha{
	color:white;
}

