/****************************************************/
/* CSS colonne de gauche commune aux pages :		*/
/* Une, rubrique, edtion speciale					*/
/* Contient :										*/
/*	- Medias du jour								*/
/*	- Fil RSS (une uniquement)						*/
/*	- Lien Newsletter								*/
/*	- Encart e.s. et dossiers (rubrique)			*/
/*	- Lien "Revue de presse" (une uniquement)		*/
/*	- Liens "Jeux" (une uniquement)					*/
/****************************************************/

/* Conteneur principal */
div.bloc_gauche {
	width:190px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	border:none;
}

/* Coueleur des liens apr defaut */
div.bloc_gauche a {
	color:#FFFFFF;
}

/* Titres photo, diapo, video du jour */
div.bloc_gauche div.titre_jour {
	width:108px;
	height:40px;
	margin-left:2px;
	float:left;
	text-align:right;
	overflow:hidden;
}
div.bloc_gauche div.titre_jour h1 {
	margin:0;
	margin-right:8px;
	margin-top:3px;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

/* Icones */
div.bloc_gauche div.icone_jour {
	width:75px;
	height:40px;
	float:left;
	text-align:left;
}
div.bloc_gauche div.icone_jour a {
	width:25px;
	height:25px;
	margin-top:6px;
	margin-left:4px;
	display:block;
	border:0;
}
div.bloc_gauche div.icone_jour a.photo_jour {
	background:white url(../img/icone_g_photo.gif);
}
div.bloc_gauche div.icone_jour a.photo_jour:hover {
	background:white url(../img/icone_g_photo_rollover.gif);
}
div.bloc_gauche div.icone_jour a.video_jour {
	background:white url(../img/icone_g_video.gif);
}
div.bloc_gauche div.icone_jour a.video_jour:hover {
	background:white url(../img/icone_g_video_rollover.gif);
}
div.bloc_gauche div.icone_jour a.diapo_jour {
	background:white url(../img/icone_g_diapo.gif);
}
div.bloc_gauche div.icone_jour a.diapo_jour:hover {
	background:white url(../img/icone_g_diapo_rollover.gif);
}

/* Partie gauche vide (necessaire pour placer la photo du jour) */
div.bloc_gauche div.gauche_jour {
	width:34px;
	height:120px;
	margin-left:2px;
	float:left;
}

/* Photo du jour */
div.bloc_gauche div.photo_jour {
	width:125px;
	height:125px;
	margin:0;
	margin-top:2px;
	padding:0;
	float:left;
	text-align:right;
}
div.bloc_gauche div.photo_jour img {
	width:125px;
	height:125px;
	margin:0;
	padding:0;
	border:0;
}

/* Video du jour - Diapo du jour */
div.bloc_gauche div.video_jour {
	width:160px;
	height:120px;
	margin:0;
	margin-left:2px;
	padding:0;
	float:left;
	text-align:right;
}
div.bloc_gauche div.video_jour img {
	width:160px;
	height:120px;
	margin:0;
	padding:0;
	border:0;
}

/* Encadre semi-transparent qui s'affiche au rollover des medias du jour */
/* La taille et le positionnement sont geres en javascript 				 */
div.bloc_gauche span.bordure {
	margin:0;
	padding:0;
	position:absolute;
	display:none;
	border:8px solid white;
	z-index:1;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3;
	opacity: 0.3;
}

/* Derniere minute */
div.bloc_gauche div.cont_minute {
	width:190px;
	height:120px;
	display:block;
	clear:left;
	line-height:13px;
	text-align:left;
	font-size:12px;
	color:#46442E;
	background:#FFFFFF;
	overflow:hidden;
}
/* Titre */
div.bloc_gauche div.titre_minute {
	width:115px;
	height:auto;
	margin-left:2px;
	margin-top:20px;
	float:left;
	text-align:right;
	overflow:hidden;
}
div.bloc_gauche div.titre_minute h1 {
	width:106px;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:4px;
	margin-right:10px;
	margin-left:2px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	font-variant: small-caps;
}
/* Fil RSS */
div.bloc_gauche div.cont_minute span {
	width:160px;
	margin-left:4px;
	display:block;
	color:#463964;
}
div.bloc_gauche div.cont_minute span marquee {
	height:120px;
}
div.bloc_gauche div.cont_minute a {
	color:#463964;
}

/* Editions speciales et dossiers (pour rubriques) */
/* Conteneurs */
div.bloc_gauche div.edition_speciale,
div.bloc_gauche div.dossier {
	width:160px;
	height:100px;
	margin-top:20px;
	margin-left:2px;
	float:left;
	overflow:hidden;
}
div.bloc_gauche div.edition_speciale {
	background:url(../img/rubrique_fond_editionspec.gif) no-repeat;
}
div.bloc_gauche div.dossier {
	background:url(../img/rubrique_fond_dossier.gif) no-repeat;
}
/* Contenu de l'e.s. ou dossier */
div.bloc_gauche div.edition_speciale div,
div.bloc_gauche div.dossier div {
	width:145px;
	height:auto;
	margin-left:5px;
	margin-top:10px;
	float:left;
}
/* Images des e.s. */
div.bloc_gauche div.edition_speciale img {
	margin-right:5px;
	float:left;
	max-width:80px;
	max-height:80px;
	border:none;
}
/* Images des dossiers */
div.bloc_gauche div.dossier img {
	margin-left:5px;
	float:right;
	max-width:80px;
	max-height:80px;
	border:none;
}
/* Titres */
div.bloc_gauche div.edition_speciale h1,
div.bloc_gauche div.dossier h1,
div.bloc_gauche div.edition_speciale h1 a,
div.bloc_gauche div.dossier h1 a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	text-transform:uppercase;
}
/* Texte des e.s. */
div.bloc_gauche div.edition_speciale span,
div.bloc_gauche div.edition_speciale span a {
	font-size:9px;
	font-weight:normal;
	color:#3a2a22;
	line-height:11px;
}
/* Texte des dossiers */
div.bloc_gauche div.dossier span,
div.bloc_gauche div.dossier span a {
	font-size:9px;
	font-weight:normal;
	color:#3a2a22;
	line-height:11px;
}

