 /*------------------------------------------------------*
  *-------------    COPYRIGHT SIWEB.COM - CSS 2007 ----*
  *------------------------------------------------------*/
	/*-------	CSS GENERAL	-------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        background: transparent;
}
body {
        line-height: 1;
}
blockquote, q {
        padding-left: 10px;}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
}
html {
height:100%; /* fix height to 100% for IE */
font: normal normal normal 11px Arial, Helvetica, sans-serif; /* définition de la police du site */
color: #414042; /* couleur par défault de la police */	
}
body {
	width: 100%; /* largeur du body */
	height: 100%; /* hauteur du body */
	margin: 0; /* pour éviter les marges externes */
	padding: 0; /* pour éviter les marges internes */
	background-color: #414042;
}
	/*-------	CSS BLOC GENERAL	-------*/
.page{
	width: 1000px; /* largeur du site */
	margin: 0 auto;
	padding: 0; /* marge interne */
	text-align: left; /* on rétablit l'alignement normal du texte */
}
	/*-------	CSS BLOC HEADER	-------*/
#header {
	float: left;
	width: 100%;
	height: 270px;
	margin: 0;
	background-color: #c9231e;
}
#header .bgaccueil  {
	z-index: 1;
}
#toplink {
	position: absolute;
	top: 0;
	z-index: 50;
	width: 1000px;
}
#toplink .rub_list {
	float: right;
	margin: 10px 0 0;
}
#toplink .rub_list ul {
	float: left;
    margin: 0;
    padding: 0;
	list-style-type: none;
}
#toplink .rub_list_lv1_span {
	display: none;
}
#toplink .rub_list ul.level2 li {
	float: left;
	border-right: 1px solid #848484;
	line-height: 14px;
}
#toplink .rub_list ul.level2 li#rub_list_lv2_li7 {
	border-right:0;
}
#toplink .rub_list ul.level2 li .rub_list_lv2_span {
	float: left;
}
#toplink .rub_list ul.level2 li .rub_list_lv2_span a {
	color: white;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#toplink .rub_list ul.level2 li .rub_list_lv2_span a:hover {
	color: #848484;
}
#nav {
	position: absolute;
	top: 243px;
	z-index: 10;
	height: 27px;
	width: 1000px;
}
#header .Fa_list {
	float: left;
}

#header .rubmenu {
	float: left;
}
#header ul {
	float: left;
    margin: 0;
    padding: 0;
	list-style-type: none;	
}
#header ul .Fa_list_lv1_div {
	float: left;
	background: transparent url(../img/bg-left-menu-fa.gif) no-repeat top left;
	height: 27px;
	margin: 0 2px;
}
#header ul .Fa_list_lv1_div li {
	float: left;
	background: transparent url(../img/bg-right-menu-fa.gif) no-repeat top right;
	height: 27px;
	margin: 0;
}
#header ul .Fa_list_lv1_div li .Fa_list_lv1_span {
	float: left;
	margin: 0 6px;
	background-color: #414042;
}
#header ul .Fa_list_lv1_div li .Fa_list_lv1_span a {
	float: left;
	padding: 0 10px;
	color: white;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform : uppercase; 
}
#header ul .Fa_list_lv1_div li .Fa_list_lv1_span.highlight a {
	color: #ab1c1c;	
}
#header ul .Ru_list_lv1_div {
	float: left;
	background: transparent url(../img/bg-left-menu-ra.gif) no-repeat top left;
	height: 27px;
	margin: 0 2px;
}
#header ul .Ru_list_lv1_div li {
	float: left;
	background: transparent url(../img/bg-right-menu-ra.gif) no-repeat top right;
	height: 27px;
	margin: 0;
}
#header ul .Ru_list_lv1_div li .Ra_list_lv1_span {
	float: left;
	margin: 0 6px;
	background-color: #C9231E;
}
#header ul .Ru_list_lv1_div li .Ra_list_lv1_span a {
	float: left;
	padding: 0 10px;
	color: white;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform : uppercase; 
}
#header ul .Fa_list_lv1_div li .Fa_list_lv1_span a:hover {
	color: #C9231E;	
}
#header ul .Ru_list_lv1_div li .Ra_list_lv1_span a:hover {
	color: #414042;
}
	/*-------	CSS BLOC CONTENT	-------*/
