﻿@charset "utf-8";
/*---------------------------------------------------------------------------------------------------------------------*/
/*CSS RESET*/ /* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
	
hr.line {
	clear: both;
	background: none;
	border: 0;
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
	height: 0;
}

img, div, a, li, input {
	behavior: url(iepngfix.htc)
}
/* CSS Document */
body {
	background-color: #e5e5e5;
	/*background-image: url(../images/fond-publicitor.png);*/
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:15px;/*letter-spacing:1px;*/
}
#header {
	display:block;
	overflow: hidden;
	width: 970px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background:url(../images/logo.png);
	width:218px;
	height: 114px;
	display:block;
	float:left;
	bottom: -10px;
	position: relative;
}
#banner {
	border:1px solid #000;
	color:#FFF;
	height:90px;
	width:728px;
	float:right;
	display:block;
	position: relative;
	bottom: -20px;
	z-index:0;
}
#megabanner{
	border:0px;
	height:90px;
	width:728px;
	float:right;
	display:block;
	z-index:0;
}
#banner a{
	border:0px;
	height:90px;
	width:728px;
	float:right;
	display:block;
	z-index:1;
	cursor:pointer;
}
#slogan {
	text-indent:-1000px;
	background-image:url(../images/slogan1.png);
	background-repeat:no-repeat;
	overflow:hidden;
	color:#FFF;
	height:20px;
	width:215px;
	float:left;
	display:inline;
	position:relative;
	/*left:-215px;*/
	bottom:-37px;
	left:-215px;
}
#menu {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	width:970px;
	height:30px;
}
#menu ol {
	margin:0px;
	padding:0px;
}
#menu li {
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	background-image: url(../images/fondmenu.gif);
	padding:0px 5px 10px 5px;
	margin:0px 5px 0px 0px;
	width:auto;
	height:30px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#menu li a, .activated {
	position:relative;
	top:7px;
	display:block;
	text-decoration: none;
	font-size:12px;
	text-align:center;
}
#menu li a:hover, .activated {
	color:#0334b1;
}
#menu li a {
	color:#9cb61a;
}
#contenu {
	display:block;
	overflow: hidden;
	width: 970px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*margin:0 auto;
	margin-bottom:25px;*/
	background:url(../images/fondBleuGreen.png) bottom right no-repeat;
}
#gauche {
	display:inline;
	float:left;
	width: 785px;
	min-height:800px;
	margin:0 auto;
	padding-top:20px;
	padding-left:5px;
	/*background:#f6f6f6;*/
	background-image:url(../images/degrade.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
#textes {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#textes h1 {
	color:#adc72a;
}
#textes ol {
	list-style-type:circle;
	margin:0px 0px 0px 50px;
	padding:0px;
}
#textes a {
	text-decoration:none;
	color:#0334b1;
}
#gallerie ol {
	float:left;
	margin:0px;
	padding:0px;
}
#gallerie li {
	float:left;
	background: url(../images/box.gif) no-repeat;
	margin:0px 6px 8px 0px;
	width:150px;
	height:150px;
	display:table;
	/*text-align:center;*/
}
#gallerie li a {
	width:150px;
	height:150px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
#gallerie li img {
	border:none;
	/*margin-top:10px;
	margin-bottom:10px;*/
}
#pagination {
	display:block;
	background-color: #FBFBFB;
	width:540px;
	padding:20px 10px;
	margin: 20px auto 10px;
	color:#F3F3F3;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 5px #6C6C6C;
	-webkit-box-shadow: 1px 1px 5px #6C6C6C;
	-moz-box-shadow: 1px 1px 5px #6C6C6C;
}
#pagination ol {
}
#pagination li {
	display:inline;
	background-color: #3F3F3F;
	margin:0px 4px 0px 0px;
	padding:2px 8px;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pagination li a {
	text-decoration:none;
	color:#F3F3F3;
}

#pagination li a:hover {
	color:#C7E243;
}
#pagination li strong {
	text-decoration:none;
	color:#C7E243;
}

