/****************************************************************************************************************
	reset
****************************************************************************************************************/

@import url("reset.css");

/****************************************************************************************************************
	main rules
****************************************************************************************************************/

*{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	font-size: 68.75%; /* 1em = 11px */
	text-align: center;
	color: #333;
}

/****************************************************************************************************************
	main containers
****************************************************************************************************************/

#mainContainer{
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	/*background: url(../../../images/AE/www.automoto.fr/common/bg_head-calandre.gif) repeat-x center top;*/
}

#core{
	position: relative;
	width: 100%;
	text-align: center;
}

.standard{ background: #fff url(../../../images/AE/www.automoto.fr/common/bg_core-standard.gif) repeat-x top; }

#core #coreContent{
	width: 980px;
	margin: 0 auto;
	padding: 15px 10px;
	overflow: auto;
	text-align: left;
}

#core #coreContent #mainColLeft{
	float: left;
	width: 660px;
	overflow: auto;
}

#core #coreContent #mainColRight{
	float: right;
	width: 300px;
	overflow: auto;
}

#core #coreContent #mainColLeft .sousColLeft{
	float: left;
	width: 320px;
	overflow: auto;
}

#core #coreContent #mainColLeft .sousColRight{
	float: right;
	width: 320px;
	overflow: auto;
}

/****************************************************************************************************************
	Flash stuff
****************************************************************************************************************/

.flash-replaced .alt{
	position: absolute;
	top: -10000px;
}

.flash-replaced *{
	display: block;
}

/****************************************************************************************************************
	hidden content
****************************************************************************************************************/

.hiddenContent{
	position: absolute;
	top: -10000px;
}

/****************************************************************************************************************
	For print only
****************************************************************************************************************/

.forPrintOnly{
	display: none!important;
}

/****************************************************************************************************************
	misc
****************************************************************************************************************/

.overflowPhage{ overflow: hidden; width: 100%; }

/****************************************************************************************************************
	links
****************************************************************************************************************/

a{ color: #557b94; text-decoration: none; }
a:hover{ text-decoration: underline; }

a.arrowLinkGray{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_link.gif) 7px 4px no-repeat #e6e6e6;
	padding: 0 8px 0 18px;
	color:#000;
	line-height: 1.27em;
}

ul.arrowListWhite li a, a.arrowLinkWhite{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_link.gif) 7px 4px no-repeat #fff;
	padding: 0 8px 0 18px;
	color:#000;
	line-height: 1.27em;
}
a:hover{ color: red; }
ul.arrowListWhite li a:hover{ color: red; }
ul.arrowListWhite li{ margin-bottom: 4px; }
ul.arrowListWhite li a{ display: block; }

ul.arrowListWhite2 li{ text-align: left; margin-bottom: 5px;}
ul.arrowListWhite2 li a{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_white_left.gif) no-repeat 0 4px;
	padding: 0 8px 0 10px;
	color: #fff;
	font-size: 1.09em;
	line-height: 1.27em;
}

.arrowListBlack{
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 10px;
}

.arrowListBlack li{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_black.gif) no-repeat left center;
	padding: 0 0 0 10px;
	zoom:1
}

.arrowListBlack li, .arrowListBlack li a{
	display: block;
	color: #000;
}

a.arrowLinkTurquoise{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_link.gif) 7px -9px no-repeat #779cb7;
	padding: 0 8px 0 18px;
	color:#fff;
	line-height: 1.27em;
}

a.arrowLinkViolet{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_link.gif) 7px -9px no-repeat #997398;
	padding: 0 8px 0 18px;
	color:#fff;
	line-height: 1.27em;
}

.btValid {
	color:#fff;
	font-weight:bold;
	background:url(../../../images/AE/www.automoto.fr/common/bt_valid-left.gif) no-repeat;
	padding-left:9px;
	float:left;
	text-decoration:none!important;
	cursor:pointer;
}

.btValid span {
	background:url(../../../images/AE/www.automoto.fr/common/bt_valid-right.gif) no-repeat 100% 0;
	float:left;
	padding:3px 11px 2px 2px;
	height:16px;
	cursor:pointer;
}

.btGray {
	color:#fff;
	font-weight:bold;
	background:url(../../../images/AE/www.automoto.fr/common/bt_gray-left.gif) no-repeat;
	padding-left:9px;
	float:left;
	text-decoration:none!important;
	cursor:pointer;
}

.btGray span {
	background:url(../../../images/AE/www.automoto.fr/common/bt_gray-right.gif) no-repeat 100% 0;
	float:left;
	padding:3px 11px 2px 2px;
	height:16px;
	cursor:pointer;
	color:#ffffff;
}

.arrowLinkButton{
	display: block;
	width: 272px;
	height: 22px;
	padding: 7px 0 0 38px;
	color: #000;
	font-weight: bold;
	background: url(../../../images/AE/www.automoto.fr/common/bt_big-arrow.gif) no-repeat left top;
}

/****************************************************************************************************************
	Lists & general stuff
****************************************************************************************************************/

/* liste a puce generique */
.listeAutresSujets li {
	background:url(../../../images/AE/www.automoto.fr/common/puce_autresSujets.gif) no-repeat 0 5px;
	padding:0 0 5px 10px;
}
.listeAutresSujets li a{ color:#333; }

/* element "Voir tous les..." generique */
.toutVoir {
	float:right;
	padding-right:10px;
}

/****************************************************************************************************************
	Titles
****************************************************************************************************************/

.titleNiv0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.27em;
	font-weight: bold;
	text-transform: uppercase;
}

.sousTitleNiv0{
	font-size: 1.45em;
	color: #5e7f93;
	font-weight: normal;
	margin-bottom: 10px;
}

.sousTitleNiv0 strong{
	display: block;
	font-weight: bold;
}

.titleNiv1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.63em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.9em;
}

.titleNiv2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	text-transform: uppercase;
}

.titleNiv3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	font-weight: bold;
	text-transform: uppercase;
}

.titleNiv4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	font-weight: bold;
	text-transform: uppercase;
}

.titleNiv5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #fff;
	background: url(../../../images/AE/www.automoto.fr/common/bg_title_gray3.gif) repeat-x top;
}

.titleNiv5 a{ color: #fff; }

/****************************************************************************************************************
	ads
****************************************************************************************************************/

#topPub{
	background: #000;
	height: 95px;
	padding-top: 9px;
	text-align: center;
}

.pub01{
	display: block;
	width: 728px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_pub01.gif) no-repeat left top;
	padding-left: 15px;
	margin: 0 auto;
}

.pub02{
	background:url(../../../images/AE/www.automoto.fr/common/bg_pub02.gif) no-repeat #ECECEC;
	display:block;
	padding:15px 0pt 2px 0;
	margin-bottom: 10px;
}

.pub02 span img{
	border:1px solid #444;
	display:block;
	margin: 0 auto;
}

.push300{
	margin-bottom: 10px;
}

.push300 img{
	display:block;
	border: 1px solid #c8c8c8;
	margin-bottom: 8px;
}

.pub03{
	display: block;
	margin-bottom: 10px;
}

.pub03 img{ display: block; }

/****************************************************************************************************************
	header
****************************************************************************************************************/

#header{
	position: relative;
	height: 195px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_head-ombres.png) no-repeat center 4px;
}

.msie6 #header{ 
	background-image:none; 
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/www.automoto.fr/common/bg_head-ombres.png", sizingMethod="scale");*/
}

#headerContainer{
	position: relative;
	margin: 0 auto 0 auto;
	width: 984px;
	height: 195px;
	overflow: hidden;
	text-align: center;
}

#mainLogo{
	position: absolute;
	top: 27px;
	left: 342px;
	display: block;
}

