@charset "UTF-8";
/* CSS Document */

body {
background-image: url(../images/background.jpg); 
background-repeat: no-repeat;
}
.fondperdu {
	background-repeat: no-repeat;
	color: #FFF;
}
p {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.white {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.purple {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #233242;
	text-decoration: none;
}
h1 {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #233242;
	text-decoration: none;
}
a:link {
	font-family: verdana;
	font-size: 11px;
	color: #233242;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #233242;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.tabalphagrey {
background-image: url(../images/grey.gif)
}
.tabalphablack {
background-image: url(../images/black.gif)
}
.tabalphapurple {
background-image: url(../images/purple.gif)
}

