/* ------------------------------------ * CSS mardi 22 août 2006 15:49:53 R.Mayo * ------------------------------------ */    html,body {    background-color: #FFFFFF;    color:  #000000;    margin: 0;    font-family:Verdana, Arial, Helvetica, sans-serif;    font-size: 11px;    }    #conteneur{    background-color: #FFFFFF;    display:table;    width:762px;    height:100%;    margin-left:auto;    margin-right:auto;    text-align:center;    border:6px solid #000000;    background-image:url("./images/mi_mi.jpg");    background-repeat: repeat-y;    }     #header{     width:762px;     height:158px;     background-image:url("./images/header.jpg");     background-repeat: no-repeat;    }    #barre{     width:762px;     height:36px;     background-image:url("./images/mi_header.jpg");     background-repeat: no-repeat;    }    #centre{     width:467px;     text-align:left;    }     #bottom{     width:762px;     height:19px;     background-image:url("./images/bottom.jpg");     background-repeat: no-repeat;     }     #gauche{     text-align:left;     width:144px;     }      #droite{     text-align:left;     width:137px;     }    table{     margin:0;     padding:0;     width:762px;     }     td{      margin:0;     padding:0;     }     .txt_menu{     margin-left:15px;     }     .menu{       width:130px;       height:100%;       background-image:url("./images/menu.jpg");       background-repeat: repeat-y;     }      .menu1{       width:130px;       height:100%;       background-image:url("./images/menu1.jpg");       background-repeat: repeat-y;     }     .menu2{       width:130px;       height:100%;       background-image:url("./images/menu2.jpg");       background-repeat: repeat-y;     }     #contenu_centre{     margin-left:5px;     }     .title_body{     width:188px;     height:19px;     background-image:url("./images/title.jpg");     background-repeat: no-repeat;     }          .title_body1{     width:188px;     height:19px;     background-image:url("./images/title1.jpg");     background-repeat: no-repeat;     }      .title_body2{     width:188px;     height:19px;     background-image:url("./images/title2.jpg");     background-repeat: no-repeat;     }     .txt_title{     margin-left:25px;     line-height:19px;     color:#FFFFFF;     font-weight:bold;     }     #conteneur_cell{      width:410px;      margin-left:40px;     }	 	 #conteneur_cell2{      width:410px;      margin-left:40px;     }     .cell_body{     float:left;     width:14px;     }      .cell1_body{     float:left;     width:110px;     }      .body_tab{       margin-left:15px;       padding:1%;       width:416px;       display:table;       height:auto;       border:2px solid #DBDBDB;      }	  	  .body_tab li a {	  	  text-decoration:none;	  	  color:#700D0D;	  	  background:url(images/carrerose.gif) no-repeat 0px 4px;	  	  padding-left:12px;	  	  padding-top:0px;	  	  }      #droite_col{      margin-left:10px;      width:120px;      text-align:left;      }      .float_col{      float:left;      width:18px;      height:12px;      }       .float_col1{      float:left;      width:100px;      height:12px;      }      #copyright{      float:left;      width:240px;      color:#FFFFFF;      line-height:19px;      }        #mention{      float:left;      text-align:left;      margin-left:20px;      width:400px;       line-height:19px;      }      .txt_mini{      font-size:9px;      font-style:italic;      }      .txt_head{       margin-top:60px;       float:left;       width:375px;      }      .txt_head1{       margin-top:27px;       float:right;       width:100px;      }      .cp{      color:#FFFFFF;      text-decoration:none;      }      .menu_href{      color:#000000;      text-decoration:none;      }      .fl_input{      float:left;      width:150px;      }      .fl_input1{      float:left;      width:350px;      }      .cell_cat{      margin-left:5px;      float:left;      width:300px;      }      .cat_txt{      color:#0B5EC6;      text-decoration:none;      }      .sep{      width:115px;      border-bottom: 1px dotted;      border-color:#DBDBDB;      height:12px;      }      .sep1{      margin-left:10px;      width:115px;      border-bottom: 1px dotted;      border-color:#DBDBDB;      height:12px;      }
