/* General page and module styles */
#header-wrapper {
  position: relative;
  z-index: 100;
}
#header-wrapper header {
    clear: both;
    display: table;
    width: 100%;
}
#branding {
  padding: 1em 0;
  display: table-cell;
}
.region-header {
  padding: 45px 25px 48px 0;
  display: table-cell;
}
.region-header .block {
  float: right;
}
.placeholder { color: #779125; }
#logo {
  display: table-cell;
  padding: 0 15px 0 0;
  vertical-align: middle;
}
#branding hgroup {
  display: table-cell;
  vertical-align: middle;
}
#site-name {
  font-size: 4.5em;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#site-name a    {
  letter-spacing: -3px;
}
#site-slogan {
  font-size: 1.1em;
  font-weight: 400;
}
.site-name-hidden #logo,
.site-name-hidden #branding hgroup {
  display: block;
}
#secondary-content-wrapper,
#top-panels-wrapper,
#content-wrapper,
#footer-panels-wrapper,
#tertiary-content-wrapper {
  margin-bottom: 25px;
  clear: both;
}
.front #content-wrapper {
  margin-bottom: 0;
}
.content-margin {
  margin: 0 10px;
}
.content-style {
  min-height: 170px;
  padding: 25px 30px;
  background-color: #fff;
}
h1#page-title,
.in-maintenance h1#page-title {
  border-bottom: none;
  font-size: 2.1em;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
}
h1.page-title {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}
#footer-panels-wrapper {
  background: rgba(255, 255, 255, .1);
  padding: 25px 0 10px;
}
#block-user-login .item-list {
  margin-top: 10px;
}
#user-login-form li.openid-link ,
#user-login li.openid-link,
#user-login-form li.openid-processed {
  margin-left: 0;
}
#block-user-login .description {
  margin-bottom: 10px;
}
.form-item-openid-identifier {
  margin: 10px 0;
  display: block;
}
#edit-openid-identifier {
  background-position: 6px 50%;
  padding-left: 25px;
}
.poll .title {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.poll .bar-wrapper {
  margin-bottom: 8px;
}
.poll .bar-text {
  line-height: 1.2;
}
.poll .text {
  float: left;
  margin-bottom: 3px;
}
.poll .percent {
  float: right;
  font-size: 0.833em;
  padding: 1px 3px 0 0;
}
.block-poll .poll .percent {
  font-size: 0.692em;
}
.poll .bar {
  background-color: #fafafa;
  border: 1px solid #ccc;
  height: 1.385em;
}
.poll .bar .foreground {
  height: 1.385em;
}
.vote-form .form-item-choice {
  margin: 6px 0;
  padding: 0;
}
.vote-form .title {
  font-weight: 700;
  line-height: 1.5;
}
.vote-form .form-radios {
  margin: 13px 0 9px 0;
}
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  display: block;
}
.poll .total {
  text-align: left;
}
.profile {
  margin: 0;
}
.profile dd {
  margin-left: 0;
}
.profile dt {
  margin: 0;
}
.profile h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.profile .user-picture {
  float: right;
  margin-top: 45px;
}
body.page-profile #profile {
  margin-top: 15px;
}
body.page-profile .profile {
  min-height: 60px;
  float: left;
  clear: none;
  width: 48.5%;
  margin-right: 1%;
}
body.page-profile .user-picture {
  margin: 0;
  padding: 0;
  float: left;
}
body.page-profile .user-picture img {
  width: 40px;
  padding: 5px 0;
}
body.page-profile .name,
body.page-profile .field {
  margin-left: 60px;
  padding: 12px 10px 10px 0;
}
.search-results {
  margin: 0;
  padding: 0;
}
.search-results li  {
  margin-bottom: 20px;
}
.search-results .title {
  margin: 0;
}
.search-results .search-snippet-info {
  margin: 0;
  padding: 0;
}
.search-results p {
  margin-bottom: 4px;
}
.search-snippet strong {
  background-color: #e25400;
  color: #fff;
  padding: 0 4px;
}
body.overlay {
  background-color: transparent;
}
#overlay-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
body.overlay #main-columns,
body.overlay #main {
  padding: 0!important;
  min-width: inherit;
  max-width: inherit;
}
body.overlay #main-columns {
  width: 100%;
}
body.overlay #page {
  border: none;
  padding-bottom: 0;
}
body.overlay #content {
  border: none;
}
.overlay .ui-dialog-title {
  font-size: 2.333em;
  padding: 0 0 6px;
}
form#dblog-filter-form .form-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0;
}
#dblog-filter-form select {
  width: 100%;
}
#dblog-filter-form .form-actions {
  padding: 6px 0;
}
tr.dblog-user {
  background: #ffd;
}
tr.dblog-user .active {
  background: #eed;
}
tr.dblog-content {
  background: #fffee9;
}
tr.dblog-content .active {
  background: #fffcc3;
}
tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #f3fcdb;
}
tr.dblog-page-not-found .active,
tr.dblog-access-denied .active {
  background: #def2a9;
}
tr.dblog-error {
  background: #fce8dd;
}
tr.dblog-error .active {
  background: #fad4c0;
}
div.contextual-links-wrapper {
  z-index: 20;
}
div.contextual-links-wrapper a.contextual-links-trigger {
  margin: 1px 0 0;
  padding: 0;
  color: transparent;
}
ul.contextual-links li a {
  color: #333!important;
  display:block;
  margin: 0;
  padding: 5px 5px;
}
a.contextual-links-trigger {
  border: transparent 1px solid;
}
.two-sidebars #placeholder {
  position:static;
  margin-bottom: 10px;
}
#dashboard #disabled-blocks h2 {
  color: #fff;
}
#dashboard .ui-sortable .block h2 {
  background-position: 0 -36px;
}
h1.page-title {
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
.shortcut-wrapper {
  position: relative;
}
div.add-or-remove-shortcuts {
  display: none;
  margin-bottom: 3px;
}
div.add-or-remove-shortcuts a span.icon {
  margin-left: 4px;
}
body.page-admin div.add-or-remove-shortcuts,
body.overlay-open div.add-or-remove-shortcuts {
  margin-top: 3px;
  display: inline-block;
}
#toolbar div.toolbar-menu ul li a {
  line-height: 1.7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}
