body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  font-family: small Arial, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
}

#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#tagline {
  font-weight: bold; 
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 600px;
  float: left;
}
#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
.EnteteArticle
{
    background-color: #dddca3;
    color:  dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
	text-align:center;
	vertical-align:middle;
    height: 35px
}
.PrixUnitaire
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 15pt
}

#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#lettres {
  font-weight: normal;
  color: #256290; /* Couleur des archives */  /* Pour obtenir la couleur citrouille #ff4e00 */
}
#lettres p {
  font-size:18px;
}
#lettres h3 {
  margin: 0;
  font-weight:bold;
}

#lettres h4 {
  margin: 0;
  font-weight:bold;
 font-size: 100%;
}

#mainfeature {
  background-image: url(../img/mainimg.jpg);
  background-repeat: no-repeat; 
  background-color: #FFFFFF; /* #112236;*/
  color: white;
  padding: 2em 2em 1em 5px; /* Place du texte par rapport au background*/
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature h3 {
  margin: 0;
  font-weight: 700;
  font-size: 140%;
}
#mainfeature h4 {
  margin: 0;
  font-weight: normal;
  font-size: 110%;
}

#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  color: #FFFFFF;
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: #FFFFFF;
  background-image: url(../img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

/* Ces 2 classes permettent d'afficher En savoir plus... sur le bandeau d'accueil.  Beaucoup de temps pour le mettre blanc et l'aligner à droite.
   Il semble nécessaire d'avoir 2 classes (1 générale et l'autre avec a:link et a:visited) pour placer les choses comme on souhaite. */
#mainfeature p.ensavoirplus {
  color: #FFFFFF;
  margin-top: 0;
  text-align: right; /* Cette ligne justifie aussi le petit icone à gauche du mot */
}
/* Pour le lien En savoir plus... */
#mainfeature p.ensavoirplus a:link, #mainfeature p.ensavoirplus a:visited {
  color: #FFFFFF;
  background-image: url(../img/more-bullet.gif); 
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;	/* Pour dégager le texte En savoir plus de la petite image de gauche */
}

/*  Rubrique, pour des petits textes dans les colonnes*/

#rubrique {
  background-color: #256290; /* #112236;*/
  color: #FFFFFF;
}

#rubrique h3 {
  color:  #FFFFFF;
}

/* Pour laisser le lien de couleur blanche avant et apres la visite */
#rubrique h3 a:link, #rubrique h3 a:visited {
  color: #FFFFFF;
}

#rubrique p.ensavoirplus {
  color: #FFFFFF;
  margin-top: 0;
  text-align: right; /* Cette ligne justifie aussi le petit icone à gauche du mot */
}
/* Pour le lien En savoir plus... */
#rubrique p.ensavoirplus a:link, #rubrique p.ensavoirplus a:visited {
  color: #FFFFFF;
  background-image: url(../img/more-bullet.gif); 
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;	/* Pour dégager le texte En savoir plus de la petite image de gauche */
}
/* Fin rubrique */

/*  Rubrique, pour des petits textes dans les colonnes SUR FOND BLANC*/

#rubrique-fond-blanc {
  background-color: #FFFFFF;
  color: #256290;
}

#rubrique-fond-blanc h3 {
  color:  #256290;
}

/* Pour laisser le lien de couleur blanche avant et apres la visite */
#rubrique-fond-blanc h3 a:link, #rubrique-fond-blanc h3 a:visited {
  color: #256290;
}

#rubrique-fond-blanc p.ensavoirplus {
  color: #256290;
  margin-top: 0;
  text-align: right; /* Cette ligne justifie aussi le petit icone à gauche du mot */
}
/* Pour le lien En savoir plus... */
#rubrique-fond-blanc  p.ensavoirplus a:link, #rubrique-fond-blanc  p.ensavoirplus a:visited {
  color: #256290;
  background-image: url(../img/more-bullet.gif); 
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;	/* Pour dégager le texte En savoir plus de la petite image de gauche */
  font-size:12px;
}
/* Fin rubrique sur fond BLANC*/

#content {
  margin: 0 240px 0 160px;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}

#content .inner {
  margin:  10px 20px 900px 40px; /* Pour agrandir la section du milieu, changer le 3ieme paramètre NE PAS OUBLIER D'ALLER CHANGER content2col*/
}

#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(../img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#content1 {
  margin:  0 0px 0 160px;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}

#content1 .inner {
  margin:  10px 20px 900px 40px; /* Pour agrandir la section du milieu, changer le 3ieme paramètre NE PAS OUBLIER D'ALLER CHANGER content2col*/
}

