﻿body
{
	background-color: #EAEAEA; /*gris clair*/
	background-image:url(../IMGS/fond.gif);
	background-repeat:repeat-y;
	
}

#bande_verticale 
{
	/*background-image:url(../IMGS/bande_verticale.gif);
	background-repeat:repeat-y;*/
	position:absolute;
	left:20px;
	top:229px;
	/*min-height:100%;*/
	height:778px; /*578px*/
	width:192px;
	padding-left:0px;
	padding-right:7px;
}

#logo 
{
	background-image:url(../IMGS/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:0px;
	width:180px;
	height:180px;
}

#titre 
{
	background-image:url(../IMGS/titre.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:200px;
	top:0px;
	width:760px;
	height:70px;
}

#zone_deconnexion
{
	position:absolute;
	left:20px;
	top:190px;
	height:28px;
	width:171px;
	padding-left:2px;
	padding-right:7px;
	padding-top:10px;
	background-color:#EAEAEA; /*gris clair*/
	border-bottom-style:dotted;
	border-bottom-color:#084459; /*gris foncé*/
	border-bottom-width:thin;
}

#zone_centre 
{
	/*background-image:url(../IMGS/zone_centre.gif);
	background-repeat:repeat-y;*/
	position:absolute;
	left:239px;
	top:70px;
	/*min-height:400px;*/
	height:700px; /*508px;*/
	width:710px;
}

#contenu 
{
	padding: 5px 10px 10px 20px;
}

.MenuNiv1
{
	padding:10px 1px 10px 1px;
	border-bottom-style:dotted;
	border-bottom-color:#084459; /*gris foncé*/
	border-bottom-width:thin;
	font-style:italic;
}

.MenuNiv2
{
	padding:2px 1px 2px 1px;
	border-bottom-style:ridge;
	border-bottom-color:#084459; /*gris foncé*/
	border-bottom-width:thin;
	font-style:italic;
}

.MenuBouton
{
	color:#084459;
	font-style:italic;
	font-weight:bold;
}
