.logo_lo {
  /*background-image: url("alex_images/titre_lo.gif");*/
  width:  120px;
  height: auto; 
  margin-left: auto;
  margin-right:auto; 
}


/*------- 2 lines top -------*/
.protect { 
	font-size: 0.6em; 
	text-align: center;
	color: #606a22;
}
/*------- /2 lines top -------*/


img.centerimglo {
    width: 160px;
    height: 30px;
    display:block;
    clear:both;
    margin-left: auto;
    margin-right:auto;
	color: #FEE2C2;
	padding: 7px 17px 7px 17px;
	box-shadow: 2px 2px 2px #D83F3D; 
	border: 2px solid #D4C83F; 
	border-radius: 8px;
}


.bordure_hyp {
	color: #555555; 
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	font-size: 1.0em; 
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #D4C83F;
	border: 2px solid green;
	border-radius: 8px;
}
 
 
 /*
#sur_box_lo {
	position: relative;
	width: 95.8%; 
	margin-left: auto;          
	margin-right: auto; 
	margin-top: 5px;   	
	margin-bottom: 5px;		
	background-color: #354894; 
	border: 1px solid #4E6BBF;
	border-radius: 4px;
}	
*/ 


.box_formulaire_lo {
	width : 850px; 
	height: auto; 
	margin-left: auto;          
	margin-right: auto;
	/*margin-top: 60;*/
	background-color: #CDCB89;  
	border: 2px solid navy;       
	border-radius: 10px;
	box-shadow: 6px 6px 12px 0 #424239;	
	/*opacity: 0.6;*/
}


/*  Box post message */
.box_msg {
	width: 850px;
	padding-bottom: 27px;
	margin-left : auto;
	margin-right: auto; 
	background-color: #4B5DA7;  
	border: 1px solid navy;       
	border-radius: 10px;
	box-shadow: 6px 6px 12px 0 #424239;
}


#box_msg2 {
	margin-left : 20%;
 	margin-right: 20%; 		
	height: auto;
	padding-bottom: 30px;
	background: #F5F5F5;
	border: 5px solid #434D98; 
	border-radius: 20px;	
	/*box-shadow: 6px 6px 12px 0 #506452;*/
}


.text_box_quote {
	font-family: "Segoe Print";
	text-align: justify;	
	width: 75%;
	margin-left : auto;
	margin-right: auto; 
	text-align: left; 
	background-color: #4B5DA7; 
	font-size: 1.0em; 
	font-weight: bold;
	color: #AFB4E3;	
	padding: 10px 55px 20px 55px; 
	margin-top: -20px;	
	margin-bottom: 15px;
	border: 1px solid #4E6BBF;
	border-radius: 4px;		
	
	
	/*
	font-family: "Segoe Print";
	text-align: justify;	
	width: 65%;
	margin-left : auto;
	margin-right: auto; 
	text-align: left; 
	background-color: #4B5DA7; 
	font-size: 1.0em; 
	font-weight: bold;
	color: #AFB4E3;	
	padding: 10px 55px 20px 55px; 
	margin-top: -20px;	
	margin-bottom: 15px;
	border: 1px solid #909BCB;
	border-radius: 4px;
	*/
}
	

.text_box_date { 
	font-size: 0.75em; 
	text-align: center;
	color: #AFB4E3;
}	


.text_bagb_center { 
	font-size: 1.0em; 
	font-weight: bold;	
	text-align: center;
	color: #AFB4E3;
}	

.name_redir_ok {
	color: #C6CEE8;
}	


.bordure {
   border: 1px solid #8F0000;
   padding: 10px 10px 18px 10px;
   border-radius: 12px;
   width: 800px;
   margin-left : auto;
   margin-right: auto; 
}


.centrer {
    text-align:center;
}


.pos_flag {
	margin-left: 10px;
	margin-top: 10px;	
}


@keyframes defile {
	from {margin-left: 10%;	width: 80%;} to {margin-left: -10%; width: 100%;}}
.anim-txt {animation: defile 3s infinite alternate; text-decoration:none;}


/* ------------------------------------------------- */

