.jcarousel-clip {width:198px; height:130px;}

h1
{
	margin-bottom: 40px;
}

a.nodeco
{
	text-decoration: none;
}

#right
{
	position: relative;
	float: right;
	width: 310px;
	margin-top: 20px;
}
#left
{
	position: relative;
	overflow: hidden;
	width: 650px;
}

/********************************
*			caroussel			*
*********************************/

#voir_presse
{
	width: 645px;
	height: 140px;
	background-image: url("/images/static/parlenous/carousselBck.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;

	position: relative;
}

div.carouselle, div.carouselle ul li {
	float:left;
}

.prev {
	float: left;
	margin-top: 42px;
	background-image: url("/images/static/parlenous/previous.png");
    background-repeat: no-repeat;
    width: 30px;
	height: 30px;
	cursor: pointer;
}

.prev:hover {
	background-image: url("/images/static/parlenous/previoushover.png");
}

.next {
	float: right;
	margin-top: 42px;
	background-image: url("/images/static/parlenous/next.png");
    background-repeat: no-repeat;
    width: 30px;
	height: 30px;
	cursor: pointer;
}

.next:hover {
	background-image: url("/images/static/parlenous/nexthover.png");
}

/**************************************
*			Contact presse			  *
***************************************/

#contactpress {
	position: relative;
	background-image: url("/images/i18n/fr/contact-pub.png");
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 20px;
	font-size: 14px;
}

#contactpress ul {
	position: absolute;
	top: 132px;
	left: 165px;
	line-height: 1.3em;
}

#contactpress a {
	color: black;
}

#contactpress a:hover {
	color: #E4416F;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

/****************************************
*			Vidéos						*
*****************************************/

#radiotv {
	margin-bottom: 20px;
}

.titre_video {
	margin-top: 2px;
	font-weight: bold;
	font-size: 14px;
}

#last_video
{
	margin-bottom: 30px;
	width: 640px;
}

#old_video {
	width: 650px;
	font-size: 14px;
}

#old_video div.min_video {
	float: left;
}

#old_video div.min_video img{
	width: 110px;
	height: 60px;
}

#old_video div.description_video {
	overflow: hidden;
	padding: 5px 5px 15px 15px;
}

#old_video div.description_video p {
	margin-top: 5px;
}

#old_video div.block_video {
	position: relative;
	padding-left: 13px;
	min-height: 75px;
	margin-bottom: 10px;
}

#old_video div.lastblock {
	background-image: url("/images/static/parlenous/carousselBck.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 50px;

	position: relative;
}

a#plus {
	border: 1px solid rgba(0, 66, 100, 0.14);
	border-top: none;
	padding: 3px;
	margin-top: -51px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	width: 90px;
	background-color: white;
	position:absolute;
	right: -1px;
	text-align: center;
	font-size: 15px;
	color: #39b7c9;
}
a#plus:hover
{
	color: #E4416F;
}

#small_video
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 4;
}

#small_video a{
	color: white;
}

#close_video
{
	position: absolute;
	color: black;
	text-decoration: none;
	z-index: 4;
}

#radiotv a:hover {
	text-decoration: underline;
}

#fond {
	display: none;
	position:fixed;
	top: 0; left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.95);
}

/******************************
*			WEB				  *
*******************************/

#web {
	background-image: url("/images/static/parlenous/carousselBck.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 650px;
	margin-bottom: 40px;

	position: relative;
}

#old_web {
	padding: 13px;
}

#web a:hover {
	text-decoration: underline;
}