#headSearch{
	position: absolute;
	top: 4px;
	right: 0;
	width: 290px;
	height: 48px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_head-search.gif) no-repeat left top;
}

#headSearch #saisie{
	position: absolute;
	top: 8px;
	left: 31px;
	padding: 7px 5px;
	width: 180px;
	border: none;
	background: none;
}

#headSearch #validation{
	position: absolute;
	top: 8px;
	right: 31px;
}

/****************************************************************************************************************
	footer
****************************************************************************************************************/

#footer{
	position: relative;
	background: #0a0b0b url(../../../images/AE/www.automoto.fr/common/bg_foot.gif) repeat-x 0 50px;
	min-height: 535px;
}

/*.msie6 #footer *{zoom:1;}*/
.msie6 #footer{ height: 535px;  }

#footerMainNavContainer{
	margin: 0 auto;
	height: 50px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

#footerParechocs{
	background: url(../../../images/AE/www.automoto.fr/common/bg_foot-parechocs.gif) no-repeat center top;
}

#footerContainer{
	position: relative;
	margin: 0 auto 0 auto;
	width: 984px;
	overflow: hidden;
	text-align: left;
/*	padding-top: 80px;*/
}

#footSearch{
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 82px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_foot-search.gif) no-repeat left top;
}

#footSearch #saisie2{
	position: absolute;
	top: 46px;
	left: 31px;
	padding: 7px 5px;
	width: 180px;
	border: none;
	background: none;
}

#footSearch #validation2{
	position: absolute;
	top: 46px;
	right: 32px;
}

#footer h3{
	color: #fff;
	font-size: 1.09em;
	margin-bottom: 10px;
}

#footer #popularPages{
	border-bottom: 1px solid #2d2e2f;
	margin-bottom: 15px;
}

#footer #popularPages li{
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#footer #popularPages li ul{ margin-left: -5px; overflow: hidden; }

#footer #popularPages li ul li{
	display: block;
	float: left;
	overflow: hidden;
	width: auto;
	padding: 0 5px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_foot-li.gif) no-repeat right;
}

#footer #popularPages li ul li.last{
	padding-right: 0;
	background: none;
}

#footer #popularPages li a{
	color: #fff;
	font-weight: bold;
}

#footer #popularPages li ul li a{
	color: #aeafb1;
	font-weight: normal;
}

.msie6 #footer #popularPages li ul{ zoom:1 }
.msie #footer #popularPages li ul li a{	white-space: pre }

#footerServices{
	float: left;
	width: 115px;
	border-right: 1px solid #5f5f61;
}

#footerServices li{
	display: block;
}

#footerServices li a{
	display: block;
	padding: 7px 0 7px 30px;
	color: #fff;
	font-size: 1.09em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}
#services1 a{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_newsletter.gif); }
#services2 a{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_rss.gif); }
#services3 a{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_podcast.gif); }
#services4 a{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_widget.gif); }

#footerSitemap{
	float: right;
	width: 815px;
	overflow: hidden;
}

#footerSitemap li{
	float: left;
	display: block;
	overflow: hidden;
	width: 125px;
	line-height: 1.5em;
	padding: 0 0 15px 10px;
	border-left: 1px solid #2d2e2f;
}

#footerSitemap li.first{ 
	border: none;
	padding-left: 0;
}

#footerSitemap li ul{ padding-top: 5px; }

#footerSitemap li ul li{
	float: none;
	display: block;
	width: auto;
	padding: 0;
	border: none;
}

#footerSitemap li a{
	color: #fff;
	font-weight: bold;
	font-size: 1.09em;
}

#footerSitemap li ul li a{
	color: #aeafb1;
	font-weight: normal;
	font-size: 1em;
}

#footerSitemap #monCompte{ margin-top: 10px; }
#footerSitemap #monCompte a{ font-weight: bold; }

#footer #footerFoot{
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

#footer #cgv{
	float: left;
}

#footer #cgv li{
	display: block;
	float: left;
	overflow: hidden;
	width: auto;
	padding: 0 5px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_foot-li.gif) no-repeat right;
}

#footer #cgv li.last{
	padding-right: 0;
	background: none;
}

#footer #cgv li a{ color: #aeafb1; }

#footer #logos{
	float: right;
	font-size: .91em;
	color: #aeafb1;
	text-transform: uppercase;
	overflow: auto;
	padding-right: 50px;
}

#footer #logos li{
	display: block;
	float: left;
	padding-left: 15px;
}

#footer #logos li img{
	display: inline;
	vertical-align: bottom;
}

/****************************************************************************************************************
	mainNav
****************************************************************************************************************/

.mainNav{
	margin: 77px auto 0 auto;
	display:-moz-inline-box; /* :TRICKY: Gecko 1.8 inline-block support */
	display: inline-block;
	font-weight: bold;
}

.msie .mainNav{ display: inline; }

.mainNav li{
	float: left;
	display:-moz-inline-box;
	display: inline-block;
	overflow: hidden;
	height: 40px;
	padding-left: 3px;
	background: url(../../../images/AE/www.automoto.fr/common/nav1_onglets.png) no-repeat left 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 11px;
}

.mainNav li a{
	float: left;
	display:-moz-inline-box;
	display: inline-block;
	height: 26px;
	padding: 14px 15px 0 12px;
	background: url(../../../images/AE/www.automoto.fr/common/nav1_onglets.png) no-repeat right 0;
	text-decoration: none!important;
	color: #000;
}

.msie6 .mainNav li, .msie6 .mainNav li a{
	background-image: url(../../../images/AE/www.automoto.fr/common/nav1_onglets.gif);
}

.mainNav li.twoLines a{
	height: 33px;
	padding-top: 7px;
}

.mainNav .mainNavEcologie{
	margin-top: 0;
	height: 51px;
}
.mainNav .mainNavEcologie a{ 
	color: #fff;
	padding: 25px 20px 0 12px;
}

/* nav1 */

#nav1 li:hover, #nav1 li.on{ background-position: left -40px; }
#nav1 li a:hover, #nav1 li.on a{ background-position: right -40px; }

#nav1 .mainNavPush{ background-position: left -80px; }
#nav1 .mainNavPush a{ background-position: right -80px; color: #fff; }
#nav1 .mainNavPush:hover{ background-position: left -120px; }
#nav1 .mainNavPush a:hover{ background-position: right -120px; }

#nav1 .mainNavEcologie{	background-position: left -160px; }
#nav1 .mainNavEcologie a{ background-position: right -160px; }
#nav1 .mainNavEcologie:hover{ background-position: left -211px; }
#nav1 .mainNavEcologie a:hover{ background-position: right -211px; }

/* nav2 */

#nav2{ margin: 0; }

#nav2 li{ background-position: left -262px; }
#nav2 li a{ background-position: right -262px; }
#nav2 li:hover, #nav2 li.on{ background-position: left -302px; }
#nav2 li a:hover, #nav2 li.on a{ background-position: right -302px; }

#nav2 .mainNavPush{ background-position: left -342px; }
#nav2 .mainNavPush a{ background-position: right -342px; color: #fff; }
#nav2 .mainNavPush:hover{ background-position: left -382px; }
#nav2 .mainNavPush a:hover{ background-position: right -382px; }

#nav2 .mainNavEcologie{	background-position: left -422px; }
#nav2 .mainNavEcologie a{ background-position: right -422px; }
#nav2 .mainNavEcologie:hover{ background-position: left -473px; }
#nav2 .mainNavEcologie a:hover{ background-position: right -473px; }

/****************************************************************************************************************
	secondNav
****************************************************************************************************************/

