/* CSS Document */
.bouton{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin:0;
}

.sous-menu1-type{
	padding-left:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin-left:5px;
	text-decoration:none;
}
a.sous-menu1-type{
		color:#FFF;
}
a.sous-menu1-type:hover{
		color:#C0BDB9;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	color: #286934;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #286934;
}
