
.subcontent {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	min-height:300px;
}

.subcontent .subheader {
	width: 100%;
	height: 260px;
	background: top left no-repeat #FFFFFF;
	background-image: url('../images/default_subheader_bg.jpg');
}

.subcontent.page_techno .subheader{ background-image: url('../images/pages/techno_subheader_bg.jpg')}
.subcontent.page_actu .subheader{ background-image: url('../images/pages/actu_subheader_bg.jpg')}
.subcontent.page_conseil .subheader{ background-image: url('../images/pages/conseils_subheader_bg.jpg')}
.subcontent.dealer_locator .subheader{ background-image: url('../images/locator/locator_subheader_bg.jpg')}
.subcontent.search .subheader{ background-image: url('../images/pages/recherche_subheader_bg.jpg')}
.subcontent.default .subheader{ background-image: url('../images/pages/default_subheader_bg.jpg')}
.subcontent.error .subheader{ background-image: url('../images/errors/404_subheader_bg.jpg'); padding-top:356px; height:auto; }
.subcontent .subheader .bib {
	position: absolute;
	z-index: 2;
	width: 178px;
	height: 142px;
	margin-left: -15px;
	background:bottom no-repeat;
}


/* --> PAGE */
.subcontent.page_techno .subheader .bib { background-image: url('../images/pages/techno_bib.png')}
.subcontent.page_techno.velo .subheader .bib { background-image: url('../images/pages/techno_velo_bib.png')}
.subcontent.page_actu .subheader .bib { background-image: url('../images/pages/actu_bib.png'); background-position:0 27px;}


.subcontent .subheader h1 {
	color: #2740a5;
	position: absolute;
	margin-left: 272px;
	margin-top: 37px;
	font-size: 1.8em;
	text-transform: uppercase;
	/*text-shadow:2px 0px 5px #919191;*/
}

.subcontent .subheader p {
	position: absolute;
	margin-left: 272px;
	margin-top: 71px;
}


/* --> un élément (header)*/
.subcontent.unItem .subheader .hgroup *{
	position:relative;
	margin:0;
}
.subcontent.unItem .subheader .hgroup {
	margin-top:46px;
}
.subcontent.unItem .subheader h1{
	text-transform:none;
	font-size:1.8em;
	text-shadow:none;
	margin-top:10px;
}
.subcontent.unItem .subheader p{
	font-size:0.8em;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}
.subcontent.unItem .subheader time{
	color:#2740a5;
	font-size:0.9em;
	margin-left:5px;
	font-weight:regular;
	text-transform:none;
}
.subcontent.unItem .subheader p.inline-container span{ display:inline-block }
.subcontent.unItem .subheader .conseilLabel{
	background-color:#2740a5;
	vertical-align: middle;
	display: inline-block;
	color:#fff;
	border-radius:3px;
	position: absolute;
	margin:-1px 0 0 5px;
	font-size:0.8em;
	padding:3px 4px;
	letter-spacing: 0.2em;
}
.subcontent.unItem .item-right{
	width:670px;
	float:right;
	margin: 0 12px;
}
.subcontent.unItem section.item-right{
	margin-top: -128px;
}
/* ERREURS */
.subcontent.error .subheader h1{
	margin:0;
	text-align:center;
	position:relative;
	margin-bottom:12px;
}
.subcontent.error{
	padding-bottom:60px;
}
.subcontent.error .item{
	text-align:center;
}
.subcontent.error footer{
	margin-top:12px;
}
.subcontent.error .item>p{
	color:#777;
	font-size:0.9em;
	font-style:italic;
}
/* --> Liste actus: bouton RSS */
.subcontent .subheader .button{
	float:right;
	width:74px;
	height:68px;
	background:url("../images/buttons/actu_middlebutton_bg.jpg") repeat;
	border-radius: 4px;
	margin:30px 12px 0 0;
	position:relative;
}

