/*@import url(general.css);*/
/*---------------------------------- haut de la page ------------------------------------*/
.hautBandeau {
	height:100px;
}
.hautLogo {
	background:url('img/interieur/logoHautGauche.gif') top left no-repeat;
	position:absolute;
	top:5px;
	left:0px;
	width:215px;
	height:112px;
}
.hautLogo a {
	display:block;
	width:156px;
	height:79px;
}
.hautMenuPrincipal {
	position:absolute;
	top:0;
	right:10px;
	width:100%;
	text-align:right;
	font-size:90%;
}
/*---------------------------------- milieu de la page ------------------------------------*/
.contenu {
	margin:100px 0 0 0;
}

.contenu ul {
	padding:0;
}

/*----------------------------------------------------------------------------*/
.menuGauche {
	float:left;
	font:10px Arial, Helvetica, sans-serif;
	width:156px;
	margin:0 0 0 5px;
	text-align:left;
	display:inline;/*http://www.jaymeblackmon.com/ie6-double-margin-bug-fix*/
}
.menuGauche a {
	text-decoration:none !important;
	color:#999999;
}
.menuGauche li.actif ul a,
.menuGauche ul ul a {
	color:#999999;
}
.menuGauche a:hover {
	/*text-decoration:underline;*/
}
.menuGauche h1,
.menuGauche h2 {
	color:#666;
	margin:8px 0 10px 0 !important;
	font:130% Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	border-bottom:1px solid #D473D4;
}
.menuGauche h1 .fontSizeBigger,
.menuGauche h2 .fontSizeBigger{
	font:130% Arial, Helvetica, sans-serif !important;
}
.menuGauche ul {
	font-weight:bold;
	list-style:none;
	padding:0;
	margin:0;
	color:#999;
}
.menuGauche li {
	list-style:none;
	padding:3px 0;
	border-bottom:1px solid #EEE;
}
.menuGauche li.actif,
.menuGauche li.actif a,
.menuGauche li.actif ul li.actif a {
	color:#000000;
}

.menuGauche li.actif ul {
/*	font:1.0em Arial, Helvetica, sans-serif;*/
	padding-left:15px;
	background-color:#F5F5F5;
}
/*----------------------------------------------------------------------------*/
.editorial {
	font-size:130%;
}
.editorial h1 {
	margin:-5px 0 5px 0;
	/*padding:2px;*/
	font-size:140%;
	/*background-color:#F5F5F5 !important;*/
}

.editorial h2 {
	margin:15px 0 0px 0 !important;
	font-size:110%;
	border-bottom:1px solid #c1c1c1 !important;
}
.editorial p {
	margin:0 0 5px 0;
	font-size:110%;
}
.editorial td {
	font-size:90%;
}
/*----------------------------------------------------------------------------*/
.ventre  {
	width:754px;
	float:left;
	margin:0 0 0 10px;
	color:#444444;
}

.ventre a {
	color:#444444 !important;
}
.ventre .editorial h3 {
	margin:0 0 5px 0;
}
.ventre .editorial li,
.ventre .editorial ul {
	/*font-size:100% !important;*/
	margin:0 !important;
	padding:0;
}
.editorial li {
	font-size:110%;
}
.ventre .editorial {
	float:left;
	display:inline; /*__ http://www.jaymeblackmon.com/ie6-double-margin-bug-fix __*/
	
	width:563px;
}
.ventre .encart {
	display:inline; /*__ http://www.jaymeblackmon.com/ie6-double-margin-bug-fix __*/
	width:181px;
}

.ventre .encartGauche {
	margin:0 5px 0 0;
	float:left;
}
.ventre .encartDroit {
	float:right;
	margin:0 0 0 5px;
}

.colonne1 {
	margin:0 5px;
	width:181px;
}
.colonne2 {
	margin:0 5px;
	width:372px;
}
.colonne3 {
	margin:0 5px;
	width:563px;
}

.tableEncart th, 
.tableEncart td {
	padding:2px;
	font-size:90%;
}
.tableEncart {
	border:1px solid #910323;
	border-collapse:collapse;
	margin:10px 0;
}
.tableEncart th {
	background-color:#910323;
	color:#FFF;
}
