#contenu h2 {
	color: #634D04;
	margin: 10px 0px 10px 0px;
	letter-spacing:1px;
	background: url("../imag/fond_h2.gif") no-repeat left bottom;
	font-size: 1.2em;
}

#contenu h3 {
	color: #682F13;
	font-size: 1em;
}

#contenu h4 {
	color: #634D04;
	font-size: 0.75em;
}

#contenu h5 {

}

#contenu h6 {

}

#contenu img {

	border: 0px;
}

#contenu p {
	color: #333333;
	padding: 7px 0px 7px 0px;
	font-size: 0.75em;
}

#contenu a {
	color: #A54C0E !important;
}

#contenu a:hover {
	color: #682F13 !important;
}

#contenu a:visited {
	color: #6D5511!important;
}

#contenu .texte-gras {
	font-weight: bold;
}

#contenu .texte-italic {
	font-style: italic;
}

#contenu ul {
	list-style-type: disc;
	margin: 5px 0px 10px 15px;
	font-size: 0.75em;
}

#contenu li {
	margin: 3px 0px 0px 0px;
}

#contenu ul.csc-menu {
  list-style-type: none;
  margin-left: 0px;
  margin-top: 10px;
}

#contenu table caption
{
  font: bold 1.1em Arial, Helvetica, sans-serif;
  padding: 0px 0px 5px 0px;
  color: #000000;
}

#contenu table {
  width: 100%;
  margin: 0px;
  border-collapse: collapse;
  border: 1px solid #000000;
  color:#333333;
  font-size: 0.75em;
}

#contenu th {
  margin: 1px;
  padding: 2px 6px 2px 6px;
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #333333;
  background-color:#F4FBE7;
  border: 1px solid #000000;
  text-align: center;
}

#contenu td {
  font: 1em Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 2px 6px 2px 6px;
  border: 1px solid #000000;
}

#contenu th p {
  margin: 1px;
  padding: 2px 6px 2px 6px;
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #333333;
  background-color:#F4FBE7;
  text-align: left;
}

#contenu td p {
  font: 1em Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 2px 3px 2px 3px;
}

#contenu fieldset {
  border-width: 0px;
}

/******************** TMPL_CONTENU/TMPL_IMAG_GAUC ********************/
#contenu-image-gauche img
{
  float:left;
  padding:10px;
}

#contenu-image-gauche p
{
  text-align: justify;
}

/******************** TMPL_CONTENU/TMPL_IMAG_DROIT ********************/
#contenu-image-droite img
{
  float: right;
  padding: 10px;
}

#contenu-image-droite p
{
  text-align: justify;
}

#contenu-liens-icone img
{
	float: left;
	padding-right: 10px;
}

/****************************** TMPL_NEWS ******************************/
/* Style pour le détail des news */
div.news-single-timedata { 
	font-size: 0.5em; 
	font-weight: bold;
}

/* Style pour la liste des news */
ul.news-list-container { 
	margin: 8px 0px 0px 0px !important; 
	padding: 0px !important; 
	list-style-type: none !important; 
}

li.news-list-item { 
	padding: 0px 0px 10px 0px;
	font-size: 1em;
}

span.news-list-date { 
	font-weight: bold; 
	font-size: 1em !important;
}

span.news-list-suite {
	float: right !important; 
	margin: -15px 0px 0px 0px !important; 
	font-size: 1em;
}

html>body span.news-list-suite {
	float: right !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 1em;
}


/* Style pour les dernières news */
ul.news-latest-container { 
	margin: 8px 0px 0px 0px !important; 
	padding: 0px !important; 
	list-style-type: none !important; 
}

ul.news-latest-container li.news-latest-item { 
	padding: 0px 0px 15px 0px;
	font-size: 1em;
}

ul.news-latest-container span.news-latest-date { 
	font-weight: bold; 
	font-size: 1em !important;
}

ul.news-latest-container span.news-latest-suite {
	float: right !important; 
	margin: -25px 0px 0px 0px !important; 
	font-size: 1em;
}

html>body ul.news-latest-container span.news-latest-suite {
	float: right !important;
	margin: -3px 0px 0px 0px !important;
	font-size: 1em;
}

