/* @override http://www.imprimerie-woelffle.eu/themes/site_themes/woelffle/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
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, 
tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}




/*
FONTS

*/


@font-face {
    font-family: 'osp-dindin';
    src: url('../fonts/din/osp-din-webfont.eot');
    src: url('../fonts/din/osp-din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din/osp-din-webfont.woff') format('woff'),
         url('../fonts/din/osp-din-webfont.ttf') format('truetype'),
         url('../fonts/din/osp-din-webfont.svg#osp-dindin') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}


h1, h2, h3, h4, h5{
	font-family: 'osp-dindin', sans-serif, 'Arial';
	font-weight: normal;
}

body{
	background-color: #f1f0ea;
	background-image: url(../img/ombreBody.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#mainContainer{
	width: 960px;
	margin: 0px auto 0px auto;
}
header{
	width: 100%;
	height: 250px;
	background-color: #fff;
	background-image: url(../img/bgHeader.png);
	background-repeat: no-repeat;
}
.logoHeader{
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

h1.baseline {
	float: right;	
	clear: right;
	display: block;
	background-image: url(../img/baseline.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 402px;
	text-indent: -9999px;
	height: 55px;
	margin-right: 20px;
}

#blockContact{
	float: right;
	width: 332px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-right: 20px;
	height: 40px;
	background: url(../img/bgContact.png) no-repeat center top;
	font: 18px/25px 'osp-dindin', sans-serif, 'Arial';
	color: #3f3f3f;
}
.redText{
	color:#da384b;
}

img.icoContact {
	margin-right: 7px;
	margin-top: -5px;
}
/* Navigation */



nav{
	width: 100%;
	height: 80px;
	background-color: #fff;

}
nav ul{
	margin: 0px;
	padding: 0px;
}
nav ul li{
	list-style: none;
	display: inline-block;
	width: 233px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin: 0px 0px 0px 1px;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
nav ul li:first-child{
	margin: 0px 0px 0px 6px;
}
nav ul li:last-child{
	margin: 0px 5px 0px 0px;
}
nav ul li:hover{
	opacity: 0.8;
}
nav ul li a{
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	width: auto;
	height: 30px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
nav ul li.liAcceuil{
	background-image: url(../img/bgBtnAcceuil.png);
	background-repeat: repeat-x;
}
nav ul li.liQuiSommesNous{
	background-image: url(../img/bgBtnQui.png);
	background-repeat: repeat-x;
}
nav ul li.liProduits{
	background-image: url(../img/bgBtnProduits.png);
	background-repeat: repeat-x;
}
nav ul li.liDevis{
	background-image: url(../img/bgBtnDevis.png);
	background-repeat: repeat-x;
}
nav ul li a.aAcceuil{
	background-image: url(../img/icoAcceuil.png);
	background-repeat: no-repeat;
}
nav ul li a.aQuiSommesNous{
	background-image: url(../img/icoQui.png);
	background-repeat: no-repeat;
}
nav ul li a.aProduits{
	background-image: url(../img/icoProduits.png);
	background-repeat: no-repeat;
}
nav ul li a.aDevis{
	background-image: url(../img/icoDevis.png);
	background-repeat: no-repeat;
}
/* End navigation style */



#slider{
	width: 940px;
	border: 10px solid #fff;
	height: 300px;
	background-color: #ddd;
}
#slider3 .caption-right h2{
	color:#da384b ;
	font-size: 23px;
	text-transform: uppercase;
}
#slider3 .caption-right p{
	color: #3b3b3b;
	display: block;
	width: 180px;
	font: bold 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#slider3 .caption-right{
	position: relative;
}

#slider3 .caption-right a{
	display: block;
	padding: 5px 30px 5px 5px;
	background-color: #d02a3a;
	border: 1px solid #991924;
	text-decoration:none;
	background-image: url(../img/bgFleche.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	width: 80px;
	font: 17px 'osp-dindin', sans-serif, 'Arial';
	position: absolute;
	bottom: 10px;
	right: 60px;
	text-align: center;
	overflow: 1;
}

#content{
	width: 960px;
	background-color: #fff;
	margin-top: 0;
	padding: 0;
}

#content article.clearfix {
	width: 920px;
	margin: 0px auto;
}

article#infoNewsletter.clearfix {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #e2e0d5;
}

span.ou {
	display: block;
	width: 238px;
	float: left;
	text-align: center;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	font: 50px/65px 'osp-dindin', sans-serif, 'Arial';
	text-transform: uppercase;
	color: #757575;
}

img.devisImg {
	display: block;
	margin: 0px auto;
}



#blockProduitContainer{
	margin-bottom: 20px;
	padding: 10px;
}

h3.produitsH3 {
	font-size: 25px;
	margin: 0;
	color: #d02a3a;
	padding-left: 15px;
}

