body {
	background-color: #ACA899;
	margin:0px 0px;
	padding:0px;
	text-align:center;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.enveloppe { /* pour tout centrer */
	width: 760px;
	margin: 0px auto; /* marges gauche et droite "auto" */
	text-align: left; /* contre bug IE5/Win */
	padding: 0px;
}
.EnTete { /* Bloc du haut */
	padding: 0px;
	height: 120px;
	background-image: url(images/1stopBackground.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.main {
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 30px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.lereste {
	padding:0px 75px;
}
.leresteInterne {
	width:520px;
	padding:15px;
	background: #FFFFCC;
	border: 1px solid #000000;
	margin: 15px 0px 0px;
}
.leresteInterneNiveau2 {
	padding:10px;
	background: #FFFFCC;
	border: 1px solid #000000;
}
.Lanonnce {
	background-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	padding: 5px 11px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color:#006600;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
li {
	margin: 17px 0px 0px;
	list-style: disc;
}
.retrait {
	text-indent: -15pt;
	margin: 0px 0px 0px 12px;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.rien {
	color: black;
	text-decoration:none;
}
.T30pts{
	font-size: 30px;
}
.T24pts{
	font-size: 24px;
}
.T21pts{
	font-size: 21px;
}
.T18pts{
	font-size: 18px;
}
.T14pts {
	font-size: 14px;
}
.T12pts {
	font-size: 12px;
}
.T10pts {
	font-size: 10px;
}
.T9pts {
	font-size: 9px;
}
.T8pts {
	font-size: 8px;
}
.T7pts {
	font-size: 7px;
}
.T6pts {
	font-size: 6px;
}
.imagesdroite {
	border: none;
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	display: inline;
}
.imagesgauche {
	border: none;
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	display: inline;
}
.jaune {
	background:#FFFF00;
}
.rouge {
	color: #FF0000;
}
.borddash {
	border-style: dashed;
	border-color: black;
	border-width: 2px;
	padding: 10px;
}
.bordridge {
	padding: 10px;
	border: 1px ridge black;
}
