/* CSS Document */

.collapse_h {
  margin : 10px 0 0 0; 
  cursor:pointer;
}

.collapse_gauche {
  height : 16px;
  width : 4px;
  background : url(../img/collapse/bandeau-gauche.gif) top left no-repeat;
}

.collapse_milieu {
  color: white;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-weight : bold;
  height : 16px;
  width : 300px;
  background : url(../img/collapse/bandeau-fond.gif) top left repeat-x;
}

.collapse_titre {
	text-align:left;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size:0.8em; 
  font-weight:bold; 
  color: black;   
  margin : 0 10px 3px 10px;
  }
.collapse_texte {
	text-align:left;
	font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  margin : 0 10px 6px 10px; 
  }
    
.collapse_droite {
  height : 16px;
  width : 14px;
  background : url(../img/collapse/bandeau-droite.gif) top left no-repeat;
}

.collapse_d {
  margin : 0 10px 0 10px; 
  width : 298px;
  border-left : 1px solid #f53fc8;
  border-right : 1px solid #f53fc8;
  border-bottom : 1px solid #f53fc8;
  background-color : white;
}