/* Pied du bloc gauche */
div.bloc_gauche div.cont_pied_gauche {
	width:180px;
	height:auto;
	display:block;
	margin:0;
	margin-left:2px;
	margin-bottom:20px;
	padding:0;
	float:left;
	text-align:left;
}
/* Encart Newsletters */
/* _r => encart pour rubrique et editions spceiales */
/* _a => encart pour l'accueil */
div.cont_pied_gauche div.cont_plj_r,
div.cont_pied_gauche div.cont_plj_a {
	width:160px;
	height:96px;
	margin-top:20px;
	float:left;
	text-align:center;
}
div.cont_pied_gauche div.cont_plj_r {
	background:url(../img/fond_plj_r.gif);
}
div.cont_pied_gauche div.cont_plj_a {
	background:url(../img/fond_plj_a.gif);
}
div.cont_pied_gauche div.cont_plj_r a,
div.cont_pied_gauche div.cont_plj_a a {
	width:160px;
	height:96px;
	display:block;
}

/* Lien "Revue de presse" */
div.cont_pied_gauche div.cont_rdp {
	width:160px;
	height:20px;
	margin-top:20px;
	margin-left:5px;
	float:left;
	text-align:left;
}
div.cont_pied_gauche div.cont_rdp span {
	font-size:18px;
	font-weight:bold;
	color:#b5cc63;
}
div.cont_pied_gauche div.cont_rdp span a {
	color:#b5cc63;
}

/* Encart "Jeux" */

/* Encart "Jeux" */
div.bloc_gauche .cont_jeux {
	width:94px;
	height:66px;
	margin-top:20px;
	background:url(../img/fond_jeux.gif) no-repeat;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
div.bloc_gauche .cont_jeux a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

div.bloc_gauche .cont_jeux2 {
	width:94px;
	height:66px;
	margin-top:20px;
	background:url(../img/fond_jeux.gif) no-repeat;
/*	background:url(../img/fond_rss.gif) no-repeat;*/
	float:left;
	border:none;
	text-align:center;
}
div.bloc_gauche .cont_jeux2 td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*****************************/
