* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	color:#A0A0A0;
}
a {
	color:#C00000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.nav {
	color:#C00000;
	outline: none;
	text-decoration: none;
}
a:hover.nav {
	color:#A0A0A0;
	text-decoration: none;
}
p {
	padding: 5px 10px;
	background:#FFF;
}
img {
	border: none;
}
input, select, textarea {
	/*vertical-align: middle;*/
	border:1px solid #E5E5E5;
	border-radius:5px;
	-moz-border-radius-:5px;
	-webkit-border-radius:5px;
	padding:3px 5px;
}
input:focus, select:focus, textarea:focus { background:#eeeeee}

.button{
	color:#B80000;
	font-weight:bold;
	display:block;
	padding: 3px 5px;
	text-decoration:none;
	text-align:center;
	width:120px;
	border:2px solid #CCC;
	border-radius:15px;
	-moz-border-radius-:15px;
	-webkit-border-radius:15px;
	background-image: linear-gradient(bottom, rgb(195,195,195) 0%, rgb(251,251,251) 100%);
	background-image: -o-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(251,251,251) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(251,251,251) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(251,251,251) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(195,195,195) 0%, rgb(251,251,251) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(195,195,195)),
		color-stop(1, rgb(251,251,251))
	);
}
.button:hover{
	border:2px solid #999;
	cursor:pointer;
	background-image: linear-gradient(bottom, rgb(195,195,195) 50%, rgb(251,251,251) 100%);
	background-image: -o-linear-gradient(bottom, rgb(195,195,195) 50%, rgb(251,251,251) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(195,195,195) 50%, rgb(251,251,251) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,195,195) 50%, rgb(251,251,251) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(195,195,195) 50%, rgb(251,251,251) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(195,195,195)),
		color-stop(1, rgb(251,251,251))
	);

}

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


/* Header
-----------------------------------------------------------------------------*/
#top {
	width: 100%;
	margin:0;
	background-image: linear-gradient(bottom, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(228,228,228)),
		color-stop(1, rgb(255,255,255))
	);
}
#top div{
	width: 975px;
	margin: 0 auto;
	padding:5px;
}

#header {
}

#sub-header{
	margin: 12px;
}




/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	border:1px solid #E5E5E5;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius-:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	
	background-image: linear-gradient(bottom, rgb(245,245,245) 1%, rgb(255,255,255) 51%);
	background-image: -o-linear-gradient(bottom, rgb(245,245,245) 1%, rgb(255,255,255) 51%);
	background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 1%, rgb(255,255,255) 51%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 1%, rgb(255,255,255) 51%);
	background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 1%, rgb(255,255,255) 51%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(245,245,245)),
		color-stop(0.51, rgb(255,255,255))
	);
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	
}
#content {
	/*margin: 12px;*/
	margin-left:12px;
	width:663px;
	padding: 2px;
	border-radius:5px;
	-moz-border-radius-:5px;
	-webkit-border-radius:5px;
	
}

.block-search{
	color:#FFF;
	display:block;
	margin: 0px 0px 12px 0px;
	padding: 2px;
	/*border:1px solid #E5E5E5;*/
	border-radius:5px;
	-moz-border-radius-:5px;
	-webkit-border-radius:5px;
	background-image: linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(192,0,0)),
		color-stop(1, rgb(176,0,0))
	);
}
.block-search p{ 
	padding: 5px 10px;
	background:none;
	}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	/*margin-right: -3px;*/
	width: 285px;
	margin-left: -285px;
	position: relative;
}

#sideRight .block{ width:268px;}
.block{
	display:block;
	margin: 0px 0px 12px 0px;
	padding: 2px;
	border:1px solid #E5E5E5;
	border-radius:5px;
	-moz-border-radius-:5px;
	-webkit-border-radius:5px;
	padding-bottom:0px;
}

.block h3{ 
	display:block; 
	padding:3px 15px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius-:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	
	background-image: linear-gradient(bottom, rgb(238,238,238) 1%, rgb(249,248,248) 51%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(249,248,248) 51%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(249,248,248) 51%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(249,248,248) 51%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 1%, rgb(249,248,248) 51%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(238,238,238)),
		color-stop(0.51, rgb(249,248,248))
	);
}

#sideRight .block-red{ width:268px;}
.block-red{
	display:block;
	margin: 0px 0px 12px 0px;
	padding: 2px;
	border:1px solid #E5E5E5;
	border-radius:5px;
	-moz-border-radius-:5px;
	-webkit-border-radius:5px;
}

.block-red h3{ 
	color:#FFF;
	display:block; 
	padding:3px 15px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius-:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	
	background-image: linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(192,0,0)),
		color-stop(1, rgb(176,0,0))
	);
}

.block h3.red{
	color:#FFF;
	display:block; 
	padding:3px 15px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius-:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	
	background-image: linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(192,0,0) 0%, rgb(176,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(192,0,0)),
		color-stop(1, rgb(176,0,0))
	);
}

div.icon1{ width:75px; height:75px; margin-top:55px; margin-left:-665px; background:url(exclusivite.png); position:absolute; }
div.icon2{ width:50px; height:50px; margin-top:-9px; margin-left:-9px; background:url(exclusivite2.png); position:absolute; }



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align:left;
	margin-right:20px;
	height:25px;
	padding:5px
	
}