
/*----------------------------------> Styles des boites receptrices   --*/
/*------- centre -------*/
div#centre {
  float: left;
  width : 725px;
}
/*
div#centre div#sortie_js  {
  position: absolute;
  left : -150px;
  width : 150px;
  border  :1px solid red;
  background-color: black;
  color : #fff;
}
*/
div#edito {
  position: relative;
  float: left;
  width : 158px;
  height : 230px;
  padding : 10px;
  margin-bottom : 30px ;
  background-color: #333333;
}

div#contribution_home  {
  position: relative;
  width : 725px;
  height : 280px;
  padding : 0px 0px 0px 10px;
}

/*------- droite -------*/
div#droite  {
  float: left;
  width: 235px;
  padding-left : 10px;
 /* background: purple;*/
}
div#connexion, div#aujourdhui, div#parteanires   {
  position: relative;
  width: 213px;
  padding : 10px;
  background-color: #333333;
}

div#connexion {
  height : 160px;
  margin-bottom : 10px;
}

div#parteanires {
  height : 20px;
  background-color: transparent;
}
div#parteanires p#p_part {
  position: absolute;
  right : 70px;
  bottom : 1px; 
  text-align: right;
}

div#parteanires img#partenaires  {
  position: absolute;
  right : 0px;
  bottom : 0px;
  cursor: pointer;
}


/*----------------------------------> Formatage des contenus   --*/
/*------- centre : edito -------*/

div#edito p {
  letter-spacing: 0em;
  line-height: 1.5em;
  
}
/*------- centre : accroches -------*/
div#acroche_ct, div#acroche_pro {
  float: left;
  width : 493px;
  position: relative;
  /*min-height: 90px;*/
  padding : 10px;
  padding-right : 30px;
  margin-left : 10px;
  margin-bottom : 10px;
  cursor: pointer;
}

div#acroche_ct  {
  	background : #2D2D2D url(../interface/picto_home_ct.gif) no-repeat bottom right;
}
div#acroche_pro {
  	background : #2D2D2D url(../interface/picto_home_pro.gif) no-repeat bottom right;
}

div.acroche_ct_hover {
  	background : #333333 url(../interface/picto_home_ct_hover.gif) no-repeat bottom right !important;
}
div.acroche_pro_hover {
  	background : #333333 url(../interface/picto_home_pro_hover.gif) no-repeat bottom right !important;
}

div#txt_ct1, div#txt_pro1, div#txt_ct2, div#txt_pro2 {
  margin-top : 8px;
}

div#acroche_ct h3, div#acroche_pro h3 {
  height : 25px;
}

div#acroche_ct span, div#acroche_pro span {
  display: none;
}

div#acroche_ct ul, div#acroche_pro ul {
  list-style-type: none;
  margin-left : 3px;
  margin-top : 5px;
}
div#acroche_ct ul li {
  padding-left : 7px;
  margin-top : 2px;
  background : url(../interface/puces/fl_ffae00.gif) 0 4px no-repeat;
}

div#acroche_pro ul li {
  padding-left : 7px;
  margin-top : 2px;
  background : url(../interface/puces/fl_0080ff.gif) 0 4px no-repeat;
}

div#acroche_ct ul li.ss_l, div#acroche_pro ul li.ss_l  {
  background-image: none;
  margin-left : 10px;
}

div#acroche_ct strong, div#acroche_pro strong {
  color : #e2e2e2;
  font-weight: normal;
}
div#acroche_ct ul li strong {
  color :#FFAE00;
  font-weight: normal;
  font-size: 1em;
}
div#acroche_pro ul li strong {
  color :#0080FF;
  font-weight: normal;
  font-size: 1em;
}

/*------- centre : contribution_home -------*/
div#contribution_home ul {
  list-style-type: none;
}

div#contribution_home ul li {
  float: left;
  width: 90px;
  height: 115px;
  margin : 6px 10px 4px 0px;
}

div#contribution_home a  {
  font-size : 1.7em;
  font-weight : bold;
  text-decoration : none;
}

div#contribution_home a img{
  border-width : 0px;
}


