@charset "iso-8859-1";
/* auteur: Benoît LAURENT */
/* Date de création: 26/12/2002 */

/********************/
/* Sommaire         */
/********************/
/*
Body
H1
table.tabPrinc
*/



BODY 
{
	background-image:url("images/fond.gif");
	background-repeat:auto;
	background-position:0% 0%;
	background-attachment:fixed;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:4px;	  
	margin-right:4px;	  
	scrollbar-face-color:#330099;
	scrollbar-shadow-color:#FFFF53;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#9CCCC7;
	scrollbar-darkshadow-color:#8AACA8;
	scrollbar-track-color:#330099;
	scrollbar-arrow-color:#FFFFFF;
}

/********************/
/* Titres           */
/********************/

H1
{
	color:#ffff00;
    font-size:  36px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 5px;

	text-align:center;
}

.rubrique
{
	background-color:#330099;
	color:#ffffff;
    font-size:  24px;
    line-height: 24px;
    padding-left: 5px;
	
}

/********************/
/* TABLEAU          */
/********************/
TABLE.tabPrinc
{
	width:90%;
}

TR.ligneTitre
{
	height:120px;
}

/********************/
/* Menu             */
/********************/
TABLE.tabMenu
{
	width:150;
	cellSpacing:0;
	cellPadding:0;
}

.titreMenu
{
	background-color: #330099;
    color: #FFFF53;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  13px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 5px;
}

.itemMenu
{
	background-color: #FFFFCC;
	text-decoration: none;
	color: #000066;
    font-family: Verdana, Helvetica, sans-serif;
	font-style:normal;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}
A.itemMenu:link, A.itemMenu:hover, A.itemMenu:visited
{
	background-color: #E7EBFF;
	text-decoration: underline;
	color: #CC0033;
    font-family: Verdana, Helvetica, sans-serif;
	font-style:normal;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

/********************/
/* Normal           */
/********************/
.normalCentre
{
	text-align:center;
}

.normalPetit
{
    font-size:  10px;
}
