@charset "UTF-8";
/* CSS Document */

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

h1{
	font-family:Helvetica, Arial, sans-serif;
	color:#ad8a5a;
	font-size:15px;
	font-weight:normal;
}

#cadre{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#prix{
	width:750px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#logo{
	background-image:url(../images/ab_logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 70px;
	height:374px;
}

#titre_cata{
	background-image:url(../images/titre_cata.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	width:750px;
	height:100px;
}

#menu{
	clear:both;
	width:750px;
	height:45px;
}

#cont{
	
	float:left;
	height:45px;
	width:396px;
}

#clas{
	float:right;
	height:45px;
	width:345px;
}

#navigation2 li a {
	display: block ;
	background-image:url(../images/clas.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #000 ;
	height:45px;
	width:345px;
	}
	
#navigation2 li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #000 url(../images/clas.jpg) left no-repeat ;
	background-position:bottom;
	}
	
	
#navigation li a {
	display: block ;
	background-image:url(../images/cont.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #000 ;
	height:45px;
	width:396px;
	}	
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background-image:url(../images/cont.jpg);
	background-repeat:no-repeat;
	color: #000 ;
	background-position:bottom;
	}
	
#courriel{
	margin-top:75px;
	text-align:center;
}
	
#pied{
	clear:both;
	padding-top:100px;
	text-align:center;
	line-height:1.5em;
}
	
ul{
	padding:0;
	margin:0;
	list-style:none;
}



#courriel a:link{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#a79688;
	text-decoration:none;
}

#courriel a:hover{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#e7b878;
	text-decoration:none;
}


a:link{
	color:#a79688;
	text-decoration:none;
}

a:hover{
	color:#e7b878;
	text-decoration:none;
}