.subcontent .subheader .button .hover{
	height:68px;
	width:74px;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.subcontent .subheader .button .image{
	margin: 5px auto 0 auto;
	position:relative;
	z-index:1;
}
.subcontent .subheader .button .texte{
	width: 100%;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 0.75em;
}

.subcontent .subheader .button:hover .texte{
	color: #606060;
}

.subcontent h2 {
	background: url('../images/pages/subcontent_titre_bg.jpg') top center #8eacd0;
	background-repeat: repeat-x;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 10px 0 0 29px;
	width: 907px;
	font-size: 0.8em;
	position: relative;
	display: block;
	clear: both !important;
}
.subcontent .titre{
	cursor: pointer;
}

.subcontent h2 span.titleArrow {
	position: absolute;
	top: 15px;
	left:13px;
}

.subcontent .container>ul {
	display: none;
	position: relative;
	z-index: 9;
	/*YANN: cela pose un souci sur la partie "actualité". Est-ce indispensable ?
	background-color: #FFF;*/
}

.container {
	margin: -128px 12px 0 12px;
	background-color: #f4f5f8;
}

.container.small{
	width:240px;
}
.container.small h2{
	width:211px;
}
.container.small .infoPanel {
	min-height: 44px;
	margin-left: 5px;
}
.container.small .infoPanel img{
	float:left;
}
.container.small .infoPanel a.texte{
	display:block;
	height:100%;
	color:#484848;
	font-size:0.8em;
	font-weight:bold;
	margin:5px 0 5px 75px;
	padding:0 20px 0 0;
}

.container.techno ul>li {
	border-top: solid 1px #d2d2d4;
	clear: both;
}

.container.small .infoPanel:hover {
	color: #2740a5;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.container.item ul.split3{
	padding:12px 8px;
}
ul.split3{
	padding:12px 5px;
}
ul.split3 li{
	display:inline;
	zoom:1;
	display:inline-block;
	vertical-align: top;
	width:300px;
	margin: 0 7px;
}
.container.item ul.split3 li{
	width:288px;
	margin: 0 8px;
}
.container.item ul.split4 li{
	display:inline;
	zoom:1;
	display:inline-block;
	vertical-align: top;
	width:196px;
	padding:12px 17px;
	margin: 0;
	border-left:1px solid #d4d4d4;
}
.container.item ul.split4 li:first-child{
	border-left:none;
}
.container.item ul.split2 li{
	display:inline-block;
	vertical-align: top;
	width:443px;
	margin:0;
	padding:12px;
	position:relative;
	border-top:1px solid #d2d2d2;
	margin-top:-1px;
}
.container.item ul.split2 li:nth-child(2n+1){
	border-right: 1px solid #d2d2d2;
}
/* Sert à garder le trait le plus long des deux (gauche / droite)
.container.item ul.split2 li:nth-child(2n){
	border-left: 1px solid #d2d2d2;
	margin-left:-1px;
} */

.listElement .date{ color:#2740a5; font-weight:bold; font-size:0.75em;}
.listElement .title{ color:#484848; font-weight:bold; font-size: 1em; margin-bottom:5px;}
.listElement.aLaUne .title{ margin-bottom:10px;}
.listElement .extrait{ color:#707070; font-size:0.8em;}
.listElement .listElement_image{display:inline-block; width:145px; margin-right:12px; vertical-align:top;}
.listElement.aLaUne .listElement_image{display:block; float:none; margin-right:0; margin-bottom:12px;}
.listElement .listElement_content{ display:inline-block; width:280px; vertical-align:top;}
.listElement .listElement_content .plus{ clear:none; }
.aLaUne .plus .texte {
	margin-top: 1px;
}


.container.techno div {
	float: left;
}

.container.techno .logo {
	/*background-color: #FFFFFF;
	margin-top: 12px;
	*/
	width: 168px;
	text-align: center;
	min-height: 1px; /* FIX bug d'affichage quand il n'y a pas de logo */
}

.container.techno .content {
	background-color: #edeef1;
}

.container.techno .description {
	width: 510px;
	padding: 12px;
	color: #707070;
	font-size: 0.9em;
	line-height: 1.4em;
	min-height: 120px;
}

.container.techno .description h3 {
	background: url('../images/pages/techno_arrow_right_black.png') 0px 5px no-repeat;
	color: #313130;
	padding-left: 10px;
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: inherit;
}

.container.techno .description div {
	float: none !important;
}

.container.techno .description .long-desc {
	display: none;
	margin-top: 12px;
}

.subcontent.unItem .item-content img{
	max-width: 100%;
	height: auto;
}

.subcontent.unItem .item-content{
	color:#5f5f5f;
	margin-bottom:20px;
	font-size:0.9em;
	line-height:1.6em;
}
.subcontent.unItem .item-content p{
	/*margin:0.5em 0;*/
	margin:1em 0;
}
.subcontent.unItem .item-content .text-center{ text-align:center; }
.subcontent.unItem .item-content .text-right{ text-align:right; }
.subcontent.unItem .item-content caption{ font-weight:bold; }

.subcontent.unItem .item-content ol{
	padding-left: 45px;
}
.subcontent.unItem .item-content ol li{
	list-style:inside decimal;
}

.subcontent.unItem .item-content h1,
.subcontent.unItem .item-content h2,
.subcontent.unItem .item-content h3{
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	margin:2em 0 0px 0;
	color:#111111;
}
.subcontent.unItem .item-content h4,
.subcontent.unItem .item-content h5,
.subcontent.unItem .item-content h6{
	font-weight:bold;
	font-size:1em;
	margin:1em 0 0 0;
	color:#111111;
}


.subcontent.unItem .item-content table {
	border-bottom: solid 1px #ddd;
	margin:6px auto;
}

.subcontent.unItem .item-content table tr th {
	border-right: solid 1px #7794b6;
	text-align: left;
	padding: 0 6px;
	vertical-align: middle;
	font-size: 0.75em;
}

.subcontent.unItem .item-content table  td {
	height: 28px;
	color: #707070;
	font-size: 0.9em;
	padding: 0 6px;
	text-align: center;
	border: solid 1px #ddd;
}

.subcontent.unItem .item-content p.text-right{
	/*margin:0.5em 0;*/
	text-align: right;
}

.subcontent.unItem .item-content a{
	color: #2740a5;
	font-weight: bold;
}

.subcontent.unItem .item-content a:hover {
	text-decoration: underline;
}

.subcontent.unItem .item-content table tr:nth-child(odd) td {
	background: #fdfefe !important;
	border-right: solid 1px #dddddd;
}

.subcontent.unItem .item-content table tr:nth-child(even) td {
	background: #eeeeee !important;
	border-right: solid 1px #d6d6d6;
}

ul.item-keywords{
	margin:30px 0 10px;
	border:solid 1px #d2d2d2;
	border-style:solid none;
	padding:14px 0 14px 12px;
	background:url("../images/pages/ico_signet.jpg") no-repeat left;
}
ul.item-keywords li{
	display:inline-block;
	color:#fff;
	background:#2740a5;
	padding:2px 4px;
	border-radius:2px;
	font-size: 0.7em;
	text-transform:uppercase;
	margin:0 2px 4px;
}

.item-nav .next, .item-nav .prev{
	display:block;
	width:219px;
	border-radius: 4px 4px 0 0;
	background-color: #edeef1;
	float:right;
	font-size:0.8em;
}
.item-nav .prev{
	float:left;
}
.item-nav .up{
	height:27px;
	color:#fff;
	text-transform:uppercase;
	background:url("../images/buttons/btn_next_middle.jpg") top right no-repeat;
	position:relative;
	border-radius:4px 4px 0 0;
	text-align:left;
}

.item-nav>*:hover .hover{
	opacity: 1;
	-moz-opacity: 1;
	display: block\9;
}
.item-nav .up .texte{
	padding:6px 12px 0 12px;
	font-weight:bold;
	z-index: inherit !important; /* Correction d'un bug d'affichage sur Firefox */
}
.item-nav  .prev .up {
	text-align:right;
	background:url("../images/buttons/btn_prev_middle.jpg") top left  no-repeat;
}
.item-nav   .up  .hover{
	height:27px;
	width:100%;
	border-radius:4px 4px 0 0;
	background:url("../images/buttons/btn_next_middle.jpg") bottom right  no-repeat;
}
.item-nav  .prev .up .hover{
	background:url("../images/buttons/btn_prev_middle.jpg") bottom left  no-repeat;
}

.item-nav .down{
	position:relative;
	font-weight:bold;
	color:#000;
	padding:7px;
	text-align:left;
}
.item-nav  .image{
	float:left;
	margin:0 7px 7px 0;
}

.container.techno .pneus-associes {
	width: 210px;
	padding: 12px;
}

.container.techno .pneus-associes h4 {
	color: #7097c6;
	text-transform: uppercase;
	padding: 5px 0 5px 22px;
	font-size: 0.7em;
	background: url('../images/pages/technos_produits_associes.jpg') left center no-repeat;
	margin-left: 11px;
}

.container.techno .pneus-associes ul {
	background-color: #e6e7e9;
	border: solid 1px #FFFFFF;
	padding: 6px 12px 8px 12px;
	display: block !important;
	margin-top: 6px;
}

.container.techno .pneus-associes li {
	color: #484848;
	border: none;
	font-weight: bold;
	font-size: 0.75em;
	padding: 2px 0 0 0;
}

.container.techno .pneus-associes li strong {
	font-family: "Arial Black", Arial;
	text-transform: uppercase;
	font-weight: normal;
}

.container.techno .pneus-associes li a {
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.container.techno .pneus-associes li a:hover {
	color: #111111;
	text-decoration: underline;
}

.container.techno .pneus-associes li.toggle {
	text-align: center;
	color: #FFF;
	background: #c6c7c9;
	padding: 2px 0;
	cursor: pointer;
	margin-top: 5px;
}

.page_actu .pagenavigator{
margin:50px 0 20px 0;
text-align: center
}
.page_actu .pages{
	display:block;
	margin: 0 auto;
}
.page_actu .pages .pages_cont span{
	display:inline;
	display:inline-block;
	zoom:1;
	text-align:center;
	color:#6a8bb2;
	padding-top:5px;
	width:26px;
	height:21px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page_actu .pages .pages_cont span.other{
	background:url('../images/pages/pages_bg.jpg') center top repeat;
	color:#fff;
}

.page_actu .pages .pages_cont span.other:hover{
	background-position:center bottom;
}

.page_actu .pagenavigator .next, .page_actu .pagenavigator .previous{
	height:51px;
	min-width:200px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	top:-40px;
	margin:0 12px;
}

.page_actu .pagenavigator .next{
	background: url("../images/buttons/btn_next_big.jpg") repeat top right;
	float:right;
	text-align:left;
}
.page_actu .pagenavigator .next .hover{
	background: url("../images/buttons/btn_next_big.jpg") repeat bottom right;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.page_actu .pagenavigator .previous{
	background: url("../images/buttons/btn_prev_big.jpg") repeat top left;
	float:left;
	text-align:right;
}
.page_actu .pagenavigator .previous .hover {
	background: url("../images/buttons/btn_prev_big.jpg") repeat bottom left;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.subcontent.unItem .item-content ul{
padding-left:45px;
margin:15px 0;
}

.pagenavigator .texte{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.pagenavigator .button:hover .texte{
	color:#6a8bb2;
}
.pagenavigator .date{
	display:block;
	font-size:11px;
	color:#2b3d53;
}

/* PARTIE BONUS */

.subcontent #content_bonus{
margin: 0 12px;
padding: 12px 0;
}

footer.listePneusBonus{
	background: #1d3596; /* Old browsers */
	background: -moz-linear-gradient(top, #1d3596 0%, #14256a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d3596), color-stop(100%,#14256a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d3596 0%,#14256a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d3596 0%,#14256a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d3596 0%,#14256a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1d3596 0%,#14256a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3596', endColorstr='#14256a',GradientType=0 ); /* IE6-9 */
	padding:20px 80px 50px 80px;
	margin-bottom: -12px;
}
footer.listePneusBonus>p:first-child{
	text-align:center;
	color:#fff;
	font-style:italic;
}
footer.listePneusBonus li{
	min-height:80px;
	margin:40px auto 70px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #aeaeae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#aeaeae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#aeaeae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#aeaeae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#aeaeae 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#aeaeae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}
footer.listePneusBonus li:last-child{
	margin-bottom: 0px;
}
footer.listePneusBonus li:first-child{
	margin-top: 30px;
}

footer.listePneusBonus li>div{
	display:inline-block;
	vertical-align:middle;
}
footer.listePneusBonus .imagePneu{
	position:relative;
	width:130px;
	height:100%;
	min-height:80px;
}
footer.listePneusBonus .imagePneu img{
	position:absolute;
	top:-30px;
	left:-40px;
}
footer.listePneusBonus .logoPneu{
	width:200px;
	font-weight: bold;
	font-size: 1em;
	text-align:right;
}
footer.listePneusBonus .logoPneu span{
	font-weight: normal !important;
	font-family: "Arial Black", Arial;
	font-size: 1.2em;
	text-transform:uppercase;
	display:block;
}
footer.listePneusBonus .separateur{
	border-left:solid 1px #a2a2a2;
	border-right:solid 1px #fff;
	height:50px;
	margin: 0 12px;
}
footer.listePneusBonus .descriptionPneu{
	width:260px;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	color:#565656;

}
footer.listePneusBonus .btnPneu{
	position:absolute;
	right:0;
	width:160px;
	height:100%;
	border-left:solid 1px #a2a2a2;
	background: #fff200; /* Old browsers */
	background: -moz-linear-gradient(top, #fff200 0%, #f8d100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff200), color-stop(100%,#f8d100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff200 0%,#f8d100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff200 0%,#f8d100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff200 0%,#f8d100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff200 0%,#f8d100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f8d100',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
footer.listePneusBonus .btnPneu .hover{
	background: #fff98b; /* Old browsers */
	background: -moz-linear-gradient(top, #fff98b 0%, #fff201 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff98b), color-stop(100%,#fff201)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff98b 0%,#fff201 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff98b 0%,#fff201 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff98b 0%,#fff201 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff98b 0%,#fff201 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff98b', endColorstr='#fff201',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
footer.listePneusBonus .btnPneu .texte{
	font-weight:bold;
	text-transform:uppercase;
	padding-left:12px;
	background:url("../images/product/tyre_list_p_bg.png") no-repeat center right;
	padding-right:20px;
	min-height:12px;
	width:122px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height:100%;
}
footer.listePneusBonus .btnPneu .texte>*{
	display:inline-block;
	vertical-align:middle;
}
footer.listePneusBonus .btnPneu .texte>span{
	height:100%;
}
footer.listePneusBonus .btnPneu:hover .texte{
	padding-right:20px;
	width:124px;
}
footer.listePneusBonus .lienPneu{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
}

/**
DEFAULT IMAGES
**/

.listElement .listElement_image .default_img {
	width: 135px;
	height: 90px;
	background: url('../images/default/135x90.jpg');
	display: block;
}

.listElement.aLaUne .listElement_image .default_img {
	width: 288px;
	height: 156px;
	background: url('../images/default/288x156.jpg');
	display: block;
}

.infoPanel .default_img {
	width: 66px;
	height: 44px;
	background: url('../images/default/66x44.jpg');
	display: block;
	float: left;
}

.item-nav .down.button .default_img {
	width: 70px;
	height: 38px;
	background: url('../images/default/70x38.jpg');
	display: block;
}



.brand_list {
	background: url('../images/brand/selectorfix.jpg') left top repeat-y #FFF;
	padding: 24px 24px 0px 256px;
	min-height: 380px;
	position: relative;

}

.brand_list ul {
	margin-top: 36px;
}

.brand_list li {
	width: 146px;
	padding: 0 12px 12px 12px;
	float: left;
}

.brand_list li.clear {
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	height: 12px;
	clear: none;
}

.brand_list div.clearfix {
	clear: both;
	height: 36px;
	display: block;
	width: 100%;
}

.brand_list li strong {
	display: block;
	padding-left: 8px;
	background: url('../images/brand/arrow-right.png') left center no-repeat;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}

.brand_list li strong span {
	font-size: 10px;
	font-weight: normal;
}

.brand_list li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	line-height: 14px;
	padding: 2px 0;
	position: relative;
}

.brand_list li a.model {
	line-height: 16px;
	padding: 3px 0 3px 30px;
}

.brand_list li a i {
	display: inline-block;
	width: 23px;
	background: url('../images/brand/pictos-modeles.png') left center no-repeat;
	vertical-align: top;
	position: absolute;
	left: 0;
	height: 100%;
}

.brand_list li a i.moto { background-position: 0px 0px; }
.brand_list li a i.scooter { background-position: -23px 0px; }

.brand_list li a:hover {
	text-decoration: underline;
}

.brand_list h1 {
	color: #2740a5;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.brand_list p {
	font-size: 14px;
	color: #707070;
}

.brand_list .logo {
	position: absolute;
	top: 0;
	right: 0;
}
