.header_notebook {
	width:100%;
	background-color: #222;
	padding:5px;
	height:137px;
}

.header_title {
	font: bold 12px/14px Verdana;
	padding:5px;
	color:#fff;
	width:25%;
	float: left;
}

.header_info {
	font-weight: 500;
}

.header_img {
	width:75%;
	float:right;
	position: relative;
}

.header_img img {
	width:100%;
}

.nb_text {
	position: absolute;
	top:0;
	right:0;
	width:100%;
	padding:1%;
	overflow: auto;
	height: 127px;
	background-color: #000;
	opacity: 0.7;
	color:#fff;
	display: none;
}

.mycow_quiz label.sentence {
	margin-top:10px !important;
	margin-bottom: 0px !important;
}

/** gestion des questions select **/ 

.mycow_quiz .s-type-2 {
	display: inline;
	padding-right: 15px;
} 

.mycow_quiz .q-type-2 select {
	margin-left: 15px;
}

.mycow_quiz .q-type-2 {
	margin-bottom: 10px;
}