/* Body */
body.site {
    border-top: 0px solid #333333 !important;
    background-color: #F4F6F7;
    padding: 0 !important;
}
.body .container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
    max-width: 1600px;
}
/* Titre du site */
.header .brand {
  text-decoration: none;
}
.header .brand > img {
  float: left;
}
.site-description {
  color: #CCC;
  font-size: 20px;
}
/* Liens hypertextes */
a {
  text-decoration: underline;
}
/* Bandeau */
.header-inner {
	background-color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
/* Image du bandeau */
.header-inner .header-search .random-image {
	position: absolute;
    margin: -138px 0px 0px -371px;
    opacity: 0.2;
}
/* Navigation */
.navigation {
    padding: 0px !important;
    border-top: 0px !important;
    margin-top: -10px;
}
.navigation .search {
    margin-top: 3px;
}
/* Bandeau droite */
.header-search >p {
	margin: 3px 0 9px 5px;
    color: #CCC;
}
.header-search form {
	margin: 0px 0 9px 0px;
}
.login-greeting {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
    color: #CCC;
}
.logout-button {
	float: left;
	margin-left: 5px;
}
.control-group {
    margin-bottom: 9px;
    margin-left: 5px;
    float: left;
}
.form-actions {
  clear: both;
}
#form-login-remember {
	margin-top: 1px;
	margin-bottom: 9px;
    color: #CCC;
}
.btn-primary {
    border-color: #999999 #999999 #666666 !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #666666 !important;
}
/* Identifiant et mot de passe oublié */
.userdata > ul {
	display: none;
}
.userdata > ul > li {
	float: left;
	margin-bottom: 9px;
	margin-left: 5px;
}
.userdata > ul > li > a {
	color: #CCC;
}
/* Menu */
.menu > li > a, .menu > li > ul > li > a {
  text-decoration: none;
}
/* Champ de recherche */.search form {
	margin: 0px 0px 0px;
}
/* Portlet de droite */
.well {
    --margin-top: 20px;
}
.flat {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #F5F5F5;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
#aside .well .nav {
	margin-bottom: 0px;
}
.page-header {
	border-bottom: 0px;
	padding-bottom: 0px;
}
/* Image aléatoire */
.random-image {
	text-align: center;
}
/* Bannières (Quelques liens)*/
.banneritem {
	margin-bottom: 8px;
}
/* Portlet coloré */
.bicolore {
}
.bicolore > h3 {
	background-color: #333333;
	color: #CCCCCC;
	padding: 19px;
	margin: -20px;
}
.bicolore > div {
	padding-top: 25px;
}
.gris {
	background-color: #333333 !important;
	color: #CCC;
}
.gris > ul, .gris > ul > li {
	background-color: transparent !important;
}
.gris > ul > li > a, .gris > p > a, .gris > div > a, .gris > div > p > a, .gris > a {
	color: #CCC;
}
.gris > ul > li > a:hover, .gris > p > a:hover, .gris > div > a:hover, .gris > div > p > a:hover {
    color: #CCC;
    text-decoration: underline;
    background-color: #333333 !important;
}
.gris > div > hr {
  border-color: #CCC -moz-use-text-color #CCC;
}
.cyan {
	background-color: #99FFFF !important;
}
.magenta {
	background-color: #FF99FF !important;
}
.jaune {
	background-color: #FFFF99 !important;
}
.rouge {
	background-color: #FF99CC !important;
}
.vert {
	background-color: #CCFF99 !important;
}
.bleu {
	background-color: #99CCFF !important;
}
/* Portlet centrale */
#system-message-container {
	clear: both;
}
/* Fil d'ariane */
.breadcrumb {
    margin: 0px 0px 18px;
}
.items-row, .items-leading {
    margin: 0px 0px 18px 0px;
}
/* Infos article */
.dropdown-toggle, .dropdown-menu > li > a {
    text-decoration: none;
}
.dropdown-menu .hits {
    padding: 3px 20px;
}
/* Boutons Imprimer et Email */
.icons .pull-right {
    clear: both;
    margin-top: 1px;
    padding: 1px 0px;
    background: none repeat scroll 0% 0% #EEE;
}
.icons .pull-right ul {
    margin: 0px 3px;
}
.item .icones, .leading-0 .icones, .item-page .icones {
    background: none repeat scroll 0% 0% #EEE;
}
.icones > ul {
	margin: 0px;
    
}
.item .icones > ul > li, .leading-0 .icones > ul > li, .item-page .icones > ul > li {
	margin: 5px;
	float: left;
	list-style: none outside none;
}
h2 {
	font-size: 20px;
}
.leading-0 .item-title, .item .item-title, .leading-0 .page-header, .item .page-header, .item-page .page-header {
	--float: left;
    background: none repeat scroll 0% 0% #EEE;
	padding: 4px;
	margin: 0px 0px 0px;
}
.leading-0 .item-title a, .item .item-title a, .leading-0 .page-header a, .item .page-header a, .item-page .page-header a {
	--color: #CCC;
}
.leading-0 .item-title a:hover, .item .item-title a:hover, .leading-0 .page-header a:hover, .item .page-header a:hover, .item-page .page-header a:hover {
	--color: #CCC;
}
.leading-0 .page-header h2, .item .page-header h2, .item-page .page-header h2 {
	margin: 0px 0px;
    --color: #CCC;
}
.item .btn-group, .leading-0 .btn-group, .icons .btn-group {
	margin-top: 0px;
}
.leading-0  dl, .item dl, .leading-0 > div > ul, .item > div > ul {
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 10px;
	background: none repeat scroll 0% 0% #EEE;
}
.article-info dl  {
	padding: 1px 0px;
	margin: 0px 0px 0px;
	background: none repeat scroll 0% 0% #EEE;
}
.article-info {
    overflow: hidden;
    margin: 0px 0px 10px 0px;
	background: none repeat scroll 0% 0% #EEE;
}
.item .article-info:after{
    clear: both;
}
.article-info dt {
	display: none;
	float: left;
}
.article-info dd, .print-icon, .email-icon {
	float: left;
	padding: 0px;
    list-style: none outside none;
}
.page-header .label-warning {
    float: left;
}
/* Contenu article */
.item p, .leading-0 p, .item-page p {
/*	clear: both;*/
}
/* Image liste article */
.pull-left.item-image img, .newsflash .pull-right.item-image img {
	max-height: 100px;
	max-width: 220px;
}
/* Editeur JCE */
span.wf_editor_toggle, textarea.wfEditor {
    clear: left;
}
/* Entete tableau article */    
.item-page table thead tr th, .item-page table tbody tr th, .leading-0 table thead tr th, .leading-0 table tbody tr th, .item table thead tr th, .item table tbody tr th {
     background-color: #333333;
     color:#FFF;
}
/* Entete de tableau */
.sectiontableheader {
	padding: 4px;
	border-right: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	background: none repeat scroll 0% 0% #333333;
}
/* Critères de recherche */
.controls > label , .ordering-box > label {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}
.chzn-container {
	margin-left: 10px;
}
.only > label, .form-limit > label {
	float: left;
	margin-left: 10px;
}
.form-limit > label {
	margin-top: 4px;
}
hr {
	margin-bottom: 5px;
}
/* Modification article */
.btn-toolbar {
    clear: both;
}
.editor {
    clear: both;
}
/* Liste de contacts */
.contact-category h2 {
    background: none repeat scroll 0% 0% #EEE;
    padding: 4px;
	margin: 0px;
}
.contact-category form .category .cat-list-row0, .contact-category form .category .cat-list-row1 {
  float: left;
  height: 150px;
  width: 295px;
  border: 1px solid #DDD;
}
.cat-list-row0 > span > img, .cat-list-row1 > span > img {
  height: 54px;
  padding-right: 5px;
}
/* Contact */
.contact h3 {
  display: none;
}
.contact-position {
  float: left;
}
.contact-address {
  clear: left;
}
.category > li .position {
  color: green;
}
.category .cat16 {
	background-color: #99CCFF !important;
}
.category .cat17 {
	background-color: #8AAFF4 !important;
}
.category .cat18 {
	background-color: #FECA88 !important;
}
/* Liens Entête */
.categories-list h1 {
    background: none repeat scroll 0% 0% #EEE;
    --color: #CCC;
    padding: 3px;
}
.weblink-category h2 {
    background: none repeat scroll 0% 0% #EEE;
    --color: #CCC;
    padding: 3px;
	margin: 0px;
}
/* Liens Nb clics */
.label-info, .badge-info {
    background-color: #999 !important;
}
/* Pagination */
.pagination {
    clear: both;
}
/* Menu du bas */
.menusitemap, .footer .container  {
	margin-bottom: 0px;
	margin-top: 5px;
}
.footer .container > hr {
	display: none;
}
.footer .container > ul {
	margin-bottom: 0px;
}
.footer .container > p {
	text-align: center;
}
.menusitemap li, .footer .container > ul > li {
	float: left;
	border-left: 2px solid rgb(221, 221, 221);
	padding-left: 5px;
	padding-right: 5px;
}
/* Lien retour en haut */
#back-top {
	display: none;
}
/* Format PC */
@media (min-width: 980px) {
    .body .container {
        width: auto;
    }
	/* Titre du site */
    .site-description {
      margin-top: 30px;
      width:400px;
    }
	/* Colonnes Portlet centrale */
    .tricolonnes {
        width: 173px;
    }
    .bicolonnes {
        width: 290px;
    }
}
/* Format tablette et PC */
@media (min-width: 768px) {
	/* Header */
    .header-search {
        margin-top: 7px;
    }
    /* Colonnes Portlet centrale */
    .colonnes {
        display: inline;
        float: left;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #F5F5F5;
        border: 1px solid #E3E3E3;
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    }
    .colonnes > ul {
        margin: 0px 0px 9px 15px;
    }
    /* Image article */
    .pull-right.item-image img {
        max-width: 500px;
    }
}
/* Format tablette */
@media (min-width: 768px) and (max-width: 979px) {
	/* Titre du site */
    .site-description {
        max-width: 285px;
        margin-top: 13px;
    }
    .header .brand {
      float: left !important;
      text-align: left !important;
	}
    .header .nav.pull-right, .header-search {
      float: right !important;
	}
	/* Colonnes Portlet centrale */
    .tricolonnes {
        width: 173px;
    }
    .bicolonnes {
        width: 209px;
    }
}
/* Format tablette et smartphone */
@media (max-width: 979px) {
	.navigation .nav {
        clear: both;
    }
    /* Colonnes Portlet centrale */
    .colonnes {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #F5F5F5;
        border: 1px solid #E3E3E3;
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    }
}
/* Format smartphone */
@media (max-width: 480px) {
	/* Titre du site */
    .header .brand {
        text-align: center;
    }
    /* Image article */
    .pull-right.item-image img {
        max-width: 295px;
    }
    .contact-category form .category .cat-list-row0, .contact-category form .category .cat-list-row1 {
        max-width: 100%;
    }
}