﻿#form_header {
    margin-top : 15px;
    margin-bottom : 20px;
}
#form_header_text {
    overflow : auto;
    height : auto;
}
#form_header_text h2 {
    font-family : helvetica;
    font-size : 1.5em;
    font-weight : normal;
    margin-bottom : 0;
}
#form_header_text .text_1 {
    float : left;
    width : 45%;
    font-weight : bold;
    border-right : 1px solid #CCC;
    padding-right : 20px;   
}
#form_header_text .text_2 {
    float : right;
    width : 50%;
}
#form_header .new_search {
    clear : both;
    margin-top : 15px;
    text-align : center;
}
.big_form {
    /*
    float: left;
    width: 781px;
    */
    clear:both;   
}

.radio_button{ vertical-align:middle;}
.donner_form_right_1{
    padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	height: 125px;
}
.donner_form_right_2{padding-left: 20px;padding-top: 10px;border-left: 1px solid #AEAEAE;height: 65px;}

.big_form_question_1{font: 10px Microsoft Sans Serif;float:left;width: 160px;padding-top: 20px;height: 26px; color:#FF7200;}
.big_form_question_2{font: 10px Microsoft Sans Serif;float:left;width: 160px;padding-top: 95px;height: 150px; color:#FF7200;}

/* CSS des éléments des formulaires, MA version */
.big_form p {
    margin: 4px 0 4px 0;
}
.big_form label.default {
    width: 300px;
    height: 17px;
    margin: 0 15px 0 0;
    float: left;
    text-align: right;
    /*border: 1px dotted blue;*/
}
.big_form label.red {
    color: #FF7200;
    /*border: 1px dotted red;*/
}
.big_form label.long {
    width: 420px;
    /*border: 1px dotted green;*/
}
.big_form span.required_field {
    color: #FF7200;
    width: 315px;
    border: 1px dotted red;
    line-height: normal; /* Je sais pas pourquoi la ligne est décalée !! */
    margin-left: 20px;
}
.big_form input.general {
    vertical-align:top;
	/*color: #444;
	background: #FFF;*/
	border: 1px solid #7E7F81;
	font-size: 11px;
	width: 200px;
}
.big_form input.small {
    vertical-align:top;
	color: #444;
	background: #FFF;
	border: 1px solid #7E7F81;
	font-size: 10px;
	width: 120px;
	height: 13px;
}
.next_button {
	margin-right: 245px;
}
.big_form select {
    vertical-align:top;
	color: #444;
	background: #FFF;
	border: 1px solid #7E7F81;
	font-size:10px;
	width: 200px;
	/* IE7 merde sur le height des select ! */
	/*height: 13px; */
}
.big_form select.small {
	width: 120px;
}
.big_form select.day_month {
	width: 35px;
}
.big_form select.year {
	width: 50px;
}

#cnil {
    clear:both;
    font-size:smaller;
    padding-top : 20px;
}