/* Start of CMSMS style sheet 'lesrhapsodes01' */
/* Feuille de style par Jean-Francois Verville - 2008 */
/* Conteneurs */
body{
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background-image: url(uploads/images/fr/bg_bottom.gif);
  background-color: #ffffff;  
}
.Ligne1{ /* Ligne séparatrice horizontale de 2 pixels de haut, bleu moyen */
  background-color: #328490;
  height: 2px;
}
.Ligne2{ /* Ligne séparatrice horizontale de 2 pixels de haut, moins large, bleu clair */
  background-color: #c3d4df;
  margin: 0px 80px 0px 80px;
  height: 2px;
}

#conteneurA{ /* Fond de largeur fixe (probablement la largeur maximale pour une page du site) */
  margin: 0px auto;
  text-align: left;
  width: 862px;
  background-color: #FFFFFF;
}
#conteneurB{ /* Fond de taille fixe avec l'image d'en-tête */
  background-image: url(uploads/images/fr/entete.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  border: 1px solid #FFF;
  margin: 0 0 10px 0;
  width: 859px;
  height: 238px;
}
#conteneurC{
  margin: 15px 15px 30px 15px;
}
#conteneurD{ /* Petit menu (Accueil, Liens, Nous joindre); marges G+D reserrées */
  border: 0;
  margin: 0 30px;
  font-size: 83.5%; /*PT*/
}
#conteneurE{ /* Fond brun, hauteur fixe, texte blanc */
  background-color: #53220a;
  color: #ffffff; /*PT*/
  margin: 1px 13px 0 16px;
  height: 35px;
  border: 0;
}
#conteneurF{ /* Corps de la page */
  margin: 0 15px;
  font-size: 93%; /*PT*/
}
#conteneurG{ /* Moitié gauche de la page */
  width: 400px; /*PT50%;*/
  float: left;
  border-right: 1px solid #eee;
}
#conteneurH{ /* Moitié droite de la page */
  width: 400px; /*PT50%;*/
  float: left;
}
#conteneurI{
  clear: both;
}
#conteneurJ{ /* Fond bleu moyen, hauteur fixe */
  margin: 0px;
  font-size: 11px;
  background-color: #328490;
  color: #ffffff; /*PT*/
  height: 30px;
  text-align: center;
}
#conteneurK{ /* Fond bleu foncé, hauteur variable; arrière-plan du site */ 
  background-image: url(uploads/images/fr/bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  margin:0 auto;
  padding: 24px 12px; /*PT Anciennement 24 px 0 */
}

/* Fin conteneurs */
/* Balises HTML */
h1{
font-family: arial, sans serif;
font-size: 142%; /*PT20px;*/
margin: 0;
padding: 0;
}
h2{
font-family: arial, sans serif;
font-size: 129%; /*18px;*/
font-weight: normal;
margin: 0;
padding: 0;
}
h3{
font-family: verdana, arial, helvetica;
font-size: 100%; /*pt 14px;*/
font-weight: normal;
margin: 0;
padding: 0;
}
h4{
  color: #006699;
}
#conteneurC img{
  border: 0;
}
/* Fin Balises HTML */
/* Liens */

#conteneurD ul{
	padding:0;
	margin:0px;
	list-style:none;
        width: 100%;
         height: 24px;
}
#conteneurD li{
	margin:0;
	padding:0 10px;
	display:block;
	float:left;
	position:relative;
 }

#conteneurD a:link{
  color: #19474e;
/*PT  font-size: 14px;*/
  display: block;
  padding: 0;
  font-family: arial, sans-serif;
  text-decoration: underline;
}
#conteneurD a:visited{
  color: #19474e;
/*PT  font-size: 14px;*/
  font-family: arial, sans-serif;
}
#conteneurD a:hover{
  color: #328490;
/*PT  font-size: 14px;*/
  font-family: arial, sans-serif;
}
#conteneurD .currentpage h3{
	padding:0;
        margin: 0;
	display:block;
	font-weight: bold;
/*PT      font-size: 14px;*/
}

#conteneurE ul{
	padding:0px 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:30px;
	font-family:verdana, arial, helvetica;
        font-size: 100%; /*pt 14px;*/
}
#conteneurE li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
}
#conteneurE li a:link, #conteneurE li a:visited {
	padding:7px 17px 10px 17px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
#conteneurE li:hover a, #conteneurE li a:hover, #conteneurE li a:active {
	padding:7px 17px 10px 17px;
	display:block;
	text-align:center;
	background-color:#9f7245;
	color:#ffffff;
}
#conteneurE .currentpage h3{
	padding:7px 17px 10px 17px;
	display:block;
	text-align:center;
	background-color:#9f7245;
	color:#ffffff;
}

#conteneurF a:link{
color: #000;
font-weight: bold;
/*PT font-size: 13px;*/
}
#conteneurF a:visited{

font-weight: bold;
/*PT font-size: 13px;*/
}
#conteneurF a:hover{
color: #444;
text-decoration: none;
font-weight: bold;
/*PT font-size: 13px;*/
}

#conteneurJ a:link{
color: #fff;
font-weight: bold;
}
#conteneurJ a:visited{
color: #fff;
font-weight: bold;
}
#conteneurJ a:hover{
color: #c6ebf1;
text-decoration: none;
font-weight: bold;
}

/* Fin liens */
/* Style textes, images, divisions */
#conteneurF p{
text-align: justify;
/*PT font-size: 13px;*/
}

/*#conteneurH p {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 5px;
  }*/
img {
  border: 0px;
}

.NewsSummaryLink a:link{
  border-bottom: 1px solid #6cbfcc;
  color: #19474e;
  font-size: 90%; /*pt 14px;*/
  display: block;
  padding: 10px 0;
/*PT  font-family: arial, sans-serif; */
  text-decoration: underline;
}
.NewsSummaryLink a:visited{
  border-bottom: 1px solid #6cbfcc;
  color: #19474e;
  font-size: 90%; /*pt 14px;*/
  display: block;
  padding: 10px 0;
/*PT  font-family: arial, sans-serif; */
}
.NewsSummaryLink a:hover{
  border-bottom: 1px solid #6cbfcc;
  color: #ffffff;
  padding: 10px 0;
  display: block;
  background-color: #c6ebf1; /* bleu "pourdre" */
  font-size: 90%; /*pt 14px;*/
/*PT  font-family: arial, sans-serif; */
}

#NewsPostDetailSummary {
  text-align: center;
  font-size: 100%;
   }

#NewsPostDetailSummary p {
  text-align: center;
}

#NewsPostDetailTitle {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

.expandtitle{
 color:  #18507C; /* couleur "lien" */
 cursor: hand;
 cursor: pointer;
}
/* End of 'lesrhapsodes01' */

