@import url(global_pro.css);

/* TITRES */

h1 {
	color: #a992dc;
	font-size: 1.7em;
}

h2 {
	color: #000;
	padding: 0 0 0 9px;
	background-image: url(../img/global/pro_puce_titre.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0 0 5px 0;
}

h2 a{
	color: #301b60;
}

h2 a:hover{
	color: #7c980b;
	text-decoration: none;
}


/* A LA UNE */

.cln-une {
	float: left;
	width: 272px;
	padding: 15px 0 0 4px
}
	
.title-une{
	float: right;
	display: inline;
	padding: 1px 0 0 0;
}
	
.image-une {
	position: relative;
	float: right;
	width: 260px;
	height: 94px;
	padding: 4px 0 10px 0;
}

.bulle-une {
	background-image: url(../img/global/encart_bulle.gif);
	position: absolute;
	top: 0;
	left: 198px;
	line-height: 0;
	font-size: 0;
	width: 31px;
	height: 16px;
}
	
.texte-une{
	float: right;
	text-align: right;
	width: 214px;
	
}

/* ACTUS */

.cln-actu {
	float: left;
	width: 309px;
	padding: 15px 0 0 42px;
	background-image: url(../img/global/pro_actu_bkgd.gif);
	background-position: 100% 0 ;
	background-repeat: no-repeat;
}
	
.title-actu{
	float: left;
	display: inline;
}
	
.texte-actu{
	float: left;
	width: 291px;
}

.part-actu{
	padding: 0 0 17px 0;
}

/* EN 1 CLIC */

.cln-1clic {
	float: left;
	height: 360px;
	width: 202px;
	padding: 15px 0 0 28px;
	background-image: url(../img/global/pro_1clic_bkgd.gif);
	background-position: 0 0 ;
	background-repeat: no-repeat;
}

.title-1clic{
	float: left;
	display: inline;
}

.fleche-1clic {
	float: left;
	background-image: url(../img/global/pro_1clic-corps-fleche.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding: 4px 0 0 4px;
	margin: 1px 0 0 0;
	font-weight: bold;
}

.fleche-1clic a{
	color: #fff;
}

.fleche-1clic a:hover{
	color: #fff;
	text-decoration: underline;
}

.pointe-1clic {
	margin: 1px 0 0 0;
	color: #fff;
	float: left;
}
	