/* Tous droits révervés à Janeiro Studio */
 
/* balises html */
 
body 
	{
	margin: 0;
	padding: 0;
	background: #b4d759 url(../images/bodybg.jpg) repeat-x 0 top;
	font: 12px Helvetica;
	}
 
h1 
	{
	color: #fff;
	position: relative;
	padding: 10px 0 7px;
	text-align: left;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	text-shadow: #346d12 0 1px 2px;
	width: 400px;
	float: left;
	}
 
h2 
	{
	color: #559f02;
	text-align: left;
	margin: 0 0 10px;
	font-size: 36px;
	clear: both;
	padding: 0;
	}
 
h3 
	{
	margin-bottom: 18px;
	font-weight: bold;
	color: #ff6f02;
	display: block;
	clear: both;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	}
 
h4 
	{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 0 10px;
	color: #474848;
	border-bottom: 1px dotted #ccc;
	}
 
/* fil d'ariane */
 
#filariane 
	{
	font: italic 14px "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif;
	color: #7db2b5;
	margin: 0;
	padding: 0;
	}
 
/* > */
 
.aquo 
	{
	font-size: 18px;
	font-weight: bold;
	}
 
#header 
	{
	width: 1034px;
	padding: 0;
	margin: 20px auto 0;
	}
 
/* conteneur du site */
 
#wrapper 
	{
	color: #000;
	width: 1024px;
	display: block;
	clear: both;
	position: relative;
	margin: 20px auto 0;
	background: #fff url(../images/wrapperbg.jpg) repeat-y center;
	padding: 0;
	border: 5px solid #fff;
	border-bottom-style: none;
	}
 
/* bannière */
 
#banner 
	{
	width: 1024px;
	position: relative;
	height: 297px;
	padding: 0;
	z-index: 0;
	margin: 0;
	top: 0;
	}
 
/* titre actu */
 
#newsheader 
	{
	background: url(../images/newsheaderbg.png) no-repeat 0;
	width: 174px;
	height: 81px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 227px;
	left: 15px;
	z-index: 2;
	}
 
/* logotype */
 
#logo 
	{
	width: 118px;
	height: 159px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	display: block;
	top: 40px;
	left: 40px;
	}
 
/* colonnes (3) */
 
#nav-col 
	{
	width: 212px;
	float: left;
	padding: 0;
	margin: 0;
	}
 
#content-col 
	{
	width: 580px;
	float: left;
	text-align: justify;
	margin: 0;
	padding: 10px;
	background: url(../images/contentcolbg.jpg) repeat-x 0 top;
	}
 
#content-col p 
	{
	text-align: justify;
	font-size: 12px;
	}
 
#content-col p a 
	{
	text-decoration: none;
	}
 
#tools-col 
	{
	width: 212px;
	float: left;
	padding: 0;
	margin: 0;
	}
 
.leftcolfooter 
	{
	width: 212px;
	height: 70px;
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/leftcolfooter.jpg) no-repeat;
	}
 
.rightcolfooter 
	{
	width: 212px;
	height: 70px;
	margin: 0 0 10px;
	padding: 5px 0 0 37px;
	background: url(../images/rightcolfooter.jpg) no-repeat;
	}
 
/* footer */
 
#footer 
	{
	text-align: left;
	padding: 10px 0;
	color: #fff;
	margin: 0 auto;
	width: 1034px;
	background: #00843a url(../images/footerbg.jpg) repeat-x 0 top;
	}
 
#footer a, #footer a:link, #footer a:visited 
	{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	}
 
#footer a:hover 
	{
	color: #b4d759;
	}
 
#footer h2 
	{
	color: #fdf23b;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
 
#footer-links 
	{
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 180px;
	}
 
#footer-proc 
	{
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 300px;
	}
 
#footer-addr 
	{
	font-size: 16px;
	text-align: right;
	padding: 10px;
	font-weight: bold;
	float: right;
	width: 475px;
	}
 
/* copyright */
 
#copyright 
	{
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: 11px "Trebuchet MS";
	}
 
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover 
	{
	text-transform: none;
	color: #fff;
	text-decoration: none;
	font: 9px Helvetica;
	}
 
/* @group lightbox */
 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; /* couleur de la bordure de l'image*/ width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; } /*largeur de la bordure autour de la photo. Si vous la modifier, modifier la variable correspondante dans le fichier lightbox.js (borderSize: 10,  )*/

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; } /*position de l'image de chargement*/
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* hack IE pour montrer le hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; } /*image et position du lien "précédent". modifier le pourcentage pour déplacer le lien en hauteur (% compté depuis le haut de l'image)*/
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; } /*idem pour le lien "suivant"*/

