/* CSS Document */
* {padding: 0; margin:0;}/*annulation css navigateurs*/

body {font-size:11px; text-align:justify;  
background-color:rgb(51, 51, 48);
font-family:Arial, Helvetica, sans-serif;
padding-top:10px;
}
span {font-weight:bold; color:#0000FF;
}


/*===================================
1.les zones div du corps
=====================================*/
#wrapper { border: 1px solid rgb(0, 0, 0);
background-color: #FFFFCC;
   
    margin-right: auto;
    margin-left: auto;
	width: 800px; height:2200px; 
	}

#ghe {width:350px; float:left; padding:25px; 
}
#dte {width:350px; float: right; padding:25px;
}

/*===================================
elements html generaux
=====================================*/
 
h3 {text-align:center; color:#0000FF; padding:10px;
}
 a { text-decoration: none; outline: none;
    }


a:visited { color: #0000FF; text-decoration: none;
    }
a:hover { text-decoration: none; color: #FF6600;
}


/*=========================================
	class
	==========================================*/
.poslien {  padding-bottom:15px;
} 
.Style1 {color:#666666;
}
.dim_wrapper { height:2100px;
}