#content {
	float: left;
	width: 100%;
}
#contentindex {
	float: left;
	width: 1000px;	
	background-color: #FFFFFF;	
}
#indexleft {
	float: left;
	margin: 0;
	width: 770px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#indexleft .blockleft {
	float: left;
	margin: 10px 0 0;
	width: 770px;
}
#indexleft .blockleft .topblock {
	float: left;
	width: 749px;
	height: 38px;
}
#indexleft .blockleft .newsletter_ok {
	float: left;
	width: 749px;
	height: 38px;
	color: #C9231E;
	font-size:13px;
	font-weight:bold;	
}
#indexleft .blockleft .topblock a img {
	float: left;
	margin: 0;
	padding: 0;
}
#indexleft .blockleft .middleblock {
	float: left;
	width: 749px;
	margin: 10px 0 0;
}
#indexleft .blockleft .middleblock h2 {
	float: left;
	width: 749px;
	height: 38px;
	background: white url(../img/bg-h2-accueil.gif) no-repeat top left;
	margin: 0;	
}
#indexleft .blockleft .middleblock h2 a {
	color: white;
	font-size: 24px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 10px;
	width: 590px;
	float: left;
}
#indexleft .blockleft .middleblock .left {
	float: left;
	width: 490px;
	margin: 5px 0 0;
}
#indexleft .blockleft .middleblock .right {
	float: right;
	width: 250px;
}
#indexleft .blockleft .middleblock .right p {
	float: right;
	width: 250px;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 15px;
}
#indexleft .blockleft .middleblock .right p a {
	color: #c9231e;
	font-size: 14px;
	font-weight: bold;
}
#indexleft .blockleft .middleblock .right p a:hover {
	color: #414042;
	text-decoration: underline;
}
#indexright {
	float: right;
	margin: 25px 0 10px 0;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 195px;
}
#indexright .blockright {
	float: left;
	width: 195px;
}
#indexright .blockright.marge {
	margin: 20px 0 0;
}
#indexright .blockright .flashnews {
	float: left;
	margin: 10px 0 0;
	width: 177px;
	height: 140px;
	padding-left: 15px;
}
#indexright .blockright .info_list {
	float: left;
	margin: 10px 0 0;
	width: 192px;
}
#indexright .blockright .info_list .block_item_info {
	float: left;
	margin: 0;
	width: 192px;
}
#indexright .blockright .info_list .block_item_info.cycle1 {
	margin: 15px 0 0;	
}
#indexright .blockright .info_list .block_item_info .block_item_rub_title {
	display: none;
}
#indexright .blockright .info_list .block_item_info h4 {
	float: left;
	width: 192px;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	background: white url(../img/bg-puces-li.gif) no-repeat top left;
}
#indexright .blockright .info_list .block_item_info .block_item_info_doc1 {
	display: none;
}
#indexright .blockright .info_list .block_item_info h4 a {
	color: #414042;
	padding-left: 20px;
	width: 172px;
}
#indexright .blockright .info_list .block_item_info h4 a:hover {
	color: #ab1c1c;
	text-decoration: underline;
}
#indexright .blockright .info_list .block_item_info .block_item_info_txt {
	float: left;
	width: 192px;
	margin: 5px 0 0;
}
#indexright .blockright .info_list .block_item_info .block_item_info_more {
	float: left;
	width: 192px;
	margin: 2px 0 0;
	color: #c9231e;
	cursor: pointer;
}
#indexright .blockright .info_list .block_item_info .block_item_info_more:hover {
	color: #414042;
}
#indexright .blockright .blocknews {
	width: 192px;
	float: left;
	margin: 10px 0 0;
}
#indexright .blockright .blocknews form {
	float: left;
	margin: 0;
	width: 192px;
	height: 28px;
	background: white url(../img/bg-newsletter.gif) no-repeat top left;
}
#indexright .blockright .blocknews form input.inputconnex {
	float: left;
	border: 0;
	background-color: #c9231e;
	color: white;
	margin:  3px 0 0 5px;
	height: 18px;
	padding-left: 2px;
	width: 140px;
}
#indexright .blockright .blocknews form .connexnews {
	float: right;
	height: 21px;
	width: 36px;
	margin: 2px 0 0;
	padding-right: 2px;
}
#indexright .blockright .blocknews p {
	float: left;
	font-size: 12px;
	color: #414042;
	margin: 5px 0 0;
	width: 192px;	
}
#indexright .blockright .liensrapide {
	width: 192px;
	float: left;
	margin: 10px 0 0;
}
#indexright .blockright .liensrapide ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#indexright .blockright .liensrapide ul li {
	float: left;
	background: white url(../img/bg-puces-li.gif) no-repeat scroll left top;
	line-height: 16px;
}
#indexright .blockright .liensrapide ul li a {
	color: #525252;
	line-height: 16px;
	padding-left: 20px;
	width: 172px;
	float: left;
}
#indexright .blockright .liensrapide ul li a:hover {
	color: #C9231E;
	text-decoration: underline;
}
#footer {
	float: left;
	width: 1000px;
	margin: 10px 0 10px 0;
	line-height: 20px;
	padding-bottom: 10px;
}
#footer .footer-left {
	float: left;
	color: #848484;	
}
#footer .footer-left .liensleft {
	color: #848484;	
}
#footer .footer-left .liensleft a {
	color: white;	
}
#footer .footer-left .liensleft a:hover {
	color: #848484;
}
#footer .footer-right {
	float: right;
	color: #848484;	
}
#footer .footer-right a {
	color: white;	
}
#footer .footer-right a:hover {
	color: #848484;	
}

	/*-------	CSS FAMILLE	-------*/
