/*
 * Cadre de la page 
 */

.CADRE_GLOBAL {
  position: relative;
  margin: 0 auto;
  width: 990px;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  background-color: #FFFFFF;
}

.CADRE_MENU_TOP {
  margin: 0px;
  height: 40px;
  background-image:url("../image/m_fond.png");
}

.CADRE_MENU_TEXT {
  padding: 10px;
  font-size: 13px;
}

.CADRE_MENU_BOTTOM {
  margin: 0px;
  width: 990px;
  height: 36px;
  clear: both;
  background-image:url("../image/m_fond.png");
}

.CADRE_LIEN_BOTTOM {
  margin: 0px auto;
  width: 750px;
  clear: both;
}

.CADRE_LIEN_TEXT {
  padding-top: 7px;
}

.CADRE_LEFT {
  float: left;
  width: 200px;
  margin-left: 10px;
}

.CADRE_LEFT_BIG {
  float: left;
  width: 690px;
  padding-left: 20px;
}

.CADRE_CENTER {
  margin-left: 220px;
  margin-right: 210px;
  padding: 10px 0px;
}

.CADRE_CENTER_ONLY {
  margin: -5px auto;
  padding: 10px 0px;
  width: 990px;
  background: #FFFFFF;
}

.CADRE_RIGHT {
  float: right;
  width: 255px;
}

.CADRE_RIGHT_SMALL {
  margin-right: 10px;
  margin-top: 28px; 
  float: right;
  width: 185px;
}

.CADRE_ACC_EXPERTISE {
  float: left;
  margin: 10px;
  margin-bottom: 30px;
  width: 200px;
}

.CADRE_ACC_MINI {
  width: 185px;
  border-bottom: dotted 1px #CCCCCC;
}

.CADRE_ACC_TITLE_MINI {
  width: 185px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
  background-image:url("../image/c_backtitle.png");
}

.CADRE_ACC_MOY {
  width: 205px;
  border-bottom: dotted 1px #CCCCCC;
}

.CADRE_ACC_TITLE_MOY {
  width: 205px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
  background-image:url("../image/c_backtitle.png");
}

.CADRE_ACC {
  width: 250px;
}

.CADRE_ACC_TITLE {
  width: 250px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
  background-image:url("../image/c_backtitle.png");
}

.CADRE_ACC_TEXT {
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.CADRE_BANNIERE_DESC {
  position: absolute;
  top: 250px;
  left: 50px;
  width: 200px;
  height: 90px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.CADRE_ACC_MINI2 {
  width: 185px;
  border: solid 1px #CDCDCD;
  background-color: #F7F7F7;
}

.CADRE_ACC_TITLE_MINI2 {
  width: 185px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
}

