@charset "iso-8859-1";
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: #69C;
	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: #69c;
	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;
}
.logotext{
	vertical-align: middle;
 color: #000099;

	text-align: center;
	margin: 0.1em;
	font-size: 0.7em;
	text-align: left;
}
/* liens dans le corps de la page */
a {
	color: #369;
}
a:link {
	text-decoration: none;
	color: #369;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
	color: #369;
}
/*-----------------------------------------------
* Menu
*---------------------------------------------*/
.menu {
	vertical-align: top;
	border: none;
	padding: 10px;
	font-size: 0.9em;
	width: 10em;
}
.menu, .menu li, .menu ul
{
	background-color: #369;
}

/* liens dans le bandeau gauche */
.menu a:link {
	text-decoration: none;
	color: white;
}
.menu a:visited {
	text-decoration: none;
	color: #69c;
}
.menu a:hover {
	text-decoration: underline;
	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: sans-serif;
	
}
.middlecolonne p {
	text-align: justify;
	text-indent: 0em;
}
/* pour les liste jeux, plateforme */
.level3 {
        text-decoration: none;
        font-size: 10pt;
        text-indent: 2em;
}

.level2 {
	text-decoration: none;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
}
.level1 {
	text-decoration: none;
	font-size: 16pt;
	color: #660000;
	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;
}

/* titre de la page */
.titre {
    font-size: 14pt;
    text-align: center;
}

/* tableau englobant tout le formulaire */
.form-table {
    margin: 10px;
    border: 1px #eee solid;
}

/* titre du formulaire */
.form-caption {
    font-size: 12pt;
    text-align: center;
}

/* cellules standard du formulaire */
.form-td {
    font-size: 10pt; 
}

/* non encore implémenté sur Mozilla et IE */
.form-td-facultatif input[type="checkbox"], .form-td-facultatif input[type="radio"] {
    font-size: 10pt; 
    color: #999;
}

/* cellules de gauche contenant le libellé des champs */
.form-label {
    font-size: 10pt; 
}

/* cellules de gauche contenant le libellé des champs en cas d'erreur sur le champ */
.form-label-erreur {
    font-size: 10pt; 
    color: #ff0000;
}

/* cellules de libellé ou de champ, lorsque le champ est obligatoire */
.form-label-obligatoire, .form-input-obligatoire {
    font-size: 10pt; 
}

/* cellules de libellé ou de champ, lorsque le champ n'est pas obligatoire */
.form-label-facultatif, .form-input-facultatif {
    font-size: 10pt; 
    color: #999;
}

/* champs standard et boutons standard */
.form-input, form-bouton {
    font-family: verdana,arial; 
    font-size: 10pt; 
    background-color: #eee;
}

/* couleur des textes, s'il y a erreur */
.erreur {
	color: #ff0000;
}

/* textes standard insérés dans le formulaire */
.form-info {
    font-size: 10pt; 
	font-style: italic;
    color: #999;
}

/* texte affiché en bas du formulaire pour indiquer comment reconnaître les champs obligatoires (marche pas avec IE) */
.form-info-obligatoire:after {
    font-size: 10pt; 
	font-style: italic;
    color: #999;
	content: "Blacks Fields are mandatory";
}

/* option d'en-tête de boîte select, genre "Sélectionnez" */
.form-option-entete {
    font-size: 10pt; 
	font-style: italic;
    color: #999;
}
    
 #header {
      float:left;
      width:100%;
/* 
      background:#DAE0D2 url(../../images/bg.gif) repeat-x bottom;
*/
      background:#69c;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(../../images/left_both.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url(../../images/right_both.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#ffffff;
      white-space:nowrap;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #item1 #nav-item1, #item2 #nav-item2, #item3 #nav-item3, 
    #item4 #nav-item4, #item5 #nav-item5, #item6 #nav-item6, 
    #item7 #nav-item7, #item8 #nav-item8 
    {
      background-position:0 -150px;
      border-width:0;
      }
    #item1 #nav-item1 a, #item2 #nav-item2 a, #item3 #nav-item3 a,
    #item4 #nav-item4 a, #item5 #nav-item5 a, #item6 #nav-item6 a,
    #item7 #nav-item7 a, #item8 #nav-item8 a
    {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
