/* 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;
}



.box_confirm {
	width: 770px;
	padding-bottom: 27px;
	margin-left : auto;
	margin-right: auto; 
	margin-bottom: 20px;
	background-color: #FEE2C2;
	/*border: 1px solid #8F0000;*/
	border: 1px solid #003289; 
	color: #606a22;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 0 #8F0000;
}



.text_box_quote {
	/*
	text-align: justify;
	padding: 10px 37px 10px 60px;
	font-size: 1.0em;
	color: #606a22;
	*/
	font-family: "Segoe Print";
	text-align: justify;	
	width: 75%;
	margin-left : auto;
	margin-right: auto; 
	text-align: left; 
	background-color: #FFFFFF;  
	font-size: 1.0em; 
	font-weight: bold;
	color: #606a22;
	padding: 0px 55px 20px 55px; 
	margin-bottom: 15px;
	border: 1px solid #4E6BBF;
	border-radius: 4px;	
}	


#box {
	position: relative;
	width: 770px; /*76%;*/
	height: auto; 
	margin-left: auto;          
	margin-right: auto;
	margin-top: 30px; 
	margin-bottom: 40px;
	background-color: #FEE2C2;
	border: 1px solid #003289; 
	border-radius: 12px;
	box-shadow: 3px 3px 6px 0 #E34F0C; 
	/*
	padding: 0px;
	border: 1px solid #003289; 
	color: #606a22;
	border-radius: 12px;
	box-shadow: 3px 3px 6px 0 #E34F0C; 
	text-align:  left; 	
	*/
}



#blockquote_h {
	position: relative;
	margin-left: -9%;
	margin-top: 3px;
}
	

#blockquote_b {
	float: right;
	margin-top: 3%;  
	margin-right: -9%; 
}

.text_box_date { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 0.75em; 
	text-align: center;
	color: #606a22;
}	


.bordure {
   border: 1px solid #8F0000;
   padding: 10px 10px 18px 10px;
   width: 800px;
   margin-left : auto;
   margin-right: auto; 
   border-radius: 12px;
}


.logo_lo {
	height: 100px;
	width: auto;
}


@keyframes defile {
	from {margin-left: 10%;	width: 80%;} to {margin-left: -10%; width: 100%;}}
.anim-txt {animation: defile 3s infinite alternate; text-decoration:none;}


label {
	font-size: 1.0rem;
	/*display: block;*/
	margin-left: 80px; 
	margin-right: -12%; 
	width: 140px; /* text label space */
	float: left;
    text-align: justify; 	
	/*border: 1px solid red;*/
}


/*------ Fieldset ----------------------------------------------*/
fieldset {
	background-color: #FAD6AD;
	color: #606a22;
 	margin: 0 auto; /* center box */
 	padding-top: 20px;
	padding-bottom: 20px;
	width: 680px; 
	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 {
	width: 320px;
	padding: 3px 3px;
	/* Test for remove the dropdown arrow 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       
	*/
}


/* Cela empêche font-size en input mais pas en liste
.select_form {  Mise en forme verticale élément select 
    font-size: 0.8rem;
    display: block;
    padding: 2px 5px;
}
*/


textarea {
	width: 600px; 
	height: 200px;
	padding: 5px 8px;
	/*font-family: "Segoe Print";*/
	/*font-weight: bold;*/
	/*font-size: 1em;*/
}


input {
	padding: 3px 6px;	
	/*width: 300px;	Niet ! c'est du global même sur CheckBox */ 
}


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;	
}


input:focus, textarea:focus {
    background-color: #E3EAD1; 
}


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;
}
*/

.pos_flag {
	/*
	margin-left: 50px;
	margin-top: 10px;	
	*/
	margin-left: 20px;	
}

.error_red{
    font-size: 0.85em; 
	/*text-align: center;*/
	margin-left: 310px;	
	font-weight: bold;
    color: red;
	/*border: 1px solid red;*/
}

.antispam { 
	/* text-shadow: 0 0 3px #FF0000; */
	font-size: 12px; 
	color: #9C1610;
	font-weight: bold;
 	border: 1px solid #9C1610;
	padding: 4px;
}


.zone_spam_red {
    font-size: 1.0em; 
    color: red;
    font-weight: bolder;
    text-align: left; 
}


.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: 1.0em; 
	font-weight: bold;
	color: blue;
	padding: 5px 15px 5px 15px;
	border: 1px solid blue;	
}


.get_submit_bad{
	font-size: 1.0em; 
	margin-left : auto;
	margin-right: auto; 
	text-align: center;
	font-weight: bold;
	width: 400px;
	color: red;
	padding: 10px 0px 10px 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; 
	margin-left: -220px;
	text-align: center;
}
*/

.get_redir_ok{
	text-align: center;	
	margin-left : auto;
	margin-right: auto;	
	font-size: 1.0em; 
	/*font-weight: bold;*/
	color: blue;
	padding: 5px 15px 0px 15px;
}


.newletter {
	width : 690px; 
	height: auto; 
	/*border: 1px solid red;*/
}


#bird {
	float: right; 
	width : 250px; 
	height: 100px; 	
	margin-top: -130px; 
	margin-right: 0px;	
	/*border: 1px solid yellow;*/
}