#indexleft .blockfamille {
	float: left;
	width: 770px;
	margin: 10px 0 0;
}
#indexleft .bloc-texte-presentation {
	float:left;
	margin: 10px 0 0;
	width: 749px;
}
#indexleft .blockfamille .topblockfamille {
	float: left;
	width: 749px;
	height: 45px;
	margin: 0;
	background: white url(../img/bg-topblockfamille.gif) no-repeat top left;
}
#indexleft .blockfamille .famillepere {
	float: left;
	width: 749px;
	height: 30px;
}
#indexleft .blockfamille .famillepere h2 {
	float: left;
	width: 100%;
	margin: 0;
	color: #C9231E;
	font-size: 14px;
	line-height: 25px;
}
#indexleft .blockfamille .topblockfamille h1 {
	float: left;
	line-height: 40px;
	font-size: 22px;
	color: white;
	margin: 0;
	font-weight: bold;
	padding-left: 15px;
	width: 730px;
}
#indexleft .blockfamille .contentfamille {
	float: left;
	width: 749px;
	margin: 0;	
}
#indexleft .blockfamille .pres-access {
	float: left;
	width: 749px;
	padding-bottom: 20px;
	font-size: 12px;	
}
#indexleft .blockfamille .contentfamille .thumbsarticle {
	float: left;
	width: 238px;
	height: 280px;
	margin: 5px 0 0;
	padding-right: 10px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle.accessoires {
	height: 175px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .visuel {
	float: left;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
	position:relative;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .visuel .newsarticlefam {
	position: absolute;
	top: 0;
	left: 0;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .visuel a img {
	float: left;
	width: 236px;
	height: 193px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle h2 {
	float: left;
	width: 238px;
	height: 27px;
	margin: 0;
	background: white url(../img/bg-h2famille.gif) repeat top left;
}
#indexleft .blockfamille .contentfamille .thumbsarticle h2 a {
	float: left;
	width: 238px;
	line-height: 27px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#indexleft .blockfamille .contentfamille .thumbsarticle h2 a:hover {
	color: #C9231E;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle {
	float: left;
	width: 238px;
	height: 39px;
	margin: 0;
	background: white url(../img/bg-infoarticle.gif) no-repeat top left;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .left {
	float: left;
	margin: 0;
	padding-left: 4px;
	width: 105px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .left .cylindree {
	float: left;
	width: 105px;
	color: black;
	font-size: 10px;
	margin: 4px 0 0;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .left .couleurs {
	float: left;
	margin: 4px 0 0;
	width: 105px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .left .couleurs .blockcoloris {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 3px 0 0;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .right {
	float: right;
	margin: 0;
	width: 66px;
	text-align: center;
	height: 39px;
	color: black;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .right .titreprixvignette {
	float: left;
	width: 66px;
	margin: 8px 0 0;
	font-size: 9px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .right .prixvignette {
	float: left;
	width: 66px;
	margin: 2px 0 0;
	font-weight: bold;
	font-size: 11px;
}
#indexleft .blockfamille .contentfamille .thumbsarticle .infoarticle .right .prixvignetteaccess {
	float: left;
	margin: 0;
	width: 66px;
	text-align: center;
	margin: 15px 0 0;
	color: black;
	font-weight: bold;
	font-size: 11px;
}
#indexarticle {
	float: left;
	width: 950px;
	padding: 0 0 25px 25px;
	margin: 25px 0 0;
}
#indexarticle .blockarticle {
	float: left;
	width: 950px;
}
#indexarticle .blockarticle .retourfamille {
	float: right;
	background: white url(../img/bg-puces-li.gif) no-repeat scroll left top;
}
#indexarticle .blockarticle .retourfamille a {
	color: #AB1C1C;
	font-weight: bold;
	padding-left: 20px;
	line-height: 16px;
}
#indexarticle .blockarticle .retourfamille a:hover {
	text-decoration: underline;
	color: #414042;
}
#indexarticle .blockarticle .contentarticle {
	float: left;
	width: 950px;
	margin: 15px 0 0;	
}
#indexarticle .blockarticle .contentarticle .leftarticle {
	float: left;
	width: 350px;
}
#indexarticle .blockarticle .contentarticle .leftarticle .vignetteprincipale {
	float: left;
	width: 330px;
	height: 270px;
	margin: 0;
}
#indexarticle .blockarticle .contentarticle .leftarticle .vignetteprincipale a img {
	float: left;
	width: 330px;
	height: 270px;
	margin: 0;	
}
#indexarticle .blockarticle .contentarticle .leftarticle .navigationcoloris {
	float: left;
	width: 330px;
	height: 250px;
	margin: 0;
}
#indexarticle .blockarticle .contentarticle .leftarticle .navigationcoloris .titrenavigation {
	float: left;
	width: 330px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: black;
}
#indexarticle .blockarticle .contentarticle .rightarticle {
	float: right;
	width: 600px;
}
#indexarticle .blockarticle .contentarticle .rightarticle h1 {
	float: left;
	width: 600px;
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color: #414042;
	line-height: 40px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .soustitre {
	float: left;
	width: 600px;
	margin: 5px 0 0;
	color: #C9231E;
	font-size: 20px;
	line-height: 25px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .prixarticle {
	float: left;
	width: 350px;
	color: #414042;
	font-size: 14px;
	margin: 25px 0 0;
	font-weight: bold;	
}
#indexarticle .blockarticle .contentarticle .rightarticle .newseuro {
	float: right;
	margin: 5px 0 0 0;
}
#indexarticle .blockarticle .contentarticle .rightarticle .garantie_article {
	float: left;
	width: 600px;
	margin: 25px 0 0;	
}
#indexarticle .blockarticle .contentarticle .rightarticle .garantie_article .garantie {
	float: left;
	line-height: 15px;
	color: #414042;
	font-size: 12px;
	font-weight: bold;
}
#indexarticle .blockarticle .contentarticle .rightarticle .garantie_article .valeur_garantie {
	float: left;
	line-height: 15px;
	color: #414042;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .descriptionarticle {
	float: left;
	width: 600px;
	margin: 15px 0 0;
}
#indexarticle .blockarticle .contentarticle .rightarticle .descriptionarticle p {
	float: left;
	width: 600px;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 15px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .accesrapidearticle {
	float: left;
	width: 600px;
	margin: 25px 0 0;
}
#indexarticle .blockarticle .contentarticle .rightarticle .accesrapidearticle .caractechniques {
	float: left;
	padding-right: 15px;
}
#fancy_div .contenucarac {
	float: left;
	margin: 10px 0 0;
	width: 540px;
	padding-left: 50px;
	font-size: 12px;
}
#fancy_div .contenucarac h1 {
	float: left;
	width: 540px;
	font-size: 18px;
	font-weight;: bold;
	margin: 5px 0;
	color: #C9231E;
}
#indexarticle .blockarticle .contentarticle .rightarticle .accesrapidearticle .videoarticle {
	float: left;
	padding-right: 15px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .accesrapidearticle .pointdevente {
	float: left;
	padding-right: 15px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .accesrapidearticle .accessoires {
	float: left;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle {
	float: left;
	width: 600px;
	margin: 25px 0 0;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle .titregalerie {
	float: left;
	width: 88px;
	height: 23px;
	margin: 0;
	background: white url(../img/bg-galerie-titre.gif) no-repeat top left;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle .vignettesgalerie {
	float: left;
	width: 598px;
	height: 85px;
	margin:0;
	border: 1px solid #dadada;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle .vignettesgalerie .zoomvignette {
	float: left;
	margin: 10px 5px 0 5px !important;
	margin: 10px 5px 0 2px;
	width:82px;
	height: 67px;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle .vignettesgalerie .zoomvignette a img {
	float: left;
	border: 1px solid #efefef;
}
#indexarticle .blockarticle .contentarticle .rightarticle .galeriearticle .vignettesgalerie .zoomvignette a:hover img {
	border: 1px solid #dadada;
}
#indexarticle .blockarticle .contentarticle .rightarticle #docpublic {
	float: left;
	width: 600px;
	margin: 25px 0 0;
}
#indexarticle .blockarticle .contentarticle .rightarticle #docpublic a {
	color: #12478B;
}
#blocrubrique {
	float: left;
	margin: 25px 0 0;
	width: 770px;
}
#blocrubrique .flashnews {
	float: left;
	margin: 10px 0 0;
	width: 770px;		
}
#blocrubrique .flashnews a {
	color: #C9231E;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}
