/*Modal / Tooltip*/
#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:3px solid #333;  
} 

.modalHeaderTitle {
	color:black;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	padding-bottom:10px;
}

.modalTxt {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

.modalHeaderClose {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#686868;
	float:right;
	cursor:pointer;
}

.modalError {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:red;
	font-weight:bold;
}

.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    width:250px;  
    padding:5px;
    font-family:Verdana;  
    font-size:10px;  
    color:#333;  
} 
/*Fin modal ToolTip*/

input {
    border:1px solid #e1e1e1;
    height:20px;
    /*effet transition*/	
    color:#333333;
    transition:border linear .2s, box-shadow linear .2s;
    -moz-transition:border linear .2s,
    -moz-box-shadow linear .2s;
    -webkit-transition:border linear .2s,
    -webkit-box-shadow linear .2s;	
}

input:focus {
    color:#000000;
    outline:none;
    border-color:rgba(82,168,236,.75)!important;
    box-shadow:0 0 8px rgba(82,168,236,.5);
    -moz-box-shadow:0 0 8px rgba(82,168,236,.5);
    -webkit-box-shadow:0 0 8px rgba(82,168,236,.5);	
}


textarea {
    border:1px solid #e1e1e1;
    height:20px;
    /*effet transition*/	
    color:#333333;
    transition:border linear .2s, box-shadow linear .2s;
    -moz-transition:border linear .2s,
    -moz-box-shadow linear .2s;
    -webkit-transition:border linear .2s,
    -webkit-box-shadow linear .2s;	
}

textarea:focus {
    color:#000000;
    outline:none;
    border-color:rgba(82,168,236,.75)!important;
    box-shadow:0 0 8px rgba(82,168,236,.5);
    -moz-box-shadow:0 0 8px rgba(82,168,236,.5);
    -webkit-box-shadow:0 0 8px rgba(82,168,236,.5);	
}

.formBouton {
	cursor:pointer;
    width:156px;
    height:20px;
    background-color:#4A4A4A;
    color:white;
    font-weight:bold;
    padding-top:5px;
    font-size:13px;
    text-align:center;
    /*arrondis bordure*/
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    /*ombre*/
    border:1px solid #aaa;
    box-shadow:0 0 8px #999999;
    -moz-box-shadow:0 0 8px #999999;
    -webkit-box-shadow:0 0 8px #999999;	
}


.bas_de_page {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1495BB;
}
.bas_de_page_v {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #76C315;
}
.bas_de_page_o {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EA8C09;
}
.bas_de_page_g {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56626E;
}
.italique_vert {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #76C315;
}
.italique_bleu {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #1495BB;
}
.italique_gris {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #56626E;
}
.italique_orange {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #EA8C09;
}
.texte {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.texte_blanc {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sous_titre_bleu {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1495BB;
}
.sous_titre_orange {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #EA8C09;
}
.sous_titre_vert {
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #76C315;
}
