
/*
*************
**************
************** INCLUSION du fichier '/www/static.cirad.fr/prod/css/ezSites/reset_3.css'
**************
**************
*/


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
     overflow-y: scroll;
	 font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*.................................................................... ezSites*/
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


body {
	line-height:1.6em;
}
h1 {
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}
h2 {
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}
h3 {
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}
h4 {
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}
h5 {
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}
h6 {
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}
hr {
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc;border-collapse:collapse; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding:0 5px; }

hr, p,ul ,ol , dl, pr, address, table, form
{
	margin-bottom:1.6em;
}


fieldset {
	margin:1.6em 0;
	padding:1.6em;
}

/* \*/

legend {
	padding-left:.8em;
	padding-right:.8em;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */
{
	legend 	{
		margin-bottom:1.6em;
	}
	fieldset 	{
		margin-top:0;
	}
	/*#content[class^='content'] fieldset {
		margin-top:1.6em;
	}*/
}
fieldset>*:first-child {
	margin-top:0;
}
textarea, input[type='text'] {
	padding:.1em .2em;
}
input {
	padding:.2em .1em;
}
select {
	padding:.2em .1em 0;
}
select[multiple] {
	margin-bottom:.8em;
}
option {
	padding:0 .4em .1em;
}
button {
	padding:.3em .5em;
}
input[type='radio'] {
	position:relative;
	bottom:-.2em;
}
dt {
	margin-top:.8em;
	margin-bottom:.4em;
}
ul, ol {
	margin-left:2.2em;
}
caption, form div {
	padding-bottom:.8em;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom:0;
}


/*----------------------------------------------------------------*/
/*          BOITE DE CONNEXION / DECONNEXION        */
/*----------------------------------------------------------------*/
body.not_connected div#warning_hiddensite {
	width:450px;
	border:1px solid #000;
	margin:150px auto;
	padding:10px;
	background:#fff;
}
body.not_connected div#warning_hiddensite h1 {
	text-align:center;
	font-size:17px;
}
body.not_connected div#warning_hiddensite h2 {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	margin:5px 20px;
}
body.not_connected div#warning_hiddensite h2:last-child {
	margin-bottom:20px;
}
body.not_connected div#warning_hiddensite h3 {
	text-align:center;
	margin:15px 0 0 0;
	font-size:20px;
	color:#ccc
}
body.not_connected div#warning_hiddensite .block {
	text-align:left;
	margin-bottom:10px;
}
body.not_connected div#warning_hiddensite label {
	width:125px;
	display:block;
	float:left;
	font-weight:bold;
	color:red;
}
body.not_connected div#warning_hiddensite input {
	width:200px;
}
body.not_connected div#warning_hiddensite .buttonblock {
	text-align:center;
}
div#login_state {
	text-align:center;
	font-weight:bold;
	padding:10px 0 30px;
}


/*----------------------------------------------------------------*/
/*                EDITEUR XML - content.ini.append          */
/*----------------------------------------------------------------*/
div.attr_accroche {
	font-weight:bold;
}
p.text-left {text-align:left;}
p.text-center {text-align:center;}
p.text-right {text-align:right;}
p.text-justify {text-align:justify;}

#contenu > .attr_image {
	float:right;
	margin:0 0 20px 20px;
	background:#fff;
}
aside .attr_image {
	float:none;
	margin:0 0 20px 0;
}
.object-right .attribute-image,
.object-right .attr_image {
	float:right;
	margin:0 0 20px 20px;
}
.object-left .attribute-image,
.object-left .attr_image {
	float:left;
	margin:0 20px 20px 0;
}
.object-center .attribute-image,
.object-center .attr_image {
	text-align:center;
	float:none;
	margin:0;
}


table p {
	margin:0;
}
table caption {
	font-weight:bold;
}
table.default th {
	background:#eee;
}
hr {
	clear:both;
}

/*........................................................ Orientation image - EXIF .........*/
img {
	image-orientation: from-image;
}



