.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #681c1d;
}

.technology{ /*header of 2nd demo*/
  cursor: hand;
  cursor: pointer;
  margin: 1px 0;
  background: #22373c url('http://www.52coupsdecoeur.com/wp-content/themes/52-coups-de-coeur/img-sejours-paca/accordeon_plus.png') left top no-repeat;
  height:30px;
  border: 1px solid #22373c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.technology span.accordeon_titre {
font-family: Century Gothic, "Times New Roman", Times, serif;
color: #FFF;
font-size:18px;
font-weight:normal;
font-style:normal;
top:4px;
left:35px;
margin:0px;
position:relative;
}
	

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
  background: #681c1d url('http://www.52coupsdecoeur.com/wp-content/themes/52-coups-de-coeur/img-sejours-paca/accordeon_moins.png') left top no-repeat;
  border: 1px solid #681c1d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/

}

.9thelanguage {
	border: 1px solid #AAA;
	padding : 0px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