#blocrubrique .flashnews a:hover {
	text-decoration: underline;
	color: #414042;
}
#blocrubrique .info_list {
	float: left;
	margin: 0;
	width: 770px;
}
#blocrubrique .info_list .block_item_info {
	float: left;
	margin: 25px 0 0;
	width: 770px;
}
#blocrubrique .info_list .block_item_info .block_item_rub_title {
	display: none;
}
#blocrubrique .info_list .block_item_info h4 {
	float: left;
	margin: 0;
	width: 770px;
}
#blocrubrique .info_list .block_item_info h4 a {
	color: black;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
#blocrubrique .info_list .block_item_info h4 a:hover {
	color: #AB1C1C;
	text-decoration: underline;
}
#blocrubrique .info_list .block_item_info .block_item_info_txt {
	float: left;
	margin: 3px 0 0;
	width: 770px;
}
#blocrubrique .info_list .block_item_info .block_item_info_more {
	float: left;
	margin: 5px 0 0;
	width: 770px;
	color: #AB1C1C;
	cursor: pointer;
}
#blocrubrique .block_info_info {
	float: left;
	margin: 25px 0 0;
	width: 770px;	
}
#blocrubrique .retour-actu {
	float: left;
	margin: 25px 0 0;
	width: 770px;
}
#blocrubrique .retour-actu a {
	color: #AB1C1C;
	text-decoration: underline;
}
#blocrubrique .block_info_info .block_info_info_top {
	display: none;
}
#blocrubrique .block_info_info h4 {
	float: left;
	width: 770px;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	color: #C9231E;
}
#blocrubrique .block_info_info .block_info_info_doc1 {
	display: none;
	}
