/* PLUME CMS Style Sheets for 1.2 version */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff url("img/bg-body.png") repeat-x;
	font: .85em Optima, "Trebuchet MS", Lucida, Arial, Geneva, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

div
{
	margin: 0px;
	padding: 0px;
}

p, blockquote, li, h2, h3, dd, dt
{
	font-weight: normal;
}

h1
{
	margin: 0px;
}
h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

h2, h3
{
	font-size: 1em;
	font-weight: bold;
	color: #467361;
}

form, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	text-decoration: none;
	color: #467361;
}

hr
{
	display: none;
}

pre
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
	overflow: auto;
}

abbr, acronym
{ 
	font-style: normal;
	border-bottom: dotted 1px #ccc;
	cursor: help;
}

blockquote, cite
{
	color: #666;
	padding: 0 20px 0 20px;
	font-style: italic;
	border-left: 1px dotted #ccc;
}

code
{
	margin: 10px;
	display: block;
}

q
{
	font-style: italic;
	color: #666;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

#page
{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

#mainfloat
{
	float: left;
	width: 80%;
	/*background: #fff url("/xmedia/main_theme/main_fond.png") repeat-x;
	border-right: #e4f1fb 1px solid;*/
}

#content
{
	float: right;
	/*width: 73%;*/
	width: 69.5%;
	
	font-family: Optima, Arial, sans-serif;
	background: #fff url("/xmedia/main_theme/fond_nuages2.png") no-repeat left bottom;
	/*border: #aaa 1px dotted;
	border-bottom: 0;*/
	padding: 0.5em 0.5em;
	padding-bottom: 7em;
	margin-bottom: 5em;
	margin-right: 4px;
}

* html #content
{
	margin-top: 34px; /* hack IE */
}

#menuleft
{
	margin-right: 74%;
	background: transparent url("/xmedia/main_theme/top_menu_left.png") no-repeat center 5%;
	margin-top: 0px;
	/*margin-right: 74%;
	text-align: right;*/
}

#menuright
{
	margin-left: 80%;
}

#menuleft, #menuright
{
	padding: 6px;
	border: none;
}

#main_menu
{
	margin-top: 0.6em;
	margin-left: -41px;
/*	border: 1px solid;
	height: 1em;*/
}

#top-categories2 li
{
	float: left; 
	/*padding-left: 18px;
	padding-right: 18px;*/
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	width: 88px;
}




/* VERTICAL PADDING ABOVE COLUMNS */

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
/*/*/
#page, #mainfloat, #content, #menuleft, #menuright, h2
{ 
	p\osition: relative; 
}

div#footer
{
	text-align: center;
	border-top: 1px dotted #ccc;
	margin: 10px auto 0 20%;
	width: 54%;
	background: transparent url(/xmedia/main_theme/fond_nuages.png) no-repeat;
	height: 130px;
	width: 100%;
	margin: auto;
}

#footer
{
	padding: 0em;
	clear: both;
	border: none;
	
}


/* ====================================================================
BANNER
-------------------------------------------------------------------- */

#banner
{
	margin: 1px 0 15px 0;
	height: 142px;
	vertical-align: middle;
}

#banner .description, #websitename
{
	margin: -2px 0 0 2px;
	color: #467361;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	
}

#banner p.description
{
	font-size: 0.70em;
	font-weight: bold;
}

#banner h1, #banner h1 a
{
	color: #fff;
	width: 70%;
}

#banner_into_banner {
	text-align: center;
}


#top
{
	margin: 12px 0 0 0;
}

#logo 
{
	padding-top:18px;
	height: 85px;
	
}

#logo_baseline
{
	display: inline; float: left;
}

#logo img 
{
	border:none;	
}

#cadre_date_lang 
{
	float: right; 
	font-size: 1em; font-style: italic; font-weight: bold; color: rgb(90, 88, 88); margin-right: 0%; 
	padding-top: 15px;
	
	
}

#date_lieu 
{
	border: 1px solid rgb(200, 221, 0); padding: 4px; background-color: rgb(247, 250, 215);text-align: center;
	/* display: none;  ajout report ! */
}

#date_lieu  span
{
	font-size: 1em; font-family: arial;
}

#switch_lang 
{
	
	/*padding-top: 1em;*/
	text-align: right;
	margin-top:-10px;
}

#easy-access
{

	top : 0.1em;
	position: absolute;
/*	text-align: right;*/
	height: 15px;
	width: 100%;
}

#easy-access, #easy-access a
{
	color: #aaa;
	font-size: 0.8em;
	font:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#easy-access a:hover
{
	color: #fff;
}

#easy-access form
{
	margin-right: 24px;
}

#easy-access #q 
{
	width: 100px;
	height: 15px;
	border: #aaa 1px solid;
	position : absolute;
	top : 0.05em;
	right : -0.8em;

/*	vertical-align: middle;*/
}

#easy-access #search-s 
{
/*	vertical-align: middle;*/
	position : absolute;
	top : 0.05em;
	right : -3em;
}

#recherche
{
	position : absolute;
	top : 0.5em;
	right : 1.5em;
}
/* ====================================================================
CONTENT
-------------------------------------------------------------------- */
/*#content {border: 1px solid #c8dd00; padding:0.2em}*/


body.category #content h2, .comment-preview
{
	padding-bottom: 0;
	background-position: 0% 40%;
	font-size: 1.6em;
}

body.category #content h2.restitle, body.news #content h2.restitle
{
	color:  #467361;
	font-size: 1.4em;
	padding-bottom: 4px;
}

body.category #content h2 a
{
	color: #467361;
}

body.category #content h2 a:hover
{
	color: #999;
	text-decoration: none;
}

.current_cat 
{
	padding-bottom: 0px;
	padding-left: 13px;
    	background-position:  0% 40%;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/chevron_li_cat.png");
	
}



#menuleft h2
{
	font-size: 120%;
	background: transparent url("img/h2-left.png") 100% 100% no-repeat;
}

#menuright h2
{
	background: transparent url("img/h2-right.png") 0% 100% no-repeat;
	font-size: 120%;
}

#menuleft h3
{
	font-size: 100%;
	background: transparent url("img/h3-left.png") 100% 100% no-repeat;
}

#menuright ul a, #menuleft ul a, #main_menu ul a
{
	text-decoration: none;
	color: #aaa;
}

#menuright ul a:hover, #menuleft ul a:hover, #main_menu ul a:hover
{
	text-decoration: none;
	color: #4e664d;
/*	padding-bottom: 4px;
	padding-left: 14px;
    	background-position:  0% 10%;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/chevron_li_cat.png");*/
}

#menuleft ul, #menuright ul
{
	margin:0;
}

#content h2 a 
{
	color: #000;
}

#content a:hover
{
	text-decoration: underline;
}

#footer a
{
	text-decoration: none;
	border: none;
	color: #000;
}


ol.tree
{
	margin: 10px 0 0 0; /* sans message defilent -10px  0 0 0 */
	padding: 0;

}

ol.tree li
{
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;

	padding-bottom: 4px;
	padding-left: 13px;
    	background-position:  0% 40%;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/chevron_li_cat.png");
}
ol.tree li a
{
        /*padding-bottom: 4px;
	padding-left: 13px;
    	background-position:  0% 40%;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/chevron_li_cat.png");
	*/
	font-weight: bold;
	color: #9fbca4;
}
ol.tree li a:hover
{
	font-weight: bold;
	color: #467361;
}
/*
ol.tree li:before
{
	content: ' \00bb  ';
}
*/
#content img
{
	/*border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 6px 10px 0 0;
	float: left;
	display: block;
	vertical-align: middle;*/
	padding: 5px;
        border: none;	
}

p.modified
{ 
	color: #666;
	font-size: .8em;
	padding: 4px 0 0 13px;
	margin: -2em 1em -0.5em 0;
	background: url("img/p-modified.png") 0% 80% no-repeat;
}

#content .modified a
{
	text-decoration: none;
}

p.modified a:hover
{
	color: #1771A0;
	text-decoration: underline;
}

.resources-number, .comment-closed
{
	color: #999;
	font-style: italic;
}

.resource
{
	float: left;
	width: 100%;
	
}

.resource p , .resource li
{ 
	margin-bottom: 12px;
	color: black; /*#69737a;*/
	font-size: 0.9em;	
	text-align: justify;
}

/*.resource li 
{
padding-top:6px;
	
	padding-bottom: 4px;
	padding-left: 13px;
    	background-position:  0% 40%;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/puce.gif");
	list-style: none;
}
*/
#bienvenue > div > p {
	text-align: justify;
	font-size: 0.8em;
}



#art-description {}

#footer img, div.col-content img
{
	border: none;
	vertical-align: bottom;
}

#footer p
{
	color: #ccc;
	font-size: .8em;
}

#banner h1 a
{
	margin: 0;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 100;
}

#art-title
{
	margin: 10px 0 -10px 0;
	font-size: 2.2em;
	color: #000;
	font-variant: small-caps;
	font-weight: 100;
}

#art-pages-list h3
{
	font-weight: bold;
}

div.col-content
{
	padding: 1em 10px;
	padding-top: 80px;
}

div.col-content h2, div.col-content h3
{
	padding-bottom: 0;
	margin-bottom: 0.2em;
}

div.col-content li
{
	list-style: none;
}

div.col-content ol li
{
	list-style-type: decimal;
	margin-left: 1.2em;
	
}

div.col-content a
{
	text-decoration: underline;
	font-weight: bold;
	
}

div.col-content ul, div.col-content ol
{
	margin-top: 0;
	margin-left: 7px;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 0;
	font-size: 1em;
	
}

ol li.current a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.feeds, .sitemap
{
	font-size: .9em;
	padding-left: 18px;
	color: #ccc;
}

.feeds
{
	background: transparent url("img/feeds.png") 4% 40% no-repeat;
}

.sitemap
{
	background: transparent url("img/sitemap.png") 0% 40% no-repeat;
}

.score
{
	font-size: 90%;
	color: #090;
	margin-top: -10px;
	text-align: right;
	border-top: 1px dotted #BEE5BE;
	padding: 2px 4px;
	background-color: #ECF7EC;
}

.err404
{
	padding: 20px 0 0 60px;
	background: transparent url("img/err404.gif") 0% 80% no-repeat;
	font-weight: 100;
	font-size: 2.5em;
}

img.px-left 
{ 
	margin:3px 12px 10px 0;
	float: left;
	display:block;
}

img.px-center
{ 
	margin:8px auto 8px auto;
	display: block;
}

img.px-right
{ 
	margin:3px 0 10px 12px;
	float: right;
	display:block;
}

#menuright .feeds, #menuright .sitemap
{
	text-decoration: none;
	margin: 0;
}

#menuright a.feeds:hover
{
	color: #F7A802;
}

#menuright a.sitemap:hover
{
	color: #8CAD36;
}

.recent-news, .project_contribution 
{
	background-color: #f7fad7;
	border: 1px solid #c8dd00;
	padding: 2px 10px 10px 10px;
	margin: 4px 0 10px 0;
	color: #036;
	font-size: 80%;
	font-style: italic;
	text-decoration: none;
}

.project_contribution 
{
	font-size: 100%;
	background-color: transparent;
	/*border: 1px dotted #c8dd00;*/
	border: none;
	
}

.recent-news h3 > a 
{
	text-decoration: none;

}
.recent-news h3 
{
	margin: 0;
	padding-top:6px;
	font-size: 110%;
	padding-bottom: 4px;
	padding-left: 13px;
    	background-position:  0% 10px;
    	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/puce.gif");
}

.recent-news h2
{
	margin: 0;
	font-size: 120%;
}

.recent-news .recent-news-date
{
	color: #91A8C0;
	text-align: right;
}

.recent-news p
{
	margin-top: 0;
}


.resources_list
{
	background-color: #f7fad7;
	background: #fff url('/xmedia/main_theme/cadre_resources_liste.png') repeat-x;
	border: 1px solid #c8dd00;
	border-color: #ccc;
	padding: 2px 10px 10px 10px;
	margin: 4px 0 10px 0;
	color: #036;
	font-size: 100%;
	font-style: italic;
	text-decoration: none;
}

.resources_list > ul li {
	list-style-image : url(/xmedia/main_theme/chevron_li_cat.png);
}
.resources_list > ul li a:hover {
	background: none;
}
ul.extra
{
	margin: 0;
	padding: 0;
}

ul.extra li
{
	display: inline;
	list-style-type: none;
	padding-right: 1em;
	padding-left: 0;
}

.associated-link
{
	text-align: right;
}

input, textarea 
{
	border-width: 1px;
	border-color: #ccc;
}

input[type], textarea[name]
{
	background: #fff;
}

input[type=submit], input[type=reset] 
{
	background: #bbb;
	color: #000;
}

input[type=submit]:hover 
{
	background: #999;
	color: #ccc;
}

/* ====================================================================
COMMENTS
-------------------------------------------------------------------- */

div.px-comment
{ 
	background-color: #FFFFF1;
	padding: 0 14px 0 16px;
	border: 1px solid #FFF2CB;
	margin-bottom: 6px;
	color: #666;
	font-style: italic;
}

div.px-comment a
{ 
	color: #666;
}

div.px-comment a:hover
{ 
	color: #000;
}

.px-comment-info
{ 
	font-weight: bold;
	padding-left:20px;
	background: url("img/comment-icon.png") 0% 70% no-repeat;
}

.px-comment .px-comment-info-website
{
	color: #ccc;
}

form.px-comment
{
	padding: 10px 16px 10px 16px;
	margin-bottom: 20px;
	background-color: #FFF3F8;
	border: 1px solid #FFE3EE;
	font: .8em Verdana, "Lucida Grande", Tahoma, Helvetica, San-Serif;
}

form.px-comment p
{
	margin: 0;
}

form.px-comment textarea
{
	width:100%;
}

form.px-comment textarea, form.px-comment input
{
	background-color: #fff;
}

.input-submit
{
	text-align: right;
	padding-top: 8px;
}

form.px-comment label
{
	float: left;
	display: block;
	width: 100px; 
	font-size: 110%;
}

.px-comment-add
{
	padding-bottom: 4px;
	border-bottom: 1px solid #E6E6E6;
	font-variant: small-caps;
	font-size: 120%;
}

form.px-comment submit
{
	margin:0;
	text-align: right;
}

.px-comment-error
{
	border: 1px dotted #FF8080;
	padding-bottom: 10px;
	width: 80%;
}

.px-comment-error ul
{
	padding-top: 6px;
}

.px-comment-error li
{
	color: red;
	list-style-type: none;
	background: url("img/errmsg.gif") 0% 50% no-repeat;
	padding-left: 20px;
}

.px-comment-preview
{
	padding: 0 20px 10px 40px;
	font-style: italic;
	color: #999;
	background: url("img/comment-preview.png") 0% 0% no-repeat;
}

.px-comment-validation
{
	padding-left: 16px;
	font-style: italic; 
	color: #999;
	background: url("img/comment-validation.gif") 0% 50% no-repeat;
}

span.px-comment-required-email
{
	font-size: 90%;
	font-style: italic;
	color: #666;
}

/* ====================================================================
GALLERY
-------------------------------------------------------------------- */

div.gallery {}
div.gallery-top {}

div.gallery-bottom 
{ 
	clear: left;
}

div.gallery-thumb a 
{	
	float: left;
	display: block;
}

#content img.gallery-thumb 
{	
	margin: 0 0 10px 0;
}

div.gallery-img 
{ 
	float: left;
	width: 200px;
	padding: 0 0 0 10px; 
	margin: 0 10px 10px 0;
}

p.gallery-legend
{ 
	text-align: center;
	line-height: 100%;
	font-style: italic;
	color: #A5A569;
}

/* ====================================================================
SITEMAP
-------------------------------------------------------------------- */

#sitemap
{
	padding: 0 20px;
	margin-bottom: 20px; 
}

#sitemap h1
{
	padding: 20px 0 0 0;
	font-weight: 200;
	color: #0E5A8A;
}

#sitemap h3
{
	font-size: 120%;
	border-bottom: 1px solid #EDEDED;
	background-color: #F9F9F9;
	padding: 0px 4px;
}

#sitemap h3 a, #sitemap li.subcatlism a
{
	color: #f06;
}

#sitemap li
{
	font-size: .9em;
	color: #6887A4;
}

#sitemap li.nodeco
{
	list-style-type: none;
}

#sitemap li.nodeco a
{
	color: #98C6E6;
}

#sitemap li.nodeco li
{
	list-style-type: circle;
	color: #98C6E6;
}

#sitemap li.subcatlism
{
	list-style-type: circle;
	color: #f06;
}

#sitemap li.subcatlism p
{
	padding: 10px 0 0 0;
}

#sitemap p
{
	color: #666;
	font-size: 90%;
	font-style: italic;
	margin-top: -10px;
}



#animation {
	float: right;
}