#droite {
	display:inline;
	overflow:hidden;
	float:right;
	width:160px;
	margin:0 auto;
	padding:10px;
	background-color:#cee74c;
	background-image:url(../images/fonvert.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	-webkit-border-radius: 0 15px 0 0;
}
.trait {
	margin:20px 0px 0px 0px;
	background:url(../images/traits.gif) no-repeat center;
	background-position:bottom;
	height:20px;
}
#droite div {
	margin-bottom:10px;
}
.Input {
	width: 159px;
	height: 18px;
	background: url(../images/input.gif) no-repeat;
	float: left;
	padding: 0px 8px 0px 10px;
}
.textInput {
	width: 140px;
	height: 18px;
	background: none;
	border: none;
	color: #a0ba1d;
	font: 12px arial, sans-serif;
}
#droite .select {
	position: absolute;
	width: 137px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	padding: 2px 24px 0 8px;
	color: #a0ba1d;
	font: 12px arial, sans-serif;
	background: url(../images/select.gif) no-repeat;
	overflow: hidden;
}
#droite option {
	border:#039;
	color: #a0ba1d;
}
#skyscraper {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	width:120px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:25px;
	left:30px;
	z-index:0;
}
#skyscraperbanner {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	width:120px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:25px;
	left:30px;
	z-index:0;
}
#skyscraper a{
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	width:120px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:25px;
	left:30px;
	z-index:1;
	cursor:pointer;
}

#copyright {
	display:inline;
	float:left;
	width:970px;
	height:auto;
	margin:0 auto;
	padding-left:18px;
	text-align:center;
	font-size:8px;
}
#copyrights {
	display:inline;
	float:left;
	width:970px;
	height:auto;
	margin:0 auto;
	padding-top:70px;
	padding-left:18px;
	background-image:url(../images/logoBleuGreen.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	font-size:8px;
}
#copyrights p {
	margin:0px;
	padding:0px;
}
#copyrights a {
	text-decoration:none;
	color:#1a1a1a;
}
#copyrights a:hover {
	color:#70acd9;
}

/* AJOUT */
.btn_filtre {
	padding: 4px 10px 3px 25px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url('../images/boutons/login_bgrd.png');
	background-repeat: repeat-x;
	background-color:#383838;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #40740D;
	font-weight:normal;
}
.btn_filtre img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}
.btn_filtre:hover {
	color: #8AB134;
}
.message_info {
	display:block;
	margin:30px auto 0;
	padding:25px 10px 25px 10px;
	border-color:#9CB418 #819414 #819414 #819414;
	border-width:1px;
	border-style:solid;
	background-color:#CEE74C;
	width:400px;
	color:#595959;
	font-size:13px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 5px #6C6C6C;
	-webkit-box-shadow: 1px 1px 5px #6C6C6C;
	-moz-box-shadow: 1px 1px 5px #6C6C6C;
}
.message_info a {
	color:#0334b1;
	text-decoration:none;
}
.bgrd-calendar {
	padding-right: 6px;
	background-image: url("../images/calendar.png");
	background-position: center right;
	background-repeat: no-repeat;
	cursor:pointer;
}

/*
*
* STYLE POUR LA GALLERIE DE PUBLICATIONS
*
*/
#latest li {
    display: inline;
    float: left;
   	margin: 0 4px 10px 0;
   	position: relative;
}
#latest li span.info-1 {
    background: #fff url(../images/box.png) no-repeat 0 0;
    color: #999;
    float: left;
    height: 150px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 150px;
}
#latest span.img {
    display: block;
    height: 140px;
    line-height: 138px;
    margin: 6px auto 13px;
    text-align: center;
    width: 140px;
}
#latest span.img img {
    float: none;
	vertical-align:middle;
}
#latest li a:hover {
    text-decoration: none;
}
#latest span.info-2 {
    background: transparent url(../images/box.png) no-repeat -150px 0;
    color: #f3f3f3;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 124px;
    left: 0;
    line-height: 1.3;
    padding: 13px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 124px;
}
#latest span.info-2 strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

#latest li a {
    height: 150px;
    left: 0;
    position: absolute;
    text-indent: -1000em;
    top: 0;
    width: 150px;
}

#latest span.info-2 .icones {
    position: absolute;
    font-size: 10px;
    bottom: 6px;
	right: 13px;
}
/*
*
* STYLE POUR LE BOUTON DE CONNEXION
*
*/
#btn_connect_container {
	width:970px;
	margin:0 auto;
	position: relative;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#topnav {
	padding:10px 0px 0px;
	line-height:23px;
	text-align:right;
	width:970px;
}
#topnav span.texte {
	color: #77a1ce;
	font-weight: bold;
}
#topnav a.signin {
	/*background:#88bbd4;*/
	background-color:#C1E68A;
	padding:4px 6px 6px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("../images/login/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background-color:#5499BB;
	color:#FFF;
	*background:transparent url("../images/login/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px !important;
}
#topnav a.menu-open {
	background:#C1E68A !important;
	outline:none;
}
a.signin.menu-open span {
	color:#666;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("../images/login/toggle_up_dark.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}

/*
*
* STYLE POUR MON COMPTE
*
*/
#mon_compte {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	display:none;
	background-color:#C1E68A;
	position:absolute;
	z-index:100;
	border:1px transparent;
	text-align:left;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	clear:both;
	zoom:1;
	width: 200px;
}

