/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

form{
margin: 0;
padding: 0;
}

div#content_form {
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 11px;
margin: 0 auto;
width: 500px;
}
.feedbackform {
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 11px;
color: #7f7f7f;
padding: 2px 10px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 500px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
/padding: 1px 0;
float: none;
margin-bottom: 0;
clear: both;
}

div.fieldwrapper_02 { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 0px; /* space following the field */
width: 240px; /*width of label (left column)*/
/*text-transform: uppercase;*/
/*border-bottom: 1px solid #000000;*/
margin-right: 18px; /*spacing with right column*/
_margin-right: -18px;
}
div.fieldwrapper_03 { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 0px; /* space following the field */
width: 240px; /*width of label (left column)*/
/*text-transform: uppercase;*/
/*border-bottom: 1px solid #000000;*/
}
div.fieldwrapper_022 { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 0px; /* space following the field */
width: 235px; /*width of label (left column)*/
/*text-transform: uppercase;*/
/*border-bottom: 1px solid #000000;*/
/*margin-right: 10px; /*spacing with right column*/
/margin-right: -10px;
}

div.twofieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 420px; /*width of form rows*/
overflow: hidden;
	clear: both;
}

label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 11px;
color: #7f7f7f;
float: left;
width: 380px; /*width of label (left column)*/
/*text-transform: uppercase;*/
/*border-bottom: 1px solid #000000;*/
margin-right: 10px; /*spacing with right column*/
}
label.styledhalf{ /* label elements that should be styled (left column within fieldwrapper DIV) */
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 11px;
color: #7f7f7f;
float: left;
width: 200px; /*width of label (left column)*/
/*text-transform: uppercase;*/
/*border-bottom: 1px solid #000000;*/
margin-right: 10px; /*spacing with right column*/
}

input {
}
input.inputall { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 110%;
color: #000000;
width: 500px;
border-style: none;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-right: 0;
background-color: #e0d8d8;
}
input.inputhalf{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 110%;
color: #000000;
width: 240px;
border-style: none;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 2px;
background-color: #e0d8d8;
}

textarea{
}
textarea.textarea_cesite{ /* style for TEXTAREA fields. */
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 110%;
color: #000000;
width: 500px;
height: 100px;
border-style: none;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 2px;
background-color: #e0d8d8;
}

.rouge {
	color: #FF0000;
}
#bouton_valid {
color: #FF0000;
font-weight: bold;
font-size: 12px;
text-align: center;
}
form button{
font-weight: bold;
}
submit{
}
input.sendbutton {
font-weight: bold;
/*margin-left: 7px;*/
	padding: 3px 5px;
	font-size: 110%;
	vertical-align:middle;
	border-style: none;
background-color: #e0d8d8;
}
input.sendbutton:hover {
font-weight: bold;
/*margin-left: 7px;*/
	padding: 3px 5px;
	font-size: 110%;
	vertical-align:middle;
	border-style: none;
background-color: #352e2e;
color: #ffffff;
}
/*PAS UTILISÉ*/
/*.button_envoyer{
	width:80px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
/*	overflow:hidden;
	background: url(../images/bouton_envoyer_off.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 10px;
}
.button_envoyer:hover{
	width:80px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
/*	overflow:hidden;
	background: url(../images/bouton_envoyer_on.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 10px;
}
.button_envoyerdemande{
	width:190px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
/*	overflow:hidden;
	background: url(../images/bouton_envoyerdemande_off.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 10px;
}
.button_envoyerdemande:hover{
	width:190px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
/*		overflow:hidden;
	background: url(../images/bouton_envoyerdemande_on.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 10px;
}
.select_demandechoix {
	background-color: #f4e2de;
	font-size: 12px;
	color: #000000;
	width: 200px;
	margin-top: 5px;
	border: 1px solid #c50049;
	padding: 5px;
}
option.optionun {
	background-color: #ffffff;
}*/