body {
	margin: 0px;
	background-color: #AA4EAB;
	height: 100%;
}

.main {
	display:block;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

.border-left {
	width: 15px;
	background-image: url(../src/ombre-g.jpg);
	background-repeat: repeat;
}

.border-right {
	width: 15px;
	background-image: url(../src/ombre-d.jpg);
	background-repeat: repeat;
}

.centre {
	width: 728px;
	background-color: white;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E47732;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.lien1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E47732;
	text-decoration: none;
}
.lien1:hover {
	text-decoration: underline;
	color: #E47732;
}
.lien1b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.lien1b:hover {
	text-decoration: underline;
	color: white;
}
.lien2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E47732;
	text-decoration: none;
}
.lien2:hover {
	text-decoration: underline;
	color: #E47732;
}

.lien2b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	text-decoration: none;
}
.lien2b:hover {
	text-decoration: underline;
	color: #E47732;
}
.lien3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E47732;
	text-decoration: none;
}
.lien3:hover {
	text-decoration: underline;
	color: #E47732;
}
.fleche-retrait {
	padding-left: 20px;
	background-image: url(../src/fleche.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
.fleche-retrait1 {
	padding-left: 20px;
	background-image: url(../src/fleche.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
.lienref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../src/fleche0.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
.lienref:hover {
	text-decoration: underline;
	color: #E47732;
	padding-left: 20px;
	background-image: url(../src/fleche.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
.lienref-ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #E47732;
	padding-left: 20px;
	background-image: url(../src/fleche.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