#blocrubrique .block_info_info .block_info_info_txt {
	float: left;
	width: 770px;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 15px;
}
#blocrubrique .block_info_info .block_info_info_txt p {
	float: left;
	width: 770px;
	margin: 5px 0 0;
}
#blocrubrique .block_info_info .block_info_info_txt p a {
	color: #C9231E;
	text-decoration: underline;
}
#blocrubrique .block_info_info .block_info_info_txt p a:hover {
	color:#414042;
}
#blocrubrique .block_rub_detail {
	float: left;
	margin: 0;
	width: 770px;
}
#blocrubrique .block_rub_detail .block_rub_detail_top {
	float: left;
	width: 770px;
	border-bottom: 1px solid #c9231e;
	height: 21px;
}
#blocrubrique .block_rub_detail .block_rub_detail_top h1 {
	float: left;
	width: 770px;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	line-height: 21px;
	color: #414042;
	text-transform: uppercase;
}
#blocrubrique .block_rub_detail .block_rub_detail_rub_data {
	float: left;
	width: 770px;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 20px;
}
#blocrubrique .block_rub_detail .block_rub_detail_info_list {
	display: none;
}
#blocrubrique .block_rub_detail .block_rub_detail_sub_list {
	display: none;
}
#blocrubrique .formulairecontant {
	float: left;
	margin: 20px 0 0;
	width: 770px;
	font-size: 12px;
	color: black;
}
#blocrubrique .formulairecontant a {
	color: #C9231E;
	font-weight: bold;
	text-decoration: underline;
}
#blocrubrique .formulairecontant a:hover {
	color: #414042;
	text-decoration: none;
}
#blocrubrique .telechargementdoc {
	float: left;
	width: 770px;	
}
#blocrubrique .telechargementdoc h2 {
	float: left;
	width: 770px;
	border-bottom: 1px solid #AB1C1C;
	height: 20px;
	margin: 20px 0 0;
	color: #414042;
	line-height: 20px;
}
#blocrubrique .telechargementdoc h3 {
	float: left;
	width: 770px;
	margin: 10px 0 0;
}
#blocrubrique .telechargementdoc h3 a {
	color: black;
}
#blocrubrique .telechargementdoc h3 a:hover {
	color: #AB1C1C;
	text-decoration: underline;
}
#blocrubrique .bloc-recherche-reseau {
	float: left;
	width: 500px;
	margin: 20px 0 0 135px;
	border: 1px solid #525252;
}
#blocrubrique .bloc-recherche-reseau .top-bloc {
	float: left;
	width: 500px;
	text-align: center;
	background-color: #525252;
}
#blocrubrique .bloc-recherche-reseau .top-bloc .titre-bloc {
	line-height: 30px;	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: white;
}
#blocrubrique .bloc-recherche-reseau .center-bloc {
	float: left;
	margin: 10px 0;
	width: 500px;
}
#blocrubrique .bloc-recherche-reseau .center-bloc form {
	float: left;
	margin: 10px 0;
	width: 500px;	
}
#blocrubrique .bloc-recherche-reseau .center-bloc form .titre-bloc {
	float: left;
	color: #C9231E;
	font-weight: bold;
	font-size: 12px;
	width: 500px;
	text-align: center;
}
#blocrubrique .bloc-recherche-reseau .center-bloc form select {
	float: left;
	margin: 10px 0 0 20px;
	border: 1px solid #525252;
	background-color: #525252;
	color: white;
	padding: 2px;
}
#blocrubrique .bloc-recherche-reseau .center-bloc form .submit_search {
	float: right;
	padding-right: 20px;
	margin: 10px 0 0 20px;
}
#blocrubrique .bloc-recherche-reseau .center-bloc form input.input_txt {
	float: left;
	margin: 10px 0 0 20px;
	border: 1px solid #525252;
	background-color: #525252;
	color: white;
	padding: 2px;
	width: 242px;	
}
#blocrubrique .bloc-resultat {
	float: left;
	width: 770px;
	margin: 10px 0 0;	
}
#blocrubrique .bloc-resultat .newsearch {
	float: left;
	width: 150px;
	margin: 10px 0 0;	
}
#blocrubrique .bloc-resultat .bloc-resultat-liste {
	float: left;
	margin: 10px 0 0;
	width: 600px;
	padding-left: 20px;
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .titre-resultat {
	float: left;
	margin: 5px 0 0;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur {
	float: left;
	margin: 15px 0 0;
	width: 600px;	
}
.bloc-revendeur-daelim {
	float: left;
	margin: 15px 0 0;
	width: 600px;	
	padding-bottom: 7px;
	border-bottom: 1px solid #AB1C1C;
	color: #AB1C1C;
	font-size: 15px;
	font-weight: bold;
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur h2 {
	float: left;
	margin: 0;
	width: 600px;		
	color: #C9231E;
	font-weight: bold;
	font-size: 12px;
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur .info-revendeur {
	float: left;
	margin: 5px 0 0;
	width: 200px;	
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur .info-revendeur-img1 {
	float: left;
	margin: 5px 0 0;
	width: 200px;	
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur .info-revendeur-img1 img {
	height:100px;
	width:190px;
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur .info-revendeur-img2 {
	float: left;
	margin: 5px 0 0;
	width: 200px;	
}
#blocrubrique .bloc-resultat .bloc-resultat-liste .bloc-revendeur .info-revendeur-img2 img {
	height:100px;
	width:190px;
}
.liste_modeles {
	float: left;	
}

/* Fancy box */
.fancy {
	float: left;
	width: 1000px;	
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #414042;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_right.png) repeat-x;
}
/* Fin fancy box */

/* jcaroussel */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px 5px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/next-vertical.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev-vertical.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* fin jcaroussel */

/* Contact */
#contact-overlay {background-color:#000; cursor:wait;}
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#525252; color:#ddd; height:40px;}
#contact-container h1 {color:white; margin:0; padding:10px 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center; margin: 10px 0 0;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#AB1C1C; border:2px solid white; font-size:11px; line-height: 14px;color: white;font-weight:bold; margin:0 auto; padding:5px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:10px 0 0;}
#contact-container label {display:block; width:110px; float:left; text-align:right; padding-right:10px; font-weight:normal; margin: 4px 0 0;line-height: 20px;}
#contact-container .contact-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:250px;}
#contact-container .contact-radio {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:5px 2px 2px 2px; background:#eee; border:1px solid #fff; width:30px;}
#contact-container .contact-lib {float: left; margin:5px 2px 2px 2px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:20px 0 0 54px; cursor:pointer; height:24px; border:0; font-size:13px; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:200px; background:url(../img/contact/send.jpg) no-repeat;}
#contact-container .contact-cancel {width:65px; background:url(../img/contact/cancel.jpg) no-repeat;}
#contact-container a.modalCloseX,
#contact-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modalCloseX:hover {color:#9bb3b3;}
.block-ligne-formulaire {
	float: left;
	width: 380px;
	margin: 0;
}
.champsoblilabel {
	padding-right: 5px;
	color: #AB1C1C;
	font-style: italic;
}
.champsobli {
	font-style: italic;
	float: right;
	color: #AB1C1C;
	font-size: 11px;
	padding-right: 20px;
}
/* Fin contact */
.block_item_info_doc1 {
	display: none;
}