/****************************************************/
/* CSS page d'accueil (UNE du journal) 				*/
/****************************************************/

/****************************************************/
/* Conteneurs principaux 							*/
/* Trois conteneurs necessaires pour les fonds de :	*/
/*	- La colonne de gauche							*/
/*	- La colonne "C'est Vous qui le dites" (forum)	*/
/*	- La colonne de droite							*/
/****************************************************/
div.bloc_page_fond_gauche,
div.bloc_page_fond_centre,
div.bloc_page_fond_droite {
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;	
}
div.bloc_page_fond_gauche {
	background:url(../img/accueil_fond_gauche.gif) repeat-y;
}
div.bloc_page_fond_centre {
	background:url(../img/accueil_fond_centre.gif) repeat-y;
	background-position:630px;
}
div.bloc_page_fond_droite {
	background:url(../img/accueil_fond_droite.gif) repeat-y;
	background-position:759px;
}
/****************************************************/

/******************************/
/* Partie centrale (articles) */
/******************************/
/* Conteneur principal */
div.bloc_centre {
	width:440px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	border:none;
}
/* Dates des articles */
div.bloc_centre span.article_date {
	line-height:14px;
	font-size:9px;
	color:#A12D24;
	font-style:italic;
}
/* Liens edito et point de vue */
div.bloc_centre a.article_edito {
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	color:#F47118;
}
div.bloc_centre a.article_edito:hover {
	color:#9BAF52;
}
/* Liens picto */
div.bloc_centre h1 a.audio,
div.bloc_centre h1 a.video,
div.bloc_centre h1 a.diapo,
div.bloc_centre h1 a.photo {
	width:25px;
	height:25px;
	float:left;
	padding:0;
	margin:0;
	margin-right:5px;
	border:none;
}
div.bloc_centre h1 a.audio {
	background:url(../img/icone_c_audio.gif)
}
div.bloc_centre h1 a.video {
	background:url(../img/icone_c_video.gif)
}
div.bloc_centre h1 a.diapo {
	background:url(../img/icone_c_diapo.gif)
}
div.bloc_centre h1 a.photo {
	background:url(../img/icone_c_photo.gif)
}
div.bloc_centre h1 a.audio:hover {
	background:url(../img/icone_c_audio_rollover.gif)
}
div.bloc_centre h1 a.video:hover {
	background:url(../img/icone_c_video_rollover.gif)
}
div.bloc_centre h1 a.diapo:hover {
	background:url(../img/icone_c_diapo_rollover.gif)
}
div.bloc_centre h1 a.photo:hover {
	background:url(../img/icone_c_photo_rollover.gif)
}

/* Article principal */
/* Conteneur de l'article principal */
div.bloc_centre div.cont_article_principal {
	width:440px;
	height:auto;
	overflow:hidden;
	margin-top:27px;
	margin-bottom:15px;
	text-align:left;
}
/* Titre */
div.bloc_centre div.cont_article_principal h1 {
	width:440px;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:5px;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#5a6024;
	text-transform:uppercase;
}
div.bloc_centre div.cont_article_principal h1 a {
	color:#5a6024;
}
/* Texte (= chapo tronque) */
div.bloc_centre div.cont_article_principal span.article_principal_texte {
	width:auto;
	height:auto;
	float:left;
	line-height:14px;
	font-size:12px;
	color:#463964;
}
div.bloc_centre div.cont_article_principal span.article_principal_texte a.article_principal_lien {
	color:#463964;
}
div.bloc_centre div.cont_article_principal span.article_principal_texte p {
	margin:0;
	padding:0;
	text-indent:0;
}
/* Photo */
div.bloc_centre div.cont_article_principal span.article_principal_photo {
	max-width:260px;
	max-height:260px;
	width:auto;
	height:auto;
	margin-left:5px;
	float:right;
	text-align:right;
	overflow:hidden;
}
div.bloc_centre div.cont_article_principal span.article_principal_photo img {
	border:none;
}