/*Cadre d'information en bas de l'image*/
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; /*couleur de fond */ margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; } /* couleur du texte*/
#imageData #imageDetails{ width: 75%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;} /*si vous voulez une couleur différente pour la légende, ajoutez un attribut color*/
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}	/*si vous voulez une couleur différente pour les numéros de photos, ajoutez un attribut color*/
#imageData #bottomNavClose{ width: 95px; /*à modifier si vous modifier la largeur du bouton "fermer"*/ float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; /*couleur de l'ombre*/}
 

 
/* @end */
 
/* @group TABLES */
 
td img 
	{
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	}
 
th, td 
	{
	border-style: none;
	padding: 5px;
	margin: 0;
	border-width: 0;
	}
 
 th      
	{ 
	font-weight:bold;
	margin: 0;
	padding: 0;
	}
 
table 
	{
	margin-bottom: 15px;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 10px;
	}
 
td.edit 
	{
	width: 50px;
	text-align: center;
	}
 
tr.blanc 
	{
	background-color: #fff;
	}
 
/* tableau bleu */
 
table.bleu 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #eff3f5;
	padding: 0;
	border: 5px solid #a9bfd4;
	}
 
table.bleu td 
	{
	border-bottom: 1px solid #a9bfd4;
	border-right: 1px solid #a9bfd4;
	}
 
table.bleu th 
	{
	background-color: #3c4e7e;
	color: #fff;
	margin: 0;
	padding: 7px;
	border-right: 1px solid #a9bfd4;
	}
 
/* tableau rose */
 
table.rose 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #fdebeb;
	border: 5px solid #fcb5c8;
	}
 
table.rose th 
	{
	padding: 5px;
	background-color: #92355c;
	color: #fff;
	border-right: 1px solid #fcb5c8;
	}
 
table.rose td 
	{
	border-bottom: 1px solid #fcb5c8;
	border-right: 1px solid #fcb5c8}
 
/* tableau vert */
 
table.vert 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #f0fff4;
	border: 5px solid #a8ce92;
	}
 
table.vert th 
	{
	padding: 5px;
	background-color: #537e2e;
	color: #fff;
	border-right: 1px solid #a8ce92;
	}
 
table.vert td 
	{
	padding: 5px;
	border-bottom: 1px solid #a8ce92;
	border-right: 1px solid #a8ce92;
	}
 
/* tableau gris */
 
table.gris 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #eee;
	border: 5px solid #999;
	}
 
table.gris th 
	{
	padding: 5px;
	background-color: #333;
	color: #fff;
	border-right: 1px solid #999;
	}
 
table.gris td 
	{
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
 
/* tableau violet */
 
table.violet 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #efecfe;
	border: 5px solid #bebae5;
	}
 
table.violet th 
	{
	padding: 5px;
	background-color: #6d3eaa;
	color: #fff;
	border-right: 1px solid #bebae5;
	}
 
table.violet td 
	{
	padding: 5px;
	border-right: 1px solid #bebae5;
	border-bottom: 1px solid #bebae5;
	}
 
/* tableau orange */
 
table.orange 
	{
	width: 100%;
	color: #333;
	margin: 0;
	background-color: #fdf0d2;
	border: 5px solid #eda681;
	}
 
.table-cadre-orange 
	{
	padding: 3px;
	background-color: #eda681;
	}
 
table.orange th 
	{
	padding: 5px;
	background-color: #ed6e2a;
	color: #fff;
	border-right: 1px solid #eda681;
	}
 
table.orange td 
	{
	padding: 5px;
	border-right: 1px solid #eda681;
	border-bottom: 1px solid #eda681;
	}
 

 
/* @end */
 
/* @group navigations */
 
/* menu global (accueil, contact, ...) */
 
