@charset "UTF-8";
/* CSS Document */

.bouton_submit{
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #000032;
	font: 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 15px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
	background-color: rgb(0,63,125);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
}

.bouton_submit:hover{
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #000032;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: auto;
background-color: rgb(0,120,240);
	padding: 7px 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
}
Input{
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 2px;
	background-color: #E4E4E4;
	-webkit-box-shadow: 1px 1px 3px 1px #C2C2C2;
	box-shadow: 1px 1px 3px 1px #C2C2C2;
}
.bouton_submit2{
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #e5e5ea;
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 15px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
	background-color: rgb(0,63,125);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
}

.bouton_submit2:hover{
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #e5e5ea;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: auto;
	padding: 7px 15px;
        background-color: rgb(0,120,240);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
}
 .tooltipr{
display: inline;
position: relative;
color: black;}
.tooltipr:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(title);
right: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 100px;
text-align: center;

}
.tooltipr:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;

}

   .tooltipl{
display: inline;
position: relative;
color: black;}
.tooltipl:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(title);
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 100px;
text-align: center;

}
.tooltipl:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;

}