#secondNavBackground{
	position: absolute;
	top: 124px;
	z-index: 10;
	display: block;
	height: 71px;
	width: 100%;
	background: url(../../../images/AE/www.automoto.fr/common/bg_head-parechocs.gif) no-repeat center bottom;
	text-align: center;
}

ul.secondNav{
	display:-moz-inline-box;
	display: inline-block;
	margin-top: 15px;
	font-weight: bold;
}

#footer ul.secondNav{
	position: relative;
	z-index: 2;
	margin-top: 10px; 
	height: 20px;
	padding-bottom: 60px;
}

ul.secondNav li{
	display:-moz-inline-box;
	display: inline-block;
	color: #666;
	border-left: 1px solid #666;
	padding: 0 10px;
}

ul.secondNav li.first{
	border-left: none;
}

.msie ul.secondNav, .msie ul.secondNav li{ display: inline; }

ul.secondNav li a{ color: #666; }
ul.secondNav li.on a{ color: #333; border-bottom: 1px dotted #333; }
ul.secondNav li.on a{ text-decoration: none; }
.msie ul.secondNav li.on a{ text-decoration: underline; }

/****************************************************************************************************************
	breadCrumb
****************************************************************************************************************/

#breadCrumb{
	color: #666;
	padding-bottom: 10px;
}

/****************************************************************************************************************
	bloc Carousel Une
****************************************************************************************************************/

.bloc01{
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	width: 656px;
	height: 372px;
	margin-bottom: 10px;
	background: #000;
}

.bloc01 img{
	display: block;
}

.bloc01Content{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.bloc01Content .mainLink{
	position: relative;
	display: block;
	height: 290px;
	color: #fff;
	overflow: hidden;
}

.bloc01Content .mainLink span{
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	border: 3px solid #000;
	background: #000 url(../../../images/AE/www.automoto.fr/common/lg_tf1.gif) no-repeat left top;
	padding-left: 35px;
	cursor: pointer;
	font-size: 0.81em;
}

.bloc01Content .wording{
	display: block;
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 355px;
	color: #fff;
	font-size: 3.09em;
	line-height: 1.1em;
	font-weight: bold;
}

.bloc01Content .etAussi{
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 395px;
}

.bloc01Content .myCarouselContainer{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 260px;
}

/****************************************************************************************************************
	bloc02
****************************************************************************************************************/

.bloc02{
	background: url(../../../images/AE/www.automoto.fr/common/bg_core-standard.gif) top repeat-x;
	position: relative;
	overflow: hidden;
}

/****************************************************************************************************************
	blocs Mediatheque
****************************************************************************************************************/

.blocMediaTheque{
	width: 310px;
	min-height: 257px;
	overflow: hidden;
	margin-top: 10px;
}

.msie6 .blocMediaTheque{ height: 257px; }

.blocMediaTheque h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.18em;
	padding: 10px 20px;
}

.blocMediaTheque h3 a{ color: #fff; }

.blocVideo{	background: #efeff4 url(../../../images/AE/www.automoto.fr/common/bg_mediatheque01.jpg) no-repeat left top; float: right; }
.blocPhoto{	background: #efeff4 url(../../../images/AE/www.automoto.fr/common/bg_mediatheque02.jpg) no-repeat left top; }

.blocMediaTheque { margin-top: 10px; }
.blocMediaTheque ul a{ display:block; }
.blocMediaTheque img{ display: block; }
.blocMediaTheque span{
	display: block;
	color: #fff;
	font-size: 0.81em;
	background: #000;
	border: 1px solid #000;
	width: 140px;
}

.blocMediaTheque span.starList{
	background: none;
	border: none;
	text-align: center;
	padding-top: 4px;
}

.blocMediaTheque span.starList img{ display: inline; }

.blocMediaTheque p.alignRight{
	padding: 15px 10px 0 0;
}

.carouselContent a img{ border: 1px solid #000; }
.carouselContent a:hover img{ border: 1px solid #ccc; }



/****************************************************************************************************************
	bloc "mainStandard"
****************************************************************************************************************/

.mainStandardBloc{
	background:#fff url(../../../images/AE/www.automoto.fr/common/bg_title01.gif) repeat-x;
	margin-bottom: 10px;
	padding-top: 11px;
	overflow: hidden;
	clear: both;
	zoom:1
}

.mainStandardBlocNoBg{
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	zoom:1
}

.mainStandardBloc h2 a {
	text-decoration:none;
}
.mainStandardBloc .titleNiv1 a {
	color:#333;
}
.mainStandardBloc h2,
.mainStandardBloc h3 {
	position:relative;
}
.mainStandardBloc h2 {
	margin: 0 10px;
}

/****************************************************************************************************************
	bloc Essais
****************************************************************************************************************/

.essais h3 {
	padding-top:20px;
	line-height:1em;
	text-transform:capitalize;
}
.essais h3 span{
	color:#999;
	font-size:.78em;
}
.essais .dateEssais {
	float:right;
	display:inline;
	margin:3px 10px 0 0;
}
.essais .encartPrincipal {
	clear:both;
	background:url(../../../images/AE/www.automoto.fr/common/filet_essai-top.gif) no-repeat 50% 0;
	margin-top:10px;
	padding:1px 0 0 1px;
}
.essais .innerEncart {
	padding:0 10px 6px;
	background:url(../../../images/AE/www.automoto.fr/common/filet_essai-bottom.gif) no-repeat 50% 100%;
	overflow:hidden;
	height:1%;
}
.essais .innerEncart .visuelEssai {
	float:left;
	margin-right:9px;
	display:inline;
	position:relative;
}
.essais .innerEncart .toutVoir {
	margin-top:18px;
}
.essais .autresEssais {
	clear:left;
}
.essais .autresEssais p {
	color:#000;
}
.essais .autresEssais .listeAutresSujets {
	font-size:1.09em;
}
.essais .autresEssais .autresSujets {
	margin:5px 0 7px 10px;
}
.essais .autresEssais .toutVoir {
	margin-top:5px;
}
.essais .autresEssais .toutVoir a {
	margin-left:9px;
}

.essais .listeAutresSujets {
	padding-left:18px;
}

/****************************************************************************************************************
	bloc Actus
****************************************************************************************************************/

.actus h2 a {
	text-decoration:none;
}
.actus .titleNiv1 {
	margin:0 0 10px 10px;
}
.actus .titleNiv1 a,
.actus .actusItem a {
	color:#333;
}
.actus .titleNiv4 {
	text-transform:none;
	color:#333;
}
.actus .actusItem {
	padding-right:10px;
}
.actus .visuelActus {
	float:left;
	padding:0 10px 3px;
	background:url(../../../images/AE/www.automoto.fr/common/bg_visuel-actus.gif) no-repeat 0 100%;
}
.actus .visuelActus img {
	display:block;
}
.actus .actusItem p {
	margin-top:7px;
	padding-left:10px;
	text-align:justify;
}
.actus .actusItem {
	margin-bottom:16px;
	height:1%;
	overflow:hidden;
} 

.actus .listeAutresSujets {
	padding-left:10px;
}

.actus .autresActus {
	clear:left;
}
.actus .autresActus .toutVoir {
	margin-top:5px;
}

/****************************************************************************************************************
	bloc Communaute
****************************************************************************************************************/

.communaute {
	clear:both;
	width: 100%;
}
.communaute .innerModule {
	background:url(../../../images/AE/www.automoto.fr/common/bg_module-degrade.gif) repeat-x 0 100%;
	padding: 0 10px 18px;
	overflow:hidden;
	zoom:1;	
/*	height:1%;*/
}
.communaute h2 a {
	text-decoration:none;
}
.communaute .titleNiv1 {
	margin: 0 0 12px 10px;
}
.communaute .infoCommunaute {
	overflow:hidden;
	height:1%;
	margin-bottom:7px;
	color:#000;
}
.communaute .infoCommunaute li {
	float:left;
	background:no-repeat 0 50%;
	margin-right:15px;
}
.communaute .infoCommunaute .nbMembres {
	background-image:url(../../../images/AE/www.automoto.fr/common/picto_personnage.gif);
}
.communaute .infoCommunaute .nbForums {
	background-image:url(../../../images/AE/www.automoto.fr/common/picto_bulles.gif);
}
.communaute .infoCommunaute .nbMembres,
.communaute .infoCommunaute .nbForums {
	padding:3px 0 0 20px;
}
.communaute .rechercheCommunaute {
	overflow:hidden;
	height:1%;
}
.communaute .rechercheCommunaute fieldset {
	border:1px solid #d5d5d5;
	background-color:#f7f7f7;
	color:#000;
	padding:5px 0 4px;
	margin-bottom:13px;
}
.communaute .rechercheCommunaute fieldset label,
.communaute .rechercheCommunaute fieldset select {
	float:left;
}
.communaute .rechercheCommunaute fieldset label {
	padding:3px 11px 0 26px;
	font-weight:bold;
}
.communaute .rechercheCommunaute fieldset select {
	margin:0 0 0 15px;
	display:inline;
	width:185px
}
.communaute .rechercheCommunaute fieldset input.btValid {
	margin-left:7px;
	background:url(../../../images/AE/www.automoto.fr/common/bt_search_map.gif) no-repeat;
	border:0;
	width:35px;
	height:21px;
	padding:2px 0pt 3px;
}

.communaute .forums {
	float:left;
}
.communaute .forums {
	width:419px;
	background-color:#fff;

}
.communaute .leftModule {
	float:right;
	width:206px;
	background-color:#fff;
	margin-bottom:6px;
}

.communaute .forums table {
	width:100%;
	height:230px;
	
}
.communaute .forums table caption,
.communaute .forums table td {
	border-bottom:1px solid #fff;
	border-top:none;
	
}
.communaute .forums table th {
	border-left-color:#c0bfbf;
	border-right-color:#c0bfbf;
	background-color:#c0bfbf;
	font-weight:normal;
}
.communaute .forums table caption,
.communaute .forums table th {
	color:#fff;
	padding:3px 0;
}
.communaute .forums table td {
	height:29px;
	vertical-align:middle;
	background-color:#f7f7f7;
}
.communaute .forums table .light td {
	background-color:#fbfbfb;
}
.communaute .forums table caption {
	background:url(../../../images/AE/www.automoto.fr/common/bg_module-header.gif) repeat-x;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
}
.communaute .forums table .auteur {
	width:96px;
	padding-left:10px;
}
.communaute .forums table .categorie {
	width:75px;
}
.communaute .forums table .message {
	width:235px
}
.communaute .forums table td a {
	text-decoration:underline;
}
.communaute .forums table .categorie a {
	color:#333;
}
.communaute .forums .toutVoir {
	padding:0 0 1px;
	margin:6px 10px 0 10px;
	float:none;
	height:1%;
	overflow:auto;
	border-bottom:1px solid #e5e5e5;
}
.communaute .forums .toutVoir .arrowLinkGray {
	float:right;
}
.communaute .forums .ajout {
	padding:4px 0 2px 150px;
}

.communaute .leftModule .titleNiv3 {
	color:#fff;
	background:url(../../../images/AE/www.automoto.fr/common/bg_module-header.gif) repeat-x;
	padding:3px 0;
	text-align:center;
}
.communaute .leftModule ul {
	margin-top:14px;
	padding-bottom:6px;
}
.communaute .leftModule li {
	margin-bottom:2px;
	height:24px;
}
.communaute .leftModule li a {
	text-decoration:none;
}
.communaute .leftModule li a:hover span {
	text-decoration:underline;
}
.communaute .leftModule li a span {
	vertical-align:middle;
}
.communaute .leftModule li a img {
	margin-right:9px;
	vertical-align:middle;
}
.communaute .leftModule li {
	background:url(../../../images/AE/www.automoto.fr/common/filet_communaute.gif) no-repeat 50% 0;
	padding:0 9px;	
}

.communaute .leftModule dl {
	margin:9px 9px 0;
	padding-bottom:6px;
}
.communaute .leftModule dt,
.communaute .leftModule dd {
	padding:0 5px;
}
.communaute .leftModule .sondage {
	margin-top:7px;
	border-bottom:1px solid #ecedee;
	padding-bottom:9px;
}
.communaute .leftModule dt {
	color:#435b72;
	font-weight:bold;
}
.communaute .leftModule dd {
	color:#555;
}
.communaute .leftModule dd span {
	display:block;
	margin-top:4px;
}
.communaute .espaceCommunautaire {
	clear:both;
	text-align:right;
	padding:8px 0;
}

/****************************************************************************************************************
	bloc Selection
****************************************************************************************************************/

.selectionBloc{
	position: relative;
	float: left;
	min-height: 217px;
	width: 203px;
	overflow: hidden;
}

.selectionBloc .innerContent{
	position: relative;
	float: right;
	background: #fff;
	width: 203px;
	padding-bottom: 32px;
	min-height: 161px;
}

.msie6 .selectionBloc .innerContent{ height: 161px; }

.selectionBloc2{ min-height: 180px; }
.selectionBloc2 .innerContent{	min-height: 150px; }

.msie6 .selectionBloc2{ height: 185px; }
.msie6 .selectionBloc2 .innerContent{ height: 150px; }

.selectionBloc h4{
	text-transform: uppercase;
	font-size: 1.18em;
	width: 172px;
	padding: 12px 10px 4px 21px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.selectionBloc img{ display: block; }

.selectionBloc h3{
	font-size: 1.09em;
	padding: 10px 10px;
}

.selectionBloc p{
	padding: 0 10px;
}

.selectionBloc .topo{ height: 45px; }

.selectionBloc .borderedFoot{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 8px;
	width: 183px;
	margin: 0 2px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.selectionConseils{ margin-right: 15px}
.selectionConseils h4{ background-image: url(../../../images/AE/www.automoto.fr/common/bg_title_gray2.gif); }
.selectionConseils h4 a, .selectionConseils h3 a{ color: #000;}

.selectionSalons h4{ background-image: url(../../../images/AE/www.automoto.fr/common/bg_title_red.gif); }
.selectionSalons h4 a, .selectionEcologie h4 a{ color: #fff;}
.selectionSalons h3 a{ color: #e3000d;}

.selectionEcologie{
	float: right;
	width: 214px;
}

.selectionEcologie h4{ 
	background-image: url(../../../images/AE/www.automoto.fr/common/bg_title_green.gif);
	padding-left: 43px;
	width: 161px;
	height: 17px;
}

.selectionEcologie h3 a{ color: #80bd17;}

.selectionNoMarge{
	float: right;
	margin-right: 0;
}

.selectionNoMarge h3 a{ color: #000;}

.selectionBloc .listeAutresSujets{
	margin: 0 10px;
}

/****************************************************************************************************************
	bloc Avis > Communaute
****************************************************************************************************************/

#avisCom{
	margin-bottom: 10px;
	background:transparent url(../../../images/AE/www.automoto.fr/common/bg_title01.gif) top left repeat-x;
}

#avisCom .titleNiv1{
	padding: 11px 11px 0;
	margin-bottom: 11px;
}

#avisCom .titleNiv3{
	color:#fff;
	height:20px;
	padding:4px 11px 0px;
	background:transparent url(../../../images/AE/www.automoto.fr/common/bg_module-header.gif) top left repeat-x;
}

#avisCom .content{
	padding:0 10px 10px;
	background:#fff url(../../../images/AE/www.automoto.fr/common/bg_module-degrade.gif) bottom left repeat-x;
}

#avisCom .avisCom{
	font-size:1.09em;
	padding:12px 30px;
	overflow:hidden;
	height:1%;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #d5d5d5;
}

#avisCom .avisCom .blue{
	color:#4c738e;
}

#avisCom .avisCom p{
	float:left;
}

#avisCom .avisCom p.txt{
	padding-top:3px;
	padding-right:25px;
}

#avisCom .avisCom a.btValid{
	float:left;
}

#avisCom .dualBlocks{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
	background:url(../../../images/AE/www.automoto.fr/common/bg_avis_dual_mid.gif) top left repeat-y;
}

#avisCom .dualBlocks .btm{
	height:1px;
	clear:both;
	overflow:hidden;
	background:url(../../../images/AE/www.automoto.fr/common/bg_avis_dual_btm.gif) top left no-repeat;
}

#avisCom .dualBlocks .bloc{
	float:left;
	width:309px;
	margin-right:22px;
}

#avisCom .dualBlocks .bloc .inner{
	padding:10px 10px 10px;
}