.blockProduit{
	display: block;
	width: 220px;
	height: 245px;
	float: left;
	margin: 10px 7px 10px 7px;
}
.blockProduit img{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;

}
.blockProduit:hover img{
	opacity: 0.7;
}

.blockBilleterie{
	display: block;
	height: 53px;
	width: 220px;
	margin: 0;padding: 0;
	background-image: url(../img/bgBilleterie.png);
	background-position-y:-55px ;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.blockAdministration{
	display: block;
	height: 53px;
	width: 220px;
	margin: 0;padding: 0;
	background-image: url(../img/bgAdmin.png);
	background-position-y:-55px ;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.blockCommerciaux{
		display: block;
	height: 53px;
	width: 220px;
	margin: 0;padding: 0;
	background-image: url(../img/bgCommerciaux.png);
	background-position-y:-55px ;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blockPub{
		display: block;
	height: 53px;
	width: 220px;
	margin: 0;padding: 0;
	background-image: url(../img/bgpub.png);
	background-position-y:-55px ;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.blockProduit:hover .blockBilleterie, .blockProduit:hover .blockAdministration, .blockProduit:hover .blockCommerciaux, .blockProduit:hover .blockPub{
	background-position-y:0px ;
}

.blockBilleterie h3, .blockAdministration h3, .blockCommerciaux h3, .blockPub h3{
	margin: 0px;
	text-indent: -9999px;
}


#newsletter {
	display: block;
	float: right;	
	background-image: url(../img/btnNewsletter.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-bottom: 20px;
	text-align: right;
	padding-top: 12px;
	padding-left: 60px;
	width: 280px;
}

#mailinglist_form {
	float: right;
	display: block;
}

input.textField {
	width: 195px;
	margin-left: 20px;
}
#newsletter input{
	border: 1px solid #9b9824;
	padding: 7px;
	float: left;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	color: #848484;
}

#newsletter input.btn_newsletter {
	padding: 0px;
	border: none;
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

/* Contenu */

ul#filAriane {
	display: block;
	background-color: #f9f9f9;
	border-bottom: 1px solid #c8c8c8;
	margin: 40px 0 0;
	color: #656565;
}


ul#filAriane a{
	text-decoration: none;
	color: #d02a3a;
	font-weight: bold;
}

#filAriane li {
	display: inline-block;
	padding: 15px 40px 15px 15px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../img/bgFil.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#filAriane li:last-child{
	background-image: none;
	font-style: italic;
}

#colleft {
	float: left;
	display: block;
	width: 630px;
	min-height: 900px;
	padding-right: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #414141;

}
#colleft h2 {
	color: #e05f6e;
	font-size: 30px;
}

#colleft p {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #414141;
	margin-top: 10px;
	margin-bottom: 10px;
}

#colleft h3 {
	font-size: 20px;
}

#colleft span.prixPromo {
	background-color: #e05f6e;
	color:#fff;
	padding: 3px 3px 5px;
	-webkit-border-radius: 3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px;
	font-weight: bold;
		text-transform: uppercase;
	font-size: 12px;

	border: 1px solid #943033;}

span.datePromo {
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	color: #363635;
}

#promoPrixContainer {
	padding: 20px 10px 10px;
	background-color: #f1f0ea;
	border: 1px solid #bdbdb8;
	border-top-width: 4px;
}



/* archive container */

#archiveContainer {
	padding: 10px 10px 20px;
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid #dddcd6;
}

#archiveContainer li a {
	text-decoration: none;
	color: #b33c3f;
}
#archiveContainer li a:hover{
	border-bottom: 1px dotted;
}
#archiveContainer h3{
	margin: 10px 0px;
	color: #a9a26a;
}
#archiveContainer li{
	list-style: none;
	display: block;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #dddcd6 ;
	color: #a3a3a3;
}
#archiveContainer li:last-child{
	border: none;
}
#archiveContainer li span.promoLi {
	background-color: #e05f6e;
	color:#fff;
	padding: 3px 3px 5px;
	-webkit-border-radius: 3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px;
	font-weight: bold;
		text-transform: uppercase;
	font-size: 10px;

	border: 1px solid #943033;
}
#archiveContainer li span.actuLi{
	background-color: #8ec576;
	color:#fff;
	padding: 3px 3px 5px;
	font-weight: bold;
		-webkit-border-radius: 3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px;
	border: 1px solid #638952;
	text-transform: uppercase;
	font-size: 10px;
}



#colleft ul {
	padding-left: 30px;
}
#colleft ul li{
	list-style:none ;
	list-style-position: inside;
	list-style-type: disc;
	
}
#colright {
	float: right;
	width: 250px;
	padding: 15px;
	1border-left: 1px solid #c8c8c8;
}

