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

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #000000;
	margin : 0;
	padding : 0;
	width:100%;
	height:100%
}
body {
	margin : 0 0 0 0;
	padding: 0 ;
	background-image:url(../Design/degrade1px.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%
}


div { 
width: 80%; 
max-width: 1000px; 
min-width: 700px;


} 


.page {
position:absolute;
width:1000px;
max-width:1000px;
min-width:700px;
top:0px;
left:50%;
margin-left:-500px;
background-image:url(../Design/rayon.png);
background-repeat:no-repeat;
height:100%;

}

.media {
position:absolute;
width:600px;
left:50%;
margin-left:-325px;
top:50px;
z-index:1
}

.bas {
position:absolute;
width:976px;
top:550px;
left:50%;
margin-left:-488px;
z-index:2
}