﻿body {
	background-color: #505050;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}
a.achatenligne {
	background: url(images/bt_achat2.png) no-repeat;
	display:block;
	width:150px; height:30px;
 }
a.achatenligne:hover{
	background-position:bottom;
}
div#conteneur {
	background: transparent url(images/fond.gif) repeat-y;
	width: 1014px;
	margin: 0 auto;
	overflow: auto;
}

div#menu {
	float: left;
	width: 204px;
	margin-left: 7px;
	padding-top: 210px;
	background: #E2001A url(images/titre1.png) no-repeat center 35px;
}

div#menu ul{
	padding-right: 30px;
	text-align: right;
}

div#menu li{
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0;
	color: #FFFFFF;
}

div#menu a {
	color: #C8C8C8;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: underline;
}

div#contenu {
	position: relative;
	float: right;
	width: 796px;
	margin-right: 7px;
	color: #505050;
	background-color: #C8C8C8;
}

div#accueil {
	background: #C8C8C8 url(images/photo_hiver.jpg) no-repeat;
	min-height: 685px;
	height: auto !important;
	height: 685px;
	text-align: left;
}

div#actu {
	width: 600px;
	padding-left: 20px;
	padding-top: 585px;
	text-align: left;
	color: #505050;
}

.titre {
	color: #E2001A;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

div#pied{
	clear: both;
	background: transparent url(images/pied.gif) no-repeat;
	width: 1014px;
	height: 22px;
	margin: 0 auto;
}

p#credits {
	font-size: 0.8em;
	text-align: center;
}

p#credits a {
	color: #888888;
	text-decoration: none;
}

div#textes {
	position: relative;
	z-index: 3;
	/*top: -250px;*/
	margin-top: -250px;
	text-align: left;
	padding: 0 20px;
}

h1 {
	position: relative;
	z-index: 4;
	top: -340px;
	text-align: left;
	font-size: 28px;
	padding-left: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.fondcell {
	background-color: #DEDEDE;
}

.contour_blanc {
	border: 1px solid #FFFFFF;
	padding: 2px;
}

div#musique {
	padding-top: 50px;
}

.chargement {
	position: absolute;
	z-index: 500;
	font-size: 1.2em;
	font-weight: bold;
	top: 300px;
	left: 50%;
	margin-left: -150px;
	background-color: #E2001A;
	width: 200px;
	padding: 20px 0;
	color: #fff;
	opacity: 0.7;
	
}

.saut{
	display: none;
}
