@charset "utf-8";

/* CSS Document */

.Haut_Gauche {
	background-image: url(../Images/Cadre/Fond_Menu_Gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
}
.Haut_Gauche .Haut_Droit {
	background-image: url(../Images/Cadre/Fond_Menu_Droit.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 13px;
}
.Haut_Gauche .Haut_Droit .Haut_Centre {
	background-image: url(../Images/Cadre/Fond_Menu_Centre.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-position: center top;
	height: 26px;
}
.Haut_Gauche .Haut_Droit .Haut_Centre h4 {
	line-height: 26px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
}
.Centre_Gauche .Centre_Droit .Centre_Milieu hr {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
}


.Centre_Gauche {
	background-image: url(../Images/Cadre/Bordure_Gauche.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 3px;
}
.Centre_Gauche .Centre_Droit {
	background-image: url(../Images/Cadre/Bordure_Droite.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 3px;
}
.Centre_Gauche .Centre_Droit .Centre_Milieu {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
.Centre_Gauche .Centre_Droit .Centre_Milieu p {
	margin: 0px;
	font-size: 0.7em;
}


.Bas_Gauche {
	background-image: url(../Images/Cadre/Bordure_Arrondi_Bas_Gauche.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 13px;
}
.Bas_Gauche .Bas_Droit {
	background-image: url(../Images/Cadre/Bordure_Arrondi_Bas_Droite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	padding-right: 13px;
}
.Bas_Gauche .Bas_Droit .Bas_Centre {
	background-image: url(../Images/Cadre/Bordure_Arrondi_Bas_Centre.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	background-position: bottom;
}
.Menu_Horizontal #Menu_Horizontal_Gauche {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Droit.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit #Menu_Horizontal_Centre {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Centre.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 26px;
}
.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit #Menu_Horizontal_Centre ul {
	margin: 0px;
	padding: 0px;
}
.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit #Menu_Horizontal_Centre li {
	display: inline;
	color: #003366;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit #Menu_Horizontal_Centre li a {
	text-decoration: none;
	margin-right: 1%;
	margin-left: 1%;
	color: #333333;
}

.Menu_Horizontal #Menu_Horizontal_Gauche #Menu_Horizontal_Droit #Menu_Horizontal_Centre li a:hover {
	text-decoration:underline;
	margin-right: 1%;
	margin-left: 1%;
	color: #9900FF;
}

.Pied_De_Page #Pied_De_Page_Gauche {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
.Pied_De_Page #Pied_De_Page_Gauche #Pied_De_Page_Droit {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Droit.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
}
.Pied_De_Page #Pied_De_Page_Gauche #Pied_De_Page_Droit #Pied_De_Page_Centre {
	background-image: url(../Images/Barre_De_Navigation/Navigation_Centre.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 26px;
}
.Pied_De_Page p
{
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
}
