div#test_1{
	display:block;
    width:550px;
	height:110px;	
	background: red;

	}	
	
div#valid_validation{
   
   
	padding:8px 0;
    text-align:center;
    display: inline-block;
    border-radius:4px;
	border: 1px solid #152952;
    font-size: 0.85em;
    width:550px;
	height:110px;	
	background: #ffffff;
	margin-top:0px;
	display:table-cell; 
	vertical-align:middle;
	text-decoration: none ;
	color: #000087;
	 text-align:center;
	 vertical-align:middle;
}

div#redir_validation{

	margin-top:0px;
	/*float:left;*/
	width:903px;
	height:200px;

	 text-align:center;
	 vertical-align:middle;
	}	
	


.bouton_100_validation{
    
width:auto;
	
padding:8px 0;
    
text-align:center;
    
display: inline-block;
    
border-radius:1px;
	
border: 0px solid #E1CE9A;
    
font-size: 0.85em;
    
width:300px;
    
height:50px;
	    
color:#ffffff;
  
font-family: verdana,sans-serif;


margin-top: 3px;
}


				
.bouton_100_validation, .bouton_100_validation:active {
	
color:#ffffff;	
					
background: rgb( 97, 78, 84 );
					
border: 0px solid #E1CE9A;
										
background: linear-gradient( #152952, #152952);
					
background: -webkit-linear-gradient( #152952, #152952);
					
background: -moz-linear-gradient( #152952, #152952);
					
background: -ms-linear-gradient( #152952, #152952);
					
background: -o-linear-gradient( #152952, #152952);

background: linear-gradient( #152952, #152952);
				}


							.bouton_100_validation:hover {
								color:#152952;
								background: rgb( 165, 223, 0 );
								background: -webkit-linear-gradient( rgb( 165, 223, 0 ), rgb( 165, 223, 0 ));
								background: -moz-linear-gradient( rgb( 165, 223, 0 ), rgb( 165, 223, 0 ));
								background: -ms-linear-gradient( rgb( 165, 223, 0 ), rgb( 165, 223, 0 ));
								background: -o-linear-gradient( rgb( 165, 223, 0 ), rgb( 165, 223, 0 ));
								background: linear-gradient( rgb( 165, 223, 0 ), rgb( 165, 223, 0 ));
							}