/*........................................................ extension de fichier .........*/
/*a[href^="http://"] {
	padding-left:20px;
	background:url(/css/ezSites/sprite_MIME.png) 0 -200px no-repeat;
}
a[href^="http://www.cirad.fr"]  {}
a[href^="mailto"] {}*/

a[href$=".zip"] span, a[href$=".rar"] span {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 0 no-repeat !important;
}
a[href$=".ppt"] span, a[href$=".pptx"] span  {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 -40px no-repeat !important;
}
a[href$=".pdf"] span {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 -80px no-repeat !important;
}
a[href$=".doc"] span, a[href$=".docx"] span {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 -120px no-repeat !important;
}
a[href$=".xls"] span, a[href$=".xlsx"] span {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 -160px no-repeat !important;
}
a[href$=".mp3"] span.lig1 {
	padding-left:20px !important;
	background:url(/css/ezSites/sprite_MIME.png) 0 -453px no-repeat !important;
}
a.opennew > span {
	padding-left:25px !important;
	background:url(/css/ezSites/sprite_MIME.png) 6px -237px no-repeat !important;
}


/*........................................................................ noBorder .........*/
.noBorder {
	border:none;
}
.noBorder th, .noBorder td {
	border:none;
}
.trBorder {
	border:none;
}
.trBorder th, .trBorder td {
	border:none;
}
.trBorder tr {
	border-bottom:1px solid #aaa;
}
.trBorder th {
	background:#eee;
}

/*............................................................... td_1, td_2, td_3 .........*/
.td_1 {
	background:#D7DFD5;
}
.td_2 {
	background:#EAD9D9;
}
.td_3 {
	background:#D5DEE8;
}

/*............................................................... th_1, th_2, th_3 .........*/
.th_1 {
	background:#A39FA4;
	color:#fff;
}
.th_2 {
	background:#98A495;
	color:#fff;
}
.th_3 {
	background:#B29B9C;
	color:#fff;
}