body.maintenance-page #content {
  margin-top: 5px;
}

/* System help */
#block-system-help {
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
}

/* Messages */
#messages {
  margin: 0 10px;
}
div.messages {
  margin-bottom: 15px;
}
#block-system-help,
div.messages {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#block-system-help {
  margin-bottom: 15px;
}
#block-system-help .block-inner {
  padding: 0;
  margin: 0;
}

/* Gutters - if gutters are set in theme settings they will override these
   values: see Extensions > Modify Output > Design */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
div.messages {
  margin-left: 10px;
  margin-right: 10px;
}
/* Panel pages need negative margin equal to the gutter width applied to #content,
  this is taken care of in theme settings as per above for normal gutters */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
}

/* Contextual links */
a.contextual-links-trigger:hover {
  border-bottom: none;
}
#admin-menu a#edit-trigger-link {
	width: 24px;
	height: 23px;
	display: list-item;
float: left;
    background-image: url("images/edit.png");
}
#admin-menu a#edit-trigger-link.active,
.active.edit-init-processed  {
  background-image: url("images/icon-edit-active.png");
}
#block-edit-edit {
	display: none;
}
#entete {
	background: #00446A;
}
#search-block-form {
	margin: 0px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
#search-block-form .form-text#edit-search-block-form--2 {
	background: #DA480F;
	margin: 0px;
	-webkit-appearance: none;
	height: 34px;
	line-height: 16px;
}
#horloge {
	text-align: center;
	background: #145376;
	max-width: 80px;
	padding: 10px;
	color: #FFF;
	line-height: 1.6em;
}
#horloge p {
	margin : 0px;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
}
#horloge p#jourt {
	border-top: 1px solid #DA480F;
	font-size: 0.9em;
}
#horloge p#journ {
	font-size: 2em;
}
#horloge p#mois {
	font-size: 0.9em;
}
#horloge p#heure {
	border-top: 1px solid #DA480F;
	border-bottom: 1px solid #DA480F;
	font-size: 1.2em;
}
.block h4.entete-slogan {
	color: #E77000;
	font-weight: normal;
	font-style: italic;
}
.view-editorial-du-jour .view-content {
	padding: 1% 5%;
}
/*.view-editorial-du-jour .view-content {
	padding: 1% 5%;
	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:2;
}
@media only screen and (max-width:767px) {
.view-editorial-du-jour .view-content {
	padding: 1% 5%;
	-moz-column-count:1; 
	-webkit-column-count:1; 
	column-count:1;
}
}*/
.megamenu .editorial h2 {
	font-size: 3em;
	font-weight: normal;
	color: #003558;
}
.megamenu .editorial p {
	line-height: 1.5em;
	color: #78787A;
}
#block-block-1 #accordion {
	max-height: 285px;
	margin: 0px;
}
#block-block-1 #accordion .accordionButton{
	display: block;
}
#block-block-1 #accordion a:hover{
	color: #fff;
}
#block-block-1 #accordion li {
	list-style: none;
}
#block-block-1 #accordion li a {
	cursor: pointer;
}
#block-block-1 #accordion li.active a {
	cursor: default;
}
.gradient {
	background-image: url("images/degra.png");
	color: #fff;
	font-size: 0.9em;
	padding: 0px 5px;
	height: 24px;
}
.ngradient {
	background: #03a719;
	color: #fff;
	font-size: 0.9em;
	padding: 0px 5px;
}
.hfjournal {
	width: 100%;
}
#block-block-8 {
	color: #78787a;
}
#block-block-8 a p {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-size: 0.9em;
	margin: 0px;
}
#block-block-8 .gbc1 {
	background: #145578;
	padding: 0.2em 1em;
	font-size: 1.1em;
}
#block-block-8 .gbc2 {
	line-height: 0px;
}
#block-block-8 .gbc3 {
	background: #00aeef url("images/degb.png") right repeat-y;
	padding: 0.2em 1em;
}
#block-block-8 .gbc4 {
	background: #000;
	padding: 0.2em 1em;
}
#block-block-8 .gbc5 {
	background: #770f2e url("images/degr.png") right repeat-y;
	padding: 0.2em 1em;
}
#block-block-8 .gbc6 {
	background: #27ad35 url("images/dego1.png") right repeat-y;
	padding: 0.2em 1em;
}
#block-block-8 .gbc7 {
	background: #006838 url("images/degv.png") right repeat-y;
	padding: 0.2em 1em;
}
#block-block-8 .gbc8 {
	background: #ec4126 url("images/dego2.png") right repeat-y;
	padding: 0.2em 1em;
}
#block-block-8 .gbc9 {
	background: #d6bf05 url("images/degj.png") right repeat-y;
	padding: 0.2em 1em;
	color: #000;
}
#block-block-8 .gbc10 {
	background: #4a9b45 url("images/degv2.png") right repeat-y;
	padding: 0.2em 1em;
}
#lquotidien {
	background: #00aeef;
	padding: 0px 5px;
	font-size: 1.1em;
	color: #fff;
	margin: 0px;
}

