.tb:before,
.tb:after { clear:both; content:''; display:table; }
.tb {
	border:1px solid #ccc;
	border-radius:.25em;
	line-height:1;
	list-style:none !important;
	margin:0;
	padding:0 !important;
}
.tb-title {
	float:right;
}
.tb-item {
	float:left;
}
.tb-item a {
        background:none !important;
	display:inline-block;
	color:#888 !important;
	padding:.5em;
	text-decoration:none;
}
.js-mnu-activated > .mnu-dropdown-toggle,
.tb-item a:hover,
.tb-item a:focus {
	color:#000 !important;
}
.tb-action-item > .tb-item-label {
	display:inline-block;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
}

.tb-inline .tb-item {
	float:none;
}
.tb-inline .tb-item-label {
	float:left;
	margin-right:1em;
	padding:.5em;
}
.tb-inline 	.tb-item-label {
	color:inherit;
	font:inherit;
	text-shadow:inherit;
}

.tb-stacked .tb-item {
	border-top:1px solid #ccc;
	float:none;
}
.tb-stacked .tb-item:first-child {
	border-top-width:0;
}
.tb-stacked .tb-item a {
	display:block;
}
.tb-stacked .tb-item-label {
	color:inherit;
	font:inherit;
	text-shadow:inherit;
}

.mnu,
.mnu ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.mnu-footer {
border-top: 1px solid #ddd;
margin-top: 10px !important; }
.mnu-inline .mnu-item { 
	display:inline-block; 
	*display:inline;
	margin:0 .5em;
}
.mnu-inline .mnu-item:first-child:before { 
	content:none; 
}
.tb .mnu-inline { float:left; }

.mnu-dropdown-container {
	position:relative;
}
.mnu-dropdown {
	background:#fff;
	border:1 solid #ccc;
	border-radius:.25em;
	display:none;
	right:0;
	padding:0;
	position:absolute;
	top:100%;
	white-space:nowrap;
	z-index:111;
}
.mnu-dropdown-bottom {
	bottom:0;
	top:auto;
}
.mnu-dropdown-top {
	bottom:auto;
	top:0;
}
.mnu-dropdown-right {
	left:100%;
	right:auto;
}
.mnu-dropdown-left {
	left:0;
	right:auto;
}
.js-mnu-activated .mnu-dropdown {
	display:block !important;
}
.js-mnu-activated .mnu-dropdown-toggle {
	color:#000;
}
.mnu-dropdown .mnu-item {
	border-top:1px solid #ccc;
}
.mnu-dropdown .mnu-item:first-child {
	border-top-width:0;
}
.mnu-dropdown .mnu-item a {
	display:block;
	padding:.25em 1em;
}
.mnu-dropdown .mnu-item a:hover,
.mnu-dropdown .mnu-item a:focus {
	background-color:#efefef;
}

.tb [class^="icon-"], 
.tb [class*=" icon-"] {
	vertical-align: middle;
        position:relative;
        top:-2px;
}

@media only screen and (min-width:1025px) {
	.tb-item-label {
		color:inherit;
		font:inherit;
		text-shadow:inherit;
	}
}

/* Toolbox customization */
.tb {
  border:none;
  position:relative;
  top:-5px;
}
.tb-item {
  margin-left:0 !important;
}
.mnu-dropdown {
  background: #fff;
  background-clip: padding-box;
  border: 5px solid rgba(0,0,0,.2);
  padding: .5em !important;
}
.mnu-dropdown .mnu-item {
  border-top:none;
  margin-left:0 !important;
}


/* Icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../pictures/layout/body/shared/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.icon-envelope {
  background-position: 0 -168px;
}

.icon-facebook-sign {
  background-position: -24px -168px;
}

.icon-twitter-sign {
  background-position: -48px -168px;
}

.icon-linkedin-sign {
  background-position: -72px -168px;
}

.icon-googleplus-sign {
  background-position: -96px -168px;
}


/* General elements 
 ----------------------------------------------------- */
body {
	background:#FFF;
}
img {
	border:0;
}
a img {
	border-style:none;
}
p {
	margin:0 0 1em;
}
dl, ul, ol {
	margin-bottom:1em;
	margin-top:0;
}
textarea {
	line-height:140%;
}
hr {
	border:0;
	border-color:#2F6EAC;
	border-top:1px solid;
	color:#2F6EAC;
	height:0;
}
/* Formatting Structure 
 ----------------------------------------------------- */
#wrap {
	background:url(../../pictures/layout/body/shared/bg_wrap.gif) bottom repeat-x;
}
#subwrap {
}
/* Header Section 
 ----------------------------------------------------- */