#mon_compte ul li a {
    color: #666;
    display: block;
    font-weight: normal;
    padding: 10px;
	text-decoration:none;
}
#mon_compte ul.user-dropdown li {
	clear:both;
	display:block;
	width:100%;
	background:#333;
	background:rgba(255, 255, 255, 0.1);
}
#mon_compte ul.user-dropdown li:last-child, #mon_compte ul.user-dropdown li:last-child a {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#mon_compte ul.user-dropdown li a, #mon_compte ul.user-dropdown li h2 {
	clear:both;
	display:block;
	background-image:none;
	padding:6px 15px;
	width:132px;
}
#mon_compte ul.user-dropdown li span {
	clear:both;
	display:block;
	background-image:none;
	background:#222;
	padding:6px 15px;
	width:122px;
	-moz-box-shadow:0 -1px #333;
	border-top:1px solid #000;
	cursor:default;
	color:#666!important;
}
#mon_compte ul.user-dropdown li:last-child h2 {
	display:none;
}
body #mon_compte ul.user-dropdown li a, body #mon_compte ul.user-dropdown li h2 {
	width:170px;
}
#mon_compte ul.user-dropdown li a:hover {
	background:#5499BB;
	color:#fff;
}

/*
*
* STYLE POUR L'AUTHENTIFICATION
*
*/

/* ----------- stylized ----------- */
#stylized {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:470px;
}
#stylized .logo {
	background: url(../images/logo.png) no-repeat;
	width:218px;
	height: 114px;
	display:block;
	margin: 0 auto;
}
#stylized p, #stylized h2, #stylized form, #stylized input, #stylized select {
	border:0;
	margin:0;
	padding:0;
}
#stylized .spacer {
	clear:both;
	height:1px;
}

#stylized h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	color: #C4DF3E;
}
#stylized h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
	color: #5EA3E4;
	border-bottom:solid 1px #5EA3E4;
}
#stylized h2.erreur {
	border-bottom:solid 1px #923f2c;
}
#stylized p {
	font-size:11px;
	color:#666666;
	padding-bottom:10px;
}
#stylized p.erreur, #stylized h2.erreur {
	color: #923f2c;
}
#stylized label {
	display:block;
	text-align:right;
	width:470px;
}
#stylized .normal {
	display:block;
	font-weight:bold;
	width:240px;
	float:left;
}
#stylized .small {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	width:240px;
	float:left;
}
#stylized a {
	color:#15ADFF;
	font-weight:normal;
	text-decoration:underline;
}
#stylized a:hover {
	color:#333;
	text-decoration: none;
}
#stylized input.texte, #stylized select.texte {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	color: #555;
}
#stylized p.texte {
	float:left;
	font-size:12px;
	padding:0 2px;
	width:200px;
	margin:2px 0 20px 10px;
	color: #15ADFF;
}
#stylized input.checkbox {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:auto;
	margin:2px 0 20px 10px;
}
#stylized .cases {
	float:left;
	font-size:11px;
	padding:4px 2px;
	width:200px;
	margin:2px 0 20px 10px;
	color: #555;
	text-align: left;
}
#stylized div.label {
	display:block;
	text-align:right;
	width:470px;
}
#stylized .bouton {
	width:150px;
	height:37px;
	line-height:37px;
	border:none;
	background:url(../images/connect_button.gif) no-repeat 0 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

/*
*
* STYLE POUR Les Conditions Générales d'Utilisation
*
*/

/* ----------- CGU ----------- */
#cgu {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
}
#cgu .logo {
	background: url(../images/logo.png) no-repeat;
	width:218px;
	height: 114px;
	display:block;
	margin: 0 auto;
}
#cgu p, #cgu h2 {
	border:0;
	margin:0;
	padding:0;
}
#cgu h1 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 30px 0;
	color: #C4DF3E;
}
#cgu h2 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0;
	color: #5EA3E4;
	border-bottom:solid 1px #5EA3E4;
}
#cgu p {
	font-size:11px;
	color:#666666;
	padding-bottom:10px;
}