#tabs ul{
	float:left;
	background:#145578;
	width:100%;
	margin: 0px;
}
#tabs li{margin-left:2px;list-style:none;}
* html #tabs li{display:inline;}
#tabs li,#tabs li a{float:left;}
#tabs ul li{background:#1D6188;}
#tabs ul li.active{background:#145578;}
#tabs ul li a{
	text-decoration: none;
	padding: 6px;
	color: #80A2B5;
	font-weight: bold;
	font-size: 0.8em;
}
#tabs ul li.active a{color:#ffffff;}
#tabs .tab{background:#d9ebf9;clear:both;padding:15px;min-height:200px;}
#tabs div h3{margin-bottom:12px;}

#block-block-2 .mhaut {
	text-align: center;
}
#block-block-2 td {
	padding: 5px 14px;
}

#block-block-2 .mhaut p {
	margin: 0 1em;
	display: inline;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-size: 0.9em;
}
#block-block-10 .btitre {
	color: #E77000;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 1.2em;
	margin-top: 0.4em;
}
#block-block-10 .block-content{
	border-top: 4px solid #E77000;
	border-bottom: 4px solid #E77000;
}
#block-block-10 .item-list ul li {
	color: #E77000;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	margin: 0px;
}
#block-block-10 .item-list ul li a {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-size: 0.9em;
}
.page-taxonomy-term #main-content header {
	display: none;
}
.view-taxonomy-term .views-field-field-rubrique .field-content, .view-diaspora  .views-field-field-rubrique .field-content {
	font-weight: bold;
	color: #E77000;
	font-size: 0.9em;
}
.view-taxonomy-term .views-field-title h3 {
	font-weight: normal;
}
.view-taxonomy-term .views-field-changed, .view-taxonomy-term  .views-field-field-date-publication-article .field-content {
	font-weight: bold;
	font-size: 0.8em;
}
.view-actualit-s-par-rubrique .views-field-field-rubrique, .view-actualit-s-par-rubrique .views-field-field-date-publication-article {
	color: #E77000;
	font-size: 0.9em;
}
.view-actualit-s-par-rubrique .views-field-field-rubrique a{
	color: #000;
	font-size: 1.01em;
}
.view-actualit-s-par-rubrique .views-field-field-rubrique a:hover{
	color: #DA480F;
}
.view-actualit-s-par-rubrique .views-row-last hr {
	display: none;
}
hr {
	border: 1px dashed #808080;
	border-bottom: none;
	height: 0px;
	clear: both;
}
.view-actualit-s .views-field-body {
	font-size: 0.9em;
}
.view-actualit-s .views-field-title {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-size: 1.5em;
	line-height: 124%;
	margin-bottom: 15px;
}
.view-actualit-s .views-row-first .views-field-title {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-size: 2em;
}
.view-actualit-s .views-field-field-rubrique span{
	color: #E77000;
	font-weight: bold;
}
.view-actualit-s .views-field-field-rubrique{
	font-size: 0.8em;
	margin: 0.5em 0;
}
#block-block-11 {
	text-align: center;
}
.fb-like {
	padding: 0.4em 0em 0.4em 0.5em
}
.field-name-field-nom-du-journaliste div {
	font-weight: bold;
}
.gal .image-style-thumbgal {
	padding: 5px;
}
.field-name-field-chapo p, .field-name-field-chapo div {
	font-weight: bold;
}
.field-name-field-legendes-photos h2.field-label, .field-name-field-documents-joints h2.field-label, .field-name-field-article h2.field-label {
	margin-top: 1em;
}
.view-id-actualit_s .views-field-title, .view-id-taxonomy_term .views-field-title, .view-dossiers .views-field-title {
	clear: both;
	padding-top: 5px;
}
.view-id-actualit_s .views-row-first hr{
	display: none;
}
.articlecol1 {
	padding: 0;
	width: 16%;
	vertical-align: top;
	padding-top: 12em;
}
.articlecol1 .view-actualit-s-par-rubrique .view-content{
	border-top: 4px solid #E77000;
	border-bottom: 4px solid #E77000;
}
.articlecol1 .view-actualit-s-par-rubrique .views-row-1 {
	border-bottom: 1px dashed #808080;
	padding: 5px 0px;
}
.articlecol1 .view-actualit-s-par-rubrique .views-row {
	padding: 5px 0px;
}
.articlecol1 .field-name-field-article{
	border-top: 4px solid #E77000;
	border-bottom: 4px solid #E77000;
}
.articlecol1 .view-actualit-s-par-rubrique h3{
	color: #003558;
	font-weight: bold;
}
.articlecol1 .view-actualit-s-par-rubrique .views-field-field-rubrique a {
	color: #E77000;
	font-size: 0.8em;
	font-weight: bold;
}
.articlecol1 .article_associe .views-field-field-rubrique a {
	color: #E77000;
	font-size: 0.8em;
	font-weight: bold;
}
.articlecol1 .view-actualit-s-par-rubrique .views-field-title span {
	color: #E77000;
}
.articlecol1 .article_associe .views-field-title span {
	color: #E77000;
}
@media only screen and (max-width:767px) {
.articlecol1 {
	display: none;
}
}