#nav-tools 
	{
	font-size: 11px;
	display: block;
	margin: 0 0 1px;
	padding: 0;
	width: 576px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	}
 
#nav-tools a, #nav-tools a:link, #nav-tools a:visited 
	{
	text-decoration: none;
	color: #fff;
	background: #5caa21 url(../images/nav-toolsbg.jpg) repeat-x 0 top;
	text-align: center;
	padding: 20px 10px;
	margin: 0 0 0 2px;
	display: block;
	float: left;
	font-weight: bold;
	border-top: 5px solid #b4d759;
	text-shadow: #3d8017 0 1px 1px;
	}
 
#nav-tools a:hover 
	{
	background-color: #62b724;
	border-top-color: #cdf567;
	background-image: url(../images/nav-toolsbg_over.jpg);
	}
 
/* menu section */
 
#nav-sec 
	{
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	padding: 0 0 5px;
	text-align: left;
	border-bottom: 5px solid #bcbcbd;
	}
 
#nav-sec a, #nav-sec a:link, #nav-sec a:visited 
	{
	color: #005422;
	text-decoration: none;
	margin-right: 3px;
	padding: 5px;
	display: block;
	float: left;
	background-color: #cfeabf;
	margin-bottom: 3px;
	border-bottom: 1px solid #c5dfb8;
	border-top: 1px solid #fafafa;
	}
 
#nav-sec a:hover 
	{
	color: #ff5619;
	}
 
/* menu accordion (rubrique + chapitre) */
 
h3#rubheader 
	{
	background: url(../images/rubheader.jpg) no-repeat;
	width: 212px;
	height: 91px;
	margin: 0;
	padding: 0;
	border-style: none;
	}
 
dl.accordion 
	{
	list-style-type: none;
	font-size: 11px;
	background: #fee358 url(../images/leftcolbg.jpg) repeat-y;
	padding: 0 0 1px 7px;
	margin: 0;
	}
 
dl.accordion dt 
	{
 	color: #333;
 	cursor: pointer;
	list-style-type: none;
	padding: 5px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 5px;
	background-color: #fef19d;
	width: 180px;
	}
 
dl.accordion dt:hover 
	{
	color: #00581c;
	}
 
dl.accordion ul 
	{
 	padding: 0;
	list-style-type: none;
	margin: 0 0 10px;
	}
 
dl.accordion ul li 
	{
 	margin: 0;
 	padding: 0;
	}
 
dl.accordion ul li a, dl.accordion ul li a:link, dl.accordion ul li a:visited 
	{
 	color: #333;
 	display: block;
 	margin: 0 0 5px 10px;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	width: 170px;
	background-color: #fff;
	}
 
dl.accordion ul li a:hover 
	{
	color: #00581c;
	}
 
/* @end */
 
/* @group layout items */
 
/* bloc 1/2 largeur */
 
.demi
	{
	padding: 9px;
	font-size: 12px;
	margin: 0 10px 9px 0;
	float: left;
	display: block;
	width: 262px;
	}
 
/* bloc pleine largeur */
 
.entier
	{
	color: #fff;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
	display: block;
	clear: both;
	}
 
/* bloc avec coins arrondis */
 
.rond 
	{
	display: block;
	}
 
/* blocs de couleur */
 
.bleu 
	{
	background-color: #d9e8fc;
	color: #103246;
	}
 
.rouge 
	{
	background-color: #d6001b;
	color: #fff;
	}
 
.noir 
	{
	background-color: #333;
	color: #fff;
	}
 
.rose 
	{
	background-color: #fdd6da;
	color: #712c44;
	}
 
.violet 
	{
	background-color: #e5d3fe;
	color: #44166b;
	}
 
.vert 
	{
	background-color: #c8deb5;
	color: #28350c;
	}
 
.jaune 
	{
	background-color: #ffee91;
	color: #333;
	}
 
.orange 
	{
	background-color: #ffd57d;
	color: #4f1906;
	}
 
/* cadre autour d'une image */
 
.image-cadre 
	{
	border: 9px solid #ddd;
	}
 
/* @end */
 
/* @group site map */
 
#site-map 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
 
