/*

gris	fonce	#474b46
gris	clair	#b2b2b2
rouge			#e53527

*/

/* **************** */
/* 		HOME		*/
/* **************** */

* {
	margin:0;
	padding:0;
	border:0;
	}
html, body {height:100%;}

html {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #474b46;
	background: #b2b2b2;
	position:relative;
	}

body,
h1,
#menu,
#pied,
#tetiere {
	width:400px;
	margin: 0 auto;
	}

#tetiere {
	position:relative;
	padding-top: 50px;
}

h1 {
	background: transparent url(img/home-tetiere.gif) no-repeat;
	height: 100px;
	}

h1 big,
h1 small {
	position:absolute;
	top:-1000px;
	}

#pied {
	position:absolute;
	bottom:0;
	text-align: left;
	width:150px;
	font-size: 0.7em;
	color: #828282;
	}

#langue {
	color:#ccc;
	position: absolute;
	top: 0;
	right: 5px;
	}


/* **************** */
/* 		MENU		*/
/* **************** */

#menu ul {
	margin-top: 25px;
	margin-bottom: 25px;
	
}

#menu li {
	list-style: none;
	background-color: transparent;
	width: 400px;
	margin-bottom:5px;
}

#menu a {
	height: 28px;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	border:0;
	text-decoration: none;
	}

#menu a.grollier {
	background-image: url(img/home-Grollier.gif);
	}

#menu a.labrousse {
	background-image: url(img/home-Labrousse.gif);
	}

#menu a.leroux {
	background-image: url(img/home-Leroux.gif);
	}
	
#menu a.martigny {
	background-image: url(img/home-Martigny.gif);
	}

#menu a.normand {
	background-image: url(img/home-Normand.gif);
	}

#menu a.cellier {
	background-image: url(img/home-Cellier.gif);
	}

#menu a.vermeil {
	background-image: url(img/home-Vermeil.gif);
	}

#menu a:hover {
	background-position: right -28px;
	}
#menu a img {
	display: none;
	}


/* **************** */
/* 		LIENS		*/
/* **************** */

a {
	color: #828282;
	text-decoration: none;
	border-bottom: 1px solid #828282;
	padding: 0 2px;
	}

a:hover {
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid red;
	padding: 0 2px;
	}

#pied a {
	border:0;
	font-weight: bold;
	}

#langue a {
	padding: 1px 4px;
	color:#eee;
	font-size: 0.7em;
	text-decoration: none;
	border: 0;
	}

#langue a:hover {
	color: #000;
	}




