/* Général */
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Serif;
	background: url(../images/fond.jpg) repeat;
	color: #fff;
}

a {
	color: #6DDCFF;
	text-decoration: none;
}

a:hover {
	color: #6DDCFF;
	text-decoration: underline;
}

h1 {
	color: #6DDCFF;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
	background-color: transparent;
	border-bottom: 1px solid #6DDCFF;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

#faux {
	margin-bottom: 0px;
	overflow: auto;
 	width: 100%;
 	padding-bottom: 20px;
}

#header {
	width: 1024px;
	height: 340px;
}

/* Menu */

#menu {
	float: left;
	color: #fc5900;
	height: 33px;
	width: 924px;
	margin: 10px 50px;
}

#menu  ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 154px;
	height: 23px;
	background: url(../images/menu.png) no-repeat;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

#menu ul li a {
	color: #ce0200;
}

/* Colonne Gauche */

#leftcolumn {
	display: inline;
	width: 228px;
	float: left;
	padding: 0 10px 10px;
	background: #7F1914;
	border: 1px solid #E34700;
}

#leftcolumn p {
	padding-left: 25px;
}

#leftcolumn h4 {
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #566A77;
	color: #ce0200;
	background: #6DDCFF;
	font-weight: normal;
}

#leftcolumn h4 a {
	text-transform: uppercase;
	color: #ce0200;
}

#leftcolumn ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #6DDCFF;
	color: #6DDCFF;
}

/* Colonne Droite */

#rightcolumn {
	float: right;
	width: 754px;
	display: inline;
	position: relative;
	padding: 10px;
}

#rightcolumn #imageProd{
	width: 300px;
	float: left;
	margin-right: 5px;
}
#rightcolumn #imageProd img{
	border: 1px solid #6DDCFF;
}

#rightcolumn #descript{
	float: left;
}

#rightcolumn #descript p{
	margin-bottom: 10px;
	margin-top: 10px;
}

#rightcolumn #descript label{
	font-size: 14px;
	font-weight: bold;
}

#rightcolumn #descript span.prixbarre{
	font-size: 12px;
	font-weight: bold;
}

#rightcolumn h4{
	font-size: 15px;
	font-weight: bold;
	color: #6DDCFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #6DDCFF;
}

#rightcolumn #descript .dispo{
	margin-top: 10px;
}

.prod {
	float: left;
	width: 276px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.prod img{
	border: 1px solid #6DDCFF;
}

#listeproduits p.prixbarre {
	font-size: 11px;
	text-decoration: line-through;
	color: #f0261d;
	text-align: center;
}

#listeproduits p.prix {
	font-size: 14px;
	color: #abfe00;
}

#listeproduits a {
	font-size: 12px;
	text-transform: uppercase;
}

#accText {
	width: 734px;
	padding: 0 10px 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #6DDCFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#descript {
	width: 449px;
	float: left;
}


/* Footer */

#footer {
	width: 624px;
	clear: both;
	padding: 10px 0;
	margin: 0 200px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	color: #6DDCFF;
	border-top: 1px solid #6DDCFF;
}

.clear {
	clear: both;
	background: none;
}
