﻿body
{
	margin: 0px; 
    background-image: url(img/degrad.png);
    background-repeat: repeat-x;
   	font-family: verdana, arial, sans-serif;
   	color : #00008B; /* DarkBlue */
}

table
{
	border-spacing: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}

td, th
{
	padding: 0px;
} 

hr
{
	color: #00008B; /* DarkBlue */
	height: 1pt;
}

img
{
	border: 0px;
}

.main
{
	width: 100%;
}

.entete
{
    background-color: #00008B; /* DarkBlue */
    color: white;
    font-size: large;
}

.mots_cles
{
    font-size: 8px;
    color: #C0C0C0; /* LightGrey */
    background-color: white;
}

.menu a, .menu a:visited
{
    background-color: blue;
    font-size: small;
    text-decoration: none;
    color: white;
}

.menu a:hover
{
    background-color: white;
    color: #00008B; /* DarkBlue */
}

.enbas
{
    margin: 36px;
}

.enbas, .enbas td, .enbas a
{
    height: 36px;
    font-size: x-small;
    font-weight: normal;
    background-color: #00008B; /* DarkBlue */
    color: white;
}

.BandeauImages
{
    text-align: center;
}

.TitrePage
{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.TitrePartiePage
{
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.colonne
{
   	font-size: small;
   	font-weight: normal;
    text-align: justify;
    margin: 10px;
}

.colonnes
{
    font-size: small;
    font-weight: normal;
}

.Cadre
{
    border-style: solid;
    border-color: #00008B; /* DarkBlue */
    vertical-align: top;
    border-width: thin;
}

.resultats
{
   	font-size: small;
   	font-weight: normal;
    text-align: left;
}

.References td
{
	padding: 10px;
	text-align: center;
} 

.Logon td
{
    text-align: left;
	padding : 10px;
} 

