/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#000;
font-size:12px;
background-color:#F3F3F3;
}

.liens_noir {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
a.liens_noir:hover {color: #000000; text-decoration: underline;}

#conteneur {
	width:980px;
	height:580px;
	margin:0 auto;
	margin-top:0px;
	position:relative;
	background-color:#FFF;
}
#logo {
	position:absolute;
	width: 255px;
	height: 120px;
	left: 0px;
	top: 360px;
}

/* --- ACCUEIL --- */

#photos_accueil {
	background: url(images/photos_accueil.jpg);
	position:absolute;
	width: 980px;
	height: 141px;
	left: 0;
	top: 100px;
	text-indent:-5000px;
}
#txt_accueil {
	position:absolute;
	width: 372px;
	height: 90px;
	left: 300px;
	top: 360px;
	font-size: 14px;
}

/* --- ACCUEIL --- */

/* --- PRESENTATION --- */

#photos_presentation {
	background: url(images/photos_presentation.jpg);
	position:absolute;
	width: 980px;
	height: 141px;
	left: 0;
	top: 100px;
	text-indent:-5000px;
}
#txt_presentation {
	position:absolute;
	width: 435px;
	height: 285px;
	left: 300px;
	top: 280px;
}
#fleches_presentation {
	background: url(images/fleches.gif);
	position:absolute;
	width: 44px;
	height: 13px;
	left: 256px;
	top: 280px;
}
/* --- PRESENTATION --- */

/* --- CONTACT --- */

#txt_contact {
	position:absolute;
	width: 435px;
	height: 130px;
	left: 300px;
	top: 360px;
}
#fleches_contact {
	background: url(images/fleches.gif);
	position:absolute;
	width: 44px;
	height: 13px;
	left: 256px;
	top: 360px;
}
/* --- CONTACT --- */

#menu {
	width:130px;
	height:140px;
	left: 760px;
	top: 356px;
	position:absolute;
	text-indent:-5000px;
}
#menu ul li {
	float:left;
	list-style: none;
	width:130px;
}
#menu ul li a {
	display: block ;
	height:46px;
		}
				#menu li a.catalogue {
				background: url(images/catalogue.gif) left top no-repeat ;
				}
				#menu li a.presentation {
				background: url(images/presentation.gif) left top no-repeat ;
				}
				#menu li a.contact {
				background: url(images/contact.gif) left top no-repeat ;
				}