#avisCom .dualBlocks .left ul{
	margin-bottom:7px;
}

#avisCom .dualBlocks .left ul li{
	padding:2px 14px 5px;
	margin-bottom:3px;
}

#avisCom .dualBlocks .left ul li p{
	padding-left:15px;
	padding-top:3px;
}

#avisCom .dualBlocks .left ul li p a{
	color:#333;
	font-weight:normal;
}

#avisCom .dualBlocks ul li a{
	font-weight:bold;
	text-decoration:underline;
}

#avisCom .dualBlocks ul li a:hover{
	text-decoration:none;
}

#avisCom .dualBlocks .left ul li.p{
	background-color:#f7f7f7;
}

#avisCom .dualBlocks .left ul li.i{
	background-color:#fbfbfb;
}

#avisCom .dualBlocks .left p.btns a.arrowLinkGray{
	margin-top:3px;
	float:left;
}

#avisCom .dualBlocks .left p.btns{
	overflow:hidden;
	height:1%;
}

#avisCom .dualBlocks .left p.btns a.btValid{
	float:right;
}

#avisCom .dualBlocks .right{
	margin:0;
}

#avisCom .dualBlocks .right ul li{
	margin-bottom:10px;
	overflow:hidden;
	height:1%;
	border:1px solid #f7f7f7;
	background-color:#f7f7f7;
}