/*............................................................................... Listes .........*/
ol ol,
ul ul {
	list-style-type: circle;
}
.ol_1,
.ul_1 {
	border:1px solid #ccc;
	margin-left:0;
	padding:1em 1em 1em 4em;
	background:#eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

/*...................................................................... Paragraphes .........*/
.p_exergue_1 {
	text-align:center;
	width:250px;
	padding:1.5em;
	float:right;
	background:#D5DEE8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:0 0 2em 2em;
}
.p_exergue_1:before {
	content:'\201C';
	font-size:40px;
	margin-left: -0.55em;
}
.p_exergue_1:after {
	content:' \201D';
}
.p_exergue_2 {
	text-align:center;
	width:250px;
	padding:1.5em;
	float:left;
	margin: 0 2em 2em 0;
	background:#D5DEE8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.p_exergue_2:before {
	content:'\201C';
	margin-left: -0.55em;
}
.p_exergue_2:after {
	content:' \201D';
}
.p_encadre {
	padding:1em 2em;
	background:#D5DEE8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.p_espace_1 {
	margin-bottom:3em;
}
.p_espace_2 {
	margin-bottom:6em;
}
.p_1 {
	font-weight:bold;
	color:#933;
	font-size:1.1em;
	text-align:center;
	margin:0 3em 1.6em;
}
.p_2 {
	padding:15px 0 15px 58px;
	background:url(/css/ezSites/bg_p_2.png) 0 0 no-repeat;
	font-size:1.1em;
	letter-spacing:1px;
}
.p_3 {
	text-align:center;
	padding:1em 2em;
	background:#069;
	color:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*-------------------------------------------------------------------------*/
/*                                crd_video                                */
/*-------------------------------------------------------------------------*/
/* width et height en styles inline */
.crd_video.embed .attr_fichier,
.crd_video.embed-inline .attr_fichier {
position:relative;
/* width et height en styles inline */
}
a.video {
display: table-cell;
text-align: center;
vertical-align: middle;
}
a.video img.play_button,
a.video .background img {
	float:none;
	margin:0;
}
/* Image "splash" en pseudo-background (sur div conteneur) */
a.video .background {
position:absolute;
top:0;
left:0;
z-index:-9999;
/* width et height en styles inline */
}



/* On masque le terme "SPAMFILTER" dans les adresses Mails*/
.spamfilter {
	display:none;
}



/* Pour l'avertissement "votre javascript est désactivé" */

.no-js {
	padding-top:70px;
}
.no-js .warning-nojs {
margin:0 auto;
padding-top:10px;
position:absolute;
top:0;
left:25%;
width:50%;
color:#AF2D51;
text-align:center;
z-index:100;
font-weight:bold;
font-size:14px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.js .warning-nojs {
display:none;
}


/* Sauts de ligne généré par double-pipe" */
h1 span.lig1,
h1 span.lig2,
h1 span.lig3,
h1 span.lig4,
p.attr_accroche span.lig1
p.attr_accroche span.lig2,
p.attr_accroche span.lig3,
p.attr_accroche span.lig4 {
	display:block;
}



.crd_video_html5 p,
.crd_video_html5 ul {
display:none;
}

/*-----------------/cookies/infos */
.info_cookies button {
    margin-bottom: 25px;
    border-radius:5px;
}
.info_cookies p#no {
    background: none !important;
    font-weight: bold
}


/*
*************
**************
************** INCLUSION du fichier '/www/static.cirad.fr/prod/css/ezSites/resultatRecherche.css'
**************
**************
*/

/*-------------------------------------------------------------------------*/
/*             page de recherche - recherche avancée                */
/*-------------------------------------------------------------------------*/
#content .content-search fieldset, #content .content-search legend {
	margin:0; padding:0;
	color:#E1007A;
}
#content .feedback {
	padding-top:20px;
}
#content .feedback h2 {
	margin-top:0;
}
#content .item_trouve {
	 padding:5px 0;
	 margin-bottom:5px;
	 border-bottom:1px dotted #000;
	 overflow:auto;
}
#content .item_trouve p {
	  margin:0.5em 0;
}
#content .item_trouve p.attr_name {
	font-weight:bold;
}
#content .item_trouve p.attr_name a {
	text-decoration:none;
	padding-left:15px;
	background:url(/css/ezSites/sprite_resultatsRech.png) 0 -154px no-repeat
}
#content .item_trouve p.attr_name a:hover {
	text-decoration:underline;
}
#content .item_trouve p.extrait {
	line-height:1.3em;
	margin:0.5em 0;
}
.content-advanced-search p.infos,
#search_results p.infos {
	text-align:right;
}
.content-advanced-search p.infos span,
#search_results p.infos span {
	padding-left:80px;
}

.score_excellent p.infos span {
	background:url(/css/ezSites/sprite_resultatsRech.png) 0 4px no-repeat;
}
.score_bon p.infos span {
	background:url(/css/ezSites/sprite_resultatsRech.png) 0 -35px no-repeat;
}
.score_mediocre p.infos span {
	background:url(/css/ezSites/sprite_resultatsRech.png) 0 -75px no-repeat;
}
.score_mauvais p.infos span {
	background:url(/css/ezSites/sprite_resultatsRech.png) 0 -115px no-repeat;
}
p.infos span.score {
	display:none;
}
.content-advanced-search p.infos span.date,
#search_results p.infos span.date {
	font-size:10px;
	font-style:italic;
}
.pagenavigator {
	margin:30px 0 0 0 ;
	font-weight:bold;
}
.pagenavigator span {
	padding:0 5px;
}
.pagenavigator a {
	text-decoration:none;
}

#search_results .attr_image {
	float:left;
	margin:0 15px 10px 0;
}


/*
*************
**************
************** INCLUSION du fichier 'commod.css'
**************
**************
*/

body {
	font-size:14px;
	font-family: 'Lato', sans-serif;
	background:#ccc;
}
header#entete {
height:217px;
border-bottom:1px solid #189C8D;
background:url(bg_header_FR.jpg) 0 0 no-repeat;
}

div#titre_site div#logo {
	position:absolute;
	top:35px;
	width:710px;
	height:110px;
}
div#titre_site div#logo a {
	display:block;
	width:710px;
	height:110px;
}
div#titre_site div#logo img {
	display:none;
}
header#entete h1, header#entete h2 {
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
header#entete hgroup h1 a {
    color: transparent;
	text-decoration:none;
}

