@charset "utf-8";

body {
	/*background-image:url(images/bg.gif);*/
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
color:#4C2408;
}

.link a {
	color:#6E7588;
	text-decoration:none;
	border-bottom: 1px dotted #6E7588;
}

.link a:hover {
color:#4C2408;
border-bottom: 1px dotted #4C2408;
}


/*-----------------------*/

#page {
	width: 950px;
	margin:auto;
	text-align:justify;
}

#header {
	width: 950px;
	height:280px;
	margin-top:8px;
}

#logo {
	width: 297px;
	height: 76px;
	float: left;
	margin-left: 31px;
	margin-top: 20px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#cox {
	width: 165px;
	height: 115px;
	float: right;
	margin-top: 0px;
	background-image: url(../img/top_cox.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#top {
	width: 950px;
	height:115px;
	float: left;
	margin-left: 0px;
	margin-top:4px;
	background-image:url(../img/img_top.gif);
	background-repeat: no-repeat;
}

/*-----------------------*/

#menu {
	width: 934px;
	text-align:left;
	padding:8px;
}

.menutxt {
font-size:100%;
}

.menutxt a {
text-decoration:none;
}

.menutxt a:hover {
text-decoration:none;
background-color:#F6ECD6;
}

/*-----------------------*/

#bandeau {
width:950px;
height:142px;
background-image:url(../img/photo_top.jpg);
background-repeat:no-repeat;
}

/*-----------------------*/

#sidebar {
width:290px;
margin-top:26px;
float:right;
}

#sb_bonplan {
width:290px;
height:142px;
background-image:url(../img/box_bonplan.gif);
background-repeat:no-repeat;
	cursor: pointer;
}

#sb_catalog {
margin-top:12px;
width:290px;
height:107px;
background-image:url(../img/box_catalog.gif);
background-repeat:no-repeat;
	cursor: pointer;
}

#sb_catalog2 {
width:290px;
height:33px;
background-image:url(../img/box_catalogonline.gif);
background-repeat:no-repeat;
	cursor: pointer;
}

#sb_contact {
margin-top:12px;
width:290px;
height:91px;
background-image:url(../img/box_contact.gif);
background-repeat:no-repeat;
	cursor: pointer;
}

#sb_livraison {
margin-top:12px;
width:290px;
height:91px;
background-image:url(../img/box_livraison.gif);
background-repeat:no-repeat;
	cursor: pointer;
}

/*-----------------------*/

#content {
width:652px;
float:left;
margin-top:40px;
}

/*-----------------------*/

#footer {
	width: 950px;
	height:40px;
	text-align:center;
}

.footer {
font-size:90%;
color:#c56c2b;
}

.footer a {
text-decoration:none;
color:#c56c2b;
}

.footer a:hover {
color:#4C2408;
}
/* CLASSES TEXTE */

.menu ul {
	margin:0px;
	padding-left:18px;
	padding-top:8px;
	padding-bottom:8px;
	list-style-type:none;
}

.menu ul li {
	background-image:url(images/puce_b.gif);
	background-position:left;
	padding-left:16px;
	background-repeat:no-repeat;
	list-style-type:none;
}

.menu a {
 	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color:#FF9900;
}

.atitre {
	color:#c56c2b;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:120%;
	padding-bottom:4px;
}

.atitre a {
text-decoration:none;
}

.atitre a:hover {
color:#4C2408;
}

.btitre {
	color:#c56c2b;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:130%;
}

.ctitre {
	color:#C4A554;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:140%;
}

.small {
font-size:80%;
}

.bloc {
text-align:justify;
}

.hide {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
}

.spacer {
	clear: both;
	/*visibility: hidden;*/
	border-width: 0;
	padding: 0;
	margin: 0;
}