#container { /* This is to have a border around the text */
    width: 950px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
    background: url(../images/main_background.gif) repeat-y;
}
#topBanner {
    height: 40px;   /* Position du logo par rapport au top */ 
    background: url(../images/border_top_background.gif) no-repeat top center;
}
#wrapper {  /* This is to limit the width to 850px */
    width: 850px;
    margin-left: auto;
    margin-right: auto;
	/* margin-top: 200px; */  
}
    #mainContent {
        margin-left: 200px;
        border-left: 1px solid #FCC7BB;
		margin-right: 200;
        padding: 10px;
        text-align: justify;
    }
      #footer a {
          color: #EF5848;
      }
      #footer #rightFooter {
          float: right;
          width: 200px;
      }
      #footer img {
          float: left;
          margin-right: 15px;
      }
      #footer h2, h3,h4, h5, h6{
          color: white;
      }

#mainHeader {
    height: 2px;														/* Distance du top au début du menu accordion */ 
    /*background: url(../images/TIE5.jpg) no-repeat top center;*/
}


    ul#mainMenu {
        position: absolute;
        top: 30px;             /* Position du menu 5 items */ 
		margin-left: -400px;
    }
    ul#mainMenu li {
        display: inline;
        list-style: none;
        margin: 0;
    }
    ul#mainMenu li a {
        display: block;
        float: left;
        color: #165076;
        font-size: 11px;
        /*padding: 0 0 5 65px;*/
		padding: 0px 30px 20px 10px;      /* Positionnement horizontal des titres dans la barre de menu horizontal - Christine */
        line-height: 200px;                /* Positionnement vertical des titres dans la barre de menu horizontal */
    }

.titre_h { /* This is to have a border around the text */
    width: 950px;
    margin-left: 500;
    margin-right: 500;
	margin-top: 60px;
   /* background: url(../images/border_top_background.gif) no-repeat top center;*/
}