#site-map h3, #site-map h4, #site-map h5 
	{
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
 
/* h3= rubriques */
 
#site-map h3 a, #site-map h3 a:link, #site-map h3 a:visited 
	{
	display: block;
	text-decoration: none;
	margin: 20px 0 0;
	padding: 9px 5px;
	color: #333;
	}
 
#site-map h3 a:hover 
	{
	color: #ff5619;
	}
 
/* h4 = chapitres */
 
#site-map h4 a, #site-map h4 a:link, #site-map h4 a:visited 
	{
	text-decoration: none;
	color: #00581c;
	display: block;
	background-color: #e7f7e7;
	padding: 9px 5px;
	margin: 0 0 1px 40px;
	}
 
#site-map h4 a:hover
	{
	color: #ff5619;
	}
 
/* h5 = sections */
 
#site-map h5 a, #site-map h5 a:link, #site-map h5 a:visited 
	{
	text-decoration: none;
	margin: 0 0 1px 80px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: block;
	background-color: #fdfbc1;
	padding: 9px 5px;
	}
 
#site-map h5 a:hover	{
	color: #ff5619;
	}
 

 
/* @end */
 
/* @group forms */
 
/* styles des formulaires (contact, épaves, ...) */
 
.generic-form 
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 23px;
	color: #111;
	}
 
.generic-form div 
	{
	clear: both;
	margin-bottom: 0;
	padding: 5px;
	background-color: #cfeabf;
	}
 
.generic-form label 
	{
	display: block;
	padding: 3px 6px 3px 3px;
	color: #141d1d;
	clear: right;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	width: 250px;
	font-size: 16px;
	}
 
/* champs obligatoires */
 
span.must-be 
	{
	color: #bd000e;
	font-weight: bold;
	font-size: 20px;
	}
 
/* sous-titres des formulaires */
 
.generic-form h3 
	{
	text-align: left;
	margin: 30px 0 0;
	font-weight: bold;
	color: #333;
	border-bottom: 5px solid #a1b896;
	padding-bottom: 10px;
	}
 
/* style des input type checkbox */
 
.generic-form input[type="checkbox"] 
	{
	margin-left: 210px;
	}
 
.generic-form input[type="text"] 
	{
	border: 1px solid #a1b896;
	}
 
