

#cadre_boutons_connecte {
  display: none;
}

.bouton_menu_modif {
  display: none;
}

#bandeau,
#fond,
#fond_menu,
#menu,
#ariane,
#menu_v,
#banner ,
#contact ,
#baseline  {
  display: none;
}

#bandeau_print {
  display: block;
}

#site {
  width: 650px; 
}

* {
  background-image: none;
  font-family: arial, sans-serif;
  color: #555555;
  font-size: 12pt;
}

#accordion dd {
  display: block !important;
}


#texte {
  width: 640px;
}

#texte h1 {
  line-height: 35px;
  margin: 0px;
  padding-left: 20px;
  
  font-family: 'Homenaje', verdana, sans-serif;
  color: #048c9e;
  font-weight: 400;
  font-size: 22px;
  
  background-image: url(http://www.cornand.fr/commun/modeles/defaut/img/h1-texte.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;     
}

#texte h2 {
  color: #ff7e00;
  font-weight: normal;
  font-size: 16px;    
}

#texte a {
  color: #048c9e;    
}

#texte a:hover {
  text-decoration: none;    
}

#texte strong {
  color: #048c9e;
  font-weight: bold;   
}

#texte img {
  max-width: 100%;
}

#texte .img_gauche {
  float: left;
  margin-right: 15px;
}

#texte .img_droite {
  float: right;
  margin-left: 15px;
}

#texte .img_gauche_cadre {
  float: left;
  margin-right: 15px;
  padding: 4px;
  background-color: #f4f4f4;
  border: 1px solid #dadada;   
}

#texte .img_droite_cadre {
  float: right;
  margin-left: 15px;
  padding: 4px;
  background-color: #f4f4f4;
  border: 1px solid #dadada;   
}

#texte ul {
  list-style-type: none;   
}

#texte ul li {
  margin-left: 0px;
  padding-left: 13px;
}

#texte ul li:before {
  content: '> ';
  color: #FF7600;
  font-size: 12px;
}

#texte blockquote {
  margin: 20px 10px;
  padding: 10px;
  
  text-align: center;
  
  border: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  background-image: url(http://www.cornand.fr/commun/modeles/defaut/img/blockquote.gif);
  background-repeat: repeat-x;
  background-position: center top;
  
  -webkit-box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1);
}

.listing {
  color: #29213b;
}

.listing th {
  padding: 7px;
  color: #ffffff;
  
  border-bottom: 1px solid #368f9e;
  border-left: 1px solid #ffffff;
  
  background: rgb(154,208,216); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(154,208,216,1) 0%, rgba(118,192,202,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,208,216,1)), color-stop(100%,rgba(118,192,202,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(154,208,216,1) 0%,rgba(118,192,202,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(154,208,216,1) 0%,rgba(118,192,202,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(154,208,216,1) 0%,rgba(118,192,202,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(154,208,216,1) 0%,rgba(118,192,202,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad0d8', endColorstr='#76c0ca',GradientType=0 ); /* IE6-9 */  
}

.listing tr:nth-child(even) {
  background-color: #e5f3f5;
}

.listing tr:nth-child(odd) {
  background-color: #edf7f8;
}

.listing tr td {
  padding: 7px;
  
  border-top: 1px solid #f2f9fa;
  border-bottom: 1px solid #cee8eb;
  border-left: 1px solid #ffffff;
}

.listing tr td b,
.listing tr td strong {
  color: #29213b;
}

  
#accordion dt {
  line-height: 38px;
  margin-right: 2px;
  margin-bottom: 7px;
  
  border: 2px solid #dddddd;  
}

#accordion dt span {
  display: block;
  margin: 0px;
  margin-right: 20px;
  padding-left: 20px;
  
  font-family: 'Homenaje', verdana, sans-serif;
  color: #048c9e;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;  
}

#accordion dd {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 20px;  
}
