* {
	margin: 0;
	margin: 0;
}
img {
	border: 0;
}

body {
	margin: auto;
	background-color: #ebebeb;
	width: 700px;
	font-family: "arial";
	font-size: 10pt;
}


#header {
	background-image: url("../design/header.jpg");
	width: 700px;
	height: 131px;
	margin-top: 10px;
}


#page {
	margin: auto;
	width: 580px;
	padding: 20px 60px 0 60px;
	clear: both;
	overflow: auto;
	background-image: url("../design/background.jpg");
}

#menu {
	margin-bottom: 20px;
}
#menu ul {
	width: 100%;
	text-align: center;
	padding: 0;
}
#menu ul li {
	float: left;
	display: block;
}
#menu li a {
	display: block;
	width: 101px;
	height: 25px;
	background-image: url("../design/bouton_0.png");
	padding-top: 8px;
	margin: 0 17px 0 0px;
	text-decoration: none;
	font-weight: bold;
	color: navy;
}
#menu li a.last {
	margin: 0 0 0 6px;
}
#menu li a:hover {
	background-image: url("../design/bouton_1.png");
	text-decoration: none;
}

#footer {
	clear: both;
	width: 700px;
	height: 30px;
	text-align: center;
	font-size: 0.9em;
	background-image: url("../design/footer.jpg");
	margin-bottom: 10px;
}


/* GENERIQUES */
h2 {
	color: navy;
	padding-bottom: 20px;
}

dl {
	width: 100%;
}
dt {
	font-weight: bold;
	padding: 0 0 0 0px;
}
dd {
	padding: 0 0 20px 30px;
}

a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}

p {
	width: 100%;
	padding: 5px 0 15px 0;
	text-indent: 10px;
	float: left;
}

p.center {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


.clear {
	clear: both;
}



.left {
	float: left;
}
.right {
	float: right;
}



.titre1 {
	color: navy;
}


/* SPECIAUX */
.retrait {
	margin: 0 0 20px 40px;
}

.identite {
	width: 440px;
	float: left;
}

.site {
	float: left;
	width: 300px;
	padding: 0 40px 30px 0;
}

.left_marg {
	float: left;
	padding: 0 0 30px 0;
}

/* CONTACT */
.contact {
	border: 1px black solid;
	margin: 5px;
	padding: 5px;
	width: 325px;
	height: 120px;
	background-color: #efeecd;
	font-family: "Tahoma";
}
