.block_1
  {
  float: left;
  width: 260px;
  margin-left: 260px;
  }
* html .block_1
  {
  display: inline;
  }
.block_2
  {
  float: left;
  width: 260px;
  margin-left: -520px;
  }
.block_3
  {
  float: left;
  width: 260px;
  }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
.wrapper
  {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
  float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
  float/**/: none;
  }
/* easy clearing */
.wrapper:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
.wrapper
  {
  display: inline-block;
  }
/*\*/
.wrapper
  {
  display: block;
  }
/* end easy clearing */

/**#footer
  {
  clear: both;
  }
**/

/******* layout *******/
body {
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt; 
color: #000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background: #41377f;
/**text-align:center;**/
}
.wrapper {
position:relative;
width:780px;
margin:0 auto;
padding:0;
/**text-align:center;**/
background:#eee;
color: #000;
/**border-left:1px solid #f1b75f;
border-right:1px solid #f1b75f;
border-top:1px solid #f1b75f;
border-bottom:1px solid #f1b75f;**/
}

.header {
position:relative;
clear:none;
width:780px;
height:150px;
margin:0;
padding:0;
background:#fff url("images/gradient.jpg") repeat-y top right;
color:#000;
text-align:left;
}

.conteneurlogo-g {
float:left;
width:180px;
height:100px;
margin:0 10px 0 0;
padding:10px 0 0 50px;
}
.conteneurlogo-d {
float:right;
clear:none;
width:220px;
height:100px;
margin:0 auto;
padding:15px 0 0 0;
/**text-align:center;**/
}
.conteneurmessage {
float:right;
clear:none;
width:450px;
height:100px;
margin:0 auto;
padding:50px 0 0 0;
text-align:center;
}

.topnav{
position:relative;
text-align:center;
clear:both;
width:186px;
height:21px;
margin:0 auto;
padding:10px 0 0 0;
font-size:8pt;
}

.container {
position:relative;
clear:both;
width:760px;
margin:10px 10px 0 10px;
padding:0 0 0 0;
background:#eee;
color:#000;
text-align:left;
}

.news_right {
position:relative;
clear:both;
width:215px;
margin:20px 5px 5px 10px;
padding:0 10px 0 10px;
background:#D0DEF6;
color:#465670;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

.news p {
margin:10px 10px;
}

.news_cnr_top {
background:url(images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.news_cnr_bottom {
background:url(images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.news_cnr1_top {
background:url(images/cnr_tr_ocre_sur_gris.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.news_cnr1_bottom {
background:url(images/cnr_br_ocre_sur_gris.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}


img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

.news_left {
position:relative;
width:215px;
margin:20px 5px 5px 10px;
padding:0 10px 0 10px;
background:#FFE79F;
color:#465670;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

.boite_cnr_top {
background:url(images/cnr_tr_blanc_sur_bleu.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.boite_cnr_bottom {
background:url(images/cnr_br_blanc_sur_bleu.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}


.footer {
position:relative;
clear:both;
width:760px;
margin:0px 10px 10px 10px;
padding:4px 0 4px 0;
background:#eee;
font-size:8pt;
text-align:center;
border-top:1px solid #f1b75f;
border-bottom:1px solid #f1b75f;
}


/******* menu haut *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:9pt;
color:#fff;
float:left;
width:100%;
background:#fff url(images/topnav_bg_grey01.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 1em;
background:#fff url(images/topnav_bg_grey01.gif);
color: #000;
text-decoration:none;
float: left;
border-right:1px solid #f1b75f;
}

#nav ul li a:hover{
background:#8DA8D5 url(images/topnav_bg01.gif);
color: #ffffff;
text-decoration:none;
border-right:1px solid #ccc;
}

#nav ul li a:visited{
background:#8DA8D5 url(images/topnav_bg11.gif);
color: #ffffff;
text-decoration:none;
border-right:1px solid #ccc;
}


/******* liens *******/

a {
color:#D3812D;
text-decoration:underline;
}

a:hover {
color:#E39243;
text-decoration:none;
}

#news a {
color:#D3812D;
text-decoration:underline;
}

#news a:hover {
color:#E39243;
text-decoration:none;
}

#footer a {
color:#465670;
text-decoration:none;
}

#footer a:hover {
color:#D3812D;
text-decoration:none;
}

/******* fontes et formatages *******/

p {margin-left:5px;}

p.strongib {
font-weight:bold;
font-style:italic;
color:#465670;
}

.italic {
font-style:italic;
}
.strongib {
font-weight:bold;
font-style:italic;
color:#465670;
}

.conteneurmessage strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#2693CF;
font-size:14pt;
letter-spacing:.3em;
}

.news_title {
font-family:Arial, Helvetica, sans-serif;
color:#0025B2;
font-size:14pt;
font-weight:bold;
}
.news_title_blue {
font-family:Arial, Helvetica, sans-serif;
color:#465670;
font-size:10pt;
font-weight:bold;
}

.decaleg20 {
margin-left: 20px;
}

.decaleg145 {
margin-left: 145px;
}


.news_title_blue_centre {
font-family:Arial, Helvetica, sans-serif;
color:#465670;
font-size:10pt;
font-weight:bold;
text-align:center;
}

.page_title {
font-family:Arial, Helvetica, sans-serif;
color:#0025B2;
font-size:13pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 5px;
}
.page_title_decale250 {
font-family:Arial, Helvetica, sans-serif;
color:#0025B2;
font-size:13pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 250px;
}

/******* images *******/

img {
border:none;
}

.droite img{
position:relative;
float:right;
padding:10px;
margin:10px;
}

.gauche img{
position:relative;
float:left;
padding:0;
margin:5px 2px 2px 5px;
}
	 
img.centre
 {
   display: block;
   margin-left: auto;
   margin-right: auto
 }
	 
	

/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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