#footer{
	background: url(images/bg-footer.png) repeat-x bottom;
	padding: 10px;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#footer h3{
	font-size: 0.9em;
}

#footer #sites-du-groupe{
	float: left;
	width: 25%;
	margin-right: 30px;
}

#footer #sites-du-groupe ul li{
	display: inline;
	font-size: 0.7em;
	background: url(images/bg-li-footer.png) no-repeat left center;
	padding-left: 9px;
}

#footer #Services{
	float: left;
	width: 19%;	
}


#footer #Services ul li{
	font-size: 0.7em;
	color: #F77902;
}

#footer #footer-menu{
	float: right;	
	width: auto;
}

#footer #footer-menu ul{
	list-style: none;
}

#footer #footer-menu ul li{
	float: left;
	font-size: 1.2em;
}

#footer  a{
	color: #000;
}

#footer #footer-menu .separateur {
	width: 2px;
	height: 1em;
	float: right;
	background: #AAA;
	margin: 4px 4px 5px 4px;
}
.node-opinion .view-opinions-rubrique, .page-opinion-rubrique .view-opinions-rubrique {
	display: inline-block;
	display: block\9;
}
#entete_opinion {
	background: url(images/bg-footer.png) repeat-x bottom;
	color: #E77000;
	line-height: 2em;
}
#entete_opinion ul li {
	border-top: 1px dashed #808080;
}
#entete_opinion ul li.first {
	border-top: none;
}

