#accueilSousTitre {
  color: #444444;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 9px 0px 8px 0px;
  margin-bottom: 5px;
}

ul{list-style-type:none;}
.listePuce{
	list-style-type:disc;
} 

/*------------------
________Liens_______
------------------*/

iframe{
	width:100%;
}

/*-----------------
______Images______
-----------------*/
.centre{text-align: center;}
.wide{ width:auto;
margin-bottom:1em;
margin-top:1em;}
@media screen and (max-width:980px){
.wide{ width:auto;
margin-bottom:1em;
margin-top:1em;}}
@media screen and (max-width: 768px){
.wide{width:100%;
margin-bottom:0.5em;
margin-top:0.5em;}}

/*-----------------
______Textes______
-----------------*/
.textBold {
  font-weight: bold;
}
.retrait {
	margin: 16px 8%;
	text-indent: 0px !important;
	}
	
.fondBleu{
  background-color:#335; /*#dbdbdb*/   /*#000066;*/
  padding: 2px 5px;
  color:#FFF;
  font-weight:bold;
  line-height:2.1em;
  text-align:left;
}	
.fondBleu a{
  color:#FFF;
}
.fondBleu a:hover, .fondBleu a:active  {
  color: #bdecff;
}

.bull a{
	color: #481d81;
	font-weight:bold;
	}
.bull a:hover, .bull a:active  {
  color: #5c368f;
}
.bull a:visited {
	color:#333366;
	}

#slogan{
  text-align: center;
}
