fieldset {
color : #646464;
background-color : transparent;
border : 0 transparent;
}
#formulaire_c hr {
color : #f3f4f5;
background-color : transparent;
width : 100%;
height : 0.5px;
float : left;
clear : both;
margin-top : 10px;
margin-bottom : 10px;
border-color : transparent;
}
#formulaire_c {
background : #0067af url(../images/fond-1000-bleu.jpg) repeat-x center 0;
margin : 0 auto;
padding : 14px;
border-top : 1px solid #00a1df;
}
form#formulaire_c div {
background-image : url(../images/fond-1000-gris.jpg);
background-repeat : repeat-x;
background-attachment : scroll;
background-position : center top;
clear : both;
margin-top : 10px;
padding : 0;
}
label {
color : #fff;
font-weight : bold;
background-color : transparent;
width : 30%;
text-align : right;
float : left;
margin-top : 10px;
list-style-type : disc;
list-style-position : outside;
display : inline;
}
input {
color : #666;
background-color : white;
width : 60%;
text-align : left;
float : left;
margin-top : 10px;
margin-left : 20px;
border : 1px solid #e3e3e3;
}
input:hover {
background-color : white;
border : 1px solid #86bced;
}
textarea {
color : #666;
font-family : verdana, arial;
background-color : white;
float : left;
width : 60%;
text-align : left;
height : 8em;
margin-top : 10px;
margin-left : 20px;
border : 1px solid #e3e3e3;
}
textarea:hover {
border : 1px solid #86bced;
}
#mysubmit input {
color : #fff;
font-size : 1.2em;
background : #0067af url(../images/menu_fond215-bleu.jpg) repeat-x center top;
text-transform : uppercase;
text-align : right;
width : 50%;
float : right;
clear : right;
margin-right : 25px;
margin-left : auto;
padding-right : 10px;
display : block;
}