#container {
width:1000px;
margin:0 auto;
background:#fff;
position:relative;
}
.DEBUG, ul#menu_accessibilite, .hide {
	display:none;
}

/*-------------------------------------------------------------------------*/
/*                                   Outils                                */
/*-------------------------------------------------------------------------*/
#searchbox {
	position:absolute;
	top:20px;
	left:870px;
	width:120px;
}
#searchbox p {
	margin:0;
}
#searchtext {
	border:1px solid #000;
}
#menuOutils {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:19px;
	line-height: 17px;
	position:absolute;
	top:87px;
	left:850px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#menuOutils li {
	margin-bottom: 7px;
}
#menuOutils a {
	text-decoration:none;
	color:#000;
}
#menuOutils a:hover {
	color:#FF6D00;
}
#menuOutils .Discussionforum a,
#menuOutils .Forumdediscussion a {
	color: #FF6D00;
}







#menuOutils a span {
	padding-left:20px;
	background:url(sprite_commod.png) 0 6px no-repeat;
}
#menuOutils .Accesreserve a span,
#menuOutils .PrivateAccess a span {
	background: url(cadenas.png) 0 5px no-repeat;
}

/*-------------------------------------------------------------------------*/
/*                                MenuLangues                              */
/*-------------------------------------------------------------------------*/
ul#langages {
	margin:0; padding:0;
	list-style-type:none;
	position:absolute;
	top:175px;
	left:935px;
}
ul#langages li {
	width:27px;
	height:19px;
	margin-bottom:4px;
}
ul#langages li a {
	display:block;
	text-decoration:none;
	width:27px;
	height:19px;
	overflow:hidden;
	background:url(/css/ezSites/sprite_menuLangues_27.19.png) 0 0 no-repeat;
}
ul#langages li a span {
	visibility:hidden;
}
ul#langages li.en a {
	background-position:0 -40px;
}
ul#langages li.es a {
	background-position:0 -80px;
}
[LANG=fr-FR] li.fr,
[LANG=en-GB] li.en,
[LANG=es-SP] li.es {
	display:none;
}


/*-------------------------------------------------------------------------*/
/*                                Nav - Arianne                            */
/*-------------------------------------------------------------------------*/
#nav_ariane {
}
p#nav_ariane {
line-height:24px;
overflow:auto;
font-family:Verdana, Geneva, sans-serif;
padding:5px 20px 6px 20px;
margin:10px 0 30px;
border-bottom:1px dotted #ccc;
}
p#nav_ariane a {
color:#168b7e;
text-decoration:none;
}
p#nav_ariane a:hover {
color:#000;
}
p#nav_ariane span {
padding:0 8px;
display:block;
float:left;
}
p#nav_ariane span.libelle {
display:none;
}
p#nav_ariane span.bc1 {
width:24px;
height:24px;
padding:0;
margin-right:15px;
background:url(sprite_home.png) 0 0 no-repeat;
}
p#nav_ariane span.bc1 a {
display:block;
width:24px;
height:24px;
overflow:hidden;
text-decoration:none;
}
p#nav_ariane span.bc1 a:hover {
background:url(sprite_home.png) 0 100% no-repeat;
}
p#nav_ariane span.bc1 span.path-text,
p#nav_ariane span.bc1 a span {
	display:none;
}
p#nav_ariane span.path-separator {
height:24px;
width:13px;
padding:0;
background:url(sprite_home.png) 100% 0 no-repeat;
}
p#nav_ariane span.path-separator span.separator {
visibility:hidden;
}


