﻿body {
     margin: 0px;
     padding: 0px;
     text-align: center; /* pour corriger le bug de centrage IE */
       }


#container{
   margin-left: auto;
   margin-right: auto;
   width:994px;

   background: url(images/containerbg2.gif) repeat-y;
   padding-right: 20px;
   padding-left: 20px;


   text-align: left; /* on rétablit l'alignement normal du texte */
}

#subfooter{
   margin-left: auto;
   margin-right: auto;
   width:994px;
   padding-right: 20px;
   padding-left: 20px;
   padding-bottom : 20px;
   background: url(images/containerbg2_bottom.gif) no-repeat top ;
}


/*#neris_scroller{
overflow: hidden;
width: 994;
}*/

#top {
    clear: both;
	background-color : #537e96;
    /*background: url('images/_logoRCBG.gif') no-repeat top left;*/
	color : #000;
    height: 120px;
	border-bottom : 0px solid #47F;
    padding: 1px;  /*Pour contrer erreur Netscape*/

}


#logo {
background: url('images/_logoRCBG.gif') no-repeat top left;
height: 116px;
width : 530px;
}

#adsheader {
    height: 60px;
    width : 468px;
    margin-left : 511px;
    margin-top: -95px;
}

#newsinbriefheader {
    width : 468px;
    margin-left : 530px;
    margin-top: 14px;
    font-size : 0.75em;
    color : #ffffff;

}

#homenavigationheader {
    width : 430px;
    height: 110px;
    margin-left : 35px;
    margin-top: -105px;

}


#leftmenu {
    float: left;
    left : 0px;
	margin-top : 0px;
    width:187px;
    background-color : #DDD3C5;

}



#rightmenu {
    float: right;
    right : 0px;
	margin-top : 0px;
    width:187px;
    background-color : #DDD3C5;


}
#main {
    padding: 5px 197px 5px 197px;
    margin: 0px;

   /* border-left : 0px solid #555;
	border-right : 0px solid #555;
	border-bottom : 4px solid #47F;*/
}

#maincontent {
    width:994px;
    background-color : #ffffff;
}


#footer {
    clear: both;
    background-color : #537e96;


}

p.date {
	border-bottom : 1px solid #AAA;
}


h2 a:visited,
h2 a:active,
h2 a:link {
	color : #0d3F70;
}

h2 a:hover {
	color : #0d3F70;
}


h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #47F;
}

a:visited,
a:active,
a:link {
	color : #000;
}


#comments h4 span {
	color : #999;

}

h3 {
	border-bottom : 1px solid #AAA;
    background: url('images/RubriquesBG2B.gif') no-repeat top left;

}

#h3blue {
	border-bottom : 1px solid #AAA;
    background: url('images/RubriquesBG2Bblue.gif') no-repeat top left;
    color:#ffffff;   //DDF2FE
}

