* { margin:0; padding:0; }

body {
	text-align:center;
	font:0.9em Arial, Helvetica, sans-serif;
	color:#666;
	background:url(images/fond-page.png);
}

.souligne {
	text-decoration:underline;
}

.erreur {
	color:#ce0f0f;
	border-left:3px solid #f20000;
	padding:8px 8px 8px 35px;
	background:url(images/icone-mini-erreur.png) no-repeat 6px 7px #ffdbdb;
	font-weight:bold;
	margin:0 0 12px 0;
}

.confirmation {
	color:#0c8200;
	border-left:3px solid #10a02e;
	padding:8px 8px 8px 35px;
	background:url(images/icone-mini-confirmation.png) no-repeat 6px 7px #bcffb7;
	font-weight:bold;
	margin:0 0 12px 0;
}

.champ {
	padding:4px;
	margin:0 0 5px 0;
	width:85%;
	border:none;
	border-left:3px solid #86bef8;
	background-color:#cde6ff;
	color:#00346a;
}

.champ2 {
	border:none;
	padding:4px;
	margin:0 0 5px 0;
	width:85%;
	border-left:3px solid #86bef8;
	background-color:#cde6ff;
	color:#00346a;
}

label {
	color:#404040;
	font-style:italic;
	width:50px;
	float:left;
	text-align:left;
	margin:0 10px 0 0;
}

img {
	border:0;
}

#page {
	width:865px;
	text-align:left;
	margin:30px auto;
}

#header {
	margin:0 0 33px 0;
	height:105px;
}

#pub {
	position:absolute;
	background:url(images/fond-pub.png) no-repeat;
	padding:7px 0 0 75px;
	height:26px;
	width:790px;	
	top:135px;
}

#corps {
	overflow:auto;
	background:url(images/fond-corps.png) repeat-y;
	padding:10px 0 2px 0;
	float:left;
	width:865px;
}

#texte {
	float:left;
	display:inline;
	margin:0px 0 0 32px;
	width:570px;
}

#texte p {
	text-align:justify;
}

#texte p.centrer-haut {	
	margin-top:0.9em;
	text-align:center;
}

.haut {
	margin:0.9em 0 0 0;
}

.bas {
	margin-bottom:0.9em;
}

#texte ul {
	list-style-position:inside;
	list-style-type:square;
}

#texte li {
	text-align:justify;
}

#texte li a {
	color:#F6C;
	background:none;
}

#texte li a:hover {
	color:#000;
	border:none;
	text-decoration:underline;
}

#texte a {
	background-color:#53a3e4;
	color:#FFF;
	padding:2px;
	text-decoration:none;
}

#texte a:hover {
	color:#53a3e4;
	text-decoration:none;
	border-bottom:1px dotted #53a3e4;
	background-color:#FFF;
}

h1 {
	color:#53a3e4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	border-bottom:1px dotted #53a3e4;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
}

h1:first-letter {
	font-size:1.2em;
}

h2 {
	font-weight:normal;
	font-style:italic;
	color:#F6C;
}

#menu {
	float:right;
	display:inline;
	margin:8px 32px 0 0px;
	width:200px;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	background:url(images/menu.png) no-repeat;
	height:23px;
	padding:6px 0 0 25px;
	margin:0 0 4px 0;
}

#menu a {
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	color:#000;
	text-decoration:none;
}

#footer {
	background:url(images/footer.png) no-repeat;
	height:20px;
	font-size:0.75em;
	text-align:center;
	color:#8a8a8a;
	clear:both;
	padding:28px 0 0 0;
}

#footer a {
	color:#8a8a8a;
	text-decoration:underline;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}