#avisCom .dualBlocks .right ul li p.note{
	float:left;
	width:29px;
	height:29px;
	padding:1px;
	background-color:#fff;
}

#avisCom .dualBlocks .right ul li p.note strong, #avisCom .dualBlocks .right ul li p.note img{
	display:block;
}

#avisCom .dualBlocks .right ul li p.note strong{	
	color:#999;
	text-align:center;
}

#avisCom .dualBlocks .right ul li p.note strong.red{
	color:#c00;
	line-height:15px;
	font-size:1.36em;
}

#avisCom .dualBlocks .right ul li .inner{
	float:left;
	padding:10px;
	width:235px;
}

#avisCom .dualBlocks .right ul li .inner p{
	margin-bottom:5px;
}

#avisCom .dualBlocks .right .btns{
	text-align:right;
}

#avisCom p.espaceCom{
	text-align:right;
}

/****************************************************************************************************************
	bloc Avis > Redaction
****************************************************************************************************************/

#avisRedac{
	clear: both;
	padding:11px 11px 7px;
	background:#eee6e6 url(../../../images/AE/www.automoto.fr/common/bg_title01_red.gif) top left repeat-x;
	margin-bottom: 10px;
}

#avisRedac .titleNiv1{
	color:#763035;
	margin-bottom:11px;
}

#avisRedac .titleNiv3{
	height:20px;
	color:#fff;
	margin-bottom:18px;
	padding:4px 11px 0;
	background:#eee6e6 url(../../../images/AE/www.automoto.fr/common/bg_title03_avis_redac.gif) top left no-repeat;
}

#avisRedac ul.cats{
	overflow:hidden;
	height:1%;
}

#avisRedac ul.cats li{
	float:left;
	width:175px;
	padding:20px 11px 11px 14px;
	margin-right:19px;
	background-color:#fff;
}

#avisRedac ul.cats li.last{
	margin:0;
}

#avisRedac ul.cats li dl dt{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
}

#avisRedac ul.cats li dl dt strong{
	float:left;
	font-size:1.09em;
	color:#3d1d1f;
}

#avisRedac ul.cats li dl span{
	float:right;
	padding-top:2px;
}

#avisRedac ul.cats li dl dd ul{
	margin-bottom:15px;
}

#avisRedac ul.cats li dl dd li{
	float:none;
	width:auto;
	margin:0 0 15px 0;
	padding:0;
}

#avisRedac ul.cats li dl dd strong{
	float:left;
	font-size:1.09em;
}

#avisRedac ul.cats li dl dd p.note{
	overflow:hidden;
	height:1%;
}

#avisRedac p.tousAvis{
	clear:both;
	text-align:right;
	padding-top:8px;
}

/****************************************************************************************************************
	Annonces
****************************************************************************************************************/

#annonces{
	background-color:#e5e5e5;
	padding:10px;
	margin-bottom: 10px;
}

#annonces .titleNiv1{
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}

#annonces .titleNiv2{
	margin-top: 8px;
}

#annonces .titleNiv3{
	background: url(../../../images/AE/www.automoto.fr/common/bg_title_gray.gif);
	color:#fff;
	padding: 3px 3px 3px 10px;
	margin: 7px 0 10px 0;
}

#annonces div{
	overflow:auto;
	margin: 7px 0;
}

#annonces div:hover{
	background-color:#ECECEC;
}

#annonces div.firstAnnonce{
	font-size: 1.09em;
}

#annonces img{
	float:left;
	margin-right:17px; 
}

#annonces div p{
	background: url(../../../images/AE/www.automoto.fr/common/arrow_white_left.gif) 52px 4px no-repeat;
}

#annonces div.firstAnnonce p{
	background-position: 97px 4px;
}

#annonces a{
	color:#333;
	/*text-decoration: none;*/
}

#annonces .titleNiv2{
	text-decoration: none;
}

/****************************************************************************************************************
	Services col droite
****************************************************************************************************************/

#blockServices{
	background-color: #edf3fb;
	padding: 10px;
	margin-bottom: 10px;
}

#blockServices .titleNiv1{
	color:#394455;
	padding: 10px 0;
}

#blockServices .titleNiv2{
	color:#7288a8;
	padding: 7px 0;
}

.service{
	border-top: 1px solid #fff;
}

#serviceMap{
	border-top: 1px solid #fff;
}

.searchMap{
	width:280px;
	height: 253px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_map.png) no-repeat;
	margin-bottom: 6px;
	margin: 0 auto 10px auto;
}

.msie6 .searchMap{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/www.automoto.fr/common/bg_map.png", sizingMethod="scale");
}

.searchMap p{
	font-weight: bold;
	padding: 9px 0 3px 7px; 
	position:relative;
}
.searchMap p.searchMapBottom{
	font-weight: normal;
	padding: 1px 10px 0px 6px;
	text-align: right 
}

.searchMap p.searchMapBottom a, .searchMap p.searchMapBottom img{
	vertical-align: middle;
}

.searchMap p.searchMapBottom img{
	vertical-align: middle;
}

.searchMap fieldset{
	background-color:#d6e5f8;
	padding: 10px 0 8px 10px;
	margin: 0 10px 1px 6px
}

