@charset "utf-8";
/* CSS Document */

body {	
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #036;
	background: #999; 
	margin-left:30px; 
	margin-right:30px;
}

#PAGE {
position: center;
width: 800px;
margin: 0 auto;
background-color: #999;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#fff));
background: -moz-linear-gradient(top, #999 0%, #fff 100%);
border: 3px solid #333;
/* curved border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.imageCentre {
	text-align: center;
	margin-left:0px;
}

.TITRE1 {
	font-size: 1.5em;
	font-style: normal;
	/*text-decoration: underline;*/	
}

.Texte {
	font-size: 1.1em;
	font-style: normal;
}

.auteur {
	margin-left:20px;
	font-size: 0.9em;
	font-style: normal;
}

.lien {
	margin-left:25px;
	font-size: 1.15em;
	font-style: normal;	
}
.lien a:link   { font-size: 1.15em; font-style: normal; text-decoration:none;}
.lien a:active { font-size: 1.15em; font-style: normal; font-weight:bold; text-decoration:none;}
.lien a:hover  { font-size: 1.25em; font-style: normal; background-color: gray;}
.lien a:visited{ font-size: 1.05em; text-decoration:none;} 



.PiedDePage {
	font-size: 0.9em;
	font-style: normal;
    text-align: center;	
}

a {	color:#036; font-style: normal;	}
a:hover, a:focus { color:#036; font-style: normal; }
a:active, a:visited { color:#036; font-style: normal; }
p:active, h1:active, a:active {
font-style: normal; 
}

h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;}
h1 {	font-size:2.30em;} 
h2 {	font-size:1.9em;} 
h3 {	font-size:1.6em;} 
h4 {	font-size:1.4em;} 
h5 {	font-size:1.2em;} 
h6 {	font-size:1.1em;}





