@charset "utf-8";
/* --------------------------------------------------- styles généraux --------------------------------------------------- */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: normal;
	margin: 0 auto;
}
h2{
	color:#4a7632;
	font-size:18px;
	font-weight:bold;
	margin:26px 0 0 0;
	padding:0;
}
h3{
	color:#000;
	font-size:16px;
	font-weight:normal;
	margin:14px 0 0 0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
a:link{
	color:#0d4c60;
}
a:visited{
	color:#4a7632;
}
a:hover, a:active{
	color:#6d6b09;
}
table{
	border: 1px solid #eae9ac;
	border-collapse:collapse;
	font-size:12px;
	margin-top:32px;
	text-align:left;
	width:100%;
}
th{
	background-color:#eae9ac;
	color:#4a7632;
	font-size:14px;
	font-weight:normal;
}
td, th{
	border-bottom: 1px solid #eae9ac;	
	border-top: 1px solid #eae9ac;	
	margin:0;
	padding:9px 8px 4px 8px;
}
tfoot{
	background-color:#eae9ac;
	color:#4a7632;
	font-size:11px;
}
tfoot td{
	padding: 4px 8px 2px 8px;
}
div#page{
	position: relative;
	width:100%;
}
div#top{
	background-image:url(../img/headerGradient.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
div#top #gradient{
	background-image:url(../img/headerGradientBorder.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:214px;
	margin:0 auto;
	width:1026px;
}
div#top .header{
	background-image:url(../img/bandeau.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:214px;
	margin:0 auto;
	position:relative;
	width:982px;
}
div#top .header h1{
	margin:0;
	padding:0;
}
div#top .header ul{
	font-size:13px;
	margin:0;
	position:absolute;
	right:31px;
	top:23px;
}
div#top .header li{
	display:inline;
	list-style-type:none;
	padding:0 0 0 15px;
}
div#top .header img{
	border:none;
	float:left;
	padding:45px 0 0 83px;
}
div#middle{
	background-image:url(../img/backgroundTuile.gif);
	background-position: top left;
	background-repeat:repeat;
}
div#middle #middleGradient{
	height:100%;
}
/* Style pour tous les navigateurs 
(image de fond avec transparence) SAUF IE6 */
html>body div#middle #middleGradient{
	background-image:url(../img/middleGradientBorder.png);
	background-position: top center;
	background-repeat:repeat-y;
}
/***********************************/
div#middle #centrePage{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:982px;
}
div#middle #centrePage #menu{
	background-image:url(../img/menuTuile.gif);
	background-position: bottom left;
	background-repeat:repeat-y;
	bottom:0;
	height:6000px;
	left:0;
	position:absolute;
	top:0;
	width:301px;
}
div#middle #centrePage #menu ul{
	background-image:url(../img/menuTop.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	font-size:18px;
	height:280px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
/* Styles pour tous les navigateurs SAUF IE6 */
html>body div#middle #centrePage #menu{
	height:auto;
}
html>body div#middle #centrePage #menu ul{
	min-height:280px;
	height:auto;
	position:relative;
	z-index:600;
}
/*****************************************/
div#middle #centrePage #menu ul li{
	background-image:url(../img/filetMenu.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	height:auto;
	margin:0;
	padding:0 0 2px 0;
}
div#middle #centrePage #menu a{
	color:#FFF;
	display:block;
	margin:0;
	padding:7px 36px 8px 36px;
	width:210px;
}
div#middle #centrePage #menu a:link{
	text-decoration:none;
}
div#middle #centrePage #menu a:visited{
	text-decoration:none;
}
div#middle #centrePage #menu a:hover{
	background-color:#0a5e79;
	background-image:url(../img/imgBkgMenu.gif);
	background-position: left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
div#middle #centrePage #menu .itemSelect2{
	background-color:#0a5e79;
	background-image:url(../img/imgBkgMenu.gif);
	background-position: left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
