 /* sections du template */

body {
	margin: 20px auto;
	background-color: #333333;
  font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #444444;
}

body.mceContentBody  {
	background-color: #FFF;
}

#Tout{ 
	margin:0 auto;
	width:965px;  
	background-image:url(../images/bords.jpg);
}

#Entete{ 
	margin: 0px auto;
	height:189px;
	width:965px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;    
  background-position: 50px 7px;   
}

#EnteteHaut{ /* Entete sans le menu */
	height: 150px;
	padding-bottom:10px;
	position:relative;
}

#MenuHaut{ /* menu principal */
	margin: 0 auto;
	height:42px;
	width:965px;
}

#PartiePrincipale{ 
  position: relative;
}

#FilAriane {
  padding: 6px 0 2px 29px;
  font-size: 0.8em;
}

#FilAriane ul {
    padding-left: 0;          
}

#FilAriane li {
    display:inline;          
}

#ColonneDroite {
    float: right;    
    margin: 0px 27px 0 3px;
    padding: 0 0 15px;
    width: 180px;
}


#Contenu {
    margin: 1px 0px 20px 12px;
    width: 742px;
    position: relative;
    overflow: hidden;
}

#Footer{ /* Pied de page*/
   padding: 0 0 5px;
   clear: both;
}

#ContenuFooter{ 
   margin: 0 auto;
   width:95%;
   color:#FFF;
   text-align:center;
   background-color:#333333;
   font-size:0.85em;
}

/* fin sections du template */
 
/* styles du template */


p {      
  margin-top: 0; 
  margin-bottom: 15px;
}

p.readmore {
    text-align: right;
    font-weight : bold;
}

p.ligne_v {
  background-image:url(../images/ligne_v.gif);
	background-repeat: repeat-y;   
  background-position: 20px 0px;   
  padding-left: 35px;
  margin-bottom: 25px;
}

.biblio_l {
  float: left;
  padding-left: 10px;
  clear: left;
}

.biblio_r {
  overflow: auto;
  padding-left: 10px;
}

.biblio_clear {
  clear: both;
  width: 120px;
  height: 20px;
}

.partenaire_l {
  float: left;
  width: 180px;
}

.partenaire_l span{
  color: #1f497d; 
  font-weight: bold; 
  font-size: 11pt; 
}  

#Contenu .partenaire_l>h3 { 
  margin-bottom: 5px; 
  margin-top: 0;
} 

.partenaire_e {
  height: 20px;
}

.partenaire_r {
  background-image:url(../images/ligne_v.gif);
	background-repeat: repeat-y;   
  background-position: 10px 0px;   
  padding-left: 25px;
  margin-bottom: 20px;
  overflow: auto;
} 

.partenaire_r .g {
    float: left;
    width: 110px;
}

.partenaire_r .t {
  overflow: auto;   
}

.partenaire_r .clear {
    clear: both;
    width: 120px;
    height: 5px;
}

.partenaire_r p{
  margin-bottom: 0px;
}

img {
    border: 0 none;
}

figure {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 10px;
}

figcaption {
  font-size: 0.8em;
	line-height: 1.3em; 
}

ul{
	margin:0;
  padding-left: 40px;
}  

a { 
  outline-style:none;
}

a:link, a:visited {
	text-decoration: underline;
  color:inherit;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
  text-decoration: none;
}

a.no_underline:link, a.no_underline:visited {
	text-decoration: none;
  color:inherit;
}

a:hover {
	text-decoration: underline;
}


/* Pagination des articles */

.items-more h3 {
    margin: 0.2em;
}    

.items-more ol {
    margin: 0.2em;
    list-style-type: disc;
}   

 .pagination
 {
 text-align: center;
 }
 
.pagination p
{
  margin-bottom: 0px;
}

.pagination li
{
  display:inline;
  padding: 2px 4px;
}
         
.pagination ul
{
  padding: 0;
}

ul.pagenav
{
  -moz-padding-start: 0;
  overflow:hidden;
  clear: both;
}

li.pagenav-prev
{
  display:inline-block;
  float : left;
  margin-left : 200px;
}

li.pagenav-next
{
  display:inline-block;
  float : right;
  margin-right : 200px;
}

/*  zone titre + icones article */
div.title {      
  display: inline-block;
  width : 100%;
}

#Contenu ul.actions {
    margin: 0;
    padding: 0;
    padding-top : 15px;
    float: right;
}

#Contenu ul.actions li {
    display: inline;
}

.icon-envelope {
  display: inline-block;
  overflow : hidden;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/emailButton.png");
  background-repeat: no-repeat;
  content: "";
}

 /* Description de catégorie */

.blog .category-desc {
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  background-color: #F0F0F0;
  padding: 0.1em 0.5em 0.6em;
  margin : 20px 50px 10px;
  box-shadow: 8px 8px 10px #aaa;
}

.blog .category-desc > p {
  font-weight: bold;
  margin-bottom: 7px;
  text-align: center;
}

.blog .category-desc  p + p
{
  margin-left: 0.3em;
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
}

 /* formulaires */

.form-horizontal .control-group::after {
    clear: both;
}

.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    display: table;
    content: "";
    line-height: 0;
}

#jform_captcha {
    float: left;
}

form.form-validate > div
{
  padding-left:18px;
}

.star {
    color: #CC0000;
}
  
 /* titre article, contact ... */
h1 {  
	font-size:1.5em;
	font-weight:normal;   
	padding-left:15px; 
	margin: 0.83em 17px;
  color:#000095;
	background-image:url(../images/puceTitre.jpg);
	background-position:0px 7px;
	background-repeat:no-repeat; 
  text-decoration: none;  
}   
  
 /* titre article, contact ... */