/**
*	STYLE POUR LE CADRE CONNEXION ET INSCRIPTION
*/
#facecadre .b {
  background:url(../images/facebox/b.png);
}

#facecadre .tl {
  background:url(../images/facebox/tl.png);
}

#facecadre .tr {
  background:url(../images/facebox/tr.png);
}

#facecadre .bl {
  background:url(../images/facebox/bl.png);
}

#facecadre .br {
  background:url(../images/facebox/br.png);
}

#facecadre {
  position: relative;
  top: auto;
  left: auto;
  z-index: 100;
  text-align: left;
  width: 510px;
  margin: 0 auto;
}

#facecadre .popup {
  position: relative;
}

#facecadre table {
  border-collapse: collapse;
}

#facecadre td {
  border-bottom: 0;
  padding: 0;
}

#facecadre .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facecadre .loading {
  text-align: center;
}

#facecadre .image {
  text-align: center;
}

#facecadre img {
  border: 0;
  margin: 0;
}

#facecadre .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facecadre .tl, #facecadre .tr, #facecadre .bl, #facecadre .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facecadre_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facecadre_hide {
  z-index:-100;
}

.facecadre_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facecadre_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/**
*	STYLE FOR ERROR END SUCCESS MESSAGES
*/
div#ajax-message {
	display: none;
	width: 510px;
	margin: 8px auto;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	height: 20px;
	padding-top: 5px;
	font-family: "Lucida Sans", Arial, Geneva, sans-serif
}
div.success {
	display: block;
	border: 1px solid #54A82D;
	background-color: #60B339;
}
div.error {
	display: block;
	border: 1px solid #A82D2D;
	background-color: #BB3D3D;
}

#AjaxLoader{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
#AjaxLoader div{
	height:100%;
	width:100%;
	background:transparent url(../images/facebox/loading.gif) no-repeat scroll 50% 50%;
}
#text-small {
	font-size: 9px;
	color: #999;
	margin-top: 15px;
}

/* SiteMap AND Publication*/
.page-wrap {
	margin: 0 0 10px;
}
.page-wrap #image {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	-moz-box-shadow: 1px 1px 5px black;
	display: table;
	border: 1px solid #666;
	background-color: #FFF;
}
.page-wrap ul {
	float:left;
	padding: 10px;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	-moz-box-shadow: 1px 1px 5px black;
	display: table;
	border: 1px solid #666;
	margin: 10px 10px 10px 0;
	background-color: #FFF;
}
.page-wrap ul li{
	padding: 5px 10px;
	box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	-moz-box-shadow: 1px 1px 3px black;
	background-color: #CEE74C;
}

/***************************
		FIL D'ARAINE
****************************/
#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background:url('../images/bc_bg.png') repeat-x; 
    height:30px;
    line-height:30px;
    color:#666;
    border:solid 1px #cacaca;
    width:776px;
    overflow:hidden;
    margin:2px 2px 15px;
    padding:0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb li.download
{
    list-style-type:none;
    float:right;
}
#breadcrumb li.download a
{
	height:30px;
    display:block;
    background: none; 
    text-decoration: none;
    color:#666;
    font-weight: bold;
	background: url('../images/gris/download.png') no-repeat left center;
	padding-left:20px;
	padding-right:10px;
}
#breadcrumb li.download a:hover
{
	color:#1A84EE;
}
#breadcrumb li strong
{
    height:30px;
    display:block;
    background: url('../images/bc_separator.png') no-repeat right center;
    padding-right: 15px;
}
#breadcrumb a
{
    height:30px;
    display:block;
    background: url('../images/bc_separator.png') no-repeat right center; 
    padding-right: 15px;
    text-decoration: none;
    color:#666;
    font-weight: bold;
}
#breadcrumb a:hover
{
	color:#9b9b9b;
}
#breadcrumb .home
{
    border:none;
    margin: 8px 0px;
}

/* Téléchargement de la revue de presse */
#revue_download {
	background:url('../images/bc_bg.png') repeat-x;
	width:150px;
	height:30px;
	line-height:30px;
	border:none;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom: 4px;
    border:solid 1px #cacaca;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#revue_download a {
	width:150px;
	height:30px;
	display:block;
	text-decoration: none;
	color:#fff;
}