#hdrSection {
	background:#fff url("../../pictures/layout/header/shared/bg_header.gif") bottom left repeat-x;
}
#hdrSection .logo {
	bottom:0;
	display:block;
	height:60px;
	position:absolute;
	right:0;
	width:448px;
}
#hdrSection .logo img {
}
#hdrSection #hdr {
	background:url("../../pictures/layout/header/shared/bg_header_left.gif") bottom left no-repeat;
	color:#000;
}
#hdrSection .hdrLogoText {
	color:#626365;
}
/*  Help Navigation 
 ----------------------------------------------------- */
#helpNav .content {
	border-color:#fff;
	color:#000;
	float:right;
}
#helpNav a:link, #helpNav a:visited, #helpNav #skiplist a {
	color:#000;
}
#helpNav a {
	padding:4px 3px 5px;
}
#helpNav a:hover, 
#helpNav a:focus, 
#helpNav a:active, 
#helpNav a:visited:hover, 
#helpNav a.on, 
#helpNav a.on:link, 
#helpNav a.on:visited, 
#helpNav #skiplist a:hover, 
#helpNav #skiplist a:focus, 
#helpNav #skiplist a:active {
	background:url("../../pictures/layout/helpnav/bg_on.gif") top center no-repeat;
	color:#000;
}
#helpNav a:link, #helpNav a:visited {
	text-decoration:none;
}
#helpNav a:hover {
	text-decoration:underline;
}
.skiplinks {
	display:inline;
}
.skiplinks .links {
	display:none;
}
.hidden { /* agenda - publications */
	background:#fff;
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-100px;
	width:1px;

}
/* Informations
 ----------------------------------------------------- */
#infoLeft {
	background:url("../../pictures/layout/header/shared/bg_infoleft.gif") top left no-repeat;
	display:block;
	padding-left:10px;
	padding-top:0.2em;
	line-height:2em;
}
#infoRight {
	padding:1px 0;
}
#infoLeft, #infoRight {
}
#infoLeft .infoSep {
	color:#BFD6EB;
}
#infoRight .infoSep {
	color:#fff;
}
#info {
	background:#2a92a9 url("../../pictures/layout/header/shared/bg_info.gif") top repeat-x;
	border-bottom:1px solid #6ab3c3;
	color:#fff;
}
/* pour les leins : principaux portails publics ; langues ; recherche avancee */
	#info a, #info a:link, #info a:visited, #info a:hover { 
	  text-decoration:none;
	  padding:2px 0;
	}
	#info a.linkppp .contentA, #info a.linkppp .contentB,
	#info a.linkppp .contentC, #info a.linkppp .contentD,
	#info a.linklang .contentA, #info a.linklang .contentB,
	#info a.linklang .contentC, #info a.linklang .contentD,
	#info a.linksearch .contentA, #info a.linksearch .contentB,
	#info a.linksearch .contentC, #info a.linksearch .contentD {
	  padding:2px 0;
	  }
	#info a.linkppp .contentD, #info a.linklang .contentD, #info a.linksearch .contentD {
	  padding-left:4px;
	  padding-right:4px;
	  }	
	
/* pour les leins COIN ROND : principaux portails publics ; langues ; recherche avancee */
	#info a:link, #info a:visited, #info a:hover { 
		color:#000; 
		background-color:#95c9d4;
	}
	#info a:hover, #info a.on, #info a.on:visited { 
		color:#000; 
		background-color:#e5f2f4;
	}
	#info a .contentA {
	  background: url("../../pictures/layout/header/shared/bg_link_tl.gif") no-repeat top left;
	  }
	#info a .contentB {
	  background: url("../../pictures/layout/header/shared/bg_link_tr.gif") no-repeat top right;
	  }
	#info a .contentC {
	  background: url("../../pictures/layout/header/shared/bg_link_br.gif") no-repeat bottom right;
	  }
	#info a .contentD {
	  background: url("../../pictures/layout/header/shared/bg_link_bl.gif") no-repeat bottom left;
	  }
#info #searchfield {
	border:1px solid #aec7e8;
	color:#333;
}
#info label {
	font-weight:bold;
	text-transform:uppercase;
	}
#info input.searchButton {
	background-color:#53240a;
	color:#FFF;
	border:0;
}
/* Tools Navigation 
 ----------------------------------------------------- */