@media only screen and (max-width:767px) {
#footer #footer-menu{
	float: none;
}
#footer #sites-du-groupe{
	width: 45%;
}
#footer #Services{
	width: 50%;	
}
}
#block-block-14 .col1 {
	width: 66.9%;
	/*margin-right: 10px;*/
	display: inline-block;
}
#block-block-14 .col2 {
	/*width: 32%;
	display: inline-block;
	vertical-align: top;*/
	 float: right;
}
#block-block-14 .videos {
	width: 49%;
	margin-right: 1.3%;
	display: inline-block;
}
#block-block-14 .diaporama {
	width: 49%;
	display: inline-block;
}
#block-block-14 .opinion {
	width: 74%;
	margin-right: 1.3%;
	display: inline-block;
	background: #145578;
}
#block-block-14 .artvivre {
	width: 24%;
	display: inline-block;
	border-top: solid #9E2E4B 4px;
	top: 3px;
	position: relative;
}

#block-block-14 .videos  h3, #block-block-14 .diaporama h3, #block-block-14 .regions h3{
	background: #145578;
	color: #FFF;
	font-weight: normal;
	padding-left: 15px;
}

#block-block-14 .videos  img, #block-block-14 .diaporama img, #block-block-14 .adiac img{
	width: 100%;
}

#block-block-14 .opinion h3{
	color: #FFF;
	font-weight: normal;
	padding-left: 15px;
}

#block-block-14 .opinion hr{
	border: solid #E77000;
	margin-right: 5%;
}

#block-block-14 .opinion a{
	color: #fff;
	font-size: 1em;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
}

#block-block-14 .opinion .views-row {
	/*background: url(images/bg-liste-opinion.png) no-repeat left center;*/
	padding: 4px 3px;
	border-bottom: solid 1px #FFF;
	width: 90%;
	margin-left: 3%;
	
}

#block-block-14 .opinion .views-row span{
	display: list-item;
	list-style-position: inside;
	color: #E77000;
}

#block-block-14 .opinion .views-row:last-child {
	border-bottom:none;
}

#block-block-14 .regions{
	background: url(images/bg-par-region.png) no-repeat;
	background-size: 120% 120%;
	min-height: 355px;
}

#block-block-14 .regions .link-region{
	background: #145578;
	max-width: 50%;
	margin-top: 2px;
	padding-left: 9px;
	line-height: 18px;
}

#block-block-14 .regions a{
	color: #fff;
	font-size: 0.8em;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	background: url(images/bg-link-region.png) no-repeat left center;
	padding-left: 13px;
}

#block-block-14 .artvivre .views-field-field-rubrique{
	background: #145578;
}

#block-block-14 .artvivre .views-field-field-rubrique .field-content{
	background: #9E2E4B;
	width: 85%;
	color: #FFF;
	font-size: 0.8em;
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	padding: 3px;
}