#colrightProduits {
	padding-bottom: 15px;
	border-bottom: 1px solid #cdccc7;
		border-top: 1px solid #cdccc7;

}

#colrightProduits h3 {
	padding-left: 0;
	font-size: 20px;
	color: #d13342;
	text-align: center;
	margin-top: 10px;
}



#colrightProduits ul {
	text-align: right;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

#colrightProduits ul li{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: 206px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 43px;
	padding-top: 5px;
}

#colrightProduits ul li a {
	display: block;
	text-decoration: none;
	color: #222;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#colrightProduits ul li a:hover{
	color: #fff;
}

li.produitBilleterie {
	background-image: url(../img/Btn-colright/bgBlockBilleterie.png);
	background-repeat: no-repeat;
}
li.produitAdmin {
	background-image: url(../img/Btn-colright/bgBlockCommerciaux.png);
	background-repeat: no-repeat;
}
li.produitCommerciaux {
	background-image:  url(../img/Btn-colright/bgBlockPublicitaire.png);
	background-repeat: no-repeat;
}
li.produitPub {
	background-image:  url(../img/Btn-colright/bgBlockPackaging.png);
	background-repeat: no-repeat;
}
li.produitMarketing {
	background-image:  url(../img/Btn-colright/bgBlockMarketing.png);
	background-repeat: no-repeat;
}
li.produitSpeciaux {
	background-image:  url(../img/Btn-colright/bgBlockSpeciaux.png);
	background-repeat: no-repeat;
}
/* Bloc newsletter page contenu */
#newsletterContainer {
	display: block;
	width: 225px;
	background-image: url(../img/bgNewsletter2.png);
	background-repeat: no-repeat;
	height: 175px;
	margin: 30px auto 20px;
	padding-top: 5px;
}

#newsletterContainer h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0 auto 10px;
	width: 210px;
}
#newsletter2 {
	display: block;
	width: 210px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

input.btn_newsletter2 {
	width: 32px;
}
#newsletter2 input.textField {
	margin: 0;
	padding: 5px;
	float: left;
	background: #fff;
	width: 145px;	
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	color: #848484;
	border: 1px solid #aeb347;
}

img.btnNewsletter2 {
	width: 195px;
	margin-top: 0;
	margin-right: auto;
	display: block;
	margin-left: auto;
}

/* Nos produits */

#colleft a.btnTelechargement {
	display: block;
	width: 170px;
	padding: 10px;
	text-align: center;
	background-color: #df777a;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #bd3d3e;
	1float: right;
	1clear: both;
	margin-bottom: 30px;
	margin-right: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#colleft a.btnTelechargement:hover{
	background-color: #d22629;
}

#colleft ul.tabs {
	padding: 0px;
	width: 625px;
	display: block;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}

#colleft div.panes div h3 {
	color: #92c97a;
	font-size: 25px;
}

#colleft ul.tabs li {
	list-style: none;
	float: left;
	display: inline-block;
}

#colleft ul.tabs li a{
	text-decoration: none;
	color: #f1f0ea;
	padding: 14px;
	display: block;
	width: 128px;
	text-align: center;
	background-color: #726a5c;
	margin: 0;
	border-top: 3px solid #2c2316;
			-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

#colleft ul.tabs li a:hover, #colleft ul.tabs li a.current{
	background-color: #fff;
	color: #726a5c;
	border-color: #92c97a;
}

#colleft div.panes {
	display: block;
	width: 595px;
	background-color: #fff;
	min-height: 500px;
	padding: 15px 15px 40px;
}
#colleft div.panes ul{
	padding: 0px;
}

#colleft div.panes div ul li {
	background-color: #f7f6f0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #c8c7c2;
	margin-top: 2px;
}
#colleft div.panes div ul li img{
	float: left;
	width: 121px;
	height: 120px;
	margin-right: 10px;
}

#colleft div.panes div ul.liBilleterie li{
	border-left: 4px solid #bfb770;
}
#colleft div.panes div ul.liAdmin li{
	border-left: 4px solid #9ad182;
}
#colleft div.panes div ul.liCommerciaux li{
	border-left: 4px solid #6e9bbd;
}
#colleft div.panes div ul.liPub li{
	border-left: 4px solid #ad81cf;
}

footer{
	width: 940px;
	height: 40px;
	padding: 10px;
	background-color: #f7f7f7;
	border-top: 1px solid #e2e2e2;
}



#blockPromo {
	display: block;
	background-image: url(../img/bgPromo.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#blockPromo img {
	width: 177px;
	height: 153px;
	margin-left: 36px;
	margin-top: 2px;
	margin-bottom: 0;
}
#blockPromo h3{
	color: #fff;
	margin: 5px 0 0;
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 17px;
}
#blockPromo h3 a{
	text-decoration: none;
	color: #fff;
}

