/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background-color:#C7BAA3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	color:#000;
	text-align: justify;
	line-height: 14px;	
}
em { font-style:italic; }
strong { font-weight:bold; }
img  { border:none;}
p { margin: 0 0 10px 0;}
#header h1, #header h2 { display:none;} 
a:link, a:visited , a:active {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.h2 {
	margin:10px 0 5px 0;
}
h2 {
	width:198px;
	height:40px;
	margin:0;
	display:block;
}
h2 span {
	display:none;
}
h2#artist {
	background:url(images/artist_h2.gif) no-repeat;
}
h2#works {
	background:url(images/works_h2.gif) no-repeat;
}
h2#contact {
	background:url(images/contact_h2.gif) no-repeat;
}
#conteneur {
	width:723px;
	margin: 0 auto;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: 1px 0px;
}
#header {
	height:272px;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-color:#C7BAA3;
	
}
#center {
	padding-left:85px;
	width:638px;
	xbackground-color:#FFFFFF;
	height:780px;
}
#center #gauche {
	float:left;
	width:300px;
	xbackground-color:#F00FFF;
}
#center #droite {
	float:right;
	width:290px;
	xmargin-left:345px;
	xbackground-color:#FFF00F;
}
#footer {
	height:30px;
	background:url(images/footer_bg.gif) no-repeat;
	background-position: 1px 0px;
	font-family:Helvetica, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	xmargin-right:580px;
	background-color:#C7BAA3;
	padding: 20px 0 0 55px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	text-decoration:none;
}	
#footer a:hover {
	text-decoration:underline;
}	
/***********************/

li {
	line-height:0;
	font-size:0;
	list-style:none;
	margin-bottom:5px;
}
li a:link {
	text-decoration:none;
}
#menu_poissons {
	height:75px;
	list-style:none;
}
#menu_poules {
	height:72px;
	list-style:none;
}
#menu_bowlies {
	height:74px;
	list-style:none;
}
#menu_poissons a:link, #menu_poissons a:visited, #menu_poissons a:active {
	background-image:url(images/poissons.gif);
	background-repeat:no-repeat;
	height:75px;
	width:254px;
	background-position: 0px 0px;
	position:absolute;
	list-style:none;
}
#menu_poissons a:hover {
	background-position:0px -75px;
}
#menu_poules a:link, #menu_poules a:visited, #menu_poules a:active {
	background-image:url(images/poules.gif);
	background-repeat:no-repeat;
	height:72px;
	width:254px;
	background-position: 0px 0px;
	position:absolute;
	xmargin-top:105px;
	list-style:none;
}
#menu_poules a:hover {
	background-position:0px -72px;
}
#menu_bowlies a:link, #menu_bowlies a:visited, #menu_bowlies a:active {
	background-image:url(images/bowlies.gif);
	background-repeat:no-repeat;
	height:74px;
	width:254px;
	background-position: 0px 0px;
	position:absolute;
	xmargin-top:106px;
	list-style:none;
}
#menu_bowlies a:hover {
	background-position:0px -74px;
}
a span {
	display: none;
}