#block-block-14 .artvivre .views-field-title a{
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	color: #145578;
}

#block-block-14 .artvivre .views-field-field-image a{
	text-align: center;
	display: block;
	line-height: 0px;
}

#block-block-14 .artvivre .views-field-field-image img{
	width: auto;
	max-height: 171px;
}
@media only screen and (max-width:767px) {
#block-block-14 .col1, #block-block-14 .col2 {
	display: block;
	width: 100%;
	margin-top: 5px;
}
#block-block-14 .videos, #block-block-14 .opinion {
/*	margin-right: 1.2%;*/
}
}

@media only screen and (max-width:485px) {
#block-block-14 .col1 {
	display: block;
}
#block-block-14 .videos,#block-block-14 .diaporama,#block-block-14 .opinion, #block-block-14 .adiac,#block-block-14 .col1, #block-block-14 .col2,#block-block-14 .col1, #block-block-14 .artvivre {
	width: 100%;
}
}

#page-sabonner{
	text-align: center;
}

#page-sabonner #img-sabonner-logo{
	width: 355px;
}

#page-sabonner h1{
	margin-bottom: 55px;
	text-align: center;
}

#page-sabonner #page-sabonne-content{
	margin-left: 150px;
}

#page-sabonner #zero-euro{
	float: left;
	width: 110px;
	margin-bottom: 9em;
	margin-right: 1em;
}

#page-sabonner #page-sabonne-righ{
	float: left;
	width: 74%;
	text-align: left;
	margin-left: 35px; 
}

#page-sabonner h2{
	color: #DA480F;
}

#page-sabonner #je-profite{
	width: 155px;
}

#page-sabonner #sabonner-sites{
	width: 60%;
}
.view-opinions-recents .views-field-field-image img {
	width: 100%;
	margin: 0px;
}
.bcsa_col1 {
	width: 35%;
	vertical-align: top;
	text-align: center;
}
.bcsa_col1 img {
	width: 100%;
	max-width: 322px;
}
@media only screen and (max-width:767px) {
table.bcsa td {
display: block;
}
.bcsa_col1 {
	width: 100%;
}

}
#raccdossiers {
	color: #FFF;
}
#raccdossiers td {
	background: #145578;
	display: inline-block;
	padding: 0px;
	margin: 1%;
	width: 47.4%;
}
#raccdossiers img {
	margin: 0px;
	width: 100%;
	float: left;
}
#raccdossiers p {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	margin: 0px;
	padding: 0 5px;
	float: left;
}
.autdiapo td, .diaporamas td {
	border-bottom: 2px dashed #808080;
}
.autdiapo td.views-field-field-image, .diaporamas td.views-field-field-image {
	width: 30%;
}
.autdiapo td.views-field-title a, .diaporamas td.views-field-title a {
font-weight: bold;
font-size: 1.2em;
}
#block-block-1, #block-block-5, #block-block-6, #block-block-7 {
	max-width: 171px;
	margin: 0px auto;
}
.view-mes-articles th.views-field-created, .view-mes-articles th.views-field-changed {
	width: 8em;
}
.view-mes-articles td.views-field-status.Non {
	color: red;
}

.view-dossiers h3 a{
	color: #E25401;
}

.view-dossiers h3 a:hover{
	color: #086782;
}

article.node-dossier h1{
	color: #E25401;
}

body.front .content-style{
	border: none;
	padding-bottom: 0;
}
#footer-wrapper .flexslider {
    top: -20px;
}
.view-afficher-article .articlecol1, .view-afficher-article .toolbar {
	display: none;
}

#bloc_blue_bassin{
	background: url(images/bloc-bleu-Bassin-du-Congo-SA.png) no-repeat #00476B;
	width: 100%;
}

#bloc_blue_bassin #bloc_blue_bassin_1, #bloc_blue_bassin #bloc_blue_bassin_3{
	width: 148px;
	color: #FBB03D
}
#bloc_blue_bassin #bloc_blue_bassin_2{
	float: left;
	color: #fff;
	padding: 45px 0 0 0;
}

