/* CSS Document */
body.gauche {
	background-attachment: fixed;
	background-image: url(Images/fond_gauche.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: georgia;
	font-size: medium;
}

body.main {
	background-attachment: fixed;
	background-image: url(Images/fond_main.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: georgia;
	font-size: large;
    }

a:link {color: #006666;}
a:visited {color: #006666;}
a:hover {color: #FF6600;}

p {font-size: medium}
h1 {color: #336666; font-size: x-large; font-weight: bold; font-style: italic; 
text-align: center}
h2 {color: #663399; font-weight: bold; font-style: italic;}
h3 {color: #990000; font-size: x-large; font-weight: bold; font-style: italic; 
text-align: right}
h4 {color: #00CC66; font-weight: bold;}

.lefttop{
    position:absolute;
	left:0;
	top:0;
}
.menu_gauche{
	position:relative;
	left:1px;
	top:12px;
}
.div_data{
	position:relative;
	top:0;
	left:0;
	width:650;
	height:600;
	z-depth:0;
}

