body {
	background-color: #ffffff;
	font-family: sans-serif;
}
h1 , h2 , h3 , h4 {
	font-family: sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
img {
	border: none;
}
th {
	background-color: #08c;
	color: white;
}
/* décalage pour les sous-menus du bandeau de gauche */
.ssmenu {
	left: 1em;
	position: relative;
}
td {
	vertical-align: top;
}
/* légendes des tableaux et des images */
p.legende {
	color: #0000ff;
	font-family: sans-serif;
	text-align: center;
}
/* bande bleue en haut et en bas de chaque page */
.stripeblue {
	font-size: 0.9em;
	text-align: left;
	background-color: #08c;
	vertical-align: middle;
	color: white;
}
/* liens dans les bandes bleues */
.stripeblue a:link {
	text-decoration: none;
	color: white;
}
.stripeblue a:visited {
	text-decoration: none;
	color: white;
}
.stripeblue a:hover {
	text-decoration: underline;
	color: white;
}
/* bande grise en haut et en bas de chaque page */
.stripegrey {
	height: 1.5em;
	font-size: 0.9em;
	text-align: left;
	background-color: #666666;
	vertical-align: middle;
	color: white;
}
/* liens dans les bandes grises */
.stripegrey a:link {
	text-decoration: none;
	color: white;
}
.stripegrey a:visited {
	text-decoration: none;
	color: white;
}
.stripegrey a:hover {
	text-decoration: underline;
	color: white;
}
/* position du logo */
.logo {
	vertical-align: middle;
	text-align: center;
	margin: 0.5em;
}
/* liens dans le corps de la page */
a {
	color: #08c;
}
a:link {
	text-decoration: none;
	color: #08c;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:hover {
	text-decoration: underline;
	color: #08c;
}
/*-----------------------------------------------
* Menu
*---------------------------------------------*/
.menu {
	vertical-align: top;
	border: none;
	padding: 10px;
	font-size: 0.9em;
	width: 15em;
}
.menu, .menu li, .menu ul
{
	background-color: #b3dff2;
}

/* liens dans le bandeau gauche */
.menu a:link {
	text-decoration: none;
	color: #000099;
}
.menu a:visited {
	text-decoration: none;
	color: purple;
}
.menu a:hover {
	text-decoration: underline;
	background-color: #000099;
	color: white;
}

.menu ul {
	padding: 0 0 0.5em 1.2em;
	margin: 0 0 0 0;
	border-left: 1px dotted #808080;
}

.menu ul#menu0
{
	border-left: none;
}

.menu li {
}
/* Menu dynamique vertical */
/*{{{*/
/*
.menu ul
{
	position: relative;
	list-style: none;
	display: block;
	width: 15em;
	margin: 0;
	padding: 0;
	left: 0;
}

.menu ul li 
{
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 3px 0 0;
	min-height: 20px;
	border-bottom: 1px solid white;
	left: 0;
}

.menu li ul li 
{
}

.menu ul li ul
{
	position: absolute;
	list-style: none;
	display: block;
	left: 0;
	top: 0;
	margin: 0 0 0 14.9em;
	padding: 0;
	width: 15em;
	/ * border: 1px dotted #0031e2; * /
}

.menu li ul li
{
	display: block;
	left: 0;
}

.menu ul a {
	display: block;
	width: 100%;
	padding-left: 5px;
}
.menu .section {
	background-image: url(/amma/images/menu.png);
	background-position: right;
	background-repeat: no-repeat;
}
*/
/*}}}*/

/* format de l'en-tête */ 
.entete {
	vertical-align: middle;
	text-align: left;
}
/* liens contact, sitemap et rechercher en haut à droite de l'entete */
.hautdroit {
	font-size: 0.9em;
	vertical-align: bottom;
	text-align: right;
}
/* format de la colonne du milieu */
.middlecolonne {
	vertical-align: top;
	text-align: left;
	font-family: serif;
}
.middlecolonne p {
	text-align: justify;
	text-indent: 2em;
}
/* pour les liste jeux, plateforme */
.level2 {
	text-decoration: none;
	font-size: 12pt;
	color: navy;
	font-family: serif;
	font-weight: bold;
}
.level1 {
	text-decoration: none;
	font-size: 16pt;
	color: #ff6633;
	font-family: serif;
	font-weight: bold;
}
.lettretitre {
	color: #08c;
}
hr {
	text-align: center;
	background: #08c;
	width: 50%;
	border: 1px solid #eef;
	height: 3px;
}
sup , sub {
	font-size: 0.7em;
}
/*
#menuaccueil {
	min-height: 15em;
	vertical-align: middle;
}
#menuaccueil ul {
	display: block;
	width: 16em;
	margin-right: auto;
	margin-left: auto;
	list-style-type: square;
	list-style-position: outside;
	color: #b3dff2;
}
#titreaccueil {
	color: #666;
	text-align: center;
}
*/
.contactpp, .modif {
	font-size: 0.7em;
	font-style: italic;
}
.contactpp {
	text-align: right;
}

