* {
        padding:0px;
        margin:0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #33CCCC;
	font-style: normal;
	text-decoration:none;
        padding:0px;
        margin:0px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #33CCCC;
	font-style: normal;
	text-decoration:underline;
        padding:0px;
        margin:0px;
}





table#planDuSite td.niveau1 { 
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-size:10px; 
   font-weight:bold; 
   padding:3px 0px 3px 0px;
   text-decoration:none;
} 
table#planDuSite td.niveau1 a { 
   color:#028484; 
   text-decoration:none;
} 
table#planDuSite td.niveau1 a:hover { 
   color:#028484; 
   text-decoration:underline;
} 
table#planDuSite td.niveau2 { 
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-size:10px; 
   padding:3px 0px 3px 12px;
   text-decoration:none;
} 
table#planDuSite td.niveau2 a { 
   color:#028484; 
   text-decoration:none; 
}
table#planDuSite td.niveau2 a:hover { 
   color:#028484; 
   text-decoration:underline; 
} 
table#planDuSite td.niveau3 { 
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-size:9px; 
   padding:3px 0px 3px 32px;
   text-decoration:none;
} 
table#planDuSite td.niveau3 a { 
   color:#028484; 
   text-decoration:none;   
}
table#planDuSite td.niveau3 a:hover { 
   color:#028484; 
   text-decoration:underline;   
}
table#planDuSite td.niveau4 { 
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-size:9px; 
   padding:3px 0px 3px 45px;
   text-decoration:none;
}
table#planDuSite td.niveau4 a { 
   color:#1FAFAF; 
   text-decoration:none;
}
table#planDuSite td.niveau4 a:hover { 
   color:#1FAFAF; 
   text-decoration:underline;   
}















#geq_questionnaire{
	padding-left: 20px;
}

#geq_questionnaire_title{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #47C7C7;
text-decoration:none;

}

#geq_questionnaire_description{
	padding: 5px 0px;
	font-size: 13px;
	font-style: italic;
	margin-left: -10px;
}

#geq_question_obligatoire{
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #47C7C7;
	text-decoration:none;
	text-align: left;
}

#geq_questionnaire_legende{
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #47C7C7;
	text-decoration:none;
	text-align: center;
}

#geq_submit{
	padding: 5px 0px;
}

/*** BLOC TITRES DES QUESTIONS ***/
.geq_question{
	display: block;
	padding: 10px 0px;
}

.geq_question_number{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33CCCC;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	text-align: left;
}

.geq_question_alpha{
	padding-left: 25px;
}

/*** ERREURS SUR LES CHAMPS OBLIGATOIRES ***/
.geq_question_erreur{
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
}

.geq_question_erreur_number{
}

.geq_question_erreur_alpha{
}

/*** BLOC DES DESCRIPTION DES QUESTIONS ***/
.geq_question_description{
	display: block;
	font-style: italic;
}

.geq_question_description_number{
}

.geq_question_description_alpha{
	padding-left: 25px;
	font-style: italic;
}

/*** BLOC FOMULAIRE ***/
.geq_div_form{
}

.geq_div_number{
	padding-left: 25px;
text-align: left;
}

.geq_div_alpha{
	padding-left: 50px;
}

.geq_div_form .aide{
	vertical-align: bottom;
}

/*** CHECKBOX ***/
.geq_checkbox_contener{
	width: auto;
}

.geq_checkbox_contener td{
	padding: 3px 0px;
}

td.intitule{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #33CCCC;
font-style: normal;
font-variant: small-caps;
text-transform: none;
width: 200px;
}

.geq_radio_contener .intitule{
	width: 500px;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	color: #5C5C5C;
}

.geq_checkbox_contener td.valeur{
	padding-right: 25px;
}

/*** CHAMPS FORMULAIRE ***/
.geq_form{
	width: auto;
}

.geq_form td{
	padding: 3px 0px;
}

.geq_form td.intitule{
	padding-right: 3px;
}

.geq_form td.valeur{
	padding-right: 25px;
}

/*** RADIO ***/
.geq_radio_contener{
}

.geq_radio_contener td{
}

.geq_radio_contener td.intitule{
}

.geq_radio_contener td.valeur{
}

/*** SELECT ***/

.geq_select_contener select{

	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5C5C5C;
	font-style: normal;
	text-transform: none;
	margin-left: 205px;
}

.geq_select_contener td{
width: 100%;
}

.geq_select_contener td.intitule{
}

.geq_select_contener td.valeur{
}

/*** SELECT MULTIPLE ***/
.geq_select_multiple_contener{
}

.geq_select_multiple_contener select{
	width: 300px;	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #5C5C5C;
font-style: normal;
text-transform: none;
}

.geq_select_multiple_contener td{
}

.geq_select_multiple_contener td.intitule{
}

.geq_select_multiple_contener td.valeur{
}

/*** TEXT ***/
.geq_text_contener{
}

.geq_text_contener input{
	width: 300px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #5C5C5C;
font-style: normal;
text-transform: none;

}

.geq_text_contener td{
}

.geq_text_contener td.intitule{
}

.geq_text_contener td.valeur{
}

/*** TEXTAREA ***/
.geq_textarea_contener{
}

.geq_textarea_contener textarea{
	width: 300px;
	height: 50px;	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #5C5C5C;
font-style: normal;
text-transform: none;
}

.geq_textarea_contener td{
}

.geq_textarea_contener td.intitule{
	vertical-align: top;
}

.geq_textarea_contener td.valeur{
}

