* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/motif.gif) repeat fixed top left;
}

/*___Les Divs___________________________________________*/
#conteneur {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: 760px;
	margin: 5px auto;
}
#head {
	height: 131px;
	background: url(images/fond_01.png) no-repeat bottom;
}
#contenu {
	background: url(images/fond_02.png) repeat-y bottom;
}
#contenu2 {
	background: url(images/fond_info.png) no-repeat bottom;
	padding: 15px 80px 15px 80px;
}
#footer {
	background: url(images/fond_04.png) no-repeat top;
	height: 36px;
	margin: 0 0 20px 0;
	text-align: right;
}
.links {
	margin: 0 0 25px 0;
}
.linksimg {
	position: absolute;
}
.linkstxt {
	position: relative;
	left: 120px;
	padding: 2px 0 0 0;
}
.work {
	margin: auto;
	text-align: center;
	background: url(images/fond_work.gif) no-repeat bottom center;
	padding: 20px 0 45px 0;
}

/*___Hiérarchie texte_________________________________*/
h1 {
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0 0 10px -15px;
}
h2 {
	letter-spacing: 1px;
	color: #339933;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 3px;
}
p {
	font-size: 0.7em;
	margin: 0 0 7px 0;
	line-height: 1.4em;
}
a {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #339933;
	text-decoration: none;
}
.gras {
	font-weight: bold;
	margin: 0;
}
.copy {
	position: relative;
	right: 70px;
	top: 3px;
	font-size: 0.6em;
	color: #999;
}

/*___Menu__________________________________________*/
.listmenu {
	padding: 90px 10px 0 235px;
	font-size: 0.6em;
	font-weight: lighter;
	letter-spacing: 4px;
}
.listmenu li {
	display: inline;
	margin: 1px;
}
.listmenu a {
	color: #666;
	text-decoration: none;
}
.listmenu a:visited {
	color: #666;
	text-decoration: none;
}
.listmenu a:hover {
	color: #000;
	text-decoration: none;
}

/*___Divers__________________________________________*/
.image {
	margin: 5px 0 15px 0;
}
.image img {
	margin: 0 -4px -4px 0;
}
.legende {
	color: #FFF;
	line-height: 1.5em;
	margin: 17px 0 0 0;
}
.legende a {
	color: #FFF;
	text-decoration: underline;
}
.legende a:visited {
	color: #FFF;
	text-decoration: underline;
}
.legende a:hover {
	color: #333;
	text-decoration: none;
}