#Contenu h2, h1.contentheading {  
	font-size:1.5em;
	font-weight:normal;   
	padding-left:15px; 
	margin: 0.83em 0;
	max-width: 671px; 
  color:#000095;
	background-image:url(../images/puceTitre.jpg);
	background-position:0px 7px;
	background-repeat:no-repeat;
  float:left;
} 

 /* titre article, contact ... */
#Contenu h3 {  
  color: #10253f; 
  font-weight: bold; 
  font-style: italic; 
  font-size: 13pt;
  margin: 1em 0 0.5em -5px;
} 

#Contenu h4 {  
  color: #1F497D; 
  font-weight: bold; 
  font-size: 11pt;
  margin: 0.5em 0 0.5em 0px;
} 

.contact-category h2 {  
  float: none !important;
}   
  
/* colonne droite */   
div.moduletable h3{
	margin:10px 0px 10px 0px;
	height:20px;
	padding:5px 0 4px 10px;
	text-align:left;
	font-size:1em;
	color:white;
	background-color:#333333;
} 

div.moduletable table{
	margin-bottom:10px;
	} 
	
.menu a {  
	font-size:1em;
	padding-left:25px;
	color:#000095;
	font-weight:bold;
	line-height: 1.5em;
	text-decoration:none;
}

.custom_Don div {  
	font-size:1.2em;
	padding: 15px 0 0 15px;
	color:#000095;
	font-weight:bold;
	line-height: 1.5em;
}

.custom_Don a {  
	text-decoration:none;
}

.custom_Don img {
  float: left; 
  width: 20px; 
  height: 20px;
}


ul.menu{
	padding:0;
	list-style-type:none;
}

ul.menu  img{ 
  float:right;  
	margin:5px auto;
}   

/* contenu articles */
.item-page, .blog, .contact, .contact-category, #Contenu > div#acyarchivelisting {  
	padding: 0 20px;  
}  

#acyarchiveview  {  
	padding: 0 5px;  
}  
	
/* page d'accueil */
	
.item-page_accueil {
  color:black;
  padding: 0;
}
  
/* moduletable_affiche */

div.moduletable_affiche {
	font-size:1em;
	border-style:solid;
  border-width:5px;
  border-color:#650000;
  border-top:0px;
}

div.moduletable_affiche h3{
	margin:0px;
	height:20px;
	font-size:1em;
	padding:5px 0 4px 10px;
	text-align:left;
	color:white;
	background-color:#650000;
}

div.moduletable_affiche a:hover { /* Les liens lorsque le curseur est dessus. */
	text-decoration:underline !important ; 
}
  
/* Contacts */

.contact h3 {
  clear: left;
}

.contact dt {
  float : left;
}

.contact dd {
  margin-left: 0; 
}

.contact br {
    display: none;
}

.contact-street, .contact-suburb, .contact-emailto, .contact-telephone {
  margin-left: 20px;
}

.contact-country {
  margin-left: 36px;
}

.contact .control-group {
    margin: 0px;
}

.contact label {
    padding: 5px 0;
}

.contact .control-label {
    float: left;
    padding: 5px 0;
    width: 15em;

}

/*  tableaux de liste */

 table.category th, td.sectiontableheader {
    background: none repeat scroll 0 0 #EBEBEB;
    border-bottom: 1px solid #B4B4B4 !important;
    font-weight: bold;
    padding: 3px;
}

tr.cat-list-row1 td, tr.sectiontableentry2 td{
  padding:3px;
  background-color:#F0F0F0;
  border-bottom: 1px solid #DCDCDC !important;
}

tr.cat-list-row0 td, tr.sectiontableentry1 td{
  padding:3px;
  border-bottom: 1px solid #DCDCDC !important;
}

  
/* acymailing */ 

.moduletable .acymailing_form label {
  display: none;
}

#acyarchiveview h1 {
  padding-left: 30px;
  background-position:15px 7px;
}

#acyarchivelisting form {
  clear: left;
}
   
.newsletter_body { 
  clear: left;
  margin-right:0px;
  margin-left:0px;
  padding-top:5px;
  padding-right:10px;
  padding-left:6px;
  border-style:solid;
  border-width:10px;
  border-color:#888888;
}
                             
/* related-item et more-items */ 

#Contenu .items-more {
	background-image:url(/images/pictos/ligne_h.gif);
  background-size: 470px 7px;
	background-repeat:no-repeat;    
  background-position: 120px 0px; 
  margin-top: 5px;
  padding-top: 12px; 
}

#Contenu .relateditems {
	background-image:url(/images/pictos/ligne_h.gif);
  background-size: 470px 7px;
	background-repeat:no-repeat;    
  background-position: 120px 0px;  
  margin-top: 5px;
  padding-top: 12px;
  margin-left: 15px;

}
ul.relateditems li {
  margin-left:20px;
}

/* System Messages   issus de bootstrap.css */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40)
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

#system-message-container .alert-heading {
	display: none
}   

/* issus de bootstrap.css */

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible
}
.tooltip.in {
	opacity: .8;
	filter: alpha(opacity=80)
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000;
	border-width: 5px 5px 0
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000;
	border-width: 5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000;
	border-width: 5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000;
	border-width: 0 5px 5px
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 4px solid #ccc;
	border: 4px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}
.popover-title {
	display: none
}
.popover-content {
	padding: 0;
}

.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover .arrow {
	border-width: 11px
}
.popover .arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	border-left-width: 0
}
.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0
}
.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0
}
.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #fff;
	border-right-width: 0
}   


/* plg_system_topofthepage   */

#plg_system_topofthepage {
  border:1px solid #222;
  background-color: #222;
  margin-left: 418px;
  padding: 5px;
  color: #FFF;
} 
  
#plg_system_topofthepage:hover {
  background-color: #888;
  color: #ffF;
  cursor: pointer;
}