/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background: transparent url(../images/bg.gif) no-repeat top center;
	background-color: #0068A6;
	padding: 40px 0px 0px 0px;
	margin: 0px;
}

.bodymenu {
	background: transparent url(../images/bg.gif) no-repeat top center;
	background-color: #0068A6;
	padding: 22px 0px 0px 0px;
	margin: 0px;
}


td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#636363;
}

p {
	padding: 0px;
	margin: 0px;
}


/****************************************************************************
* FONDS 
****************************************************************************/

.fondattente1 {
	background: #FFFFFF url(../images/attente/fond1.gif) no-repeat top left;
}

.fondattente2 {
	background: #FFFFFF url(../images/attente/fond2.gif) no-repeat top left;
}

.headerfr {
	background: #FFFFFF url(../images/headerfr.gif) no-repeat top left;
}

.headeren {
	background: #FFFFFF url(../images/headeren.gif) no-repeat top left;
}

.footer {
	background: #FFFFFF url(../images/footer.gif) no-repeat top left;
}

/****************************************************************************
* STYLE DE TEXTE
****************************************************************************/

/* Images
-------------------------------------------------------- */
img {
border-width : none;
border : none;
border-style: none;
}

/* lien
-------------------------------------------------------- */
a{
color:#0068A6;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

.noir{
color:#000000;
text-decoration:none;
}

.gris11{
font-size:11px;
color:#636363;
text-decoration:none;
}

.bleue{
color:#0068A6;
text-decoration:none;
}


