.texte {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left: 25px;
	margin-right: 20px;
}
a.texte:link {
	text-decoration: none;
	color: #9B9B9B;
	margin-left: 0px;
}
a.texte:hover {
	text-decoration: none;
	color: #000000;
}
a.texte:visited {
	text-decoration: none;
	color: #333333;
}
a.texte:active {
	text-decoration: none;
}
.contact {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 15px;
}
.plaquette {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 18px; 
	font-style: normal; 
	color: #000000; 
}
a.plaquette:link {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 18px; 
	font-style: normal; 
	text-decoration: none;
	color: #000000; 
}
a.plaquette:hover { 
	text-decoration: none;
	color: #9B9B9B; 
}
a.plaquette:visited { 
	text-decoration: none;
	color: #333333; 
}
a.plaquette:active { 
	text-decoration: none;
}
.nom {
	color: #000000;
	font-size: 16px;
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	margin-left: 0px;
	text-align: center;
}
.basdepage {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	color: #9b9b9b; 
	line-height: normal;
}
.textegris {
	font-family: Optima, Lucida Grande, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9B9B9B;
}
a.textegris:link {
	text-decoration: none;
	color: #9B9B9B;
}
a.textegris:hover {
	text-decoration: none;
	color: #000000;
}
a.textegris:visited {
	text-decoration: none;
	color: #333333;
}
a.textegris:active {
	text-decoration: none;
}

/* Menu */
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul#menu li {
	margin: 0 0 0px 0;
	padding: 0;
	position: absolute;
	top: -120px;
}

ul#menu li a {
	display: block;
	width: 200px;
	height: 240px;
}

#itemA {
	left: 0;
	width: 200px;
}
#itemB {
	left: 200px;
	width: 200px;
}
#itemC {
	left: 400px;
	width: 200px;
}
#itemD {
	left: 600px;
	width: 200px;
}

/*///////////////////////////////////////////////////*/
#itemA a {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#itemA a:hover {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -240px;
}
/*///////////////////////////////////////////////////*/
#itemB a {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

#itemB a:hover {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -200px -240px;
}
/*///////////////////////////////////////////////////*/
#itemC a {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -400px 0px;
}

#itemC a:hover {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -400px -240px;
}
/*///////////////////////////////////////////////////*/
#itemD a {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}

#itemD a:hover {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -600px -240px;
}
///////////////////////////////////////////////////*/
#itemD a {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}

#itemD a:hover {
	background-image: url(images/nathetchris_menu.gif);
	background-repeat: no-repeat;
	background-position: -600px -240px;
}

