/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
#slider .nivo-caption {
	position:absolute;
	left:0px;
	top:33px;
	color:#666666;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
        font-size: 29px;
        font-family: "Times New Roman";
        text-align: center;
        font-weight: bold;
}

#slider .nivo-caption span{
	color: #C9081D;
}
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	color:#4a4a4a;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
        font-size: 25px;
        font-family: "Times New Roman";

}
.nivo-caption strong {
	color: #c9081d;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption ul {
	padding-left: 25px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:437px;
    height:126px;
    margin:1px 0;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider1 {
	position:relative;
    width:921px;
    height:357px;
/*    margin:11px 21px;*/
    background-color: #fff;
	background:url(images/loading.gif) no-repeat 50% 50%;
        
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-41px;
        z-index: 10;
}
#slider .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
/*	background:url(images/bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider1 .nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider1 .nivo-controlNav a.active {
	background-position:0 -12px;
}

#slider .nivo-directionNav a {
	display:block;
	width:14px;
	height:32px;
/*	background:url(arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}
#slider a.nivo-nextNav {
	background-position:-14px 0;
	right:-14px;
}
#slider a.nivo-prevNav {
	left:-14px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#contenu1, #contenu3
{
    text-align: center;
}
#contenu1 a img, #contenu3 a img
{
   margin: 225px 0 0 695px;
/*   float: right;*/
}
#contenu2
{
    padding-left: 383px;
    text-align: left;
}
#contenu2 .btn_achat
{
    margin-top: 295px;
    margin-left: 75px;
}
#contenu2 p,#contenu2 ul
{
    font-size: 11px;
    color: #353535;
    font-family: Arial;
}
#contenu2 p strong
{
    color: #353535;
}
#contenu2 p strong.text_rouge
{
    color: #ae0108;
}
#contenu2 ul li
{
    list-style: disc;
}
#contenu4
{
    text-align: right;
    width: 525px;
    padding-top: 75px;
}
#contenu4 img
{
    margin-top: 245px;
    margin-left: 315px;

}