@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
div#head {
	position: absolute;
	width:955px;
	height:50px;
	left:0px;
	top: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: right;
}
div#columns {
	position: relative;
	width: 955px;
	top: 100px;
}
div#side1 {
	position:absolute;
	width:80px;
	top: 0px;
	left:0px;
}
div#content {
	position: relative;
	width: 801px;
	top: 0px;
	left: 70px;
	border: #900 thin solid;
	
}
div#intro {
	position: relative;
	top:-20px;
	}
div#accueil {
	position: relative;
	width: 801px;
	left: 50px;
}
div#side2 {
	position:absolute;
	width:150px;
	top: 1px;
	left: 877px;
}
div#foot {
	position: relative;
	width: 955px;
	clear: both;
	margin-top: 120px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: auto;
} 

div#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	width:955px;

}

