@charset "utf-8";
/* CSS Document */

/*Colonnes contenu accueil*/
.cont_text{
	margin-top:-20px;
	position:relative;
	z-index:3;
}
.barre{
	position:relative;
	z-index:4;
	/height:1%;
	background:url(../img/barre_video.png) repeat top;
}
.col_left{
	width:430px;
	float:left;
	margin-right:20px;
	position:relative; /*ie6*/
	z-index:300;/*ie6*/
}
.volkswagen{
	margin:60px 0 50px 0;;
}
/*news video (mode list)*/
.col_right{
	width:200px;
	float:left;
	position:relative; /*ie6*/
	z-index:300;/*ie6*/
	}
.video_acc {
	margin-left:30px;
}
.video_acc h2{
    padding: 0 0 10px 2px;
}
.bordimg a {
	display:block;
	width:160px;
	background:url(../img/cadre_video.png) no-repeat top left;
	padding:4px 4px 4px 5px;
}
.bordimg a:hover{
	background:url(../img/cadre_video.png) no-repeat top right;
}
.bordimg img{
	padding:0px 0 0 0px;
}
p.legende{
	margin:5px 0 0 5px;
	color:#db6209;
	font-weight:bold;
}
.legende span.time{
	background:url(../img/horloge2.gif) no-repeat center left;
	padding-left:12px;
	color:#000000;
	font-weight:normal;
}
.legende span.type{
	color:#000000;
	font-weight:normal;
	margin-right:5px;
}
p.voir_toutes a{
	display:block;
	background:url(../img/voir_toutes.png) no-repeat top left;
	padding-left:27px;
	height:2em;
	line-height:2em;
	font-size:0.9em;
	font-weight:bold;
	color:#1cc0fb;
	text-decoration:underline;
        margin-top:15px;
}
p.voir_toutes a:hover{
	color:#DB6209;
}
/*Formulaire newsletter : surcharge spécial accueil*/
.newslet{
	float:left;
}