/* Style pour le menu des catégories */
div.news-catmenu-ACT a { 
	font-weight: bold !important;
}

div.news-catmenu-NO, div.news-catmenu-ACT {
	display: inline;
	margin-right: 7px;
}

/* browser box */
div.news-list-browse td,table {
	border-width: 0px !important;
}

div.news-list-browse table {
	width: 0px !important;
}

.tx-ttnews-browsebox-SCell p a {
	font-weight: bold !important;
}

/******************************** SECTION POUR LE GABARIT 2 COLONNE *********************************/
#tmpl_2C {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 96%;
	display: block;
}
 
html>body #tmpl_2C {
	width: 100%;
}
 
#tmpl_2C-C1 {
	width: 50%;



	float: left;
	margin: auto 0px auto 0px;
	clear: both;
}
 
#tmpl_2C-C2 {
	width: 50%;
	float: right;
	margin: auto 0px auto 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
}
 
html>body #tmpl_2C-C1, #tmpl_2C-C2 {
	clear: none;
}
 
html>body #tmpl_2C {
	margin-bottom: 0px;
}


/******************** SECTION POUR LE PLAN DE SITE ********************/
/***** Niveau racine *****/
#ksSitemap_Niveau0 {
	padding: 4px 0px 4px 10px;
	width: 98%;
	margin: 15px 0px 0px 0px;
}

#ksSitemap_Niveau0 span {
	color: #682F13;
	font-size: 1.1em;
	text-decoration: none !important;
	font-weight: bold;
}

/***** Niveau 1 *****/
.ksSitemap_Niveau1 {
	padding: 0px 0px 0px 0px;
	background: url("../imag/l1-connect.gif") no-repeat top left;
	margin: 0px 0px 0px 10px;
	height: 37px;
}

.ksSitemap_Niveau1 div {
	margin: 18px 0px 0px 0px;
}

html>body .ksSitemap_Niveau1 div {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
}

.ksSitemap_Niveau1 div a {
	margin: 0px 0px 0px 25px;
	font-size: 0.8em;
	text-decoration: none;
}

/***** Niveau 2 *****/
.ksSitemap_Niveau2 {
	background: url("../imag/pixel.gif") repeat-y top left;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 10px;
}

.ksSitemap_Niveau2 div {
	margin: 1px 0px 1px 35px;
	background-color: #F6F2E3;
	
}

.ksSitemap_Niveau2 div a {
	text-decoration: none;
	background: url("../imag/l2-arrow.gif") no-repeat center left;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	font-size: 0.8em;
}

/***** Niveau 3 *****/
.ksSitemap_Niveau3 {
	background: url("../imag/l1-down.gif") repeat-y top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.ksSitemap_Niveau3 div {
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
}

.ksSitemap_Niveau3 div a {
	font-size: 11px;	
	text-decoration: none;
	background: url("../imag/l3-arrow.gif") no-repeat center left;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

/***** Niveau 4 *****/
.ksSitemap_Niveau4 {
	background: url("../imag/l1-down.gif") repeat-y top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.ksSitemap_Niveau4 div {
	margin: 0px 0px 0px 65px;
	padding: 0px 0px 0px 0px;
}

.ksSitemap_Niveau4 div a {
	text-decoration: none;
	background: url("../imag/l4-arrow.gif") no-repeat center left;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

/*** Niveau 5 ***/
.ksSitemap_Niveau5 {
	background: url("../imag/l1-down.gif") repeat-y top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.ksSitemap_Niveau5 div {
	margin: 0px 0px 0px 85px;
	padding: 0px 0px 0px 0px;
}

.ksSitemap_Niveau5 div a {
	text-decoration: none;
	background: url("../imag/l4-arrow.gif") no-repeat center left;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

/*** Niveau 6 ***/
.ksSitemap_Niveau6 {
	background: url("../imag/pixel.gif") repeat-y top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.ksSitemap_Niveau6 div {
	margin: 0px 0px 0px 105px;
	padding: 0px 0px 0px 0px;
}

.ksSitemap_Niveau6 div a {
	text-decoration: none;
	background: url("../imag/l4-arrow.gif") no-repeat center left;
	padding: 0px 0px 0px 10px;
}

/*******************************************************************************************************/
/******************************** SECTION POUR LES FORMULAIRES DE MAIL *********************************/
/*******************************************************************************************************/
#contenu div.tx-pilmailform-pi1 {
  font-size: 0.75em;
}

#contenu div.tx-pilmailform-pi1 div.ligne {
  display: block;
  padding: 3px 0px 3px 0px;
  clear: both;
}

#contenu div.tx-pilmailform-pi1 div.centre {
  text-align: center;
}

#contenu div.tx-pilmailform-pi1 div.label {
  width: 100px;
  display: inline;
  float: left;
}

#contenu div.tx-pilmailform-pi1 div.input {
  width: 200px;
  display: inline;
  float: left;
}

#contenu div.tx-pilmailform-pi1 div.input_seul {
  display: inline;
  float: left;
  font-size: 0.9em;
}

#contenu div.tx-pilmailform-pi1 div.input input, #contenu div.tx-pilmailform-pi1 div.input textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;

}

