#main #content #zone_quest #error{
	padding : 20px 0px 0px 20px;
	font-weight : bold;
	color : #d00;
	visibility : hidden;
	margin-left : 35px;
	float : left;
}

#main #content #zone_quest .message{
	background : url(../images/fondQuest.png) repeat-x top left #fff;
	border : solid 2px #ececec;
	width : 500px;
	margin : 20px 0px 20px 50px;
	_margin : 20px 0px 20px 25px;
	padding : 35px;
	color : #000;
	float : left;
	clear : left;
}
	#main #content #zone_quest .message strong{
		font-weight : normal;
		font-size : 18px;
		color : #0078aa;
	}
	
#main #content #zone_quest .quest{
	background : url(../images/fondQuest.png) repeat-x top left #fff;
	border : solid 2px #ececec;
	width : 560px;
	float : left;
	clear : left;
	margin : 20px 0px 20px 50px;
	_margin : 20px 0px 20px 25px;
	padding : 5px
}
	#main #content #zone_quest .quest div.intituleQuest{
		font-size : 14px;
		color : #0078aa;
		font-weight : bold;
		padding-left : 50px;
		padding-right : 30px;
		padding-top : 15px;
		position : relative;
	}
		#main #content #zone_quest .quest div.intituleQuest .numQuest{
			font-size : 30px;
			color : #7f7f7f;
			position : absolute;
				top : 0px;
				left : 0px;
				_left : -50px;
		}
		#main #content #zone_quest .quest div.intituleQuest .finIntitule{
			display : none;
		}
		
	#main #content #zone_quest .quest div.info{
		color : #7f7f7f;
		margin : 10px 20px 0px 35px;
	}
	#main #content #zone_quest .quest div.contentQuest{
		padding : 10px 10px 10px 30px;
		line-height : 170%;
	}
		#main #content #zone_quest .quest div.contentQuest input{
			margin : 0px 3px;
		}
		#main #content #zone_quest .quest div.contentQuest textarea{
			display : block;
			width : 95%;
			height : 125px;
			border : inset 1px #ececec;
			background : #fafafa;
			overflow-y : scroll;
		}
		
		/* sQuest */
		#main #content #zone_quest .quest div.contentQuest .ssQuest{
			border : solid 2px #ececec;
			padding : 15px;
			line-height : 170%;
			margin-top : 20px;
		}
			#main #content #zone_quest .quest div.contentQuest .ssQuest .intituleSSQuest{
				font-size : 12px;
				color : #0078aa;
				font-weight : bold;
			}
			#main #content #zone_quest .quest div.contentQuest .ssQuest .intituleSSQuestERR{
				font-size : 12px;
				color : #d00;
				font-weight : bold;
			}
			#main #content #zone_quest .quest div.contentQuest .ssQuest .contentSSQuest{
				padding : 5px;
				line-height : 170%;
				margin-bottom : 10px;
			}
				#main #content #zone_quest .quest div.contentQuest .ssQuest .contentSSQuest textarea{
					width : 95%;
					height : 75px;
					/*border : solid 2px #ececec;*/
					margin : 10px 0px 10px 0px;
				}
		
#main #content #zone_quest .leftColonne{
	background : url(../images/fondLeftColonne.jpg) repeat-x top left #fff;
	width : 236px;
	float : right;
	min-height : 200px;
	_height : 200px;
	margin : 0px 50px 0px 0px;
	_margin : 0px 25px 0px 0px;
}
	#main #content #zone_quest .leftColonne h1{
		width : 211px;
		height : 59px;
		background : url(../images/h1Details.png) no-repeat top left;
		margin : 35px auto 0px auto;
	}
		#main #content #zone_quest .leftColonne h1 span{
			display : none;
		}
	#main #content #zone_quest .leftColonne div.textes{
		width : 211px;
		min-height : 208px;
		_height : 208px;
		background : url(../images/divDetails.png) no-repeat top left;
		margin : 0px auto 0px auto;
	}
		#main #content #zone_quest .leftColonne div.textes p{
			color : #000;
			padding : 0px 5px 35px 5px;
		}
			#main #content #zone_quest .leftColonne div.textes p strong{
				font-size : 18px;
				color : #0078aa;
				font-weight : normal;
			}



#main #content #zone_quest p.submit{
	float : left;
	clear : left;
	text-align : right;
	margin-bottom : 15px;
	width : 630px;
}
	#main #content #zone_quest p.submit input.invisible{
		opacity : 0.1;
		filter : alpha(opacity=10);
		-moz-opacity : 0.1;
		cursor : default;
	}

table.echelle{
border-collapse : collapse;
width : 90%;
margin : 10px;
}
table.echelle tr.entete td{
background : #f2f2f2;
cursor : default;
font-size : 11px;
}
table.echelle tr.entete td.vide{
background : transparent;
border-width : 0px;
}
table.echelle tr.entete td.valeur{
width : 19%;
}
table.echelle tr td{
text-align : center;
vertical-align : middle;
border : solid 1px #ccc;
background : #fff;
padding : 3px;
cursor : pointer;
color : #000;
}
table.echelle tr td.intitule{
text-align : left;
vertical-align : top;
cursor : default;
background : #f2f2f2;
padding-left : 10px !important;
}