/** --------------------------------------------***
*** IMPORT LE STYLE COMMUN AU FORMUALIRE SVE    ***
*** --------------------------------------------**/

@import url('../../commun/css/style_commun_sve.css');

#formulaire .cg:hover {
    color: initial;    
}

#formulaire .cg:visited {
    color: #172383;    
}

#formulaire div.infobulle:hover div{
	padding: 5px;
	background-color:#dddddd;
	border-radius:0;
	border: 1px solid #b6b6b6;
}

#formulaire input.bouton{
	background-color: initial;
	color: #616263;
	cursor: pointer;
}

#formulaire .pb_2{
   position: relative;
    display: block;
    width: 220px;
    height: 10px;
    top: 50%;
    left: 50%; 
    margin-left: -100px;
    background: #dddddd;
    font-family: sans-serif;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    border: 1px solid #dddddd;   
    user-select: none;
    cursor: pointer;
}

#formulaire .pb_2:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0px;
    width: 198px;
    height: 0px;
    border: 11px solid transparent;
    border-bottom: 8px solid #b6b6b6;
    border-top: 0;
}

#formulaire .pb_2:after {
    content: "";
    color: #b6b6b6;
    line-height: 180px;
    font-size: 16px;
    position: absolute;
    top: -8px;
    left: 1px;
    width: 198px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom: 7px solid #b6b6b6;
    border-top: 0;
}