#colrightPromoContainer {
	display: block;
	clear: both;
	padding: 10px;
	background-color: #f7f7f7;
	font-size: 13px;
	width: 159px;
	border: 1px solid #e2e2e2;
	color: #55544b;
	margin: 8px auto 20px;
}

#colrightPromoContainer a {
	text-decoration: none;
	color: #d13342;
	font-weight: bold;
}
#colrightPromoContainer h4{
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px;
}


/* Formulaire devis contact */

#content article#colleft #formulaire {
	font-weight: normal;
	border: 1px solid #e2e1db;
	width: 590px;
	padding: 20px;
}

span.req {
	color: red;	
}

#forms_field_3 {
	background-color: #fff5ba;
	padding: 10px;
}
#formulaire input{
	border: 1px solid #c3bd9c;
	padding: 10px;
	width: 260px;
}
input#ddform_8{
	width: 555px;
}
input#ddform_9{
	width: 555px;
}



textarea#ddform_16.required{
	width: 555px;
	height: 170px;
}


#new_submission div.dform div.dform_element.submit_button div.dform_container div.dfinput_full input.submit {
		background-color: #d1494c;
	display: block;
	width: 80px;
	text-align: center;
	color: #fff;
	border: 1px solid #89080b;
	font-size: 13px;
	font-weight: bold;
}
input.submit:hover{
	
}
.dform_element.dform_text_input.dftop_label.dform_required {
	color: #d02a3a;
}

#formulaire textarea{
	padding: 10px;
}

footer p{
	margin: 0;
	text-align: center;
	color: #978383;
	display: block;
	
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul.accordion.produits-style {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 595px;	
}

a.produits-title {
	display: block;
	width: 595px;
	height: 82px;
	text-indent: -9999px;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;

}
a.produits-title:hover{
	opacity: 0.8;
}
a#bureautique.produits-title {
	background-image: url(../img/produits/visuel-bureautique-2.jpg);
	background-repeat: no-repeat;
}
a#publicitaires.produits-title {
	background-image: url(../img/produits/visuel-publicitaire-2.jpg);
	background-repeat: no-repeat;
}
a#commerciaux.produits-title {
	background-image: url(../img/produits/visuel-commerciaux-2.jpg);
	background-repeat: no-repeat;
}
a#packaging.produits-title {
	background-image: url(../img/produits/visuel-packaging-2.jpg);
	background-repeat: no-repeat;
}
a#marketing.produits-title {
	background-image: url(../img/produits/visuel-marketing-2.jpg);
	background-repeat: no-repeat;
}
a#speciaux.produits-title {
	background-image: url(../img/produits/visuel-speciaux-2.jpg);
	background-repeat: no-repeat;
}

#colleft ul.accordion.produits-style ul {
	background-color: #fff;
	padding: 20px 20px;
}



#colleft ul.accordion.produits-style li {
	margin-bottom: 20px;
	border-left: 3px solid #d91717;
}

#colleft ul.accordion.produits-style li ul li {
	border: none;
	list-style: none;
}

#colleft ul.accordion.produits-style h3 {
	color: #d81416;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#listing-products {
	padding: 10px;
		overflow: hidden;
		display: block;
		clear: both;
}

#listing-products ul {
	overflow: hidden;
}

#listing-products ul li {
	width: 295px;	
	text-align: center;
	background-color: #7b7b7b;
	height: 60px;
	display:block;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 160px;
	margin: 5px 5px 16px 6px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;

}


#listing-products ul li.bureautique {
	background-image: url(../img/produits/home-illustration/bureautique.jpg);
}

#listing-products ul li.commerciaux {
	background-image: url(../img/produits/home-illustration/commerciaux);
}
#listing-products ul li.publicitaires {
	background-image: url(../img/produits/home-illustration/publicitaire.jpg);
}

#listing-products ul li.packaging {
	background-image: url(../img/produits/home-illustration/packaging.jpg);
}

#listing-products ul li.marketing {
	background-image: url(../img/produits/home-illustration/marketing.jpg);
}
#listing-products ul li.speciaux {
	background-image: url(../img/produits/home-illustration/speciaux.jpg);
}

#listing-products ul li h3 {
	background-color: #e2e0d5;
	margin: 0;
	padding: 20px 0px;
	position: relative;
	color: #7b6868;
	bottom: 0px;
		text-transform: uppercase;

	font-size: 21px;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}


#listing-products ul li:hover h3{
	background-color: #cf2e40;
	color: #fff;
}

#listing-products ul li.bureautique h3 {
	background-image: url(../img/);
}

#listing-products ul a {
	text-decoration: none;
}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
