/* CSS Document */
/* --------------------------------------------------------------------------------------------- Left */
	#home_left {
		float:left;
		width:505px;
		padding:20px 20px 0 17px
	}
/* ------------------------------------------------------------------------ Titre */
	#home_left div.titre {
		display:inline;
		float:left;
		width:464px;
		background-repeat:no-repeat;
		background-position:left top;
		padding:0 12px 1px 10px;
		margin:10px 0 20px 19px
	}
	#home_left div.titre.color_01 {
		background-image:url(../images/background/titre_couleur01.gif);
		background-color:#96c93d
	}
	#home_left div.titre.color_02 {
		background-image:url(../images/background/titre_couleur02.gif);
		background-color:#7f4295
	}
	#home_left div.titre h2 {
		float:left;
		font-size:1.8em;
		font-weight:normal;
		color:#fff
	}
	#home_left div.titre a {
		float:right;
		font-size:.9em;
		font-weight:bold;
		color:#fff;
		background:url(../images/background/plus_gd.gif) no-repeat right 50%;
		padding:0 22px 0 0;
		margin:6px 0 0 0
	}
/* ------------------------------------------------------------------------ Article */
	#home_left div.article {
		display:inline;
		float:left;
		width:486px;
		border-bottom-width:1px;
		border-bottom-style:solid;
		margin:0 0 15px 19px
	}
	#home_left div.article.couleur_01 {border-bottom-color:#96c93d}
	#home_left div.article.couleur_02 {border-bottom-color:#7f4295}
	#home_left div.article h3 {
		font-size:1em;
		font-weight:bold;
		margin:0 0 8px 0
	}
	#home_left div.article.couleur_01 h3 {color:#7f4295}
	#home_left div.article.couleur_02 h3 {color:#86b830}
	#home_left div.article img {
		float:left;
		margin:0 5px 0 0
	}
	#home_left div.article p {
		line-height:1.6em;
		text-align:justify;
		padding:0 0 10px 0
	}
	#home_left div.article a.lire_suite {
		clear:both;
		display:block;
		float:right;
		font-size:.9em;
		font-weight:bold;
		color:#fff;
		padding:1px 6px 1px 6px
	}
	#home_left div.article.couleur_01 a.lire_suite {background:#97c93e}
	#home_left div.article.couleur_02 a.lire_suite {background:#7f4295}
	#home_left div.article a.lire_suite span {
		background:url(../images/background/plus_pt.gif) no-repeat right 50%;
		padding:0 18px 0 0
	}
/* --------------------------------------------------------------------------------------------- Right */
	#home_right {
		float:left;
		width:427px;
		padding:49px 23px 0 0
	}
/* ------------------------------------------------------------------------- Vidéo */
	#home_right #video {
		float:left;
		width:100%;
		background:url(../images/background/video_bottom.gif) no-repeat right bottom;
		padding:0 0 9px 0;
		margin:0 0 35px 0
	}
	#home_right #video h2 {
		font-size:1.8em;
		font-weight:normal;
		color:#fff;
		background:#333 url(../images/background/video_top.gif) no-repeat;
		padding:6px 0 6px 13px
	}
	#home_right #video h2 a {color:#fff}
	#home_right #video div {
		text-align:center;
		background:#333 url(../images/background/video_middle.gif) no-repeat;
		padding:0 0 5px 0
	}
/* ------------------------------------------------------------------------- Accès rapide */
	#home_right h2.couleur_02 {
		float:left;
		width:100%;
		text-indent:11px;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:normal;
		color:#fff;
		background:#7f4295 url(../images/background/h2_couleur02.gif) no-repeat;
		padding:5px 0;
		margin:0 0 15px 0
	}
	#home_right div.acces_direct {
		float:left;
		width:50%;
		height:150px;
		text-align:center
	}
	* html #home_right div.acces_direct {width:49%}
	#home_right div.acces_direct a.externe {
		background:none;
		padding:0
	}
