/* http://css.mammouthland.net/css3/coins-arrondis.php */
.box_msg {
	width: 850px;
	padding-top: 15px;	
	padding-bottom: 40px;
	margin-left : auto;
	margin-right: auto; 
	background-color: #FEE2C2;  
	border: 2px solid #8F0000;       
	border-radius: 10px;
	box-shadow: 6px 6px 12px 0 #424239;
}

/*  http://css.mammouthland.net/css3/boites-et-lettres-ombres.php */
.box_quote {
	width: 700px;
	background: url("./pictures/blockquote.gif");
	background-repeat: no-repeat; 
	background-color: #FFFFFF; 
	font-family: "Segoe Print";
	margin-left : auto;
	margin-right: auto; 
	/*border: 2px solid navy;*/
	/* -------------------------------- */
	border-radius: 10px;
	/* ------------------------- */
	box-shadow: 6px 6px 12px 0 #424239;
}

.text_box_quote {
	text-align: justify;
	padding: 10px 37px 10px 60px;
	/*padding: 0px 37px 0px 60px;*/
	font-size: 1.0em;
	color: #606a22;
}	

.select_form {  /* Mise en forme verticale élément select */
    font-size: 0.8rem;
    display: block;
    padding: 2px 5px;
}


.bordure {
   border: 1px solid #8F0000;
   padding: 10px 10px 18px 10px;
   width: 800px;
   margin-left : auto;
   margin-right: auto; 
   border-radius: 12px;
}


label {
	font-size: 1.0rem;
	display: block; 
	margin-left: 45px;
	width: 175px; 
	float: left;   
}


/*------ Fieldset ----------------------------------------------*/
fieldset {
	background-color: #FAD6AD;
	color: #606a22;
 	/*font-size: 1.2em;*/
	margin: 0 auto; /* center box */
 	padding-top: 20px;
	padding-bottom: 20px;
	width: 650px;
	border: 2px solid #7F751D;
 	/* ------------------------ */
	border-radius: 8px;
}

fieldset li {
    padding-bottom: 10px; /* space inter lines */
	font-size: 1.0em;
}

fieldset legend {
    color: #606a22; 
    font-size: 1.0em;
}
/*-----/ Fieldset -------------------------------------*/


select {
	padding: 3px 3px;	
	/* Test for remove the dropdown arrow 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       
	*/
}


input {
	padding: 3px 6px;	
	/*width: 300px;	Niet ! c'est du global même sur CheckBox */ 
}


textarea {
	width: 560px; 
	height: 140px;
	padding: 5px 8px;
	font-size: 0.9em; 	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}


input, textarea, select, option {
	font-size: 1.0rem;
	color: #606a22;	
	background-color: #E8E8F7;
	border:1px solid #F5C5C5;
	border-radius:5px;
	box-shadow:1px 1px 2px #C0C0C0 inset;
	/*
	font-size: 0.85rem;
	color: #2C2C8B;	
	background-color: #E8E8F7;
	border: 1px solid #F5C5C5;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #C0C0C0 inset;	
	*/
}


input:focus, textarea:focus {
    background-color: #E3EAD1; 
}


input[type=checkbox] {
  width: 10px;
}


input[type="button"] {
	font-size: 0.85rem;
	width: auto;
	border-radius: 8px;
}


input[type="submit"] {
	font-size: 0.85rem;
	width: auto;
	/* -- Center -- */
	display: block;
	margin: 0 auto;
	/* ----------- */	
	padding: 8px 20px 8px 20px;
	/* ------------------------- */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* ------------------------- */		
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
	/* --------------------------*/	
 }


input:disabled[type="submit"] {
	color:  #AFAFC9; 
	cursor: no-drop;
}


input:enabled[type="submit"] {
	color: black;
	font-weight: bold;
	cursor: pointer;	
}

/*
input[type="submit"]:focus, input[type=reset]:focus {
	background-color:#FFF3F3;
}
*/



.text_bagb_center { 
	font-size: 0.75em; 
	font-weight: bold;	
	text-align: center;
}	

.error_red{
    font-size: 0.85em; 
	margin-left: 230px;
	font-weight: bold;
    color: red;
	/*border: 1px solid red;*/
}


.zone_spam_red {
    font-size: 1.0em; 
    color: red;
    font-weight: bolder;
    text-align: left; 
}

.antispam { 
	font-size: 0.80em; 
	color: red;
	font-weight: bold;
 	border: 1px solid #F1050A;
	border-radius: 5px;
	padding: 4px;
}


.get_submit_ok{
    font-size: 1.0em; 
    text-align: center;
	font-weight: bold;
    color: #000080;
	padding: 10px 0px 10px 0px;
	/*border: 1px solid blue;*/
}


.get_submit_ok_quote{
	text-align: center;	
	font-size: 0.90em; 
	font-weight: bold;
	color: blue;
	padding: 5px 15px 5px 15px;
	/*border: 1px solid blue;*/
}


.get_submit_bad{
    font-size: 0.80em; 
    text-align: center;
	font-weight: bold;
    color: red;
	padding: 10px 0px 3px 0px;
	/*border: 1px solid red;	*/
}


.btn_submit_newletter { 
	font-size: 1.0em; 
	margin-left: -235px; 
	text-align: center;
}


.btn_submit_contact { 
	font-size: 1.0em; 
	text-align: center;
}