#bloc_blue_bassin #bloc_blue_bassin_2 h2{
	color: #fff;
	font-weight: normal;
	font-size: 2.2em;
}

#bloc_blue_bassin #bloc_blue_bassin_2 p{
	font-size: 14px;
	padding: 5px;
	line-height: 1.3em;
}


#bloc_blue_bassin #bloc_blue_bassin_1 p{
	margin-top: 17em;
	padding: 0 10px;
}

#bloc_blue_bassin #bloc_blue_bassin_3 h3{
	font-size: 25px;
	padding: 14px 0px;
	font-style: italic;
	font-weight: normal;
	color: #FBB03D;
}

@media only screen and (max-width: 767px){
#bloc_blue_bassin #bloc_blue_bassin_1, #bloc_blue_bassin #bloc_blue_bassin_3{
	display:none;
}
#bloc_blue_bassin #bloc_blue_bassin_2{
	width: 100%;
	padding-left: 20px;
}
}

.field-name-field-encadre .field-item {
	padding: 1em 1.5em;
	background: #F3F4EE;
	margin: 0.5em;
}
.field-name-field-encadre .field-item p {
	margin: 0px;
}

#page-en-cours-realisation {
	position: relative;
	width: 1040px;
	height: 950px;
	background: #F8A926;
}

#page-en-cours-realisation h1{
	position: relative;
	z-index: 10;
	top: 78px;
	text-align: center;
	font-weight: normal;
	font-size: 3em;
}

#page-en-cours-realisation h1 span{
	font-style: italic;
}

#page-en-cours-realisation  img{
	position: relative;
	top: 33px;
	left: 215px;
}

#nos-partenaires{
	padding-left: 117px;
	margin-top: 20px;
}

#nos-partenaires h1{
	padding-left: 35px;
	margin-bottom: 30px;
}

#nos-partenaires h2{
	font-style: italic;
	color: #000;
	padding-left: 35px;
}

#nos-partenaires-content{
	color: #000;
	background: #55b6de;
	padding: 35px;
}

#nos-partenaires-content h3{
	color: #000;
}

#nos-partenaires img{
	position: relative;
	top: -737px;
	left: -156px;
}
.fancybox-inner .simplemenu-block {
	display: none;
}
.password-strength {
	margin: 0px 0px 5px 0px;
}
#bloc_blue_bassin {
    background: url("images/bloc-bleu-Bassin-du-Congo-SA.png") no-repeat scroll 0 0 #00476B;
    width: 100%;
}
.htitre {
	display: none;
}
.view-archives .views-widget-filter-date_filter_2 {
    width: 360px;
}
.view-archives #edit-date-filter-min-wrapper, .view-archives #edit-date-filter-max-wrapper {
    display: inline-block;
}
.view-archives #edit-date-filter-2-wrapper .form-item label {
	font-weight: bold;
}
.view-archives #edit-field-nom-du-journaliste-value-wrapper {
	float: initial;
	margin-bottom: 1.4em;
}

.view-archives td.col-2 {
	width: 50%;
	border-left: 2px solid #EBEBEB;
}
.view-archives td.col-1, .view-archives td.col-2 {
	vertical-align: top;
}
.view-archives div.views-field-title {
	border-top: 2px dotted #C7C7C7;
	padding-top: 5px;
}
#views-exposed-form-archives-page-1 {
	/*background: #F3F4EE;*/
	margin: 0px;
	padding: 0em 1em 1em 1em;
	border: 0.1em solid #CEC6BA;
}
    
#views-exposed-form-archives-page-1 .views-exposed-widgets {
	margin: 0px;
}
.view-archives .views-field-field-rubrique span {
	color: #E77000;
}
.view-archives .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0;
}