#navTools {
	background:#005d6a url("../../pictures/layout/navtools/bg_navtools.gif") bottom left repeat-x;
}
#navTools .content {
	background:url("../../pictures/layout/navtools/bg_navtools_left.gif") bottom left no-repeat;
}
#navToolsLeft {
	text-align:center;
}
#navToolsLeft a {
	padding:0.5em 0;
}
#navToolsLeft a .home {
	background:url("../../pictures/layout/header/shared/home.gif") center left no-repeat;
	padding:0 0 0 15px;
}
#navToolsLeft a:link, #navToolsLeft a:visited, #navToolsLeft a:active, #navToolsWrap, #navToolsMiddle a:link, #navToolsMiddle a:visited {
	color:#fff;
}
#navTools a:hover, #navTools a:visited:hover, #navTools a:focus, #navTools a:active, #navTools a.on:link, #navTools a.on:visited {
	background:url("../../pictures/layout/navtools/bg_on.gif") top center no-repeat;
	color:#fff;
}
#navToolsMiddleContent {
	padding-left:20px;
	background:url("../../pictures/layout/navtools/bg_navtools_right.gif") bottom right no-repeat;
}
#navToolsMiddleContent a {
	padding-bottom:0.5em;
	padding-top:0.4em;
}
#navToolsMiddleContentbg {
	border-color:#fff;
}
/* Left column 
 ----------------------------------------------------- 
   Pour les css navigation voir navigation.css
 ----------------------------------------------------- */
#leftCol {
	background:#fff;
}
#leftCol .leftColContent {
	background:#fff;
	color:#E5E5ED;
	padding:12px 0 0;
}
#leftCol .leftColHeader, #leftCol .leftColFooter {
	display:none;
}
/* rightBox in right column 
 ----------------------------------------------------- */
#rightCol .rightColHeader, #rightCol .rightColFooter, #rightCol h1.showOnPrint {
	display:none;
}
#rightCol ul {
	margin-bottom:1em;
	margin-left:5px;
	padding-left:0;
}
#rightCol .list {
	margin-bottom:10px;
	margin-left:14px;
	margin-top:3px;
	text-indent:-10px;
}
#rightCol h2 {
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding:3px 2px;
	text-transform:uppercase;
}
#rightCol p {
	color:#333;
}
#rightCol .rightColContent {
	font-size:90%;
	line-height:140%;
	margin-top:20px;
}
.rightBox {
	background:#bee5ec url("../../pictures/layout/rightbox/bg_rbcolor0.gif") top left repeat-x;
	position:relative;
}
.rightBox .contentA {
	background:url("../../pictures/layout/rightbox/bg_rbcolor0_left.gif") top left no-repeat;
}
.rightBox .contentB {
	background:url("../../pictures/layout/rightbox/bg_rbcolor0_right.gif") top right no-repeat;
	padding:1px 9px;
}
#rightCol .rightBox h2 {
	background:none;
	border:0;
	color:#004557;
}
#rightCol li {
	margin-left:10px;
	padding-left:0;
}
#rightCol .list a:link, #rightCol .list a:visited, #rightCol .list a:active, #rightCol .list a:hover {
	text-decoration:underline;
}
.rightBoxFooter {
	background:url("../../pictures/layout/rightbox/bg_frbcolor0.gif") bottom left repeat-x;
}
.rightBoxFooter .contentA {
	background:url("../../pictures/layout/rightbox/bg_frbcolor0_left.gif") bottom left no-repeat;
}
.rightBoxFooter .contentB {
	background:url("../../pictures/layout/rightbox/bg_frbcolor0_right.gif") bottom right no-repeat;
}
/* titre des rightbox  */
#rightCol .rbcolor1 h2 {
	background:none;
	border:0;
	color:#00303c;
}
.rbcolor1 {
	background:#91d1dc;
}
.rbcolor1 .contentA {
	background:url("../../pictures/layout/rightbox/bg_rbcolor1_left.gif") top left no-repeat;
}
.rbcolor1 .contentB {
	background:url("../../pictures/layout/rightbox/bg_rbcolor1_right.gif") top right no-repeat;
}
/* contenu des rightbox  */
.rightBoxContent {
	background:#fff url("../../pictures/layout/rightbox/bg_crbcolor0.gif") top left repeat-x;
	border-color:#85c5ce;
	color:#333;
	position:relative;
}
.rightBoxContent .contentA {
	background:url("../../pictures/layout/rightbox/bg_crbcolor0_left.gif") top left repeat-y;
}
.rightBoxContent .contentB {
	background:url("../../pictures/layout/rightbox/bg_crbcolor0_right.gif") top right repeat-y;
	padding:8px 15px;
}
.rightBoxContent p {
	margin:0;
	padding-bottom:1em;
}
/* footer des rightbox  */
#rightCol .rightBoxFooter, #rightCol .rightBoxFooter .contentA, #rightCol .rightBoxFooter .contentB {
	font-size:0;
	height:10px;
	line-height:0;
	position:relative;
	display:block;
}
#rightCol .rightBoxFooter {
	margin-bottom:20px;
}
/* Middle content column 
 ----------------------------------------------------- */
