/* CSS Document */

.entete{
	/*background-color: #000000; */
	border-bottom: 2px solid #000000;
}


.text_entete{
	color:#000000;
	font-weight:bold;
}

/*** Bloc pour l'ajout / modification d'une question ***/
.bloc_ajout_question{
	border: 0px solid blue;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/*** Bloc pour la gestion des réponses ***/
.bloc_ajout_reponse{
	border: 0px solid blue;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.bloc_ajout_reponse table{
	width: 100%;
}

.bloc_ajout_reponse table th{
	background-color:#000000;
	color:#FFFFFF;
}

.bloc_ajout_reponse table tr.coul_1{
	background-color:#CCCCCC;
}

.bloc_ajout_reponse table tr.coul_2{
	background-color:transparent;
}

.bloc_ajout_reponse textarea{
	width:100%;
	height:35px;
}


/*** Bloc pour la gestion des questions ***/
.bloc_gestion_question{
	background-color: transparent; 
	margin-left: 10px;
	margin-right: 10px;
}

.bloc_gestion_question .question{
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 4px;
	background-color: transparent; 
}

.question_hover{
	background-color: #999999; 	
}
