body {
	font-family: Verdana, sans-serif;
	background-color: #fda;
	text-align: justify;
	margin-right: 20px;
	}

.entete {
	background-color: #f90;
	text-align: center;
	color: #fff;
	font-size: 34px;
	padding: 20px;
	margin-bottom: 20px ;
	text-shadow: 3px 3px 10px #555;
	box-shadow: 4px 4px 0 #555 ;
	-moz-box-shadow: 3px 3px 2px #555 ;
	-webkit-box-shadow: 3px 3px 2px #555 ;
/*	background: -moz-linear-gradient(top, #f90 0%, #555 100%);*/
}

.nav {
	width= 150 px;
	/*border-right: #000 1px solid;*/
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px ;
	text-align: center;
	font-size: 15px;
	width: 200px ;
	float: left;
	position: relative;
}

a {
    text-decoration : none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

.nav a {
     display: block;
     padding: 1px;
     padding-right: 10px;
     padding-left: 10px;
     margin: 3px;
     background-color: #f00;
     color: #fff;
     text-decoration: none;
     border-style: ridge ;
     border-color: #f00;
     -moz-border-radius: 10px 0 0 10px ;
     -webkit-border-radius: 10px 0 0 10px ;
     border-radius: 10px 0 0 10px ;
     box-shadow: 3px 3px 2px #555 ;
     -moz-box-shadow: 3px 3px 2px #555 ;
     -webkit-box-shadow: 3px 3px 2px #555 ;
}

.nav a:hover {
    background-color: #f33;
    text-decoration: none;
}

.texte {
	padding: 5px;
	padding-left: 22%;
	margin-left: 10px;
	text-indent: 10px;
}
.pieddepage {
	background-color: #f90;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	border-radius: 10px ;
	box-shadow: 4px 4px 0 #555 ;
	-moz-box-shadow: 3px 3px 2px #555 ;
	-webkit-box-shadow: 3px 3px 2px #555 ;
	clear: both;
	}

.image {
	float: left; 
	margin: 0 6px 0 0;
	width:25%;
	height:25%;
}

.hide {
        color: #fda;
        text-aligne: right;
}
