/* CSS Document */
body {
	/*background-color: #006001;*/
	background:url(font/degrade.jpg) repeat-x fixed top left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

a {
  color: #FF8A13;
}
a:hover{
 color: #2A5500;
 text-decoration:none;
}
h1,h2,h3,h4,h5,p,pre {
margin: 1em;
}

h1 {font-size: 17pt;}
h2 {font-size: 15pt;}
h3 {font-size: 13pt;}
h4 {font-size: 10pt;}
h5 {font-size: 10pt;}
h1,h2,h3,h4,h5 {
font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
color: #006A01;
}
h3 {
color: #008801;
}
h4{
color: #00B201;
padding:0.2em 0em;
display:block;
border-bottom:1px dotted #336600;
}
h5{
color: #008080;
}

code,pre {
color: #390;
font-family: "Courier New", Courier, monospace;
}
pre {
border-left:5px solid #a2c2e1;
padding:0.5em 1em;
margin-left:2em;
}

.centre,.gauche,.droite,.bas{
background-color: #f5f8fc;
border: 3px solid #000000;
-moz-border-radius:10px 10px 10px 10px;
}
.gauche {
position: absolute;
top: 1em;
left: 1%;
width: 18%;
}
.droite {
position: absolute;
top: 1em;
right: 1%;
width: 18%;
}
.centre,.bas {
margin: 1em 25%;
}
.contenue{
font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
background-color: #DFFADE;
border-width: thin;
border-style: ridge;
border-color: #008801;
background-position: 15cm;
margin: 5mm 5mm 5mm 5mm;
}
/*.poitillé{
padding:0.2em 0em;
display:block;
border-bottom:1px dotted #008801;
}*/