.searchMap fieldset label{
	background: url(../../../images/AE/www.automoto.fr/common/pi_loupe.gif) no-repeat;
	color:#575757;
	padding-left: 22px; 
	vertical-align: middle;
}

.searchMap fieldset #searchMapTxt{
	padding: 3px 0 2px 10px;
	width: 110px;
}

.searchMap fieldset .validMap{
	background: url(../../../images/AE/www.automoto.fr/common/bt_search_map.gif) no-repeat;
	width: 35px;
	text-align: center;
	color:#fff;
	border:none;
	padding: 2px 0 3px 0;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
}

.map{
	margin: 0 10px 1px 6px
}

.msie6 .service ul.arrowListWhite li{
	width:100%;
	display:block;
}

.service ul.arrowListWhite{
	margin-bottom: 10px;
}

.service div{
	background-color:#fff;
	overflow:auto;
	font-size: 1.09em;
	position:relative;
	margin-bottom: 10px;
	zoom:1;
}

.service div img{
	float:left;
	margin-right:0px; 
}

.service div p{
	padding-top: 4px;
}

.service div p a.arrowLinkWhite{
	background-position: 0px 4px;
	padding: 0 0 0 11px;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	left:100px;
	bottom: 5px;
}

.service div p img{
	float:none;
	margin:0;
	position: absolute;
	right:5px;
	bottom: 5px;
}

/* Ecologie*/

#blockServices .serviceEco{ border-top: none; }

#blockServices .serviceEco .titleNiv2{
	background: url(../../../images/AE/www.automoto.fr/common/bg_title_green2.gif) no-repeat left top;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 13px 0 7px 40px;
	height: 13px;
	overflow: hidden;
}

#blockServices .serviceEco .arrowListBlack{
	margin-top: 0;
	padding: 10px;
}

#blockServices .serviceEco .arrowListBlack a{ color: #000; }

/****************************************************************************************************************
	Boutique
****************************************************************************************************************/

#blockBoutique{
	height: 235px;
	margin-bottom: 10px;
	background-color: #ebebeb;
	padding: 10px;
	overflow: hidden;

}

#blockBoutique .titleNiv3{
	background: url(../../../images/AE/www.automoto.fr/common/bg_title_purple.gif) repeat-x #6b046c;
	color:#fff;
	padding:3px 3px 3px 17px;
}

.carouselBoutique{
	padding: 4px;
	margin: 0 auto;
	background-color: #fff;
	position:relative;
	width: 272px;
}

#blockBoutique ul li{
	float:left;
	width: 272px;
}

/****************************************************************************************************************
	Tags Cloud
****************************************************************************************************************/

.tagClouds{
	border:1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

.tagClouds li{
	display:inline;
	line-height: 1.18em;
	padding: 0 5px;
}

.tagClouds li a{
	color:#333;
}

.tagSize1{
	font-size: 1em;
}

.tagSize2{
	font-size: 1.36em;
}

.tagSize3{
	font-size: 1.90em;
	font-weight: bold;
}

/****************************************************************************************************************
	liens Google
****************************************************************************************************************/

.liensPromo h3{
	font-size: 1.09em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
}

.liensPromo ul li{
	display: block;
	 color: #000;
	 margin-bottom: 5px;
}

.liensPromo ul li a{
	display: block;
	color: #009ee0;
}

/****************************************************************************************************************
	bloc Guide Online
****************************************************************************************************************/

.blocGuideOnline{
	background: #7B9DB0;
	text-align: center;
	padding: 13px 0;
	color: #fff;
}

.blocGuideOnline .titleNiv1{ 
	padding: 0 13px;
	text-align: left;
}

.blocGuideOnline .blocSearchTop, .blocGuideOnline .blocSearchBtm{
	width: 300px;
	height: 3px;
	overflow: hidden;
	margin: 0 auto;
}

.blocGuideOnline .blocSearchTop{ margin-top: 13px; }

.blocGuideOnline .blocSearchTop{ background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_top.gif) no-repeat left top; }
.blocGuideOnline .blocSearchBtm{ background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_top.gif) no-repeat left top; }

.blocGuideOnline .blocSearchMid{
	background: #7b9db0;
	width: 284px;
	margin: 0 auto;
	padding: 8px;
	overflow: hidden;
}

.blocGuideOnline .titleNiv2{ 
	text-align: left;
	margin-top: 8px;
}

.titleModele{
	background: url(../../../images/AE/www.automoto.fr/common/pi_loupe2.gif) no-repeat left center;
	padding-left: 24px;
	margin-top: 0!important;
}

.blocGuideOnline .titleNiv1, .blocGuideOnline .titleNiv1 a, .blocGuideOnline .titleNiv2, .blocGuideOnline .titleNiv2 a{
	color: #fff;
	text-decoration: none!important;
}

.blocSearchMid .tabs{
	width: 100%;
	overflow: hidden;
	margin-top: 13px;
}

.blocSearchMid .tabs li{
	float: left;
	display: block;
	width: 71px;
	height: 29px;
}

.blocSearchMid .tabs li a{
	display: block;
	width: 71px;
	height: 23px;
	padding-top: 6px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_tabs.gif) no-repeat 0 0;
	font-size: 1.09em;
	font-weight: bold;
	color: #fff;
}

.blocSearchMid .tabs li a:hover, .blocSearchMid .tabs li.on a{
	background-position: 0 -29px; 
	color: #5e88a0;
	text-decoration: none;
}

.blocSearchMid .tab{ color: #545454; }

.blocSearchMid2{
	text-align: left;
	padding: 5px 10px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_mid2.gif) repeat-y left;
}

/* hasLayout thanks IE6 */
.msie6 .blocSearchMid2{	height: 300px; overflow: hidden; }

.blocSearchBtm2{
	width: 284px;
	height: 4px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_btm2.gif) no-repeat left top;
	overflow: hidden;
}

.vehiculeCategorie{
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}

.vehiculeCategorie li{
	float: left;
	width: 139px;
	height: 23px;
	text-align: left;
	background: url(../../../images/AE/www.automoto.fr/common/bg_search-guide_categories.gif) no-repeat left top;
	margin: 0 3px 2px 0;
}

.vehiculeCategorie li a{
	display: block;
	padding: 5px 0 5px 50px;
	color: #46505b;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.vehiculeCategorie li a#compacts{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_compacts.gif); }
.vehiculeCategorie li a#petites-familiales{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_petites-familiales.gif); }
.vehiculeCategorie li a#familiales{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_familiales.gif); }
.vehiculeCategorie li a#breaks{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_breaks.gif); }
.vehiculeCategorie li a#quatre4{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_4x4.gif); }
.vehiculeCategorie li a#suv{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_suv.gif); }
.vehiculeCategorie li a#berlines{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_berlines.gif); }
.vehiculeCategorie li a#luxe{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_luxe.gif); }
.vehiculeCategorie li a#coupes{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_coupes.gif); }
.vehiculeCategorie li a#cabriolets{ background-image: url(../../../images/AE/www.automoto.fr/common/pi_cabriolets.gif); }

.blocGuideOnline .blocSearchMid p{
	text-align: left;
	margin-bottom: 5px;
}

.blocGuideOnline img{
	float: left;
	margin-right: 10px;
}


.modeleField p{ margin-top: 10px; }
.modeleField label{ padding-right: 10px; }

.submitModele{
	background: url(../../../images/AE/www.automoto.fr/common/bt_big-guide.gif) no-repeat left top;
	border: none;
	width: 252px;
	height: 49px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#mainColRight .blocGuideOnline{ margin-bottom: 10px; }
#mainColRight .blocGuideOnline .titleNiv1{
	margin-bottom: 10px;
}

/****************************************************************************************************************
	bloc A la Une
****************************************************************************************************************/

.blocUne{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_a-la-une.gif) repeat-x 0 1px;
}