#middleCol {
	line-height:135%;
}
#middleCol h1 {
	background:url("../../pictures/layout/body/shared/bg_h1.gif") bottom left repeat-x;
	border:0;
	padding:0 0 12px;
}
#middleCol ul {
	margin-left:0;
	padding:0;
}
#middleCol ul li, #middleCol ul ul {
	margin-left:20px;
	padding:0;
}
/* START // BugFix pour d'alignement images en float 
 1 niveau */
#middleCol ul.subcategoriesList li {
	list-style-type:none;
	margin:0;
	padding:0;
}
/* END //BugFix */

/* Breadcrumb - Print Send 
 ----------------------------------------------------- */
.breadcrumb {
	font-size:80%;
	padding:0 0 8px;
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	color:#000;
}
a.breadcrumb:link, a.breadcrumb:visited {
	font-size:100%;
}
.breadcrumbactive {
	font-weight:bold;
	color:#000;
}

/* Identity - La hauteur de l'identite constante dans tout le site, fixez-la ici. 			 
				  (Elle doit au moins avoir une hauteur de 20px, meme etant vide.)					 
 ----------------------------------------------------- */
#identity {
	height:20px;
	width:100%;
	background:#fff top right no-repeat;
}

/* Content body 
 ----------------------------------------------------- */
#contentBody {
	color:#333;
	margin-bottom:1.5em;
}

/*Links
 ----------------------------------------------------- */
a, a:link {
	color:#3535a8;
}
a:visited {
	color:#6380a0;
}
a:hover, a:focus {
	color:#0f94ab;
}
a.newwindow {
	background:transparent url("../../pictures/layout/body/shared/link.gif") no-repeat right center;
	padding-right:15px;
}
a.newwindow:hover {
	background:transparent url("../../pictures/layout/body/shared/link_on.gif") no-repeat right center;
}

/* Print Send 
 ----------------------------------------------------- */
.print {
	background:#fff;
}
.print:link, .print:visited, .print:active, .send:link, .send:visited, .send:active, .send:hover, .print:visited:hover, .send:visited:hover {
	text-decoration:none;
	width:19px;
}
a.print:hover, a.send:hover, a.print:visited:hover, a.send:visited:hover, a.print:hover img, a.send:hover img, a.print:visited:hover img, a.send:visited:hover img {
	color:#3535a8;
}
a.print img, a.send img {
	color:#0f94ab;
}
.send {
	background:#fff;
	margin-left:3px;
}
.printSend {
	float:right;
	font-size:10px;
	line-height:2px;
	margin:5px 0 5px 5px;
}
/* General title 
 ----------------------------------------------------- */