.generic-form input[type="button"] 
	{
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
 

 
/* @end */
 
/* @group read more */
 
ul.read-more 
	{
	display: block;
	list-style-type: none;
	clear: both;
	padding-bottom: 18px;
	margin: 0;
	font-size: 12px;
	}
 
ul.read-more li 
	{
	padding: 5px;
	margin: 0;
	width: 96px;
	}
 
ul.read-more li a, ul.read-more li a:link, ul.read-more li a:visited 
	{
	padding: 5px;
	color: #00581c;
	text-decoration: none;
	display: block;
	margin: 0;
	}
 
ul.read-more li a:hover 
	{
	color: #ff5619;
	}
 

 
/* @end */
 
/* @group edito */
 
#edito 
	{
	
	}
 

 
/* @end */
 
/* @group Head line */
 
#highlights 
	{
	
	}
 
#highlights ul.read-more 
	{
	border-bottom-style: none;
	}
 

 
/* @end */
 
/* @group last 10 articles */
 
#last-10 p 
	{
	}
 
#last-10 ul.read-more 
	{
	}
 

 
/* @end */
 
/* @group links */
 
#links 
	{
	
	}
 
#links h3 
	{
	margin-bottom: 0;
	padding-bottom: 9px;
	}
 
#links p 
	{
	margin-bottom: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
	margin-top: 0;
	border-bottom: 1px dotted #ccc;
	}
 
#links h4 
	{
	margin: 0;
	padding: 0;
	border-style: none;
	}
 
#links h4 a, #links h4 a:link, #links h4 a:visited 
	{
	color: #00581c;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	border: 1px solid #fff;
	}
 
#links h4 a:hover
	{
	color: #ff5619;
	padding: 5px;
	background-color: #fef19d;
	border-bottom: 1px solid #ece193;
	border-right: 1px solid #ece193;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
 

 
/* @end */
 
/* @group search */
 
/* formulaire */
 
#search-box 
	{
	padding: 0;
	margin: 0;
	background: #fee358 url(../images/rightcolbg.jpg) repeat-y;
	}
 
#search-box label 
	{
	color: #d4d4d4;
	font-size: 1px;
	display: block;
	background: url(../images/searchheader.jpg) no-repeat;
	width: 212px;
	height: 92px;
	margin: 0;
	padding: 0;
	}
 
#search-box input 
	{
	margin-bottom: 5px;
	color: #333;
	margin-top: 10px;
	margin-left: 33px;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ddc558;
	}
 
/* résulats de la recherche */
 
#search-results h2 span.amp 
	{
	color: #ff5619;
	text-shadow: #fff 0 1px 0;
	}
 
#search-results h3 
	{
	color: #333;
	}
 
#search-results h4 
	{
	margin: 0 0 9px 30px;
	}
 
#search-results h4 a, #search-results h4 a:link, #search-results h4 a:visited 
	{
	color: #00581c;
	border: 1px solid #fff;
	padding: 5px;
	text-transform: none;
	text-decoration: none;
	}
 
#search-results h4 a:hover 
	{
	color: #ff5619;
	padding: 5px;
	background-color: #fef19d;
	border-bottom: 1px solid #ece193;
	border-right: 1px solid #ece193;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: #fdfdb9 0 1px 0;
	}
 
#search-results p span.amp 
	{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #8ac3c6;
	padding: 5px;
	text-shadow: #78acaf 0 1px 0;
	}
 
#search-results p 
	{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 9px;
	margin-left: 30px;
	}
 

 
/* @end */
 
/* @group news */
 
/* @group blocs actus */
 
#news-titles 
	{
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
 
#news-titles h4 
	{
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-style: none;
	height: 41px;
	}
 
#news-titles p 
	{
	padding: 10px;
	margin: 0 0 5px;
	height: 100px;
	}
 
.blocactu1 
	{
	color: #fff;
	font-size: 12px;
	float: left;
	background: #ff6d20 url(../images/newsbg1.jpg) no-repeat;
	width: 209px;
	padding: 0;
	}
 
a.followup1, a.followup1:link, a.followup1:visited
	{
	width: 116px;
	height: 33px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/follow-up.jpg) no-repeat 0 -33px;
	display: block;
	}
 
a.followup1:hover
	{
	background: url(../images/follow-up.jpg) no-repeat 0 0;
	}
 
.blocactu2 
	{
	color: #fff;
	font-size: 12px;
	float: left;
	background: #f1a906 url(../images/newsbg2.jpg) no-repeat;
	width: 204px;
	padding: 0;
	}
 
a.followup2, a.followup2:link, a.followup2:visited
	{
	width: 116px;
	height: 33px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/follow-up.jpg) no-repeat 0 -99px;
	display: block;
	}
 
a.followup2:hover
	{
	background: url(../images/follow-up.jpg) no-repeat 0 -66px;
	}
 
.blocactu3 
	{
	color: #fff;
	font-size: 12px;
	float: left;
	background: #6ec401 url(../images/newsbg3.jpg) no-repeat;
	width: 203px;
	padding: 0;
	}
 
a.followup3, a.followup3:link, a.followup3:visited
	{
	width: 116px;
	height: 33px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/follow-up.jpg) no-repeat 0 -165px;
	display: block;
	}
 
a.followup3:hover
	{
	background: url(../images/follow-up.jpg) no-repeat 0 -132px;
	}
 
.blocactu4 
	{
	color: #fff;
	font-size: 12px;
	float: left;
	background: #008e3e url(../images/newsbg4.jpg) no-repeat;
	width: 204px;
	padding: 0;
	}
 
a.followup4, a.followup4:link, a.followup4:visited
	{
	width: 116px;
	height: 33px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/follow-up.jpg) no-repeat 0 -231px;
	display: block;
	}
 
a.followup4:hover
	{
	background: url(../images/follow-up.jpg) no-repeat 0 -198px;
	}
 
.blocactu5 
	{
	color: #fff;
	font-size: 12px;
	float: left;
	background: #01628f url(../images/newsbg5.jpg) no-repeat;
	width: 204px;
	padding: 0;
	}
 
a.followup5, a.followup5:link, a.followup5:visited
	{
	width: 116px;
	height: 33px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/follow-up.jpg) no-repeat 0 -297px;
	display: block;
	}
 
