/* CSS Document */
body{
	background:url(../images/fond_index.png) repeat-x;
}

html>body {/*IE gte 8 & Firefox*/
	background-color: #74aec0;
}

*+html body {/*IE gte 7*/
	background-color: #69a6b9;
}

* html body {/*IE lte 6*/
	background-color: #69a6b9;
}