body
{
	padding:0;
	margin:0;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #efefef;

scrollbar-face-color:#cccccc;
scrollbar-highlight-color: #888888;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #515155;
scrollbar-track-color: #515155;
}

p
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

td
{
	text-align: justify;
	font-family: Verdana, Arial;
	font-size: 12px;
}

hr
{
	color: #e3a127;
}

a
{
	text-decoration: none;
}

/*-------------------------------------------------------------------------
Zone du lien Accueil
-------------------------------------------------------------------------*/
/*********************************************************************/
.accueil a
{
	background:url('../boutons/bt_accueil.png') no-repeat 0px 0px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 40px
}

.accueil a:hover
{
	background:url('../boutons/bt_accueil.png') no-repeat 0px -40px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 40px
}


/*-------------------------------------------------------------------------
Zone des liens-vignettes BD
-------------------------------------------------------------------------*/
/*********************************************************************/
.bt_01 a
{
	background:url('../boutons/bt_01.jpg') no-repeat 0px 0px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}

.bt_01 a:hover
{
	background:url('../boutons/bt_01.jpg') no-repeat 0px -180px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}


.bt_02 a
{
	background:url('../boutons/bt_02.jpg') no-repeat 0px 0px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}

.bt_02 a:hover
{
	background:url('../boutons/bt_02.jpg') no-repeat 0px -180px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}


.bt_03 a
{
	background:url('../boutons/bt_03.jpg') no-repeat 0px 0px;
	display: table-cell ; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}

.bt_03 a:hover
{
	background:url('../boutons/bt_03.jpg') no-repeat 0px -180px;
	display: table-cell; /*Indispensable pour Netscape et Mozilla*/
    width: 120px;
    height: 180px
}

/*-------------------------------------------------------------------------
Couleur des liens bas de page
(class="liens_gris" ou "liens_noir" déclaré dans TD) 
-------------------------------------------------------------------------*/
.liens_gris ul
{
	list-style-type: none;
}

.liens_gris ul li a
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: italic;
	font-family: verdana;
	font-size: 12pt;
	color: #888;
	background: url('../puces/pucegrise.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}

.liens_gris ul li a:hover
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: italic;
	font-family: verdana;
	font-size: 12pt;
	color: #e3a127;
	background: url('../puces/puceor.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}

.lien_gris_clique
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: italic;
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #e3a127;
	background: url('../puces/puceor.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}
/*-------------------------------------------------------------------------*/

.liens_noir ul
{
	list-style-type: none;
}

.liens_noir ul li a
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: normal;
	font-family: verdana;
	font-size: 12pt;
	color: #000;
	background: url('../puces/pucenoire.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}

.liens_noir ul li a:hover
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: normal;
	font-family: verdana;
	font-size: 12pt;
	color: #e3a127;
	background: url('../puces/puceor.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}

.lien_noir_clique
{
	
	text-indent: 0pt;/*Position 1ère ligne de texte par rapport au reste du §*/
	text-decoration: none;
	font-style: normal;
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #e3a127;
	background: url('../puces/puceor.png') no-repeat 0px 3px;/*Position Puce par rapport à la marge de gauche (margin-left) la position sur la ligne*/
	padding-left: 20pt;/*Position texte par rapport à la puce*/
}