@charset "UTF-8";

/*******************************************************************************************/
/* Bloc Produit Home */
/*******************************************************************************************/
#pan-products {
	padding:20px 0 0 0;
}
#pan-products .half {
	width:625px;
	background:transparent url('../images/bg-dotted-half.png') 50% 0 repeat-y;
	margin:30px 0;
}
#pan-products .mini {
	width:282px;
	float:left;
}
#pan-products .mini h2 {
	margin-top:0;
}
#pan-products .mini .linkmore {
	padding-bottom:0;
}
#pan-products .left {
	padding:0 30px 0 0;
}
#pan-products .right {
	padding:0 0 0 30px;
}
#pan-products .mini img {
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
}
#pan-products hr {
	margin:20px auto 40px auto !important;
}


.headline  {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	position: relative;
}
/*******************************************************************************************/
/* Edito */
/*******************************************************************************************/
.headlineCol {
	display:block;
	float:left;
}
.col3 {
	width:120px;
	margin-right:30px;
}
.col6 {
	width:310px;
}
.col9 {
	width:460px;
}
.headlineCol p {
	margin:0;
}
.headline .info {
	position:absolute;
	width:450px;
	display:inline;
	right:0;
	top:-35px;
	text-align:right;
}
.headline .info span,
.headline .info span a {
	font-family:calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#888888;
	display:block;
	text-decoration:none;
}
.headline .info span a:hover {
	text-decoration:underline;
	color:#F1121D;
}


#pan-article .headline .picture_250 {
	position:relative;
}
#pan-article .headline .picture_250 .videoh {
    position: absolute;
	top:5px;
	left:0;
    cursor: pointer;
    display: block;
    min-height: 150px;
    padding: 0 !important;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
}
#pan-article .headline .picture_250 .videoh a {
	text-decoration:none !important;
}
#pan-article .headline .picture_250 .videoh img {
	padding:0 !important;
	margin:0px !important;
    height: 150px;
	color:#a8a9aa;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#pan-article .headline .btVote {
	clear:both;
	display:inline-block;
	margin-top:25px;
	padding:7px 20px !important;
	font:normal 20px "avenir_lt_35", calibri, Helvetica, Arial, sans-serif !important;
	color:#fff !important;
	text-shadow: 0 0 2px #960f1a;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #c6c8c9;
	border-color:#f35767 #960f1a #960f1a #f35767;
	border-radius:			3px;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	background-color:#ec192a;
	background-image:linear-gradient(#f82d3a, #e20c0f);
	background-image:-webkit-gradient(linear, #f82d3a, #e20c0f);
	background-image:-moz-linear-gradient(#f82d3a, #e20c0f);
	background-image:-ms-linear-gradient(#f82d3a, #e20c0f);
	background-image:-o-linear-gradient(#f82d3a, #e20c0f);
	padding:10px;
	text-align:center;
	font-size: 14px;
}
#pan-article .headline .btVote:hover {
	border-color:#960f1a #f35767 #f35767 #960f1a;
	background-color:#ec192a;
}
#pan-article .headline .btVote .icon {
	padding: 0 0 0 10px;
	font-size:18px;
}

#pan-edito h1 {
	display:block;
}
#pan-edito .video-yt {
	float:left;
	display:block;
	padding:0 250px 0 0;
	left:-5px;
	top:-5px;
	width:0;
	height:0;
	overflow:hidden;
	background:transparent none 0 0 no-repeat;
}
#pan-edito .video-yt:hover {
	background-position:-250px 0;
}


#pan-article .headline a#rap-act {
	position:absolute;
	display:block;
	padding:165px 215px 0 0;
	left:25px;
	top:25px;
	width:0;
	height:0;
	overflow:hidden;
	background:transparent none 0 0 no-repeat;
}
#pan-article .headline a#rap-act:hover {
	background-position:-250px 0;
}
#pan-article .headline a#pres-corp {
	position:absolute;
	display:block;
	padding:165px 250px 0 0;
	left:25px;
	top:25px;
	width:0;
	height:0;
	overflow:hidden;
	background:transparent none 0 0 no-repeat;
}
#pan-article .headline a#pres-corp:hover {
	background-position:-250px 0;
}
#pan-news .bt-linkedin,
#pan-webtv .bt-youtube {
	padding:5px 0;
}
#pan-news .bt-linkedin a {
	padding:5px 30px 5px 0;
	background:transparent url('../images/logo-home-linkedin.png') 100% 50% no-repeat;
}
#pan-webtv .bt-youtube a {
	padding:5px 30px 5px 0;
	background:transparent url('../images/logo-home-youtube.png') 100% 50% no-repeat;
}

