body {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url("images/back.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

p {	
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#box {
	position: relative;
	width: 950px;
	height: 600px;
	margin: 0 auto;
}

#cover {
	position: absolute;
	width: 950px;
	height: 600px;
	background-image: url("images/auberson_home.png");
	background-repeat: no-repeat;
}

.flashteaser {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 655px;
}

.flash {
	position: absolute;
	width: 950px;
	height: 655px;
}


/* navigation */

#navigation {
	position: relative;
	width: 400px;
	height: 20px;
	margin-top: 0;
	margin-left: 45px;
	background-color: #fff;
	z-index: 1;
}

#navigation ul {
	margin: 0;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #990033;
}

#navigation ul li {
	display: inline;
	list-style-type: none; 
}

#navigation li a, #navigation li a:link,
#navigation li a:active, #navigation li a:visited {
	text-decoration: none;
	color: #000;
}

#navigation li a:hover {
	text-decoration: none;
	color: #990033;
}


/* shop */

.bloc {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 650px;
}

.commande {
	position: absolute;
	margin-left: 15px;
	background-color: #FFFFFF;
	width: 920px;
	height: 650px;
}

.logo {
	position: absolute;
	margin-left: 5px;
	margin-top: 40px;
	background-image: url(images/logo.jpg);
	width: 350px;
	height: 80px;
}

.shop {
	position: absolute;
	margin-left: 35px;
	margin-top: 145px;
	width: 885px;
	height: 400px;
}

.message {
	position: absolute;
	margin-left: 35px;
	margin-top: 160px;
	width: 885px;
	height: 400px;
	font-size: 14px;
	line-height: 20px;
}

.retour {
	position: relative;
	margin-left: 0;
	margin-top: 50px;
	font-size: 14px;
}

.retour a, .retour a:hover {
	text-decoration: none;
	color: #990033;
}


/* footer */

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	top: 0;
	font-size: 12px;
	text-align: center;
}

#footeradresse, #footeradresse a {
	position: relative;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#footeradresse a:hover {
	text-align: center;
	text-decoration: none;
	color: #666;
}

#copyright, #copyright a {
	position: relative;
	width: 1030px;
	margin: 10px auto;
	font-size: x-small;	
	text-decoration: none;
	color: #999;
}

#copyright a:hover {
	font-size: x-small;	
	text-decoration: none;
	color: #666;
}

.clear { 
	height: 1px;
	clear: both;
	overflow: hidden;
}


