﻿@charset "utf-8";
/* CSS Document */

.header .cont-header .menu .accueil{
	background-image:url(../img/shell/accueil-on.gif);
}

.haut{
	width:960px;
	height:218px;
}
	.haut .haut-gauche{
		width:640px;
		height:218px;
		float:left;
		/*background:url(../img/home/gauche-img-grd.png) no-repeat;*/
		background: #FFFFFF;
	}
	.haut .haut-droite{
		width:320px;
		height:218px;
		float:left;
		background:url(../img/home/droite-fond-haut.png) no-repeat;
	}
		.haut .haut-droite .encadre { height:152px; margin: 20px 0px 0px 20px; }
		.haut .haut-droite .ensavoirplus { margin: 0px 0px 0px 20px; padding: 11px 0px 0px 0px; height:20px; }

.bas{
	display:table;
	width:960px;
}
	.bas .bas-gauche{ position : relative; width:620px; float:left; }
		.bas .bas-gauche .block-texte{ margin:20px 0px 0px 20px; text-align:left; }
			.bas .bas-gauche .block-texte ul { margin:0px 0px 0px 15px;	}
		.bas .bas-gauche .gauche-separation-haut{ 
			width:620px; height:15px;
			line-height:15px;
			background:url(../img/gauche-separation-haut.png) no-repeat;
			margin-bottom:0px;
		}
		.bas .bas-gauche .gauche-separation-bas {
			width:620px; height:15px; 
			line-height:15px;
			background:url(../img/gauche-separation-bas.png) no-repeat;
			margin:10px 0px 10px 0px;
		}
		.bas .bas-gauche .block-texte-separe { margin:0px 0px 0px 20px; text-align:left; display:table; width:600px;}
			.bas .bas-gauche .block-texte-separe .block-texte-separe-gauche{ width:279px; padding-right:20px; float:left; border-right:#CCCCCC 1px solid; }
			.bas .bas-gauche .block-texte-separe .block-texte-separe-droite{ width:280px; /*padding-left:20px;*/  float:right; }
	.bas .bas-droite{
		width:320px;
		float:right;
		padding-top:10px;
		margin:0;
		background: url(../img/droite-degrade.png) no-repeat right top;
		min-height:400px;
	}
		.bas .bas-droite .droite-separation{
			width:320px;
			height:2px;
			background:url(../img/droite-separation.png) no-repeat;
			margin:10px 0px 10px 0px;
		}
		.bas .bas-droite .block-actu{
			margin:0px 20px 20px 20px;
		}
			.bas .bas-droite .block-actu li{ margin:10px 0px 0px 15px; }
			.bas .bas-droite .block-actu .li-home-jours { list-style:url(../img/puce-jours.gif); }
			.bas .bas-droite .block-actu .li-home-mois  { list-style:url(../img/puce-mois.gif); }
		.bas .bas-droite form select {
			width:195px;
			font-size:12px;
			margin:0;
			padding:0;
		}
	
	