/* ---------------- Style général - Début ---------------- */
body {
	background-color: #313840;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font: 13px/1.5 "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

hr {
	background-color: #d2d2ca;
	border: #d2d2ca;
	height: 1px;
}

h2 {
	font-size: 14px;
	color: #2c2c2c; 
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;	
}

h3 {
	font-size: 13px;
}

p {
	display: block;
	margin-bottom: 10px;
}

a {
	color: black;	
}

ul {
	list-style: disc;
	list-style-position: inside;
}

sup {
	vertical-align: top;
	font-size: smaller;
}

blockquote {
	background: transparent url(../images/quote.png) no-repeat scroll;
	margin: 10px 0;
	padding: 0 0 15px 25px;
	border-bottom: 1px solid #c7c7c7;
}

blockquote p {
	font-size: 14px;
	font-style: italic;
}

cite {
	display: block;
	width: 100%;
	font-size: 12px;
	color: gray;
	text-align: right;
}
/* ----------------- Style général - Fin ----------------- */

/* -------------------- Entête - Début ------------------- */
#header {
	margin: 27px auto 0;
	width: 980px;
	height: 83px;
	background: transparent url(../images/header_bg.png) no-repeat;
	color: white;
}

#logo {
	width: 358px;
	height: 64px;;
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
	margin-left: 18px;
}

#logo a {
	width: 358px;
	height: 64px;
	display: block;
	background-image: url(../images/logo.png);
}

#navbar {
	float: right;
	margin: 36px 20px 0 0;
	font-size: 15px;
}

#navbar ul {
	list-style: none;
}

#navbar ul li {
	display: inline;
	margin: 0 10px;
}

#navbar ul li a {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid gray;
}

#navbar ul li a:hover, #navbar ul li.nav-active a {
	border-bottom-color: white;
}

#navbar ul li a.alt {
	color: red;
	text-decoration: none;
	font-weight: bold;	
	border-bottom: 2px solid #800000;
}

#navbar ul li a.alt:hover, #navbar ul li.nav-active a.alt {
	border-bottom-color: #800000;
}
/* --------------------- Entête - Fin -------------------- */

/* ----------------- Pied de page - Début ---------------- */
#footer {
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
	background: transparent url(../images/footer_top.png) no-repeat;
	color: white;
	text-align: center;
}

#copyright {
	margin-bottom: 10px;
	font-size: 12px;
	color: gray;
}

.note {
	clear: both;
	padding-left: 10px;
	font-size: 11px;
	color: gray;
}
/* ------------------- Pied de page- Fin ----------------- */

/* --------------------- Slider - Début ------------------ */
.fadeWrapper {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;	
	position: relative;
	height: 290px;
	margin-bottom: 10px;
}

.imageHolder {
	width: 920px;
	height: 230px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.sliderImg {
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #deded6;
}

.staticWrapper {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #deded6;	
	position: relative;
	margin-bottom: 10px;
}
/* ---------------------- Slider - Fin ------------------- */

/* ---------------------- Autres - Début ----------------- */
#main-container {
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background: url(../images/content_bg.png) repeat-y;
}

.box_01 {
	background-color: white;
	border: #d2d2d2 1px solid;
	padding: 20px;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
	vertical-align: middle;
	margin: 4px 8px 0;
}

.btn_download {
	width: 218px;
	min-height: 56px;
	margin: 0 auto;
	background-image: url(../images/btn_telecharger.png);
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.btn_download a {
	color: #ffffff;
	display: block;
	margin: 0 5px 10px;
	padding: 6px 3px 0 8px;
	text-decoration: none;
	text-shadow: 0px 1px 1px black;
}

.btn_download span { 
	background: url(../images/mini-arrow.gif) no-repeat 0px 50%;
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1em;
	padding: 2px 0 2px 12px;
}

.btn_buy {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.btn_buy p.titre {
	text-decoration: underline;
}

.btn_buy p.prix {
	font-weight: bold;
	font-size: 15px;
}

span.feature-nr {
	float: left;
	position: relative;
	width: 35px;
	height: 21px;
	background-color: #cc0f16;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	margin: 4px 6px 0 0;
}

form.commander input {
	margin: 10px 0;
}

.commander table td {
	padding: 5px;
}

.commander .prix {
	font-weight: bold;
	font-size: 15px;
	color: red;
}

.commander a {
	text-decoration: none;
}


/* ----------------------- Autres - Fin ------------------ */