body.category #content h2, h2.restitle
{
    padding-bottom: 4px;
    padding-left: 20px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/chevron_h2.png");
    font-size: 1.4em;
    font-style: italic;
    color : #467361;
}

.resource > p {
	text-align : justify;
	/*text-indent: 1em;*/
}

.resource > h2  {
	 color : #467361;
}
body.category #content h3, body.news #content h3 {
	color : #467361;
	padding-bottom: 4px;
    	padding-left: 15px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
    	background-image: url("/xmedia/main_theme/chevron_h3.png");
}



/* ====================================================================
Contenu alternatif de l'animation principale - page d'acceuil
-------------------------------------------------------------------- */

#cadre {

	border:1px solid #ccc;
	background: transparent url(img/front.png) no-repeat bottom;
	width: 100%;
	height: 320px;
	margin: auto;
	
}

#site_name {
	margin: auto;
	height: 20px;
	width: 257px;
	padding:auto;
	
}
#site_name h2 {
	font-style: normal; text-align: left;
}

#carres_mobility {
	margin: auto;
	background: transparent url(/xmedia/main_theme/trois_carres_mobility.png) no-repeat 50% 50%;
	height: 220px;
	width: 363px;
	padding-top: 1em;
}

#baseline_1 {
	font-size: 1.2em; color: rgb(34, 30, 31);padding-top: 135px;
}
/*#baseline_1 span {font-size: 1.8em; color: #221e1f;}*/
#baseline_2 {
	font-size: 1em;font-style: italic; font-weight: bold; color: #5a5858;
}
/* ====================================================================

-------------------------------------------------------------------- */