h1 {
	border-bottom:1px solid;
	border-bottom-color:#007486;
	color:#007486;
	font-weight:bold;
	margin:5px 0 1.5em;
	padding:0 0 3px;
	text-decoration:none;
}
h1 .subTitle, h1 .subTitleMessage {
	font-size:70%;
	line-height:120%;
	color:#47736F;
}
h1 .strapLine {
	font-size:80%;
	color:#666;
}
h1 .date {
	color:#333;
	font-size:60%;
	font-weight:normal;
	line-height:120%;
}
h1.printTitle {
	color:#000;
	border:0;
}
h2 {
	background-image:url("../../pictures/layout/body/shared/bg_h2.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#004741;
	font-weight:bold;
	margin:1.3em 0 5px;
	padding:0 0 3px 0;
}
h3 {
	color:#934815;
	font-weight:bold;
	margin:1.3em 0 5px;
}
h4 {
	color:#000;
	margin:1.3em 0 5px;
}
h5, h6, h7, h8, h9 {
	font-size:300%;
	background:none;
	color:red;
}

/* Context Box 
 ----------------------------------------------------- */
.contextBoxMedium, .contextBoxLarge, .contextBoxRelative {
	background-color:#fff;
	display:block;
	float:right;
	font-size:0.9em;
	margin:4px 0 10px 10px;
	padding-left:4px;
	overflow:hidden;
	width:200px;
}
.contextBoxLarge {
	display:block;
	width:280px;
}
.contextBoxRelative {
	display:block;
	width:50%;
}
.contextBoxMedium ul, .contextBoxLarge ul, .contextBoxRelative ul {
	margin-left:5px;
	padding-left:0;
}
.contextBoxMedium li, .contextBoxLarge li, .contextBoxRelative li {
	margin-left:10px;
	padding-left:0;
}
.contextBoxMedium span, .contextBoxLarge span, .contextBoxRelative span {
	display:block;
}
.contextBoxTitle {
	background:#fff url("../../pictures/layout/body/shared/bg_contextbox_title.gif") bottom left repeat-x;
	color:#000;
	display:block;
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
}
.contextBoxTitle .contentA {
	background:url("../../pictures/layout/body/shared/bg_contextbox_title_left.gif") bottom left no-repeat;
}
.contextBoxTitle .contentB {
	padding:3px 5px 15px 15px;
	background:url("../../pictures/layout/body/shared/bg_contextbox_title_right.gif") bottom right no-repeat;
}
.contextBoxContent {
	display:block;
	font-size:0.9em;
	line-height:1.2em;
	text-align:left;
	background:#e8f3f5 url(../../pictures/layout/body/shared/bg_contextbox.gif) repeat-x;
}
.contextBoxContent .contentA {
	display:block;
	background:url("../../pictures/layout/body/shared/bg_contextbox_left.gif") top left repeat-y;
}
.contextBoxContent .contentB {
	background:url("../../pictures/layout/body/shared/bg_contextbox_right.gif") top right repeat-y;
	padding:0 10px 1px 15px;
}
.contextBoxFooter {
	display:block;
	font-size:0;
	line-height:0;
	height:16px;
	background:#e8f3f5 url(../../pictures/layout/body/shared/bg_contextbox_footer.gif) bottom repeat-x;
}
.contextBoxFooter .contentA {
	height:16px;
	display:block;
	background:url("../../pictures/layout/body/shared/bg_contextbox_footer_left.gif") bottom left repeat-y;
}
.contextBoxFooter .contentB {
	height:16px;
	background:url("../../pictures/layout/body/shared/bg_contextbox_footer_right.gif") bottom right repeat-y;
	padding:0 10px 1px 15px;
}
.contextBoxLeft {
	float:left;
	margin:5px 10px 10px 0;
}

/* Images Content 
 ----------------------------------------------------- */
.thumbnailL {
	background:#E2E5EF;
	color:#2B66A0;
	display:block;
	float:left;
	font-size:80%;
	margin:5px 7px 3px 0;
	padding:0;
	position:relative;
	width:190px;
}
.thumbnailR {
	background:#E2E5EF;
	color:#2B66A0;
	display:block;
	float:right;
	font-size:80%;
	margin:0 0 3px 5px;
	padding:0;
	position:relative;
	width:190px;
}
.thumbnailL .copyright, .thumbnailR .copyright {
	-moz-opacity:0.5px;
	background-color:#fff;
	color:#000;
	filter:alpha(opacity=50);
	font-size:0.9em;
	height:1.9em;
	margin-top:-2.1em;
	opacity:0.5px;
	overflow:hidden;
	position:absolute;
	right:1%;
	text-align:right;
	text-decoration:none;
	z-index:1000;
}
.thumbnailL .copyright .text, .thumbnailR .copyright .text {
	display:block;
	padding-left:3px;
	padding-right:3px;
}
.thumbnailLegend {
	display:block;
	margin:1px 4px;
	text-align:left;
}
img.thumbnailImg {
	border:0;
	margin:0;
	position:relative;
	top:0;
	z-index:10;
}

/* Tableaux 
 ----------------------------------------------------- */
table {
	border:1px solid #298390;
	border-collapse:collapse;
	width:95%;
	margin:auto auto 20px;
}
thead, tfoot {
	background-color:#c6ecf3;
	border:1px solid #40bfd5;
}
tbody {
	background-color:#fff;
	border:1px solid #40bfd5;
}
th {
	border:1px solid #40bfd5;
	border-bottom:2px solid #48afc0;
	background-color:#c6ecf3;
	padding:5px;
	color:#10424a;
}
td {
	font-size:90%;
	border:1px solid #48afc0;
	text-align:left;
	padding:5px;
}


table.contactStatec{
	border:0;
	border-collapse:collapse;
	width:100%;
	margin:auto;
	margin: 20px 0;
}

table.contactStatec td{
font-size:0.9em;
border:1px solid #94d8e4;	
padding:3px 5px;
text-align:left;
background:#e3f5f8;
}

table caption {
font-size:1em;
font-weight:bold;
margin-bottom:0.8em;
color:#1E6A77;
}




/* Boite pour en savoir plus
 ----------------------------------------------------- */
#relatedLinkBox {
	display:block;
	margin:0 3%;
	padding:2px 0 0;
	text-align:left;
}
#relatedLinkBox p {
	margin:0;
	padding-bottom:1em;
}
#relatedLinkBox h2 {
	background:none;
	border-bottom:0;
	color:#fff;
	display:block;
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin:0;
	padding:4px 0 0 15px;
	text-decoration:none;
}