.view-archives #edit-field-nom-du-journaliste-value-wrapper #edit-field-nom-du-journaliste-value {
	max-width: 100%;
}
.view-archives #edit-title-wrapper, .view-archives #edit-term-node-tid-depth-1-wrapper, .view-archives #edit-term-node-tid-depth-wrapper {
	float: none;
}
.view-archives #edit-title-wrapper #edit-title {
	max-width: 100%;
}
.view-archives .form-item-term-node-tid-depth .form-type-bef-checkbox.form-item {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 11%;
	min-width: 178px;
	font-size: 0.8em;
}
.view-archives .form-item-term-node-tid-depth-1 .form-type-bef-checkbox.form-item {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 18%;
	min-width: 108px;
	font-size: 0.8em;
}
.form-type-bef-checkbox.form-item {
	display: inline-block;
	margin: 0 8px 0 0;
}
.view-archives .views-submit-button {
	clear: both;
    text-align: center;
    width: 100%;
}
.view-archives .views-field-title a {
	font-family: Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif;
	font-weight: bold;
	font-size: 1.2em;
}
.view-archives .item-list ul.pager {
	text-align: center;
}
.view-actualit-s .plus {
	display: inline-block;
}
.view-actualit-s .plus h3 {
	color: #003558;
	font-weight: bold;
	border-bottom: 4px solid #E77000;
}
.derniers_opinions .col1, .derniers_opinions .col2 {
	padding: 0px;
}
.derniers_opinions .col1 a, .derniers_opinions .col2 a {
	display: block;
	margin-bottom: 0.5em;
}
.derniers_opinions .col2 a {
	margin-left: 0.5em;
}
.derniers_opinions .col1 a {
	font-weight: bold;
}
.derniers_opinions .col1 {
	width: 8em;
}
table.derniers_opinions {
	position: relative;
}
.partenaires {
	text-align: center;
}
.partenaires img {
	margin: 0.5em;
}
.social_links {
	padding: 5px 30px;
	position: relative;
}
.service_links {
	width: 25em;
	float: right;
}
.service_links .easy_social_box {
	margin: 6px;
}
.toolbar {
	height: 2em;
}
.node-diaporama .toolbar {
	height: 4em;
}
.view-feeds .date-display-single {
	color: #E77000;
	font-size: 0.9em;
}
.view-feeds .views-field-field-identifiant a {
color: #000;
font-size: 0.9em;
}
.view-feeds .views-field-field-identifiant {
	color: #E77000;
	font-size: 0.9em;
}

.conteneur_popinbox {
	position: absolute;
	z-index: 1000;
	width: 340px;
	left: -120px;
	box-shadow: -1px 4px 3px -2px rgba(0, 11, 21, 0.5);
	display: none;
}
.popinbox {
	padding: 10px;
	background: #FFF;
}
#header_twitter_contenu {
	padding: 10px;
	border: solid 1px #D2D6DB;
}

div.social-links-twitter:hover .conteneur_popinbox {
	display: block;
}
.conteneur_popinbox:before {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #FFF;
}
@media only screen and (max-width:768px) {
	#block-block-2 td {
		display: block;
	}
	#block-block-3 td {
		display: block;
		text-align: center;
	}
	#horloge {
		margin: 0 auto;
	}
	.region.region-sidebar-first,
	.region.region-sidebar-second {
		width: 100%;
	}
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder { /* Firefox 19+ */
  color:  #000;
}
input:-ms-input-placeholder {
  color:  #000;
}
input:-moz-placeholder { /* Firefox 18- */
  color:  #000;
}
#node-296 .field-name-body table td {
    border-bottom: 1px dotted #d0d0d0;
	padding-top: 10px;
}
.print_html, .print_mail, .print_pdf, .print_epub {
    border: 1px solid rgb(170, 170, 170);
    float: left;
    line-height: 0;
    margin: 0.3em 0em 0.5em 0.2em;
}
img.print-icon {
    vertical-align: middle;
    margin: 0px;
    width: initial;
}
.print_html:hover, .print_mail:hover, .print_pdf:hover, .print_epub:hover {
	border: 1px solid #000;
}
.node-article-breves .print_mail {
	display: none;
}
/**.front.bb-n {
	background: url('images/visuel-adiac.jpg') top center no-repeat;
    padding-top: 258px;
}
@media only screen and (max-width:1470px) {
	.front.bb-n {
		background-image: url('images/visuel-adiac-1280.jpg');
		padding-top: 238px;
	}
}
@media only screen and (max-width:1170px) {
	.front.bb-n {
		background-image: url('images/visuel-adiac-1040.jpg');
		padding-top: 192px;
	}
}
*/

