@charset "utf-8";
/* CSS Document */
form ul{
    padding:10px 10px 0 10px;
    list-style:none;
    margin:0;

}

form li{
    position:relative;
    padding-bottom:1em;
    width:600px;
}



form label{
    position:relative;
    clear:left;
    float:left;
    width:200px;
    margin-right:5px;
    padding:5px;
    text-align:right;
    line-height:inherit;
    margin-left:100px;
}

input , select{
    font-size:13px;
    width:200px;
    padding:2px;
    margin:0 5px 0 5px;
}
input.btn_radio{
	width: 10px;
	height: 16px;
}
p#msg, p#msg_cv {
    padding-bottom:10px;
    margin:0;
	text-shadow: 1px 1px 1px #fff;
}

#bloc_contenu_body.bloc_cv{
    height:450px;
}

p#msg_cv{
    display:none;
    vertical-align:middle;
}

form input{
	border-radius: 3px;	
	border: #CCC 1px solid;
}
form input:focus{
	border: #CCC 1px solid;
	box-shadow: 0 0 3px #66cc33;
}
form li:hover label:after {
    content: " >>";
}
form li:hover {
    font-weight:bold;
}


.btn_envoyer_cv{
	margin-left:320px;
	border-radius: 5px;
	background-color:#fff;
	box-shadow: 0px 1px 2px #555;
	color:#66B744;
}

input.btn_envoyer_cv:hover{
	background-color:#66B744;
	color:#fff;
}


