* {
	padding: 0px;
	margin: 0px;
	list-style-type: none; }
a {text-decoration: none; }
a.url {text-decoration: underline; }
a img {border: 0px none; }
p,a {color: #000; }
body {background-color: #000000; }
#background {
	position: relative;
	margin: 30px auto;
	width: 1002px; }
	
/*HEADER***************************************************************************/
#header {
	background: url(../images/header.jpg) no-repeat 0 0;
	height: 150px;
	width: 1002px;
	margin: 0px auto;
	position: relative; }

/*NAVAMAIN***************************************************************************/
#navmain {
	position: relative;
	background-color: #fff;
	height: 30px;
	width: 1002px;
	list-style-type: none; }
	#navmain li {
		float: left; }
		#navmain li a {
			display: block;
			height: 30px; }
		#navmain li a:hover,#navmain li.on a {background: no-repeat 0 -30px; }
		#navmain span {visibility: hidden; }
	
/*CONTENU***************************************************************************/
#contenu {
	background: url(../images/fond_graphisme.gif) no-repeat 0 0;
	position: relative;
	margin: 0px auto;
	width: 1002px;
	height: 480px; }
#txt {
	position: absolute;
	margin-top: 70px;
	margin-left: 44px;
	width: 210px;
	height: 355px; }
#txt h3 {
	font: bold 10px verdana;
	padding-bottom: 10px;
	letter-spacing: 1px; }
#txt p {
	text-align: justify;
	font: 10px verdana;
	line-height: 15px;
	letter-spacing: 0px; }
#txt p.signature {
	text-align: right;
	font: italic 10px verdana; }
#txt a {color: #cf5200;
	font-weight: bold; }
#txt a:hover {text-decoration: underline; }
	
/*IMAGES***************************************************************************/
#images {
	position: absolute;
	margin-top: 70px;
	margin-left: 291px;
	width: 669px;
	height: 355px;
	background: no-repeat top right; }
	#images img { 
		margin-right: 7px;
		margin-bottom: 5px; }
	#images img:hover {cursor: pointer; }
		
/*FOOTER***************************************************************************/
#footer { 	
	position: absolute;
	width: 942px;
	margin-top: 457px;
	margin-left: 30px; }
#footer a,p {
	text-align: left;
	font: italic 9px verdana;
	letter-spacing: 1px; }
#footer a:hover {color: #fff; }