#relatedLinkBox a, #relatedLinkBox a:link {
	color:#000;
}
#relatedLinkBox a:visited {
	color:#6380a0;
}
#relatedLinkBox a:hover, #relatedLinkBox a:active {
	color:#0f94ab;
}
#relatedLinkBox .relatedLinkTitle {
	background:#834013 url("../../pictures/layout/relatedlinks/bg_title.gif") top left repeat-x;
	margin:0.5em 0 0;
	padding:0;
	width:14em;
}
#relatedLinkBox .relatedLinkTitle .contentA {
	background:url("../../pictures/layout/relatedlinks/bg_title_left.gif") top left no-repeat;
}
#relatedLinkBox .relatedLinkTitle .contentB {
	background:url("../../pictures/layout/relatedlinks/bg_title_right.gif") top right no-repeat;
	padding:0 0 3px;
	position:relative;
}
#relatedLinkBox .relatedLinkContent {
	background-color:#fff;
	border-color:#b2a99d;
	border-left:1px solid #b2a99d;
	border-right:1px solid #b2a99d;
	border-top:1px solid #ae6838;
	position:relative;
}
#relatedLinkBox .relatedLinkContent .contentB {
	padding:8px 0 2px;
}
#relatedLinkBox .relatedLinkContent h3 {
	background:none;
	border-bottom:0;
	display:block;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	margin:0 0 0.8em 1em;
	padding:8px 0 0 1px;
	text-decoration:none;
}
#relatedLinkBox .relatedLinkList {
	font-size:90%;
	margin:0 0 10px 20px;
	padding:0;
}
#relatedLinkBox .relatedLinkList li {
	list-style-image:url("../../pictures/layout/relatedlinks/paragraph.gif");
	margin:0 0 0.6em 13px;
	padding:0;
}
#relatedLinkBox .relatedLinkList a .text {
	text-decoration:underline;
}
#relatedLinkBox .relatedLinkList a, #relatedLinkBox .relatedLinkList a .icon {
	text-decoration:none;
}
#relatedLinkBox .newwindow {
	background:url("../../pictures/layout/relatedlinks/link.gif") top right no-repeat;
}
#relatedLinkBox .newwindow:hover {
	background:url("../../pictures/layout/relatedlinks/link_on.gif") top right no-repeat;
}
#relatedLinkBox .description {
	font-size:0.95em;
	line-height:1.2em;
}
#relatedLinkBox .filesize {
	font-size:80%;
	text-decoration:none;
}
#relatedLinkBox .relatedLinkFooter {
	background:#fff url("../../pictures/layout/relatedlinks/bg_footer.gif") bottom left repeat-x;
	font-size:0;
	height:10px;
	line-height:0;
}
#relatedLinkBox .relatedLinkFooter .contentA {
	background:url("../../pictures/layout/relatedlinks/bg_footer_left.gif") bottom left no-repeat;
	height:10px;
}
#relatedLinkBox .relatedLinkFooter .contentB {
	background:url("../../pictures/layout/relatedlinks/bg_footer_right.gif") bottom right no-repeat;
	height:10px;
}

/* Sous-rubriques
 ----------------------------------------------------- */