div#middle #centrePage #menu a:active{
	text-decoration:none;
}
/* Dégradé au bas du menu, présent pour tous les 
navigateurs SAUF IE6 */
html>body div#middle #centrePage #menu #imgBasMenu{
	background-image:url(../img/menuBottom.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	bottom:0;
	height:320px;
	left:0;
	position:absolute;
	width:301px;
}
/*************************************************/
div#middle #centrePage #content{
	background-color:#FFF;
	float:right;
	height:600px;
	padding-bottom:46px;
	width:681px;
}
/* Style pour tous les navigateurs SAUF IE6 */
html>body div#middle #centrePage #content{
	height:auto;
	min-height:600px;
}
/****************************************/
div#footer{
	background-color:#000;
	font-size:11px;
	width:100%;
}
div#footer ul{
	list-style-type:none;
	margin:0 auto;
	padding:10px 0 8px 4px;
	width:982px;
}
div#footer li{
	display:inline;
	padding-right:12px;
}
div#footer a:link, .header a:link,
div#footer a:visited, .header a:visited{
	color:#FFF;
	text-decoration:none;
}
div#footer a:hover, .header a:hover,
div#footer a:active, .header a:active{
	color:#FFF;
	text-decoration:underline;
}



/* --------------------------------------------------- page d'accueil --------------------------------------------------- */
div#top #headerAccueil{
	background-image:url(../img/bandeauAccueil.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
div#middle #centrePage #content #contentHeader{
	background-image: url(../img/imgContentHeader.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float:right;
	height: 160px;
	width:437px;
}
div#middle #centrePage #content #contentHeader h2{
	display:none;
}
div#middle #centrePage #content #flashzone{
	background-image:url(../img/imgFlash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	height: 160px;
	width:244px;
}
div#middle #centrePage #content #contentLeft{
	float:left;
	padding-left:119px;
	padding-right:30px;
	padding-top:14px;
	width:278px;
}
div#middle #centrePage #content #contentLeft p{
	padding-top:17px;
}
div#middle #centrePage #content #contentLeft ul{
	margin:16px 0 0 14px;
	padding:0;
	list-style-type: none;
}
div#middle #centrePage #content #contentLeft ul ul{
	margin: 0 0 0 14px;
	padding:0;
	list-style-type: none;
}
div#middle #centrePage #content #contentLeft li{
	background-image: url(../img/puceListeContent.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#middle #centrePage #content #contentLeft ul ul li{
	background-image: url(../img/puceListeContent2.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#middle #centrePage #content #contentLeft ul ul ul li{
	background-image: url(../img/puceListeContent3.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#middle #centrePage #content #contentRight{
	background-image:url(../img/imgContentRight.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float:right;
	font-size:11px;
	padding-left:32px;
	padding-right:40px;
	padding-top:68px;
	width:182px;
}
div#middle #centrePage #content #contentRight h3{
	color:#6d6b09;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding: 5px 0 19px 0;
	text-transform: uppercase;
}
div#middle #centrePage #content #contentRight ul{
	margin:0;
	padding:0;
}
div#middle #centrePage #content #contentRight li{
	list-style-type:none;
	padding:0 0 17px 0;
}
div#middle #centrePage #content #contentRight .nouvelle:link,
div#middle #centrePage #content #contentRight .nouvelle:visited{
	color:#868477;
	text-decoration:none;
}
div#middle #centrePage #content #contentRight .nouvelle:hover,
div#middle #centrePage #content #contentRight .nouvelle:active{
	color:#6d6b09;
	text-decoration:underline;
}


