body
{
	font-size: 80%;
	cursor: default;
	background-color: rgb(230,230,230);
	font-family: Arial, serif;
	color: black;
}
p
{
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration: none;
	color: rgb(20,20,200);
}
a:hover
{
	text-decoration: underline;
	color: rgb(20,20,200);
}
a img
{
	border: none;
}

#Banniere
{
	width: 100%;
	height: 123px;
	background: url("../images/design1/Banniere.gif") no-repeat rgb(235,235,235);
	border-bottom: 1px solid rgb(171,176,195);
}
#Body
{
	width: 78%;
	margin:auto;
	padding-top: 1%;
}
#CorpsBas
{
	width: 100%;
	border: 1px solid rgb(108,127,159);
	background-color: rgb(222,222,222);
	color: black;
}
#CorpsFoot
{
	width: 98%;
	height: 14px;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: rgb(220,224,223);
	border-top: 1px solid rgb(108,127,159);
	color: black;
}
#CorpsFootDroite
{
	float: right;
}
#CorpsFootGauche
{
	float: left;
}
#CorpsTexte
{
	width: 94%;
	padding: 3%;
}
#LienPosteAdministration
{
	width: 99%;
	padding: 0px;
	margin: 0px;
	padding-top: 107px;
	padding-right: 1%;
	text-align: right;
}
#LienTextePosteAdministration
{
	color: rgb(235,235,235);
	text-decoration: none;
}
#MenuQuadrilleHaut
{
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}
#TableauMenuHaut
{
	border-collapse: collapse;
	margin-left: 0px;
	border: none;
}

.LienMenuHaut
{
	color: rgb(34,61,102);
	text-decoration: none;
	background-color: inherit;
}
.LienMenuHaut:hover
{
	color: rgb(34,117,102);
	text-decoration: none;
	background-color: inherit;
}
.LienMenuHautImportant
{
	color: rgb(202,31,34);
	text-decoration: none;
	background-color: inherit;
	font-weight: bold;
	font-size: 95%;
}
.LienMenuHautImportant:hover
{
	color: rgb(202,31,34);
	text-decoration: underline;
	background-color: inherit;
	font-weight: bold;
	font-size: 95%;
}
.TDTableauMenuBas
{
	text-align: center;
	width: 80px;
	border-right: 1px solid rgb(108,127,159);
}
.TDTableauMenuHaut
{
	text-align: center;
	width: 80px;
	border-bottom: 1px solid rgb(108,127,159);
	border-right: 1px solid rgb(108,127,159);
}
.TDTableauMenuBas2
{
	text-align: center;
	width: 120px;
	border-right: 1px solid rgb(108,127,159);
}
.TDTableauMenuHaut2
{
	text-align: center;
	width: 120px;
	border-bottom: 1px solid rgb(108,127,159);
	border-right: 1px solid rgb(108,127,159);
}