a.followup5:hover
	{
	background: url(../images/follow-up.jpg) no-repeat 0 -264px;
	}
 
/* @end */
 
/* 5 dernières actualités (colonne) */
 
ul#news-titles 
	{
	list-style-type: none;
	width: 190px;
	font-size: 11px;
	background-color: #ffee91;
	padding: 0;
	margin: 0 0 10px;
	}
 
ul#news-titles li a, ul#news-titles li a:link, ul#news-titles li a:visited 
	{
	text-decoration: none;
	color: #111;
	display: block;
	width: 180px;
	margin: 0;
	border-bottom: 1px dotted #999;
	padding: 5px;
	}
 
ul#news-titles li a:hover 
	{
	background-color: #fdd193;
	}
 
li.more-news 
	{
	font-size: 12px;
	font-weight: bold;
	}
 
/* actualités */
 

 
#news-index h3 
	{
	margin-top: 20px;
	font-size: 16px;
	}
 
#news-index h3 a, #news-index h3 a:link, #news-index h3 a:visited 
	{
	text-decoration: none;
	color: #333;
	padding: 5px;
	border: 1px solid #fff;
	}
 
#news-index h3 a:hover 
	{
	color: #ff6f02;
	background-color: #fef19d;
	border-bottom: 1px solid #ece193;
	border-right: 1px solid #ece193;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
 
#news-index p 
	{
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	}
 
/* actualités du mois */
 
#news-index h4 
	{
	margin: 0 0 1px;
	padding: 0;
	}
 
#news-index h4 a, #news-index h4 a:link, #news-index h4 a:visited 
	{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #005422;
	display: block;
	padding: 9px;
	}
 
#news-index h4 a:hover 
	{
	color: #ff6f02;
	background-color: #fef4bc;
	}
 
/* archives */
 
#news-archives 
	{
	margin-top: 18px;
	}
 
#news-archives h2 
	{
	margin-bottom: 18px;
	}
 
#news-archives h3 
	{
	float: left;
	width: 100px;
	margin-left: 150px;
	margin-bottom: 18px;
	}
 
#news-archives ul 
	{
	list-style-type: none;
	margin: 0 0 10px;
	width: 250px;
	padding: 0;
	display: block;
	float: right;
	}
 
#news-archives ul li 
	{
	float: left;
	}
 
#news-archives ul li a, #news-archives ul li a:link, #news-archives ul li a:visited 
	{
	display: block;
	width: 39px;
	color: #005422;
	text-decoration: none;
	background-color: #cfeabf;
	margin-right: 1px;
	text-align: center;
	margin-bottom: 1px;
	font-size: 11px;
	}
 
#news-archives ul li a:hover 
	{
	color: #ff6f02;
	}
 
/* @end */
 
/* @group event */
 
#event 
	{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fee358 url(../images/leftcolbg.jpg) repeat-y;
	}
 
h3#eventheader 
	{
	background: url(../images/eventheader.jpg) no-repeat;
	width: 212px;
	height: 79px;
	margin: 0;
	padding: 0;
	border-style: none;
	}
 
/* @end */
 
/* @group procedures */
 
h3#procheader 
	{
	background: url(../images/procheader.jpg) no-repeat;
	width: 212px;
	height: 78px;
	margin: 0;
	padding: 0;
	border-style: none;
	}
 
ul#teleproc 
	{
	list-style-type: none;
	font-size: 12px;
	padding: 0 0 1px;
	background: #fee358 url(../images/rightcolbg.jpg) repeat-y;
	margin: 0;
	}
 
ul#teleproc li a, ul#teleproc li a:link, ul#teleproc li a:visited 
	{
	text-decoration: none;
	display: block;
	color: #111;
	padding: 5px;
	background-color: #fef19d;
	width: 180px;
	margin: 0 0 5px 15px;
	}
 
ul#teleproc li a:hover 
	{
	color: #00581c;
	}
 
/* @end */
 
/* @group partners */
 
h3#partnersheader 
	{
	background: url(../images/partnersheader.jpg) no-repeat;
	width: 212px;
	height: 78px;
	margin: 0;
	padding: 0;
	border-style: none;
	}
 
div#partners 
	{
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	}
/* @end */