* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #e0e0e0 url(images/fond.gif) repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	font-size: 14px; 
}

#page {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: url(images/entete.gif) no-repeat;
	padding-top: 186px;
}

#menu {
	position: absolute;
	top: 0;
	left: 150px;
	width: 590px;
	height: 30px;
}

#menu ul {
	border-left: 1px solid #e0e0e0;
	height: 30px;
	margin: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	margin: 0;
}

#menu li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 30px;
	border-right: 1px solid #e0e0e0;
	text-decoration: none;
	color: #0060b6;
}

#menu li a:hover {
	background: #0060b6;
	color: #fff;
}

#menu li a.selected {
	background: #bf0000;
	color: #fff;
}

#accueil {
	position: absolute;
	top: 186px;
	left: 0;
	width: 740px;
	height: 490px;
	background: url(images/accueil.jpg) no-repeat;
}

#accueil h4 {
	padding: 240px 500px 20px 20px;
	margin: 0;
}

#entete {
	width: 700px;
	height: 220px;
	margin: 0 20px 20px 20px;
	color: #FFF;
}

#diapos {
	width: 740px;
	height: 425px;
	overflow: hidden;
	text-align: center;
	background: url(images/fond-diapos.gif) repeat-x;
}

.adroite {
	float: right;
	clear: right;
}

h1 {
	text-align: right;
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 1px;
	padding: 10px 0;
}

h2 {
	text-align: right;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 1px;
	padding: 0 0 10px 250px;
	font-style: italic;
	color: #00115f;
}

h3, h4, p, ul {
	margin: 10px 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #bf0000;
	line-height: 24px;
	border-bottom: 1px dashed #bbb;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #bf0000;
	line-height: 22px;
}

p {
	line-height: 18px;
}

ul {
	margin: 10px 20px 20px 35px;
	list-style-type: square;
}

li {
	margin: 5px 0;
}

li p {
	font-size: 12px;
	line-height: 16px;
	color: #00115f;
	margin: 5px 0 20px 20px;
}

.col {
	float: left;
	width: 50%;
}

a {
	color: #0060b6;
}

/* FORMULAIRE */

form {

}

fieldset {
	float: left;
	width: 310px;
	margin: 0 10px;
	padding: 15px;
	border: 1px solid #ddd;
}

legend {
	background: #0060b6;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

fieldset div {
	clear: left;
	margin: 8px 0;
}

fieldset div label {
	float: left;
	display: block;
	width: 25%;
	border-bottom: 1px dashed #ddd;
	padding-top: 6px;
}

fieldset textarea, fieldset input {
	width: 95%;
	border: 1px solid #ddd;
	background: #eee;
	line-height: 20px;
	padding: 0 2px;
}

fieldset div input, fieldset div textarea {
	width: 70%;
}