body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#164871;
  	text-align: center; /* pour corriger le bug de centrage IE */ 
}


* {margin: 0px;padding: 0px;}

#container {
	margin: auto;
	width: 900px;
  text-align: left; /* on rétablit l'alignement normal du texte */ 
}
#main {
	width: 900px;
	margin: auto;
	background-image: url(images/background.gif);
}
/******************** header ********************/
#haut {
	width:880px;
	height:40px;
	margin: 2px 10px;
	background-color:#a5cae5;
	padding: 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#haut h5 {
	font-size: 24px;
	color: #164871;
	font-weight:900;
	text-indent: 6pt;
	float:left; 	
}
#haut p {
	font-size: 10px;
	color: #164871;
	word-spacing: normal;
	text-align:right;
	text-indent: 6pt;
}
#header {
	width:880px;
	height:102px;
	margin-left:10px;
	background-image: url(images/header2.jpg);
	display:block;
	margin-right: 10px;
}
#nav {
	width:880px;
	height:22px;
	margin: 2px 10px;
	background-color:#a5cae5;
	padding: 3px 0px;
	font-size: 12px;
	font-style: normal;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:205px;
	height:22px;
	float:left;
	margin-left:12px;
	text-align:center;
}
#nav a {
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, h2, h3, h4, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:880px;
	margin-left:10px;
	background-color:#a5cae5;
	font-size: 10px;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
#left {
	float:left;
	display:inline;
	margin: 0px 10px;
}
#left1 {
	width:850px;
	float:center;
	display:inline;
	margin: 0px 10px;
}
#content p {
	font-size: 12px;
	color: #164871;
	word-spacing: normal;
	text-align: left;
	text-indent: 8pt;
	margin-right:8pt;
	line-height: 120%;
}

#content h1 {
	color: #FFFFFF;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}
#content h2 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #164871;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}
#content h3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #164871;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}
#content h4 {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #164871;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}
#content a{
	color: #164871;
	font-weight:800;
	text-decoration: none;
}
#content a:hover{
	color:#FFFFAE;
}
#content span{
	font-size: 12px;
	color: #164871;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
.bordure {
	border: 1px solid #6699FF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

.bordure1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	border: 2px groove #FFFFFF; 
	padding: 2; 
	bordercolor: #FFFFFF;
	align:left;
	}
.bordure2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	border: 2px groove #FFFFFF; 
	padding: 2; 
	bordercolor: #FFFFFF;
	align:left;
	}
#right {
	float:right;
	width:150px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 2px 10px 5px;
	margin: 60px 10px 20px 0px;
	display:inline;
}
#right li {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	line-height: 150%;
	margin: 0;
	height: auto;
	width: auto;
	}
#right a{
	color:#FFFFFF;
	font-weight:900;
	text-decoration: none;
}
#right a:hover{
	color: #FFFFAE;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:100%;
	text-align:center;
	color:#164871;
	margin: 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
}
.clear{
	clear:both;
}



