.{
	margin		: 0;
	padding		: 0;
}

html, body {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #fff;
	font-stretch: condensed;
	padding		: 0;
	margin		: 0;
	letter-spacing:0px;
}


html{
	margin-bottom: 0.01em;
}


body {
	text-align:center;
	background-color	: #96cafe;
}


#global {
margin		: 0px auto;
padding		: 0px;
width		: 1000px;
text-align	: left; /* on rétablit l'alignement normal du texte */
position	: relative;
height		: 500px;
}

.left{
width		: 100px;
position	: absolute;
left		: 0px;
height		: 500px;
background-image:url(../images/index_g.jpg);
}

.main{
width		: 800px;
margin-left	: 100px;
position	: absolute;
float		: left;
height		: 500px;
}

.right{
width		: 100px;
right		: 0px;
position	: absolute;
height		: 500px;
background-image:url(../images/index_d.jpg);
}


a {
	color		: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

