body {
	background:url('./images/bg.png') repeat-x #88aacb;
	color:#ffffff;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.contenu {
	width:848px;
	height:auto;
	margin:auto;
	}
	
.header {
	background:url('./images/icono.png') no-repeat;
	width:582px;
	padding-left:266px;
	height:126px;
	font-size: 70%;
	}
	
.logo {
	background:url('./images/logo.png') no-repeat;
	width:180px;
	height:155px;
	float:right;
	margin-top:20px;
}

.texte {
	float:left;
	width:600px;
	margin-left:16px !important;
	margin-left:8px;
	font-size:80%;
	}
	
.post {
	background-image:url(images/48J49_1769.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
	min-height:490px;
	height:100%!important;
	height:500px;
	}	

ul , li { margin:0; padding:0; list-style-type:none; }

a { color:#001547; text-decoration:none; font-weight:bold; }
a:hover { color:#88aacb; font-weight:bold; }
.post a:hover { color:#ffffff; font-weight:bold; }
a img { border:0; }
h2 a {color:#001547;}

h1, h2, h3, h4, h5 { margin:0; font-size:100%; font-weight:normal; }
h1 { font-size:350%; color:#ffffff; margin-top:10px;}
h1 span { display:block; font-size:40%; color:#88aacb; letter-spacing:6px; text-transform: none;}
p { margin:0; padding:5px; font-size:90%; }

.menu_droite {
	width:180px;
	height:auto;
	float:right;
	text-align:center;
	margin-top:35px;
	font-size: 70%;
	}
	
.menu_droite h2 {
	background:url('./images/bg_menu.png') no-repeat;
	width:158px;
	height:25px;
	font-size:100%;
	text-transform:uppercase;
	color:#ffffff;
	padding-top:8px;
	}

.menu_droite ul { margin:12px auto 50px auto; }
.menu_droite a { font-weight:normal;}

.post h2 {
	border-bottom:1px dotted #ffffff;
	text-transform:uppercase;
	color:#001547;
	margin-top:30px;
	font-weight: bold;
}
.post h3 {
	text-align:center;
	font-weight:bold;
	border:1px dotted #ffffff;
	}
.post li {
	text-transform:uppercase; color:#b67402; font-size:150%; margin-top:30px; 
	}
.right {
	float:right;
}
.left {
	float:left;
	margin-right: 5px;
}
.encart{
	border:#001547 solid 1px;
}

