
#conteneur.admin #gauche {
	padding-top: 50px;
}

.tableau img {
	display:inline !important;
}

.faq_block {

	background: url('../images/lquot.png') left top no-repeat;
	/*border:1px dotted grey;*/
	margin:3px;
	padding-left:30px;
}

.faq_block .response {

	background: url('../images/rquot.png') right bottom no-repeat;
	padding:35pt;
}

.move {
	cursor: move;
}
table.tableau {
	border-collapse: collapse;
	border: medium solid #999999;
	width:100%;
	}
.tableau tr {
	border: #6289B8 1px solid;	
}
.tableau th {
 	background-color: #CCC;	
 	padding: 5px 5px 5px 5px;
 	border: 1px solid #fd8111;
}

.tableau td {
 	color:black;	
 	padding: 5px 5px 5px 5px;
 	border: 1px solid #fd8111;
}

div.form_error {
    background-color:#FFFFFF;
    color: #F23D00; 
    border:0px solid #F23D00;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align:center;
}