#subcategoriesBox {
	margin-top:3em;
}
#subcategoriesBox p {
	margin:0;
	padding-bottom:1em;
}
#subcategoriesBox .subcategoriesTitle {
	background:#b0ecfa url("../../pictures/layout/subcategories/bg_title.gif") top left repeat-x;
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}
#subcategoriesBox .subcategoriesTitle h2 {
	background:url("../../pictures/layout/subcategories/subcategory1.gif") bottom left no-repeat;
	border-bottom:0;
	color:#004557;
	display:block;
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin:0 0 0 15px;
	padding:3px 0 0 25px;
	text-decoration:none;
}
#subcategoriesBox .subcategoriesTitle .contentA {
	background:url("../../pictures/layout/subcategories/bg_title_left.gif") top left no-repeat;
}
#subcategoriesBox .subcategoriesTitle .contentB {
	background:url("../../pictures/layout/subcategories/bg_title_right.gif") top right no-repeat;
	padding:4px 0;
}
#subcategoriesBox .subcategoriesContent {
	background:#f4fafa url("../../pictures/layout/subcategories/bg_content.gif") top left repeat-x;
}
#subcategoriesBox .subcategoriesContent .contentA {
	background:url("../../pictures/layout/subcategories/bg_content_left.gif") top left repeat-y;
}
#subcategoriesBox .subcategoriesContent .contentB {
	background:url("../../pictures/layout/subcategories/bg_content_right.gif") top right repeat-y;
	padding:5px 0 1em 17px;
}
#subcategoriesBox ul.subcategoriesList {
	margin:0;
	padding:3px 0 0;
	background:url("../../pictures/layout/subcategories/vertical_line.gif") top left no-repeat;
}
#subcategoriesBox ul.subcategoriesList li {
	background:url("../../pictures/layout/subcategories/bullet.gif") top left no-repeat;
}
#subcategoriesBox .level {
	margin-left:28px;
}
#subcategoriesBox a.subcategories:link {
	color:#000;
}
#subcategoriesBox a.subcategories:visited {
	color:#6380a0;
}
#subcategoriesBox a.subcategories:hover, #subcategoriesBox .subcategories:active {
	color:#0f94ab;
}
#subcategoriesBox .subcategoriesFooter {
	background:#f4fafa url("../../pictures/layout/subcategories/bg_footer.gif") top left repeat-x;
	font-size:0;
	height:10px;
	line-height:0;
}
#subcategoriesBox .subcategoriesFooter .contentA {
	background:url("../../pictures/layout/subcategories/bg_footer_left.gif") top left no-repeat;
	height:10px;
}
#subcategoriesBox .subcategoriesFooter .contentB {
	background:url("../../pictures/layout/subcategories/bg_footer_right.gif") top right no-repeat;
	height:10px;
}

/* -----------------------------------------------------
Color information for screen media
----------------------------------------------------- */

/* Search engine - Highlighting colors 
 ----------------------------------------------------- */

.hl1 {
	background-color:#446560;
	color:#fff;
	font-weight:bold;
}
.hl2 {
	background-color:#92C069;
	color:#fff;
	font-weight:bold;
}
.hl3 {
	background-color:#E32D1B;
	color:#fff;
	font-weight:bold;
}
.hl4 {
	background-color:#2DA3DB;
	color:#fff;
	font-weight:bold;
}
.hl5 {
	background-color:#E7D538;
	color:#fff;
	font-weight:bold;
}
.hl6 {
	background-color:#4774B0;
	color:#fff;
	font-weight:bold;
}
/* Others
 ----------------------------------------------------- */
.businessCard {
	border-top:1px solid #ccc;
	font-size:80%;
	line-height:120%;
	padding-top:0.6em;
	width:20em;
}



/* Top of page
 ----------------------------------------------------- */
a.topOfPage .space {
	padding-right:1em;
}
.topOfPage, a.topOfPage, a.topOfPage:link, a.topOfPage:visited, a.topOfPage:active {
	background:url("../../pictures/layout/body/shared/top.gif") right center no-repeat;
	border-bottom:1px solid #3535a8;
	color:#3535a8;
	clear:both;
	font-size:80%;
	margin-left:auto;
	text-decoration:none;
}
a.topOfPage:hover, a.topOfPage:visited:hover {
	background:url("../../pictures/layout/body/shared/top_on.gif") right center no-repeat;
	border-bottom:1px solid #0f94ab;
	color:#0f94ab;
}
/* Footer 
 ----------------------------------------------------- */
#foot {
	background:#005d6a url("../../pictures/layout/footer/shared/bg_footer.gif") bottom left repeat-x;
}
#foot .contentA {
	background:url("../../pictures/layout/footer/shared/bg_footer_left.gif") bottom left no-repeat;
}
#foot .contentB {
	background:url("../../pictures/layout/footer/shared/bg_footer_right.gif") bottom right no-repeat;
}
#foot .content {
	color:#fff;
	font-size:85%;
	line-height:140%;
	padding:5px 0;
}
#foot p {
	margin:0;
	padding:0;
	text-align:right;
}
#foot a {
	padding:0.5em 4px 0;
}
#foot a, #foot a:link, #foot a:active, #foot a:visited {
	white-space:nowrap;
	color:#fff;
}
#foot a.on:link, #foot a:hover, #foot a:focus, #foot a:active, #foot a:visited:hover {
	background:url("../../pictures/layout/navtools/bg_on.gif") top center no-repeat;
	color:#fff;
}
#foot a:hover, #foot a:visited:hover {
	text-decoration:underline;
}
#LM #foot .content, #LMR #foot .content {
	margin:0 1em 0 160px;
	padding:3px 0;
}
#elux {
	float:left;
	margin-left:-140px;
	padding:0;
	position:relative;
	text-align:left;
	width:140px;
}
#w3c img {
	padding:0 4px;
	vertical-align:middle;
}
#w3c a.on:link, #w3c a:hover, #w3c a:focus, #w3c a:active, #w3c a:visited:hover, 
#elux a.on:link, #elux a:hover, #elux a:focus, #elux a:active, #elux a:visited:hover {
	background:none;
}
#update {
	color:#666;
	padding-bottom:5px;
	text-align:left;
}






