/****************************
*        Mode normal        *
*****************************/

.a_la_une {
	padding: 0px;
	margin: 0px;
}

.a_la_une .mask {
	position:relative;
	width: 700px;
	height: 467px;
	overflow: hidden;
	background-color: #737373;
	border: solid #737373 1px;
}

.a_la_une .mask img {
	position: absolute;
	display: block;
	border: none;
	/margin-left: -350px;
}
.a_la_une .container img {
	cursor: pointer;
}

.a_la_une .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 467px;
	border-right: solid #FFFFFF 1px;
	background: transparent url('images/bloc_noir_une.png') repeat 0px 0px;
	padding: 0px;
	text-align: left;
}

.a_la_une .txt_alaune {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 450px;
	margin: 10px 10px;
	text-align: left;
	letter-spacing: 1px;
}

.a_la_une a.titre_alaune {
	font-weight: bold;
	font-size: 15px;
	color: #feb400;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-top: dotted #ffffff 1px;
	border-bottom: dotted #ffffff 1px;
	padding: 10px 0px;
	text-decoration: none;
	display: block;	
}
.a_la_une a.titre_alaune:hover {
	text-decoration: none;
}
.a_la_une .chapo_alaune {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}
.a_la_une a.lire_la_suite {
	width: 64px;	
	height: 19px;
	background: transparent url('images/lire_la_suite.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: left;
	margin: 14px 0px;
}

.a_la_une a.lire_la_suite:hover {
	opacity: 1;
}
.a_la_une .bp {
	position: absolute;
	top: 435px;
	left: 215px;
	width: 160px;
	height: 20px;
}
.a_la_une a.article_precedent {
	width: 78px;	
	height: 19px;
	background: transparent url('images/article_precedent.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	float: left;
	opacity: 0.9;
}
.a_la_une a.article_precedent:hover {
	opacity: 1;
}
.a_la_une a.article_suivant {
	width: 64px;	
	height: 19px;
	background: transparent url('images/article_suivant.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	float: right;
	opacity: 0.9;
}
.a_la_une a.article_suivant:hover {
	opacity: 1;
}

.a_la_une .maskt {
	position: relative;
	width: 700px;
	height: 110px;
	overflow: hidden;
	background: transparent url('images/article_bandeau.png') no-repeat 0px 0px;
	margin-top: 8px;
}

.a_la_une .maskt .container {
	display: block;
	position: absolute;
	width: 700px;
	padding: 6px 4px 0px 4px;
}

.a_la_une .maskt div {
	width: 134px;
	height: 110px;
	float: left;
	display: inline;
}

.a_la_une .maskt img {
	top: -98px;
	left: 0px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
}

.a_la_une .maskt .selectmask {
	width: 126px;
	height: 6px;
	display: block;
	background-color: #feb400;
	border-bottom: 2px solid #ed7c01;
	margin: 91px 30px 0px 5px;
}

.a_la_une .navig_mini {
	width: 19px;
	height: 90px;
	background: transparent url('images/article_barre_verticale.png') no-repeat 0px 0px;
	position: absolute;
	top: -100px;
	left: 335px;
	position: relative;
	margin-bottom: -90px;
}
.a_la_une a.navig_mini_precedente {
	width: 13px;	
	height: 45px;
	background: transparent url('images/article_ligne_precedente.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	display: block;
	position: relative;
	top: 4px;

}
.a_la_une a.navig_mini_suivante {
	width: 13px;	
	height: 45px;
	background: transparent url('images/article_ligne_suivante.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	display: block;
	position: relative;
	top: 27px;
}



/****************************
*         Mode maxi         *
*****************************/

.a_la_une_max {
	padding: 0px;
	margin: 0px 0px -20px 0px;
	width: 100%;
}

.a_la_une_max .article_une {
	margin-bottom: 20px;
}	

.a_la_une_max .bloc_titre {
	border-bottom: 1px dotted #feb400;
	background-color: #000000;	
	padding: 6px 8px;
}

.a_la_une_max .titre_alaune {
	color: #feb400;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	width: 620px;
}	
.a_la_une_max .maj_article {
	color: #e7e7e7;
	font-size: 11px;
	float: right;
}	

.a_la_une_max .bloc_contenu {
	border-bottom: 1px dotted #feb400;
	border-left: 1px dotted #feb400;
	border-right: 1px dotted #feb400;
}	

.a_la_une_max .txt_article {
	padding: 8px 8px 8px 8px;
}

.a_la_une_max .images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 0px 10px 2px 0px;
}	

.a_la_une_max .chapo_alaune {
	font-size: 14px;
	text-align: justify;
}

.a_la_une_max a.lire_la_suite {
	width: 64px;	
	height: 19px;
	background: transparent url('images/lire_la_suite.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: left;
	margin: 14px 0px;
}

.a_la_une_max a.lire_la_suite:hover {
	opacity: 1;
}

.a_la_une_max .bloc_infos {
	width: 220px;
	height: 100%;
	margin-left: 20px;
	padding: 8px 8px 12px 8px;
	background-color: #eeefef;
	float: right;
	display: block;
}

.a_la_une_max .titre_infos  {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #5478a1;
	padding: 2px 8px;
	margin: 2px 0px 12px 0px;
}

.a_la_une_max .infos_article   {
	font-weight: bold;
	font-size: 12px;
	color: #5478a1;
	display: inline;
	line-height: 24px;
}

.a_la_une_max a.lien_article   {
	font-weight: normal;
	color: #737373;
	text-decoration: underline;
}
.a_la_une_max a.lien_article:hover   {
	text-decoration: none;
}

.a_la_une_max .texte {
display:inline;
clear:none;
}
.a_la_une_max .screenshot {
	display:inline;
	float:left;
}
.a_la_une_max .mask {
	position: relative;
	width: 176px;
	height: 176px;
	overflow: hidden;
	padding: 8px 8px 0px 8px;
}
.a_la_une_max .mask a {
	border: 0px;
}
.a_la_une_max .mask .imagesH {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
}
.a_la_une_max .mask .imagesV {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
}
.a_la_une_max .mask .container {
/*
	display: block;
	position: absolute;
*/	
}
.a_la_une_max .mask .cell {
	position: relative;
	width: 176px;
	height: 176px;
	float: left;
	border: none;
	text-align: center;
}

.a_la_une_max .sans_images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 8px 8px 62px 8px;
	width: 170px;	
	height: 114px;
	background: transparent url('images/event_sans_image.png') no-repeat 2px 2px;
}