/* --------------------------------------------------- pages de contenu --------------------------------------------------- */
span#signatureCIMMI{
	display:none;
}
p#lienAccueilHeader{
	background-image:url(../img/iconeAccueil.gif);
	background-position: top right;
	background-repeat:no-repeat;
	font-size:10px;
	left:0;
	margin:6px 0 0 0;
	padding:2px 0 0 9px;
	position:absolute;
	text-transform:uppercase;
	top:0;
	width:62px;
}
p#lienAccueilHeader a:link,
p#lienAccueilHeader a:visited{
	color:#848102;
	text-decoration:none;
}
p#lienAccueilHeader a:hover,
p#lienAccueilHeader a:active{
	color:#848102;
	text-decoration:underline;
}
div#middle #centrePage #menu .itemSelect{
	background-color:#0a5e79;
	background-image:url(../img/imgBkgMenuSelect.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
div#middle #centrePage #menu .itemSelect:hover{
	background-image:url(../img/imgBkgMenuSelect.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
div#middle #centrePage #menu ul #sousItem{
	background-color:#FFF;
	background-image:url(../img/filetMenu.gif);
	background-position: top left;
	background-repeat:no-repeat;
	font-size:11px;
	height:auto;
	margin:0;
	padding:2px 0 0 0;
	position:relative;
	min-height:1px;
	width:282px;
}
div#middle #centrePage #menu ul #sousItem li{
	background-image:none;
}
div#middle #centrePage #menu #sousItem a{
	margin:0;
	padding:6px 0 7px 46px;
	text-decoration:none;
	width:236px;
}
div#middle #centrePage #menu #sousItem a:link, 
div#middle #centrePage #menu #sousItem a:visited{
	color:#0d4c60;
}
div#middle #centrePage #menu #sousItem a:hover, 
div#middle #centrePage #menu #sousItem a:active{
	background-color:#eae9ae;
	background-image:none;
	color:#428692;
}
div#middle #centrePage #menu #sousItem .sousItemSelect:link,
div#middle #centrePage #menu #sousItem .sousItemSelect:visited,
div#middle #centrePage #menu #sousItem .sousItemSelect:hover,
div#middle #centrePage #menu #sousItem .sousItemSelect:active{
	background-color:#eae9ae;
	background-image:none;
	color:#428692;
}
div.imgBkgContent{
	background-image: url(../img/imgBkgContent.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div#middle #centrePage #content #mainContent{
	margin:0 36px 0 68px;
}
div#middle #centrePage #content #mainContent h1{
	color:#918e02;
	font-size:26px;
	font-weight:bold;
	margin:67px 0 0 0;
	padding:0;
}
div#middle #centrePage #content #mainContent #filAriane{
	font-size:10px;
	margin:5px 0 0 0;
	padding:0;
}
div#middle #centrePage #content #mainContent #filAriane a:link{
	text-decoration:none;
}
div#middle #centrePage #content #mainContent #filAriane a:visited{
	color:#0d4c60;
	text-decoration:none;
}
div#middle #centrePage #content #mainContent #filAriane a:hover,
div#middle #centrePage #content #mainContent #filAriane a:active{
	color:#6d6b09;
	text-decoration:underline;
}
div#middle #centrePage #content #mainContent #contentText{
	margin-top:3px;
}
div#middle #centrePage #content #mainContent #contentText p, #contentText blockquote{
	margin-top:11px;
	padding:0;
}
div#middle #centrePage #content #mainContent #contentText blockquote{
	margin-left:20px;
	width:220px;
	line-height: 19px;
}
div#middle #centrePage #content #mainContent #contentText img{
	float:right;
	padding-bottom:6px;
	padding-left:32px;
}
div#middle #centrePage #content #mainContent #contentText #lienHautPage{
	float:right;
	margin:0;
	padding:78px 0 11px 0;
}
div#middle #centrePage #content #mainContent #contentText #lienHautPage a{
	text-decoration:none;
}
div#middle #centrePage #content #contentText ul{
	margin:16px 0 0 14px;
	padding:0;
	list-style-type: none;
}
div#middle #centrePage #content #contentText ul ul{
	margin: 0 0 0 14px;
	padding:0;
	list-style-type: none;
}
div#middle #centrePage #content #contentText li{
	background-image: url(../img/puceListeContent.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#middle #centrePage #content #contentText ul ul li{
	background-image: url(../img/puceListeContent2.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#middle #centrePage #content #contentText ul ul ul li{
	background-image: url(../img/puceListeContent3.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
div#page #middle #content #contentText .formatDate
{
	font-size: 12px; font-weight: normal; color: #868477;
}
.gras {
	font-weight:bold;	
}

.titreNouvelle {
    font-weight:bold;
}

div#middle #centrePage #content #mainContent #contentText #nouvelles p {
	margin-top:0px;
	padding:0;
}
div#middle #centrePage #content #mainContent #contentText #nouvelles li {
	background-image: url(../img/puceListeContent.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
	margin-bottom: 1.5em;
}