#contenu div.tx-pilmailform-pi1 div.erreur {
  display: block;
  font-weight: bold;
  color: red;
}

/*********************************************************************************/
/******************** SECTION POUR LES RÉSULTATS DE RECHERCHE ********************/
/*********************************************************************************/
.tx-indexedsearch-res {
  margin: 15px 0px 0px 0px;
}

.indexedsearch-res {
	width: 97%;
	margin: 25px 0px 25px 0px;
	display: block;
	font-size: 0.9em;
}

.tx-indexedsearch-title title {
	font-size: 1em;
	
}

.hierarchie-title a {
	font-size: 0.8em !important;
	color: #003399!important;
	font-weight: bold !important;
}

p.descr {
	margin: 0px 0px 0px 0px;
	font-size: 0.9em !important;
}

span.title {
	
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

div.info {
	margin: 5px 0px 0px 0px;
	background-color: #E6E6E6;
	font-size: 0.8em;
}
.tx-indexedsearch-whatis {
  font-size: 0.8em;
}

.tx-indexedsearch-sec {
  font-size: 0.8em;
}

.tx-indexedsearch-sec ol {
	margin: 0px 0px 0px 15px !important;
	padding: 0px 0px 0px 0px !important;
}

/****************************************************************************/
/******************** SECTION POUR LA BOITE DE RECHERCHE ********************/
/****************************************************************************/
#indexedsearch {
	margin: 0px auto 0px auto;
	width: 95%;
	font-size: 1em;
}

#indexedsearch fieldset {
	padding: 5px 5px 5px 5px;
}

#indexsearch-advencedsearch {
	float: right;
	font-size: 0.9em;
}

#indexedsearch-mot {
	text-align: center;
}

input.indexedsearch-mot {
	width: 370px;
	margin: 0px 0px 0px 10px;
}

#indexedsearch-sections {
	margin: 5px 0px 5px 0px;
	text-align: center;
}

select.indexedsearch-sections {
	width: 374px;
	margin: 0px 0px 0px 44px;
}

#indexedsearch-sections label {
	vertical-align: top;
}

#indexedsearch-group {
	margin: 5px 0px 5px 0px;
	text-align: center;
}

select.indexedsearch-selectbox-group {
	width: 374px;
	margin: 0px 0px 0px 3px;
}

div.indexedsearch-submit {
	text-align: center;
	margin: 5px 0px 0px 0px;
}

/************************************************************************/
/*************************** HIGHLIGHT SEARCH ***************************/
/************************************************************************/
span.tx-psmhighlight-sword {
	background-color: yellow;
}

span.tx-psmhighlight-sword-1 {
	background-color: yellow;
}

span.tx-psmhighlight-sword-2 {
	background-color: aqua;
}

span.tx-psmhighlight-sword-3 {
	background-color: lime;
}

/***********************************************************************/
/*************************** GOOGLE MAP ********************************/
/***********************************************************************/
div.tx-wecmap-map {
	border: 2px ridge #6c813b;
	z-index: 1;
}
