body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
}
h1 {
	font-size:  large;
} 
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
h4 {
	font-size: x-small;
} 
h5 {
	font-size: xx-small;
}
h6 {
	font-size: smaller;
}
a:visited, form {
	color: Purple;
}
a {
  color: #336600;
}
p {
	background-color: transparent;
	list-style-type: disc;
}
.BlocGauche {
	float: left;
	width: auto;
	border: thin #000066;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.detailArticle {
	border: thin solid #666666;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
}
.BlocDroite {
	float: right;
	width: auto;
	border: thin #000066;
	margin-right: 5px;
	margin-Left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.CadreCentrePage {
	text-align: center;
	border: thin dotted #CCCCCC;
}
.Standard {
	background-color: transparent;
	font-size: 12px;
	font-style: normal;
	color: Navy;
	font-family: Verdana;
}
.TitrePrinc {
	color: #000099;
	background-color: #ECE9D8;
	border: thin none;
	border-bottom: thin solid Navy;
	font-weight: bold;
}
.SousTitre {
	color: Maroon;
	background-color: #FFFFE0;
	border-bottom: thin dotted Black;
	font-weight: bold;
}
.Conteneur {
	border: thin groove Silver;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: auto;
	width: 100%;
}
.MargeGauche {
	float: Left;
	width: 20%;
	margin-Left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	border: thin dotted;
	padding-bottom: 5px;
	padding-Left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}
.DescrMgauche{
	float: Left;
	width: 250px;
	margin-Left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-Left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: thin dashed Blue;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
}
.LigneBas {
	border-bottom: thin solid;
	border-bottom-width: 1px;
}
.LigneDroite{
	border-right: thin solid;
	border-right-width: 1px;
}
.LigneBasDroite{
	border-bottom: thin solid;
	border-bottom-width: 1px;
	border-right: thin solid;
	border-right-width: 1px;
}
.Style1 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.Style3 {font-size: larger; font-weight: bold; }
.Style4 {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.Style5 {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}
.Style6 {font-size: 14px; color: #000099; }
.BlocGauchePt {
	float: left;
	width: auto;
	border: thin dotted #000066;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.BlocDroitePt {
	float: right;
	width: auto;
	border: thin dotted;
	margin-Left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.BlocDroiteMarge {
	float: right;
	width: auto;
	border: thin #000066;
	margin-Left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 20px;
}
.LittleInfo {
	font-size: 10px;
}
.chapitre {
	border-bottom: 1px solid Maroon;
}
.chapitreUnderl {
	font-size: larger; 
	font-weight: bold;
	border-bottom: 1px solid Maroon;
}