/*-------------------------------------------------------------------------*/
/*                                Navigation verticale                     */
/*-------------------------------------------------------------------------*/
#menuArborescence ul {
	margin:0; padding:0;
}
#menuArborescence {
	min-height:450px;
	width:170px;
	float:left;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	margin:0;
	padding:0;
}
#menuArborescence a {
	text-decoration:none;
	color:#168b7e;
}
#menuArborescence a:hover,
#menuArborescence .menudepth_1 > li.courant > a, 
#menuArborescence .menudepth_2 > li.courant > a,
#menuArborescence .menudepth_3 > li.courant > a,
#menuArborescence .menudepth_4 > li.courant > a {
	color:#000;
}
#menuArborescence > .menudepth_1 > li > a {
	display:block;
	margin-bottom:20px;
	font-size:28px;
	padding:0 0 15px 0;
	display:none;
}
#menuArborescence .menudepth_2 > li  {
	padding:10px 0;
	border-bottom:1px dotted #aaa;
	font-size:22px;
}
#menuArborescence .menudepth_3 {
	margin:10px 0 0 0 ;
}
#menuArborescence .menudepth_3 > li  {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:3px 0;
}
#menuArborescence .menudepth_4 {
	margin: 2px 0 10px;
}
nav#menuArborescence .menudepth_4 > li  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-type:square;
	padding:0;
	padding-left:10px;
	list-style-position:inside;
	color:#94A014;
}

/*-------------------------------------------------------------------------*/
/*                             Content - LAYOUT                            */
/*-------------------------------------------------------------------------*/
.mep_accueil #container {
	background:#fff url(bg_accueil.jpg) 0 300px no-repeat;
}
#main {
	overflow:auto;
	margin: 20px 20px 50px;
}
#content {
	overflow:auto;
	margin:0 0 0 210px;
	width:750px;
}
#content article {
	float:left;
	width:750px;
	min-height:400px;
}
.mep_etudeDeCas #content article {
	float:left;
	width:510px;
	min-height:400px;
}
.mep_etudeDeCas #content aside {
	width:200px;
	float:right;
	min-height:400px;
}


a {
	color:#168b7e;
	text-decoration:none;;
}
a:hover {
	color:#FC0000;
}

article h1, article h1 b, article h1 i,
article h2, article h2 b, article h2 i,
article h3, article h3 b, article h3 i {
	font-weight: normal;
	font-style: normal
}

.mep_accueil article h2,
article h1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:28px;
	font-weight:normal;
	margin-top:0;
	color: #ff6d00;
	padding-left: 26px;
	background: url(sprite_commod.png) 0 -400px no-repeat;
}
article h2 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight:normal;
	font-size:24px;
	padding-bottom:6px;
	border-bottom:1px dotted #ff6d00;
;
	color: #ff6d00;
}
article h3 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight:normal;
	font-size:22px;
	color: #ff6d00;
}

.mep_accueil .attr_contenu1 p {
	font-weight:700;
	padding-left:15px;
	border-left:3px solid #FD0100;
}
.mep_accueil .attr_contenu3 {
	font-weight: bold;
	color: #ff6d00;
}


.debut_page {
	display:none;
}
.fin_page {
	font-size:0.95em;
	text-align:right;
}


article .ul_2 {
	margin:0;
	line-height:1.4em;
}
article .ul_2 li {
	margin-bottom:10px;
}
p.p_1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:24px;;
	line-height:1;
	margin:1.14em 0 0.57em;
	text-align:left;
	padding:5px 20px 5px 50px;;
	background:#F67467 url(sprite_commod.png) 20px -78px no-repeat;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.trBorder td {
	padding:8px 5px;
}

.projets {
	margin:0; padding:0; list-style-type:none;
}
.projets li {
	padding:13px 0;
	border-bottom:1px dotted #000;
	overflow:auto;
}
.projets p {
	line-height: 1.3em;
	margin:8px 0 0 115px;
}
.projets .attr_image {
	float:left;
	margin:0 15px 5px 0;
}
.projets .attr_name {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:20px;
	color:#000;
	line-height: 1.05em;
}
.projets .attr_name a {
	text-decoration:none;
}
.projets .attr_name a span {
	padding-left:15px;
	background:url(sprite_commod.png) 0 5px no-repeat;
}
.projets .attr_name a:hover {
	color:#FC0000;
}





