*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-color: #f49000;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
img{
	border: none;
}
div#global{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	height: auto;
	background-image: url(../img/fd_global.gif);
	background-repeat: repeat-y;
}
div#top{
	position: relative;
	width: 996px;
	height: 111px;
}
div#contenant{
	position: relative;
	width: 996px;
	height: auto;
	background-image: url(../img/bot_global.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#contenu{
	position: relative;
	width: 675px;
	height: auto;
	/*float: right;*/
	margin-left: 228px;
	/*border: solid 1px;*/
}
#contenu p{
	margin-left: 36px;
	margin-right: 39px;
	text-align: justify;
	margin-top: 10px;
}
#contenu h1{
	margin-left: 36px;
	margin-right: 39px;
	margin-top: 10px;
	font-size: 12px;
}
#contenu h3{
	margin-left: 36px;
	margin-right: 39px;
	margin-top: 10px;
	font-size: 12px;
	padding-left: 5px;
	color: #e69400;
	border-left: solid 12px #e69400;
}
#contenu dl{
	margin-left: 45px;
	margin-top: 10px;
	font-size: 12px;
}
#contenu dt{
	font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 8px;
	float: left;
}
#contenu dd{
	margin-right: 39px;
}
#contenu dd p{
	margin-left: 108px;
	text-align: justify;
}
#contenu table{
	margin-left: 36px;
	margin-right: 39px;
	width: 600px;
	border-left: dotted 1px #e69400;
}
#contenu td.cell-apercu{
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	width: 25%;
}
#contenu td.cell-apercu img{
	border: solid 1px #000;
}
#contenu td.legende{
	padding-left: 5px;
	padding-bottom: 10px;
}
#contenu td.legende p{
	border-left: solid 2px #e2da00;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	text-align: left;
}
#contenu hr{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	border-bottom: solid 1px #94aa69;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contenu form{
	margin-left: 36px;
	margin-right: 39px;
}
#contenu label{
	float: left;
	width: 92px;
	text-align: right;
	margin-right: 8px;
}
#contenu input{
	width: 400px;
	border: solid 1px #c22000;
	background-color: transparent;
	margin-bottom: 7px;
	padding: 2px;
}
#contenu textarea{
	width: 400px;
	height: 200px;
	border: solid 1px #c22000;
	background-color: transparent;
	margin-bottom: 7px;
	padding: 2px;
}
#contenu input.bt{
	width: auto;
	padding: 3px;
	margin-left: 100px;
	font-weight: bold;
	cursor: pointer;
}
div#pied-page{
	position: relative;
	width: 996px;
	height: 65px;
	background-image: url(../img/pied_page.jpg);
	background-repeat: no-repeat;
}
#pied-page p{
	color: #15390e;
	font-size: 10px;
	padding-left: 85px;
	padding-top: 12px;
}
#pied-page a{
	color: #15390e;
}