#content1 .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom:  1px solid #b9d2e3;
  font-size: 110%;
}
#content1 .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content1 .inner h3 {
  font-size: 130%;
}
#content1 .inner h3 a:link, #content1 .inner h3 a:visited {
  color: #245185;
}
#content1 .inner p {
  color: #666666;
  font-size: 90%;
}
#content1 .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content1 .inner p.author {
  font-weight:  bold;
}
#content1 .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content1 .inner p.more a:link, #content1 .inner p.more a:visited {
  color: black;
  background-image: url(../img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

	/*---------------------------------  Gestion du style de Page-Browser (pagination des news) ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666; /* 0px enleve le cadre de sélecteur des pages dans les nouvelles de la colonne de droite */
	padding:3px;
	background-color:#256290;
	text-align:center;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #83BCE2;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color: #ECF5FF;/*#F9FFE5; */ /* Couleur de fond de la nouvelle détaillée */

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/* ------------------------------------------------------------------------------------------------------------- */
.format-news-list-browse HR.clearer {
/*	clear:left;*/
}

/* Pour le lien En savoir plus... */
.EnteteNouvelle a:link, .EnteteNouvelle a:visited {
  color: white;
  background-image: url(../img/more-bullet.gif); 
  background-repeat: no-repeat;
  background-position: center left;
/*  padding-left: 14px;*/
  font-size: 70%;
  padding-left: 15px;	/* Pour dégager le texte En savoir plus de la petite image de gauche */
}


/* Pour le lien du changement de site pour la langue*/
.LienLangue a:link, .LienLangue a:visited {
  color: #256290;
  background-image: url(../img/header-ball.gif); 
  background-repeat: no-repeat;
  background-position: center left;
  text-align: left;
  padding-left: 25px;
  font-size: 10px;
  height: 20px;  
  float: right;
}

/* Afficher le contour d'une nouvelle dans la colonne de droite */
.format-news-list-container a:link, .format-news-list-container a:visited {
	color: white;
	margin-bottom: 5px;
/*	padding: 2px;*/
	font-weight: 300;
/*	border-bottom: 0px solid #256290;
	background-color: #256290;*/
}

/* Pour afficher la date de la mise en ligne d'une nouvelle dans la colonne de droite */
.format-news-list-date {
/*	float: right;
	color: #256290; 
	width: 180px;*/
	text-align: right;
/*	height: 20px;
	margin-top: -2px;
	margin-right: -2px; */
	font-size: 10px;
	font-weight: normal; 
	background-color: #256290; /* Couleur pour les archives*/
	}


#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  background-color: #256290;
  color: white;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(../img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}

#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(../img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(../img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 159px;
  border-top: 1px solid #b9d2e3;
  border-left: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar2 .inner {
  margin:  10px;
}
#sidebar2 p {
  font-size: 90%;
  color: #666666;
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: #245185;
  font-weight: bold;
}
#sidebar2 h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}
#nav {
  text-indent:0px;  
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
  text-indent:0px;  
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}

/* Ajoute des espaces dans le menu à gauche (et dans tous les sous-niveaux */
#nav div {
      height: 20px;  
}
	  
#nav li a:link, #nav li a:visited {
  text-indent:0px;  
  text-decoration: none;
  color: #003399; /* #245185; */
  font-weight: normal; 
}


#bloglatest h4 {
  color: #ff4e00;
  font-size: 100%;
  font-weight: bold;
}
#blog {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(../img/more-bullet.gif);
}
#blog li {
  font-size: 90%;
  padding-bottom: 0.5em;
  color: #ff4e00;
  font-weight: bold;
}

#boutique {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(../img/more-bullet.gif);
  text-align:right;
}

#boutique li {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#boutique li a:link, #boutique li a:visited {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#documentpdf {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(../img/SymbolePDF.jpg);  
  text-align: right;
}


#documentpdf li {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#documentpdf li a:link, #documentpdf li a:visited {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#documentword {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(../img/SymboleWord.jpg);  
  text-align: left;
}


#documentword li {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#documentword li a:link, #documentword li a:visited {
  font-size: 100%;
  padding-bottom: 0.5em;
  color: #256290;
  font-weight: bold;
}

#newsletterform .text {
  width: 135px;
  border: 1px solid #45bac0;
}

#newsletterform .list {
  width: 275px;
  border: 1px solid #45bac0;
}

#newsletterform .textarea { /* Pour la zone de liste dans Contactez-nous*/
  width: 250px;
  border: 1px solid #45bac0;
}

#newsletterform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#newsletterform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
  font-size: 80%;
}
#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}