body {

     	font-family: calibri,arial,sans-serif;
     	background-position:top;     	 
       	border-color:green;
	border-width:0px;
	border-style:solid;  }

#global {
	display:table;
	margin:auto;
    	width:900px;
	height:auto;	
	
        border-color:green;
        border-width:0px;
        border-style:solid;
        }

#centralpres{

	 margin-left:25px;     
	 margin-top:10px;    
	 padding-left:15px;
         padding-top:1px;
         padding-right:4px;
	 width:750px;

         background-color:white;
	 color:rgb(50,50,50);
         text-align:justify;
         font-size: 14px;
         letter-spacing:0px;
         line-height:20px;

         border-color:red;
         border-width:0px;
         border-style:solid;
         }
         
input.rechlong{
	width:750px;
}
.link {
	display: block;
	float: right;
	margin-top: -5px;
	font-size: 12px;
	border-bottom: solid 1px #1D6C84;
	color:#666666;
	text-decoration: none;
}

.linkl {
	display: block;
	float: left;
	margin-top: -5px;
	font-size: 12px;
	border-bottom: solid 1px #1D6C84;
	color:#666666;
	text-decoration: none;
}

/* ============================== bouton ============================= */

    		.button {
		    clear: both;
		    background-color: #1D6C84;
		    border: 0 none;
		    border-radius: 4px;
		    transition: all 0.23s ease-in-out 0s;
		    color: #fff;
		    cursor: pointer;
		    display: inline-block;
		    font-size: 0.9em;
		    font-weight: normal;
		    height: 32px;
		    line-height: 32px;
		    padding: 0 22px;
		    text-align: center;
		    text-decoration: none;
		    vertical-align: top;
		    white-space: nowrap;
		    width: auto;
		    margin-top: 10px;
		}
		.button:hover {
			background-color: #FF9FA3;
		}

