body {
	background-image: url(../images/tuile.gif);
}
.bg_blanc {
	background-color: #FFFFFF;
	border: thin solid #1D5681;
}
.bg_tel {
	background-image: url(../images/bg_tel.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_fibre {
	background-image: url(../images/bg_fibre.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_cd {
	background-image: url(../images/bg_cd.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_souris {

	background-image: url(../images/bg_souris.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_ampoule {
	background-image: url(../images/bg_ampoule.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_usb {
	background-image: url(../images/bg_usb.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg_clavier {
	background-image: url(../images/bg_clavier.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C5485;
	margin: 10px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #12517C;
	margin: 10px;
}
.bordurebleue {
	border: thin solid #1D5681;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #86C248;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #86C248;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFCC33;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C5485;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #12517C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: url(../images/puce.jpg);
}
.centre {
	text-align: center;
}