/* Autres articles */
/* Conteneur d'un article */
div.bloc_centre div.cont_article {
	width:440px;
	height:auto;
	float:left;
	margin-bottom:15px;
	text-align:left;
}
/* Titres */
div.bloc_centre div.cont_article h1 {
	width:430px;
	height:auto;
	min-height:25px;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
/* Titre articles non importants */
div.bloc_centre div.cont_article h1.article_titre_nimp, 
div.bloc_centre div.cont_article h1.article_titre_nimp a {
	color:#5a6024;
}
/* Titre articles importants */
div.bloc_centre div.cont_article h1.article_titre_imp,
div.bloc_centre div.cont_article h1.article_titre_imp a {
	color:#b5cc63;
}
/* Texte (= chapo tronque) */
div.bloc_centre div.cont_article span.article_texte {
	width:auto;
	height:auto;
	float:left;
	line-height:14px;
	font-size:12px;
	color:#463964;
}
div.bloc_centre div.cont_article span.article_texte a.article_lien {
	color:#463964;
}
div.bloc_centre div.cont_article span.article_texte p {
	margin:0;
	padding:0;
	text-indent:0;
}
/* Photo alignee a gauche */
div.bloc_centre div.cont_article span.article_texte span.article_photo_gauche {
	max-width:145px;
	max-height:145px;
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
/* Photo alignee a droite */
div.bloc_centre div.cont_article span.article_texte span.article_photo_droite {
	max-width:145px;
	max-height:145px;
	width:auto;
	height:auto;
	float:right;
	margin-left:10px;
	overflow:hidden;
}
div.bloc_centre div.cont_article span.article_texte span.article_photo_gauche img,
div.bloc_centre div.cont_article span.article_texte span.article_photo_droite img {
	border:none;
}
/*****************************/

/**********************************/
/* Partie centrale droite (forum) */
/**********************************/
/* Conteneur principal */
div.bloc_centre_droit {
	width:129px;
/*	height:100%;*/
	padding:0;
	margin:0;
	float:left;
/*	background:url(../img/accueil_entete_forum.gif) no-repeat;
	background-position:0px 7px;*/
	border:none;
	overflow:hidden;
}
/* Contenu */
div.bloc_centre_droit div.cont_centre_droit {
	width:109px;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	clear:left;
}
/* Liens */
div.bloc_centre_droit div.cont_centre_droit a {
	color:#3b3251;
}
/* Une reaction */
div.bloc_centre_droit div.cont_centre_droit div {
	width:109px;
	height:auto;
	margin-bottom:18px;
}
/* Titre */
div.bloc_centre_droit div.cont_centre_droit h1 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	text-transform:uppercase;
}
/* Texte */
div.bloc_centre_droit div.cont_centre_droit span {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	line-height:13px;
	color:#3b3251;
}
/*****************************/

/*****************************/
/* Partie droite 			 */
/*****************************/
/* Conteneur principal */
div.bloc_droit {
	width:220px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	border:none;
}
/* Contenu */
div.bloc_droit div.cont_droit {
	width:217px;
	margin-left:4px;
	text-align:left;
	clear:left;
}

/* Newsletter */
div.bloc_droit div.cont_droit div.newsletter {
	width:217px;
	height:60px;
	float:left;	
	background:url(../img/newsletter.gif);
}
div.bloc_droit div.cont_droit div.newsletter span {
	width:217px;
	text-align:center;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;	
}
div.bloc_droit div.cont_droit div.newsletter span a {
	color:#FFFFFF;
	width:217px;
	height:60px;
	display:block;
}

/* Editions speciales et dossiers */
/* Conteneurs */
div.bloc_droit div.cont_droit div.edition_speciale,
div.bloc_droit div.cont_droit div.dossier {
	width:217px;
	height:135px;
	margin-bottom:17px;
	float:left;
}
div.bloc_droit div.cont_droit div.edition_speciale {
	background:url(../img/accueil_fond_editionspec.gif);
}
div.bloc_droit div.cont_droit div.dossier {
	background:url(../img/accueil_fond_dossier.gif);
}
/* Contenu de l'e.s. ou dossier */
div.bloc_droit div.cont_droit div.edition_speciale div,
div.bloc_droit div.cont_droit div.dossier div {
	width:202px;
	height:auto;
	margin-left:5px;
	margin-top:10px;
	clear:left;
	overflow:hidden;
}
/* Images des e.s. */
div.bloc_droit div.cont_droit div.edition_speciale img {
	margin-right:5px;
	float:left;
	border:none;
}
/* Images des dossiers */
div.bloc_droit div.cont_droit div.dossier img {
	margin-left:5px;
	float:right;
	border:none;
}
/* Titres */
div.bloc_droit div.cont_droit div.edition_speciale h1,
div.bloc_droit div.cont_droit div.dossier h1,
div.bloc_droit div.cont_droit div.edition_speciale h1 a,
div.bloc_droit div.cont_droit div.dossier h1 a {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	text-transform:uppercase;
}
/* Texte des e.s. */
div.bloc_droit div.cont_droit div.edition_speciale span,
div.bloc_droit div.cont_droit div.edition_speciale span a {
	font-size:11px;
	font-weight:normal;
	color:#3a2a22;
	line-height:13px;
}
/* Texte des dossiers */
div.bloc_droit div.cont_droit div.dossier span,
div.bloc_droit div.cont_droit div.dossier span a {
	font-size:11px;
	font-weight:normal;
	color:#3a2a22;
	line-height:13px;
}

/* Encart pub (decoupe en 5 parties car hauteur */
/* adaptee au contenu 						    */
div.cont_droit div.bloc_pub {
	width:207px;
	height:auto;
	margin-bottom:17px;
	margin-left:4px;
	float:left;
	background-color:#2f2420;
}
div.cont_droit div.bloc_pub_haut {
	width:207px;
	height:auto;
	float:left;
	background:url(../img/accueil_fond_pub_haut.gif) no-repeat;
}
div.cont_droit div.bloc_pub_bas {
	width:207px;
	height:auto;
	float:left;
	background:url(../img/accueil_fond_pub_bas.gif) no-repeat bottom;
}
div.cont_droit div.cont_pub_haut {
	width:207px;
	height:auto;
	float:left;
	margin-top:23px;
	background:url(../img/accueil_fond_pub_haut_cont.gif) no-repeat;
}
div.cont_droit div.cont_pub_bas {
	width:207px;
	height:auto;
	float:left;
	margin-bottom:23px;
	background:url(../img/accueil_fond_pub_bas_cont.gif) no-repeat bottom;
}
div.cont_droit div.cont_pub {
	width:160px;
	height:auto;
	float:left;
	margin-left:23px;
}
/*****************************/