body,td,th,p {
	color: #000000;
	font-family:  Georgia, Times, "Times New Roman", serif, Garamond;
	font-size: 0.90em;
	font-weight: normal;
	background-color: #FFFFFF;
}


a {
	color: #FF00FF;
	letter-spacing:0.1em;

}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #A0A0A0;
	font-size:1.2em;
}
h2 {
	color:#00444F;
	font-size:0.95em;
}
h3 {
	font-size:0.90em;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



body {
   margin: 0; /* pour éviter les marges */
}



ul{
	list-style-type:none;
}



/* boites */

#page{
	position:absolute;
	width:50%;
   margin-left: 35px;
   margin-top:20px;
   text-align: left; 
     }

#content {
	margin-left: 0px;
	top: 80px;
}
#content p{
	text-align:justify;
	font-size:0.85em;
}

td {
padding-left:15px;
}

hr {
 background-color:#00444F;
}


#header{
	text-align:right;
}
#menu {
	text-align:right;
}

#menu a {
	font-size: 9px;
	color: #FF00FF;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color:#C4C4C4;
	text-decoration:underline;
}

.back{
	text-align:right;
}





