html {
    background: #FFFFFF;
}

body {
   color: ;
	font-weight: Normal;
	font-style: Normal;
	font-family: Default;
	font-size: 12px;
}
table.bdc{
  border-collapse: collapse;
    margin: 10px;
    width: 90%;
}
table.bdc tr td {
 ;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
 background: none repeat scroll 0 0 ;	
}

tr.bdc_intitule td{ 
    cursor: default;
    padding-left: 10px !important;
    text-align: center;
    vertical-align: top;
	border: ;
	color: ;
	font-weight: Normal;
	font-style: Normal;
	font-family: Default;
	font-size: 12px;
}
table.bdc tr td {
    border: ;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

table.echelle {
    border-collapse: collapse;
    margin: 10px;
    width: 90%;
}
td.choix {
  background:  ;
  }
  
td.intitule {
    background: none repeat scroll 0 0 ;
    cursor: default;
    padding-left: 10px !important;
    text-align: left;
    vertical-align: top;
	color: ;
	font-weight: Normal;
	font-style: Normal;
	font-family: Default;
	font-size: 12px;
}
tr.entete td {
    background: none repeat scroll 0 0 ;
    cursor: default;
	color: ;
	font-weight: Normal;
	font-style: Normal;
	font-family: Default;
	font-size: 12px;
}
table.echelle tr td {
    ;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#formulaire {
    background: #ffffff;
    border: 0px Solid ;
	width: 100%;	
	 margin-left: auto;
     margin-right: auto;
}
#signupForm {
	padding: 10px 10px 10px 10px;
}

#titre_logo {
	color: #304976;
	font-weight: Normal;
	font-style: Normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 20px;
	height: 23px;
	background: ;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	;
	background-color: #a8d6e3;
	color: #222222;
    font-weight: Normal;
    font-style: Normal;
    font-family: Default;
  font-size: 22px;
	padding: 5px;
	opacity: 0.85;
}


#tooltip h3, #tooltip div { margin: 0; }

label.libelle  {
    color: #01344d;
    	font-weight: bold;
    	font-style: Normal;
    	font-family:sans-serif;
	font-size: 16px;
	

		display: block;
	width: 100%;
	float: left;
}

label.libellemax  {
    color: #666699;
    	font-weight: Normal;
    	font-style: Normal;
    	font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 18px;
		display: block;
	    width: 100%;
	    float: left;
}

label.error  {
    
    color: #ff0000;
	
       font-weight: Normal;
        font-style: Normal;
       font-family: Default;
  font-size: 0px;
   margin-left: 3px;
   
}

input.bouton  {
    background: #ff3300;
     color: #ffffff;
           font-weight: Normal;
            font-style: Normal;
           font-family: Default;
  font-size: 22px;
 
}

input.saisir  {
  background: #f0f8fa;
  color: ;
  font-weight: Normal;
  font-style: Normal;
  font-family: Default;
  font-size: 14px;
  border: 1px Solid #3366ff;
  border-radius: 10px 10px 10px 10px;
  width:100%;
  height:38px;
}

select  {
    background: #f0f8fa;
     color: ;
           font-weight: Normal;
            font-style: Normal;
           font-family: Default;
  font-size: 14px;
   border: 1px Solid #3366ff;

  border-radius: 10px 10px 10px 10px;
}

textarea  {
    background: #dceff5;
     color: ;
           font-weight: Normal;
            font-style: Normal;
           font-family: Default;
  font-size: 14px;
   border: 1px Solid #3366ff;

  border-radius: 10px 10px 10px 10px;
}

span.obli {
 color: #ff0000;
           font-weight: Normal;
            font-style: Normal;
           font-family: Default;
  font-size: 12px;
}
input:required:focus {
  border: 1px solid red;
  outline: none;
}

input:valid {
  border: 1px solid green;
}
select:required:focus {
  border: 1px solid red;
  outline: none;
}
select:required:valid {
  border: 1px solid green;
}




.hidden {
        display: none;
    }
	
	
.c-dfond

 {
    height:50px; 
    width: 90%;
}


.radio-toolbar {
  margin: 2px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #58595A;
    border-radius: 12px;
	width: 88%;
	height:30px;
	
}


.radio-toolbar label:hover {
  background-color: #fff;
  border-color: #64B4FA;
  color:#64B4FA;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #07aeeb;
}

.radio-toolbar input[type="radio"]:checked + label {
	background-color: #F0FFFF;
	border-color: #64B4FA;
	color:#64B4FA;
	font-size: 16px;
	font-family: sans-serif, Arial;
}


.section-title {
  margin-bottom: 55px;
}
.section-title-border-half {
  position: relative;
}

.section-title-border-half::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 55px;
  left: 1px;
  bottom: -9px;
  background: #e84444;
}		



.radio-civilite {
  margin: 2px;
}

.radio-civilite input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-civilite label {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
	text-align: center;
    border: 1px solid #58595A;
    border-radius: 12px;
	width: 32%;
	height:110px;
}


.radio-civilite label:hover {
  background-color: #fff;
  border-color: #64B4FA;
  color:#64B4FA;
}

.radio-civilite input[type="radio"]:focus + label {
    border: 1px solid #07aeeb;
}

.radio-civilite input[type="radio"]:checked + label {
	background-color: #F0FFFF;
	border-color: #64B4FA;
	color:#64B4FA;
	font-size: 16px;
	font-family: sans-serif, Arial;
}



.radio-secteur {
  margin: 2px;
}
 
	
.radio-secteur input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
  margin: 5px;
}

.radio-secteur label {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px 10px;
	margin: 5px;
    font-family: sans-serif, Arial;
    font-size: 11px;
    border: 1px solid #58595A;
	text-align: center;
    border-radius: 8px;
	width: 27%;
	height:160px;
}


.radio-secteur label:hover {
  background-color: #fff;
  border-color: #64B4FA;
  color:#64B4FA;
}

.radio-secteur input[type="radio"]:focus + label {
    border: 1px solid #07aeeb;
}

.radio-secteur input[type="radio"]:checked + label {
	background-color: #F0FFFF;
	border-color: #64B4FA;
	color:#64B4FA;
	font-size: 11px;
	font-family: sans-serif, Arial;
}


.radio-civilite {
  margin: 2px;
}

.radio-civilite input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-civilite label {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
	text-align: center;
    border: 1px solid #58595A;
    border-radius: 12px;
	width: 32%;
	height:110px;
}


.radio-civilite label:hover {
  background-color: #fff;
  border-color: #64B4FA;
  color:#64B4FA;
}

.radio-civilite input[type="radio"]:focus + label {
    border: 1px solid #07aeeb;
}

.radio-civilite input[type="radio"]:checked + label {
	background-color: #F0FFFF;
	border-color: #64B4FA;
	color:#64B4FA;
	font-size: 16px;
	font-family: sans-serif, Arial;
}