/* ------------------ Mon panier ------------------ */

#identity {
	height:auto;
}


.basket, .basketOn {
	float:right;
	font-weight:bold;
	font-size:0.8em;
	margin-right:10px;
}
.basket a:link, 
.basket a:visited {
background:#d2eff3 url("../../pictures/layout/basket/bg_basket.gif") bottom right repeat-x;
	color:#000;
}
.basket a:hover, .basketOn a:hover {
	color:#fff;
	background:#004557 url("../../pictures/layout/basket/bg_basket01.gif") bottom right repeat-x;
}
.basket .contentA {
	background:transparent url("../../pictures/layout/basket/bg_basket_right.gif") bottom right no-repeat;
}
.basket .contentB {
	background:transparent url("../../pictures/layout/basket/basket_icon.gif") center right no-repeat;
	padding-right:20px
}
.basket .contentC {
	background:transparent url("../../pictures/layout/basket/bg_basket_left.gif") bottom left no-repeat;
}
.basket .contentD, .basketOn .contentD {
	padding:5px 30px;
}
.basketOn {
	background:transparent url("../../pictures/layout/basket/bg_basket_left01.gif") top left no-repeat;
}
.basketOn a:link, .basketOn a:visited {
	background:#ffe6d4 url("../../pictures/layout/basket/bg_basket01.gif") top left repeat-x;
	color:#b9ada0;
	text-decoration:none;
}
.basketOn .contentA {
	background:transparent url("../../pictures/layout/basket/bg_basket_right01.gif") top right no-repeat;
}
.basketOn .contentB {
	background:transparent url("../../pictures/layout/basket/basket_icon01.gif") center right no-repeat;
	padding-right:20px;
}


.basket a, .basket .contentA, .basket .contentB, .basket .contentC, .basket .contentD, .basketOn a, .basketOn .contentA, .basketOn .contentB, .basketOn contentC, .basketOn .contentD {
	display:block;
}



/* -----------------------------------------------------
   Styles pour la homepage publications
----------------------------------------------------- */


.container3col {
	width:100%;
	color:#2B66A0;
	line-height:160%;
vertical-align:top;

}

.container3col a:link, 
.container3col a:visited {

}

.container3col div {
	float:left;
	width:25%;
	overflow:hidden;
	margin:10px;
	padding:0.8em;
	border:1px solid #cae9f3;
	background-color: transparent;
	background-image:url("../../pictures/layout/body/shared/bg_tablehomepublications.gif");
	background-repeat: repeat-x;
	background-position: left top;


}

.container3col h2 {

padding:0;
margin:0;
margin-bottom:5px;
}


.container3col h3 {
border:none;
padding:0;
font-size:85%;
}



.container3col span{
	margin-bottom:0;
}
.container3col a:hover, 
.container3col a:visited:hover {
	text-decoration:underline;
}
.container3col .break {
	clear:both;
}



/* -----------------------------------------------------
   Styles pour la homepage enquetes
----------------------------------------------------- */


.container2col {
	width:90%;
	color:#2B66A0;
	line-height:160%;
vertical-align:top;
}

.container3col a:link, 
.container3col a:visited {

}

.container2col div {
	float:left;
	width:40%;
	overflow:hidden;
	margin:10px;
	padding:0.8em;
	border:1px solid #cae9f3;
	background-color: transparent;
	background-image:url("../../pictures/layout/body/shared/bg_tablehomepublications.gif");
	background-repeat: repeat-x;
	background-position: left top;


}

.container2col h2 {
padding:0;
margin:0;
margin-bottom:5px;
}


.container2col h3 {
border:none;
padding:0;
font-size:85%;
}



.container2col span{
	margin-bottom:0;
}
.container2col a:hover, 
.container2col a:visited:hover {
	text-decoration:underline;
}
.container2col .break {
	clear:both;
}


/*--------- Readspeaker ------*/

#readspeaker_player {
  position:absolute;
  right: 0;
  top: 100%;
}
#readspeaker_player a {
  padding: 0;
}

/*   decalage sous le formulaire de newsletter   */
#newsletterForm {
      margin: 0 0 10px 0;
}