﻿.formulaire{
	color: #5A595A;
}

.formulaire h3{
	display: block;
	font-size: 11px;
	font-style:italic;
}

.formulaire .box{
	min-height: 0;
	margin-left:10px; 
	margin-right:10px; 
}

.formulaire table.fiche, table.Tbl_reponse{
    text-transform:uppercase;
	font-size: 12px;
	/*border:1px solid #ABB3BA;*/
	width:554px;
	padding:10px;
	margin-left:5px; 
}

.formulaire table.Tbl_reponse{
	border:none;
}

.formulaire table td{
    height:30px;
    width:100%; 
}
.formulaire table.Tbl_reponse th{
    text-align:left;
    height:30px;
}

.formulaire input{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width:250px;
    height:18px;
    background-color:Transparent;
    background-image:url('saisie.jpg');
}

.formulaire table.Tbl_reponse .td_reponse .radio{
    width:10px; 
    height:auto;
    margin:0 10px 0 10px;
    background-image:none;
    float:left;
}

.formulaire .td_reponse{
    width:250px; 
    text-transform:none;
}

.formulaire .td_reponse label{
    float:left;
    color:#8517D9;
}

.input_bold{
    background-image:url('saisie_bold.jpg') !important;
}


.formulaire .bolder{
    font-weight:bold;
}

.formulaire .numQuestion{
    color: #C40C36;
	font-style:italic;
	font-size: 11px;
	float:left;  
}

.formulaire .Question{
    margin-left: 10px;
    display:block;
    float:right;
    width:75%;
}

.div_Bouton{
    margin:30px;
}

.btnQuestionNext{
    background-color:Transparent;
    background-image:url('btnNext.jpg');
    background-repeat:no-repeat;
    background-position:left center;
    padding:5px 20px;
    height:14px;
    text-decoration:none;
}

.btnQuestionNext span{
    color:#6F8798;
    font-size:13px;
    height:20px;
}

.btnQuestionPrev{
    background-color:Transparent;
    background-image:url('btnPrev.jpg');
    background-repeat:no-repeat;
    background-position:left center;
    padding:5px 20px;
    height:14px;
    text-decoration:none;
}

.btnQuestionPrev span{
    color:#6F8798;
    font-size:13px;
}

.btnQuestionValider{
    text-decoration:none;
    color:#1C4F8E;
    font-size:13px;
    font-weight:bold;
    margin-left:20px;
    border:solid 1px #1C4F8E;
     
}
.btnEnvoyer{
    text-decoration:none;
    color:#1C4F8E;
    font-size:13px;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
     
}

.merci{
    font-size:12px;
    color:#5A595A;
    text-align:center;
}
.contact_textarea
{
	display:block;
	height:200px;
	width: 99%;
	margin-left:auto;
	margin-right:auto;  
	margin-top:10px; 
	background-color:#EAEAEA;
	border:solid 1px #ABB3BA;  
	font-size:11px;
	font-family:Verdana;   
}