a.pilote {

	border: 0px solid rgb(170, 170, 170);
	font-weight: bold;
	color : #a1d100;

	
}

a.pilote:hover {

	
	font-weight: bold;
	text-decoration: none;
	
}


#pilotes > ul {
	border-bottom: 1px dotted rgb(170, 170, 170);
}
#pilotes > ul > li > ul {
	padding-top:1em
}
#pilotes > div {
	width: 160px;
	
}
#pilotes > div a {
	
	 border: none;
	 display: block;
	 margin: auto;
	 padding : 5px;	
}
#pilotes > div a:hover {
	 border: 1px solid rgb(170, 170, 170);
	 padding : 4px;	
	 margin: auto;
	  
}
/*.logo_pilote {
	list-style-type:none;
}*/

img.logo_pilote  {
	display: block;
	float: none;
	/*border: 1px solid rgb(170, 170, 170);*/
	border : none;
	padding : 5px;	
	vertical-align: middle;
       	
}
.contact {

    padding-bottom: 4px;
    padding-left: 28px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/contact.png");
    font-weight: bold;
}

.flag-fr {
    padding-bottom: 4px;
    padding-left: 20px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/flag/fr.png");
   
}

.flag-gb {
    padding-bottom: 4px;
    padding-left: 20px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/flag/gb.png"); 

}

