* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
}

html {
	background: #fff url("../images/html.png") repeat-x left top;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
}

img {
	border: 1px solid #fff;
}

a img {
	border: 1px solid #fff;
}

a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
}
a:hover img {
	border: 1px solid #729AD7;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid black;
	margin: 0px 0px 5px 0px;
}

h3{
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}

#page {
	background: url("../images/page_milieu_def.jpg") repeat-y left top;
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header {
	background: url("../images/page_haut.jpg") no-repeat left top;
	height: 187px;
	padding: 0px 120px;
}

#header h1 {
	display: none;
}

#menu {
	background: url("../images/page_menu.jpg") no-repeat left top;
	padding: 0px 120px;
	height: 24px;
}

#menu a {
	height: 16px;
	width: 100px;
	float: right;
	padding: 4px 0px;
	text-align: center;
	display: inline;
	border-left: 1px solid black;
}

#menu .search {
	height: 16px;
	width: 220px;
	float: right;
	padding: 4px 0px;
	text-align: center;
	display: inline;
	border-left: 1px solid black;
}

#menu a:hover {
	height: 16px;
	width: 100px;
	float: right;
	padding: 4px 0px;
	text-align: center;
	display: inline;
	border-left: 1px solid black;
}

#content {
	background: url("../images/page_milieu.jpg") no-repeat left top;
	min-height: 500px;
	padding: 10px 130px;
}

#footer {
	background: url("../images/page_bas.jpg") no-repeat left top;
	height: 40px;
	text-align: center;
	padding: 0px 120px;
}

.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

#warning {
	background-color:#FFFFFF;
	width: 530px;
	
	float: center;
	border: dashed 1px black;
	margin: 5px auto;
	padding: 0px;
}

#warning p {
	float: left;
	background-color:#FFFFFF;
	text-align: left;
	width: 460px;
	margin: 10px;
}

#warning a {
	color: #74993e;
}

#warning img {
	float: left;
	width: 24px;
	height: 24px;
	margin: 6px;
	padding: 0px;
	border: solid 0px black;
}