@import "../../../dojo/dojox/widget/Dialog/Dialog.css";
@import "Bloc.css";

.dlgDemandeInfosDialog {
	background-color: #FFFFFF;
	color: #9c9790;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

.dlgDemandeInfosDialog .dojoxDialogCloseIcon {
	left: 505px;
	top: 20px;
	background-image: url('images/Icon - fermeture.png');
	width: 11px;
	height: 11px;
}

.dialogInfosContent {
	padding: 10px;
}

.dlgDemandeInfosDialog H1 {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
	color: #732813;
	text-transform: uppercase;;
	border-bottom: solid #732813 1px;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}

.dlgDemandeInfosDialog .largTitre {
	width: 125px;
}
.dlgDemandeInfosDialog LABEL {
	font-weight: normal;
	padding-right: 10px;
}

.dlgDemandeInfosDialog INPUT, .dlgDemandeInfosDialog TEXTAREA {
	color: #666666;
}

.dlgDemandeInfosDialog .dijitTextBox, .dlgDemandeInfosDialog .dijitTextArea {
	border-color: #9c9790;
}

.dlgDemandeInfosDialog .fieldNom {
	width: 150px;
}

.dlgDemandeInfosDialog .fieldMail {
	width: 250px;
}

.dlgDemandeInfosDialog .telephoneBloc {
}

.dlgDemandeInfosDialog .cache {
	display: none;
}

.dlgDemandeInfosDialog .fieldTelephone {
	width: 140px;
}

.dlgDemandeInfosDialog .fieldHeure {
	width: 60px;
}

.dlgDemandeInfosDialog .fieldQuestions {
	width: 350px;
}

.dlgDemandeInfosDialog .questionsBloc {
	margin-top: 30px;
}

.dlgDemandeInfosDialog .questionsBloc TD.largTitre {
	vertical-align: top;	
}

.dlgDemandeInfosDialog .resultat {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.dlgDemandeInfosDialog .resultat .erreur {
	color: #732813;
}

.dlgDemandeInfosDialog .resultat IMG {
	text-align: center;
	width: 200px;	
}

.dlgDemandeInfosDialog .degrade {
	margin-top: 4px;
	height: 23px;
	line-height: 23px;
	background: transparent url('images/Barre-degrade2.jpg') no-repeat scroll top right;
	text-align: right;
}

.dlgDemandeInfosDialog .degrade A {
	margin-right: 17px;
	color: #732813;
	font-weight: bold;
}
