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

body {
	background: #4b8bc8 url(images/fond.gif) repeat-x;
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px
}

#page {
	margin: 0 auto;
	width: 768px;
	text-align: left;
	position: relative;
}

#entete {
	width: 768px;
	height: 125px;
	background: url(images/fond_entete.gif) repeat-y;
	position: relative;
}

#corps {
	width: 768px;
	margin: 27px 0 10px 0;
	background: url(images/fond_corps.gif) repeat-y;
}

#bas {
	width: 768px;
	clear: both;
	background: url(images/bas_corps.gif) no-repeat left bottom;
	text-align: center;
}

#bas p {
	padding: 10px 24px 20px 24px;
	margin: 0;
	font-size: 10px;
	color: #4b8bc8;
}

#bas a {
	color: #4b8bc8;
}

#logo {
	position: absolute;
	left: 214px;
	top: 0;
	width: 320px;
	height: 275px;
	z-index: 100;
}

#entete p {
	float: right;
	margin: 10px 24px 0 0;
	padding: 0;
	width: 190px;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

#entete strong {
	font-size: 14px;
}

#entete p a {
	color: #4b8bc8;
	font-weight: bold;
}

#plan {
	position: absolute;
	top: 125px;
	right: 24px;
	text-align: right;
}

#plan a {
	line-height: 27px;
	font-size: 12px;
	color: #4b8bc8;
}

#menu {
	list-style-type: none;
	margin: 0 0 0 14px;
	width: 200px;
}

#menu li {
	float: left;
	clear: left;
	width: 200px;
}

#menu li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 21px;
	text-indent: 10px;
	color: #FFF;
}

#menu li a.selected {
	color: #404040;
}

#menu li a:hover {
	background: url(images/fond_menu.gif) repeat-y;
	color: #FFF;
}

#diaporama {
	float: right;
	margin: 0 14px 10px 20px;
	display: inline;
}

h1, h2, h3, h4, p, ul {
	margin: 10px 34px;
}

h1 {
	line-height: 50px;
	font-size: 32px;
	font-weight: normal;
	text-align: right;
	padding: 0 20px;
	margin: 0 14px 80px 14px;
	background: url(images/haut_corps.gif) no-repeat;
}

h2 {
	font-size: 24px;
	font-style: italic;
	padding: 10px 0;
	border-bottom: 1px dashed #4b8bc8;
	
}

h3 {
	color: #4b8bc8;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}

ul {
	margin-left: 64px;
}


.center {
	text-align: center;
}

.adroite {
	float: right;
	margin: 0 34px 10px 20px;
	display: inline;
	clear: right;
}

.listeObjets li {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	list-style-type: square;
}

/* FORMULAIRE */


form {
	margin: 0 34px;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #4b8bc8;
	text-align: right;
}

legend, .submit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #FFF;
	padding: 2px 4px;
	margin: 5px 0;
	letter-spacing: 1px;
	color: #21619e;
}

fieldset p {
	margin: 0 0 4px 0;
	padding: 0;
	text-align: right;
}

label {
	width: 35%;
	border-bottom: 1px dashed #4b8bc8;
	padding: 2px 0 1px 0;
	margin: 0;
	float: left;
	text-align: left;
	clear: left;
	line-height: 16px
}

.oblig {
	font-weight: bold;
	letter-spacing: 1px;
}

textarea {
	width: 60%;
}

input, .input {
	width: 60%;
	margin: 0 0 5px 0;
	font-size: 16px;
}


input, .input, textarea {
	border: 1px solid #FFF;
	background: #4b8bc8;
}

.submit {
	float: none;
	width: auto;
}

input.button {
	width: auto;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	background: #4b8bc8;
	padding: 0 2px;
	letter-spacing: 1px;
	color: #fff;
}