body {
	background-color : #F5F5FF;
	/*background:url("images/quadrillage.png") repeat top left;*/
	/*background-image:"images\alphabet.jpg"; 
	background-position:center;
	background-attachment:fixed;*/
	font-size : 13px;
	font-family : Trebuchet MS, Arial;
	align: center;
	width: 800px;
/*	border: solid 1px black;*/
	border: none;
	margin-left: auto;
    margin-right: auto;
}

p,ul,li,td {
	text-align: justify;
	/* color:#660066; */
	color:#000066;
}

p {
	margin-left: 3%;
	margin-right: 3%;
	padding:4px;
	padding-top:1px;
	padding-bottom:1px;
}

strong {
  /* color:#330033; */
  color:#000033;
}

ul {
	padding-left:2%;
}
li {
	padding:4px;
}

h1 {
	margin-left: auto;
  margin-right: auto;
	font-size : 135%; 
	font-family :  Trebuchet ms, Verdana, Arial;
	/* color : #550055; */ 
	color : #000055;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	/* border-color: #550055; */
	border-color: #000055;
	background-color:white;
	width: 600px;
	padding: 8px;
}

h2 {
	font-size : 125%; 
	font-family :  Trebuchet MS, Arial;
	color: #FFFFFF; 
	padding: 5px;
	/* background-color:#cc88dd; */
	background-color:#5566ff;
	
	/* border: solid 1px #550055; */
	border: solid 1px #000055;
	text-align: center;
	width: 300px;
	font-variant: small-caps;
	margin-left: 2%;
}

h3 {
	font-size : 115%; 
	font-family :  Trebuchet MS, Arial;
	font-variant: small-caps;
	text-align: left;
	/* color: #660066; */
	color: #000066;
	padding: 10px 0px 0px 10px;
	margin-left: 1%;
	margin-top: 20px;
	/* border-top: dashed 1px #550055;
	border-right: dashed 1px #550055; */
	border-top: dashed 1px #000055;
	border-right: dashed 1px #000055;
}

h3 .soustitre {
	font-size:0.85em;
	margin-left:90px;
}

#logo
{
	position:absolute;
	margin-left:15px;
	margin-top:25px;
}

img { border:none;}

.imgCentree
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	/* border: groove 2px #550055; */
	border: groove 2px #000055;
}

#basPage
{
	font-size: 0.8em;
	margin-top: 40px;
	text-align: center;
}

.menuNavigation {
	/* border: solid 1px #550055; */
	border: solid 1px #000055;
	/* background-color: #DDBBDD; */
	background-color: #AABBFF;
	/* color : #550055; */
	color : #000055;
	padding:7px;
	font-size: 1.2em;
}
#menuLigne1 {
	text-align: left;
	margin-bottom:10px;
}

#menuLigne2 {
	text-align: right;
}

.boutonNavigation, .boutonNavigationCourant {
	font-variant: small-caps;
	text-decoration:none;
	padding: 5px;
	margin:auto;
}

.boutonNavigationCourant
{
	font-weight: bold;
}
.boutonNavigation a{
	/* color : #550055; */
	color : #000055;
	text-decoration:none;
}

.boutonNavigation a:hover {
	/* color: #AA00AA; */ 
	color: #0000AA;
	text-decoration:underline;
}

#retour_haut {
	display:block;
	margin-left:auto;
	margin-right:5px;
}


/* Lien non visité. */
a:link, a:visited {
  color: blue;
	font-family: trebuchet ms, arial;
}
/* Souris au dessus du lien. */
a:hover {
    /* color: #CC00FF; */
    color: #55CCFF;
}