.niv1rich {
	margin:0; padding:0; list-style-type:none;
}
.niv1rich li {
	padding:13px 0;
	border-bottom:1px dotted #000;
	overflow:auto;
}
.niv1rich .attr_accroche {
	line-height: 1.3em;
	margin:0 0 10px 0;
	font-weight: normal;
}
.niv1rich img {
	float:left;
	margin:0 15px 5px 0;
}
.niv1rich .attr_name {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:20px;
	color:#000;
	line-height: 1.05em;
	margin: 0 0 10px 0;
}
.niv1rich .attr_name a {
	text-decoration:none;
}
.niv1rich .attr_name a span {
	padding-left:15px;
	background:url(sprite_commod.png) 0 5px no-repeat;
}
.niv1rich .attr_name a:hover {
	color:#FC0000;
}






table.trBorder th, 
table th {
	padding: 10px 5px;
	text-align: left;
	background: #F67467;
	color: #fff;
	font-size: 15px;
}
table.trBorder tr:first-child {
	border: none;
}

.table_1,
.table_1 td {
	border: none;
}
.table_1 td {
	padding: 10px 5px;
}
.table_1 tr {
	border-bottom: 1px solid #ccc;
}
.table_1 tr:last-child {
	border: none;
}
.table_1 .attr_image {
	margin: 0 20px 0 0 ;
}




td.td_1 {
	text-align: right;
	background: none;
}


/*................................... ASIDE ...............................*/
aside {
	font-size:0.9em;
	line-height:1.5em;
}
aside h2 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:22px;
	font-weight:normal;
	padding:8px 20px;;
	background:#F9B202;
	color:#fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
aside h3 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:24px;
	font-weight:normal;
	color:#F9B202;
}
aside ul {
	margin:0 0 0 15px; padding:0;
}










/*-------------------------------------------------------------------------*/
/*                                         Footer                          */
/*-------------------------------------------------------------------------*/
footer#basdepage {
	height:45px;
	background: url(bg_piedPage.png) 0 0 no-repeat;
}
footer#basdepage p {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:45px;
	color:#fff;
	margin-left:40px;
}
footer#basdepage a {
	text-decoration:none;
	color:#fff;
}
footer#basdepage a:hover {
	text-decoration:underline;
}

/*-------------------------------------------------------------------------*/
/*                                  PAGINATION                             */
/*-------------------------------------------------------------------------*/
article #paginateur {
	text-align:center;
	margin-top:50px;
}
article #paginateur li {
	border:none;
	display:inline-block;
	margin:0 5px 0 0 ;
	
}
article #paginateur li.current {
	padding:4px;
}
article #paginateur li a {
	display:block;
	text-decoration:none;
	background:#ddd;
	padding:4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article #paginateur li a:hover {
	background:#ccc;
}


/*-------------------------------------------------------------------------*/
/*                                    FILTRE                               */
/*-------------------------------------------------------------------------*/
#filtre  h2 {
}



.alfrescoDocument .type,
.alfrescoDocument .sepExt, .alfrescoDocument .date, .alfrescoDocument .sepInt, .alfrescoDocument .poids, .alfrescoDocument .sepExt {
	display: none;
}










/*
*************
**************
************** INCLUSION du fichier 'superfish.css'
**************
**************
*/

/*-------------------------------------------------------------------------*/
/*                                MENU DEROULANT                           */
/*-------------------------------------------------------------------------*/
.sf-menu {
	position:absolute;
	top:176px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em;  left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			42px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	display:block;
	padding: 	0	1.0em 0;
	text-decoration:none;
	border-right:1px solid #189C8D;
	color:#189C8D;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu > li {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:24px;
	line-height:42px;
}
.sf-menu > li.courant > a {
	background: #189C8D;
	color: #fff;
}
.sf-menu > li > a:hover {
}
.sf-menu li li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.4em;
	background:	#189C8D;
}
.sf-menu li li a {
	padding: 	.55em 1em;
	font-weight:bold;
	color:#fff;
}

.sf-menu li:hover, /*.sf-menu li.sfHover, .sf-menu a:focus,.sf-menu a:hover .sf-menu a:active */{
	background:		none;
	outline:		0;
}
.sf-menu li ul > li > a:hover {
	outline:		0;
	background:#444;
}