.pdf {

    padding-bottom: 4px;
    padding-right: 25px;
    background-position:  100% 0%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/pdf.png");
}
.back {

    padding-bottom: 4px;
    padding-left: 20px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/arrow_back.png");
}
.important {

    padding-bottom: -10px;
    padding-left: 28px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-image: url("/xmedia/main_theme/h3_important.gif");
    border: 1px solid #c8dd00;
    background-color: #c9e60c;
    color: #000;

}

/* ====================================================================
MENU DEROULANT Vertical
-------------------------------------------------------------------- */
/* CSS issu des tutoriels http://css.alsacreations.com */

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 118px; /* sans message defilent 115*/

z-index:100;
width: 95%;
padding: auto;

}
#menu dl {
float: left;
/*width: 6.5em; 11.2% */
width: 11.5%;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background-color: transparent/*#f7fad7*/;
border: 1px dotted #c8dd00;
margin-bottom:2px;
/*background: #ccc;
border: 1px solid gray;*/
}
#menu dd {
border: 1px solid #c8dd00;
}
#menu li {
text-align: left;

background: #f7fad7;
border-bottom: #c8dd00 1px dotted ;
font-size: 0.8em;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding: 3px;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
background-color: #e9f8a4;

font-weight: bold;
}

/* Menu dÃ©roulant FIN */


a.info{
    position:relative; 
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    
    top:2em; left:2em; width:15em;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#6699cc;
    text-align: justify;
    font-weight:none;
    padding:1px;
    
    }



div#agenda_header {
    clear: both;
    
    padding: 1px;
}

#agenda_header ul {list-style: none}


a

{

	text-decoration: none;

	color: #6887A4;

}



a:hover {

	color: #d4de23;

}

#content #report {
 text-align: center;
 border: #467361 1px solid;
 padding:1em;
 background:#e7f092 url(img/err404.gif) no-repeat 20px;
 height:65px;
 color: #000;
}
#message_report {
	color:#000;
	position: absolute;
	top: 115px;
	border:#aaa 1px solid; 
	background-color: #cffb03; 
	height:18px;
	text-transform:uppercase;
	font-weight:bold
}
#message_report span {
	 color:#fff;
	 background: #fb3103;
	 padding-right:1em;
	 padding-left:1em
}


/* ANNULATION
 * #cadre_date_lang
 */
 

#easy-access, #date_lieu, #menu, .sitemap, .feeds {display:none}
#banner {height:105px;}
#content #report {height: 85px}
