/* formulaire contact */
#conteneur-formulaire{
    width: 100%;
}

#formulaire {
    height: 0;
    overflow: hidden;
    background: white;
    width: 100%;
    color:#536063;
    position:relative;
    font-size: 16px;
    line-height: 18px;
}

#panel_contents {
    padding-top:45px;
    width:930px;
    height:350px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

.panel_button {
    position: relative;
    margin:0 auto;
    width: 960px;
    height: 50px;
    background: url(http://www.fvpi.ch/images/construction/sprite) no-repeat 805px -597px;
    z-index: 20;
    text-align:center;
}

.panel_button a {
    float:right;
    width: 165px;
    height: 40px;
    color: #0CBAE8;
    font-size: 20px;
    font-weight:normal;
    text-decoration: none;
    text-transform:uppercase;
    position: relative;
    padding-top:10px;

}
.panel_button a:hover {
	color: #536063;
}

label.over-apply {
color:#536063;;
left:10px;
position:absolute;
top:10px;
}

#coordonnees{
width:300px;
margin-right:15px;
}

#coordonnees p{
    font-size: 16px;
    line-height: 18px;
}

#raison_sociale{
font-weight:bold;
margin-bottom: 18px;
}

#adresse-mail, #tel{
margin-top: 18px;
}

#coordonnees a{
width:150px;
margin-top:18px;
color:#536063;
text-decoration:none;
border-bottom: 1px dotted #0CBAE8;
}

#coordonnees a:hover{color:#0CBAE8;}



form#champs{

width:100%;
position:absolute;
top:45px;
left:315px;
}

#renseignements p{
    margin-bottom: 18px;
}



div.champ {
position: relative;
clear: both;
float: left;
}

fieldset#renseignements{
width:300px;
float:left;
margin-right:15px
}

#renseignements input{
float:left;
position:relative;
top:-2px;
}
#renseignements label{
display:block;
margin-left:30px;
line-height:18px;
margin-bottom:9px;

}
textarea, input{
border:none;
background-color:#F6F7F7;
margin-bottom:5px;
font-size: 16px;
color:#536063;
overflow:hidden;
}

textarea:focus, input:focus, #message:focus{
border-left: 1px dotted #0CBAE8;
    color:#0CBAE8;
}

#message{
width:275px;
height:90px;
color:#536063;
font-family: Helvetica, Arial, sans-serif;
padding:10px;    
}

#name, #email, #captcha{
height:15px;
width:275px;
padding:10px;
font-family: Helvetica, Arial, sans-serif;    
}

#submit{
margin-top:15px;
position:relative;
left:171px;
width:124px;
height:30px;
background:url(http://www.fvpi.ch/images/construction/submit.gif) left top no-repeat;
font-size:20px;
text-transform:uppercase;
color:#fff;
}

#submit:hover{background:url(http://www.fvpi.ch/images/construction/submit.gif) left bottom no-repeat;
}

#msg{
border:none;
position:relative;
bottom:50px;
width: 300px;
clear:both;
color:#0CBAE8;
font-weight:bold;
font-size:15px;
}