.blocUne h2 a{
	display: block;
	margin: 10px;
}

.blocUne a{ color: #333; }

.blocUne dl{
	width: 278px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

.blocUne dt{
	font-weight: bold;
	font-size: 1.09em;
}

.blocUne dd img{
	float: left;
	display: block;
	margin-right: 10px;
}

/****************************************************************************************************************
	fiche Modele
****************************************************************************************************************/

/* */
.ficheGuideTitle{
	height:1%;
	position:relative;
	/*overflow:hidden;*/
	background:url(../../../images/AE/www.automoto.fr/common/bg_title01.gif) repeat-x 0 0;
	padding:0 0 0px 11px
}
	.ficheGuideTitle .titleNiv0{
		padding: 10px 0 15px 0;
	}
	.ficheGuideTitle .titleNiv1{
		padding: 10px 0 10px 0;
	}
	.ficheGuideTitle .titleNiv1 a{
		color: #000;
	}
	.functionsGuideContainer{
		float:right;
		background:url(../../../images/AE/www.automoto.fr/common/bg_functionLayerLeft.gif) no-repeat 0 0;
		height:25px;
		padding: 0 9px 0 2px;
	}
		.functionsGuideContainer a{
			color:#999;
		}
		.functionsGuideContainer .functionsGuide{
			float:left;
			background:url(../../../images/AE/www.automoto.fr/common/bg_functionLayerRight.gif) no-repeat 100% 0;
			height:25px;
		}
			.functionsGuideContainer .functionsGuide li{
				float:left;
				display:block;
				background:url(../../../images/AE/www.automoto.fr/common/bg_functionLayerSeparator.gif) no-repeat 0 1px;
				padding: 0 12px 0 13px;
			}
			.functionsGuideContainer .functionsGuide li.first{
				background:none;
				padding: 0 12px 0 17px;
			}
				.functionsGuideContainer .functionsGuide li a{
					float:left;
					font-weight:bold;
				}
				.functionsGuideContainer .functionsGuide li a span{
					position:absolute;
					left:-999em;
				}
				.functionsGuideContainer .functionsGuide li a.share{
					background: url(../../../images/AE/www.automoto.fr/common/picto_share.gif) no-repeat 0 2px;
					padding:2px 0 2px 24px;
					
				}
				.functionsGuideContainer .functionsGuide li a.modif{
					background: url(../../../images/AE/www.automoto.fr/common/picto_modif.gif) no-repeat 0 2px;
					padding:2px 0 2px 24px;
					
				}
				.functionsGuideContainer .functionsGuide li a.print{
					background: url(../../../images/AE/www.automoto.fr/common/picto_print.gif) no-repeat 0 0px;
					display:block;
					height:18px;
					width:20px;
				}
				.functionsGuideContainer .functionsGuide li a.rss{
					background: url(../../../images/AE/www.automoto.fr/common/picto_rss.gif) no-repeat 0 0px;
					display:block;
					height:18px;
					width:18px;
				}
				
/**/
.ficheGuideNav{
	z-index: 1;
	overflow:hidden;
	height: 1%;
	position:relative;
	background:url(../../../images/AE/www.automoto.fr/common/pix_grey.gif) repeat-x 0 100%;
	margin: 0 0 15px 0
}
	.ficheGuideNav li{
		float:left;
	}
		.ficheGuideNav li p,
		.ficheGuideNav li a{
			float:left;
			background:url(../../../images/AE/www.automoto.fr/common/bg_tabGuideLeft.gif) no-repeat 0 0;
			padding: 0 0 0 2px;
			color:#000;
			display:table;
		}
		.ficheGuideNav li a{
			background-position:0 -33px;
		}
			.ficheGuideNav li span{
				float:left;
				background:url(../../../images/AE/www.automoto.fr/common/bg_tabGuideRight.gif) no-repeat 100% 0;
				padding: 11px 11px 0 9px;
				height:22px;
				text-align:center;
				line-height:1em;
				cursor:pointer;
			}
			.ficheGuideNav li.twoLines span{
				padding:5px 9px 0 7px;
				height:28px;
			}
			.ficheGuideNav li a span{
				background-position:100% -33px;
			}
			.ficheGuideNav li a:hover span{
				text-decoration:underline;
			}
			
/* */
.vehiculeDescContainer{
	overflow:hidden;
	height:1%;
	position:relative;
	margin-bottom: 10px;
}
.vehiculeVisu{
	float:left;
	width:388px;
	border:1px solid #717172;
}
	.vehiculeVisu .visuContainer{
		/*oveflow:hidden;
		height:264px;
		width:388px;*/
		padding:0 0 1px 0;
		margin:0 0 17px 0;
		background:url(../../../images/AE/www.automoto.fr/common/bg_visuGuideSeparator.gif) no-repeat 9px 100%;
	}
		.vehiculeVisu .visuContainer img{
			display:block;			
		}
	.vehiculeVisu .visuList{
		padding: 0 0 7px 9px;
		overflow:hidden;
		height:1%
	}
		.vehiculeVisu .visuList li{
			float:left;
			border:1px solid #fff;
			display:inline;
			margin: 0 1px 0 0;
		}
		.vehiculeVisu .visuList li.active{
			border:1px solid #cccccc;
		}
			.vehiculeVisu .visuList li img{
				display:block;
			}
.vehiculeDesc{
	padding:0 0 0 15px;
	width:255px;
	float:left;	
}
	.vehiculeDesc .introTxt{
		font-size:1.09em;
	}
		.vehiculeDesc .introTxt p, .vehiculeDesc .introTxt ul, .vehiculeDesc .introTxt ol{
			padding: 0 0 7px 0
		}
	
.priceInfoContainer{
	height:1%;
	overflow:hidden;
	border:1px solid #cccccc;
	margin:0 0 10px 0;
}
	.priceInfoContainer .brandBlock{
		float:left;
		width:103px;
		padding:4px 0 5px 10px;
		font-weight:bold;
		font-size:1.09em;
	}
		.priceInfoContainer .brandBlock img{
			vertical-align:middle;
			margin: 0 10px 0 0
		}
	.priceInfoContainer .priceBlock{
		float:left;
		width:133px;
		padding:9px 7px 0 0;
		text-align:right;
		font-size:1.09em;  
	}
		.priceInfoContainer .priceBlock strong{
			font-size:1.16em;
		}

.renaultBrand{
	background-color:#ffd000;
}

/* */
.noteFicheContent{
	border:1px solid #ccc;
	padding:10px 6px 0 6px;
}
	.noteFicheContent .displayNote{
		overflow:hidden;
		height:1%;
		padding:0 0 12px 0;
	}
.vehiculeNote{
	float:left;
	width:130px;
	padding: 0 0 0 12px;
}
	.vehiculeNote dt{
		width:54px;
		padding:0 5px 6px 0;
		float:left;
		clear:left;
	}
	.vehiculeNote dd{
		float:left;
		padding:0 0px 7px 0;
		width:71px;
	}
.ecoTaxesContainer{
	background:url(../../../images/AE/www.automoto.fr/common/bg_ecoTaxes.jpg) no-repeat 0 0;
	float:right;
	width:68px;
	height:88px;
	padding:6px 4px 0 6px
}
	.ecoTaxesContainer p{
		padding: 0 0 7px 0;
		font-size:0.9em;
	}
	.ecoTaxesContainer .blockTitle{
		color:#fff;
		height:28px;
		padding:0 2px 0 0;
		text-align:center;
		font-size:1em;
	}
.noteFicheLine{
	background-color:#f3f3f3;
	padding:4px 12px;
	margin:0 0 3px 0;
	overflow:hidden;
	height:1%
}
	.noteFicheLine .intitule{
		float:left;
		width:171px;
	}
	.noteFicheLine .note{
		float:right;
		width:40px;
		text-align:right;
		color:#d34349;
		font-size:1.18em;
	}
	
	.noteFicheContent .linkAvisBlock{
		text-align:right;
		padding:7px 0 14px 0;
	}
	.noteFicheContent .ficheAvisBlock{
		border-top:1px solid #ebebeb;
		font-size:0.9em;
		padding:5px 0 4px 0;
		text-align:right;
	}
		.noteFicheContent .ficheAvisBlock img{
			vertical-align:baseline;
			margin: 0 0 0 5px;
		}
		
/**/
.essaiContent{
	padding:0 9px 0 11px;
	margin-bottom: 10px;
}
	.essaiContent .visuEssai{
		float:right;
		margin:0 0 10px 12px
	}
	.essaiContent .introTxt p, .essaiContent .introTxt ul, .essaiContent .introTxt ol{
		font-size:1.09em;
		padding:0 0 10px 0;
		line-height:1.23em;
	}
	.essaiContent .linkblock{
		clear:both;
		padding:0 0 10px 0;
		height:1%;
		overflow:hidden;
	}
		.essaiContent .linkblock .firstLink{
			float:left;
		}
		.essaiContent .linkblock .secondLink{
			float:right;
		}
.essaiAvisContent{
	background:url(../../../images/AE/www.automoto.fr/common/bg_avis_dual_btm.gif) no-repeat 0px 100%;
	width:640px;
	padding:0 0 11px 0;
	overflow:hidden;
	margin-bottom: 10px;
}
	.essaiAvisContent .blockAvis{
		background:url(../../../images/AE/www.automoto.fr/common/bg_degradeAvisFiche.gif) repeat-x 0 0;
		width:298px;
		float:left;
		padding:12px 6px 0 6px;
	}
	.essaiAvisContent .firstBlockAvis{
		margin: 0 20px 0 0;
	}
	.essaiAvisContent .titlePlus{
		font-size:1.27em;
		padding:1px 0 7px 34px;
		background:url(../../../images/AE/www.automoto.fr/common/picto_plusBleu.gif) no-repeat 2px 0;
	}
	.essaiAvisContent .titleMoins{
		font-size:1.27em;
		padding:1px 0 7px 34px;
		background:url(../../../images/AE/www.automoto.fr/common/picto_moinsRouge.gif) no-repeat 2px 0;
	}
	.essaiAvisContent ul{
		padding: 0 0 0 34px;
	}
		.essaiAvisContent ul li{
			background:url(../../../images/AE/www.automoto.fr/common/puce_blackDisc.gif) no-repeat 0px 5px;
			padding:0 0 2px 8px
		}

/****************************************************************************************************************
	Acheter/Vendre
****************************************************************************************************************/

.versionBloc{
	clear: both;
	background: #e7e7e7;
	padding: 10px;
	overflow: hidden;
	zoom:1;
}

.versionBloc .titleNiv1{ padding-bottom: 5px; }

.blocAcheterVendreContainer{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	background: url(../../../images/AE/www.automoto.fr/common/bg_acheter-vendre.gif) repeat-y 330px 0;
}

.blocAcheterVendreContainer .sousCol{
	width: 309px;
	margin: 0 10px;
	display: inline;
}

.blocAcheterVendreContainer .sousCol p{
	overflow:hidden;
	zoom:1;
	margin: 10px 0;
}

.blocAcheterVendreContainer dl{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.blocAcheterVendreContainer dl a{ color: #000; }

.blocAcheterVendreContainer dl img{
	float: left;
	margin-right: 10px;
}

.blocAcheterVendreContainer dl img.sponsor{
	float: right;
	margin: 0;
}

.tinyVersionBloc{ margin: 10px; }

.versionBloc dl{
	overflow:auto;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

.versionBloc dd{
	font-size: 0.85em;
	margin-right: 2px;
}

.versionBloc dl img{
	float:left;
	margin-right:10px; 
}

.versionBloc dl a{ color: #000; }
.versionBloc dl a:hover{ color: red; }
.versionBloc .alignRight img{ 
	vertical-align: bottom;
	margin: 0 10px;
}

/****************************************************************************************************************
	Combien Vaut / Vendre votre
****************************************************************************************************************/

.combienVautVendreVotre{
	width: 290px;
	height: 73px;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
}

.combienVautVendreVotre p{
	width: 148px;
	height: 55px;
	font-size: 1.36em;
}

.combienVaut{
	float: left;
	background: url(../../../images/AE/www.automoto.fr/common/bg_combien-vaut.jpg) no-repeat left top;
	margin-left: 10px;
}

.vendezVotre{
	float: right;
	background: url(../../../images/AE/www.automoto.fr/common/bg_vendez-votre.jpg) no-repeat left top;
	margin-right: 10px;
}


/****************************************************************************************************************
	Dernières actus
****************************************************************************************************************/

.lastActus{ margin: 10px; }

.lastActus li{
	display: block;
	margin: 5px 0;
}

.lastActus li a{ color: #333; }

.lastActus li a span{
	font-weight: bold;
	color: #557b94;
}

.visuLegende{
	float: left;
	width: 140px;
	background: #ccc;
	margin: 0 10px 10px 0;
	padding: 0!important;
	clear: left;
}

.visuLegende span{
	display: block;
	padding: 5px;
	font-size: 0.92em;
}

/****************************************************************************************************************
	Données techniques et tarifaires
****************************************************************************************************************/

p.marque{
	margin: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	zoom: 1;
}

p.marque a{ color: #000; }
p.marque span a.colored{ color: #f00303; text-decoration: underline; }
p.marque span a.colored:hover{ text-decoration: none; }

p.marque span{
	display: block;
	float: left;
	padding: 10px 0; 
}

p.marque span.modele{
	padding: 10px 30px 10px 45px; 
	margin-right: 20px;
	font-weight: bold;
}

p.marque .modeleAlone{
	padding: 0!important;
	width: 47px;
	height: 34px;
}

p.marque big{ font-size: 1.09em; font-weight: bold; line-height: 1em;}
p.marque .floatRight{ margin: 10px 10px 0 0; }

.vehiculeDesc p.marque{	margin: 0 0 10px 0; }
.vehiculeDesc p.marque span.modele{ padding: 10px 15px 10px 45px; margin-right: 10px; max-width: 75px; }

.marqueRenault span.modele{ background: #ffd000 url(../../../images/AE/www.automoto.fr/common/lg_renault.gif) no-repeat 10px 4px;}

.donneesTechForm{
	overflow: hidden;
	zoom:1;
	padding: 15px;
	margin: 0 10px;
	background: #e6e6e6 url(../../../images/AE/www.automoto.fr/common/bg_donnees-tech-form.gif) repeat-x top;
}

.donneesTechForm h3{
	padding-left: 25px;
	font-size: 1.09em;
	font-weight: normal;
	color: #000;
	background: url(../../../images/AE/www.automoto.fr/common/pi_loupe3.gif) no-repeat left center;
}

.donneesTechForm p{
	float: left;
	width: 290px;
	font-size: 1.09em;
	margin: 10px 0 0 15px;
	display: inline;
}

.donneesTechForm label{
	float: left;
	width: 105px;
}

.donneesTechForm select{
	width: 175px;
}

.donneesTechForm .submitRechercher{
	width: 204px;
	display: inline;
	float: right;
	margin: 20px 10px 0 20px;
}