fieldset {
	font-size: 1.2rem;
	padding: 10px;
 	width: 770px; 
	background-color: #D8D8E8;
	/*border:2px solid navy;*/
	border-radius: 8px;
	margin-bottom: 15px;
	/*
	margin-left : auto; 
	margin-right: auto;  
	*/
	margin: 0 auto; 
	border-radius: 12px;
	/*box-shadow: 3px 3px 6px 0 #424239;*/
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

fieldset li {
    padding-bottom: 10px; /* space inter lines */
	font-size: 1.0rem;
}


fieldset legend {
    color: #606a22;
    font-size: 1.0rem;
    /*font-weight: bold;*/
}


label {
   font-size: 1.0rem;
   display: block; 
   color: #A9AFDF;
   margin-left: 230px; 
   width: 140px; /* space label/input */
   float: left;
}


input {
	padding: 3px 6px;	
}


textarea{
	font-family: Arial, sans-serif, Verdana, "Trebuchet MS", "Microsoft Sans Serif", Helvetica;
	width: 580px;
	height: 200px;	
	padding: 5px 8px;	
	font-weight: bold;	
}


select {
	padding: 3px 3px;
}


/*
option {  Liste du select
	font-size: 1.0rem;
	color: #2C2C8B;
	border: 1px solid navy;
}
*/


/* Mise en forme verticale élément select ?????
.select_form {  
    font-size: 1rem; 
    display: block;
    padding: 2px 5px;
}
*/
/* ----------------------------*/

 
input, textarea, select, option {
	font-size: 1.0rem;
	color: #2C2C8B;	
	background-color: #E8E8F7;
	border: 1px solid #F5C5C5;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #C0C0C0 inset;	
}


input:focus, textarea:focus, select:focus {
    background-color: #E3EAD1; 
}


input[type="submit"] {
	font-size: 0.85rem; 	
	width: auto;
	/* -- Center -- */
	display: block;
	margin: 0 auto;
	/* ------------ */	
	padding: 8px 20px 8px 20px;	
		
}


input:disabled[type="submit"] {
	color: #AFAFC9; 
	cursor: no-drop;	
}


input:enabled[type="submit"] {
	color: black;
	font-weight: bold;
	cursor: pointer;
}


.submit_zone {
    font-size: 0.77em; 
    text-align: left;
}    


/*
.btn_submit_lo { 
	font-size: 1.0em; 
	margin-left: -170px;
	text-align: center;
}
*/

.get_redir_ok{
	width: 600px;
	height: auto;		
	margin-left : auto;
	margin-right: auto;	
	padding-top: 20px;	
	padding-bottom: 20px;
	text-align: center;	
	font-size: 1.0em; 
	font-weight: bold;
	color: #8B98CB;
	/*border: 1px solid blue;*/
	border-radius: 8px;
}


.get_submit_ok{
    font-size: 0.87em; 
    text-align: center;
	font-weight: bold;
    color: blue;
}


.get_submit_bad{
    font-size: 0.87em; 
    text-align: center;
	font-weight: bold;
    color: red;
}


.loader {
	position: fixed;
	z-index: 9999;
	background : url('../pictures/loader.gif') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	/* cursor : wait; */
}


.error_red{
    font-size: 0.85em; 
	/*text-align: center;*/
	margin-left: 370px;	
	font-weight: bold;
    color: red;
	/*border: 1px solid red;*/
}


.antispam { 
	font-size: 0.87em; 
	color: red;
	font-weight: bold;
 	border: 1px solid #F1050A;
	padding: 4px;
}


.warn_contact_red {
	font-size: 0.87em;
	font-weight: bold;
	text-align: center;
	padding: 7px 17px 7px 17px;
	background-color: #FF0000;
	box-shadow: 2px 2px 2px #D83F3D; 
 	border: 5px solid #D4C83F; 
 	border-radius: 8px;
	color: yellow;
}


.zone_spam_red {
    font-size: 1.0rem; 
    font-weight: bolder;
    color: red;
    /*display: block; */
    margin-left: 10px;
    /*width: 210px;*/
    float: left; 
}
