
/* ELEMENTS GENERAUX ---------------------------------------------------------------------------- */
html {
  font-size: 100%;
}

body {
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Arial;
  /*font-size: 12px;*/
  font-size: 0.77em; 
}
#conteneur {
  margin-left: auto;
  margin-right: auto;
	width : 994px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}
img {
	border:none;
}

/* ENTETE --------------------------------------------------------------------------------------- */
#entete {
	width:100%;
	margin : 0;
	padding : 0;
	border: 0;
  border-collapse : collapse;
}
#entete #logo-left{
	margin : 0;
	padding : 0;
	border: 0;
  vertical-align : top;
	}

#entete #logo-right{
	margin : 0;
	padding : 0;
	border: 0;
	text-align:right;
  vertical-align : top;
	}

#entete #centre{
	margin : 0;
	padding : 0;
	border: 0;
	text-align:center;
  vertical-align : top;
	}
#entete #centre #titre_site{
	font-size : 1.4em;
	font-weight : bold;
	}
	
#entete #centre #titre_site .espace{
  padding-bottom : 10px;
  display:block;
}

#entete #centre #logo-centre{
	
	
	}

/* MENU ----------------------------------------------------------------------------------------- */

#menu {
  	clear: both;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

* html #menu {
	position: relative;
	/*top: -60px;*/
}

#menu ul {
	margin:0px;
	padding:0px;

}
#menu li {
	display:block;
	float: left;
	list-style-type:none;
	text-align: center;
	width : 142px;
}


#menu li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100%;
	font-size:1.2em;
	display: block;
	line-height : 10px;
}
#menu-prem-niv {
	display:inline;
	margin:0;
	padding:0;
}

/* CONTENU -------------------------------------------------------------------------------------- */

#contenu {
  clear: both;
	float:left;
	margin: 0;
	padding: 0;
	/*min-height:600px;*/
	width:100%;
}
* html #contenu {
	position: relative;
	/*top: -60px;*/
}
/** html #contenu {
	height:700px;
}
*+html #contenu {
	height:700px;
}*/

#contenu h1 {
  color:#8E8E8E;
  font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
}
#contenu h2 {
  font-size:1.1em;
}
#contenu h3 #contenu h4, #contenu h5 {
  font-size:1em;
}

.logo-droite-conteneur{
	float:left;
	text-align:center;
}
.logo-droite-conteneur .image-logo{
	
}
/* BARRE ---------------------------------------------------------------------------------------- */

#barre1 {
	clear: both;
	margin: 10px 30px 5px 30px;
	padding: 0;
	height: 25px;
}
#ariane {
	font-weight: bold;
	font-size: 1em;
	color: #98979C;
	float: left;
}
#ariane a {
	color: #240747;
	text-decoration: underline;
}
#ariane a:hover {
	text-decoration: none;
}
#ariane .courant a {
	color: #98989A;
	text-decoration: none;
}
#ariane .courant a:hover {
	text-decoration: underline;
}
#barre1 #recherche {
	margin:0px;
	text-align:center;
	float: right;
}
#barre1 #recherche p {
	padding: 0;
	margin: 0;
}
#barre1 #recherche input {
	height: 20px;
	border: 1px solid #A0A0A2;
}
#barre1 #recherche input.search-submit {
	border: none;
	color: #043587;
	padding:0;
	margin:0;
	vertical-align: middle;
}
* html #barre1 #recherche input.search-submit {
	vertical-align: bottom;
}
*+html #barre1 #recherche input.search-submit {
	vertical-align: baseline;
}


#titre-page {
	float:left;

	/*text-transform:uppercase;*/
	font-weight: bold;

	font-size:1.4em;

	padding:0;
}
* html #titre-page {

}
#action {
	float:right;
	width:125px;
	margin:0;
	padding:0;
}
#action img {
	margin: 0 5px;
}

/* COLONNE CENTRALE ----------------------------------------------------------------------------- */

#colonne-centrale {
	padding:0;
	margin:10px 30px 0 30px;
	width:930px;
	color:#491074;
}
#colonne-centrale-accueil {
	padding:0;
	margin:30px 0 0 30px;
	width:700px;
	float:left;
	color:#491074;
}
* html #colonne-centrale-accueil {
	margin:30px 0 0 10px;
}
* html #colonne-centrale, * html #colonne-centrale-accueil {
	/*font-size: 10px;*/
}

#colonne-centrale .csc-header h1.csc-firstHeader, #colonne-centrale-accueil .csc-header h1.csc-firstHeader,
#colonne-centrale .csc-header h2.csc-firstHeader, #colonne-centrale-accueil .csc-header h2.csc-firstHeader,
#colonne-centrale .csc-header h3.csc-firstHeader, #colonne-centrale-accueil .csc-header h3.csc-firstHeader,
#colonne-centrale .csc-header h4.csc-firstHeader, #colonne-centrale-accueil .csc-header h4.csc-firstHeader,
#colonne-centrale .csc-header h5.csc-firstHeader, #colonne-centrale-accueil .csc-header h5.csc-firstHeader {
  margin-top: 0;
  padding-top: 0;
}


/* Général*/
.column {
  margin: 0 0 15px 0;
  padding: 0;
  background-color: #FFFFFF;
  float: left;
  min-height:50px;
}
.column-contenu {
  font-size: 1em; 
}

* html .column-contenu {
  font-size: 0.8em; 
}

.column-contenu .content-language-menu {
  margin:0;
  padding:0;
  text-align:right;
}
.column-contenu .content-language-menu img {
  margin:0 0 0 5px;
  padding:0;
  display: none;
  vertical-align: bottom;
  border:1px solid #FFFFFF;
}

.column-contenu .content-language-menu a img {
  display:inline;
}

.column tr, .column td {
  margin: 0;
  padding: 0;
}

/*
* html .column-top {
  width:91%;
}
*+html .column-top {
  width:91%;
}
*/


/* 1 colonne */
.one-column {
  clear: both;
  margin: 0 0 0 0;
  padding: 0;
  width:100%;
}
.one-column .column {
  width:100%;
}
* html .one-column .column-top {
  width:97%;
}
*+html .one-column .column-top {
  width:97%;
}

/* 2 colonnes */
.two-column {
  clear: both;
  margin: 0;
  padding: 0;
  width:100%;
}
.two-column .column {
  width:48%;
}
.two-column .no-last-column {
  margin: 0 4% 15px 0;
}
* html .two-column .column-top {
  width:94%;
}
*+html .two-column .column-top {
  width:94%;
}

/* 3 colonnes */
.three-column {
  clear: both;
  margin: 0;
  padding: 0;
  width:100%;
}
.three-column .column {
  width:32%;
}
.three-column .no-last-column {
  margin: 0 1.95% 15px 0;
}
* html .three-column .column-top {
  width:91%;
}
*+html .three-column .column-top {
  width:91%;
}


/* Colonnes sur l'accueil*/
#colonne-centrale-accueil .one-column, #colonne-centrale-accueil .two-column, #colonne-centrale-accueil .three-column {
  width: 98%;
}

/* COLONNE DROITE ------------------------------------------------------------------------------- */

#colonne-droite {
	text-align:left;
	width:260px;
	float:left;
	margin:0;
	padding:0;
}
#colonne-droite #recherche {
	margin-top:30px;
	text-align:center;
}
#colonne-droite #recherche input {
	height: 20px;
	border: 1px solid #A0A0A2;
}
#colonne-droite #recherche input.search-submit {
	height: 20px;
	vertical-align: bottom;
	border: none;
}
#colonne-droite #recherche label {
}

* html #colonne-droite #recherche label {
  font-size: 0.8em;
}

#logos {
	margin-top:10px;
}

#logos p.bodytext{
  margin : 0 ;
  padding : 0 ;
}

#logos div.content-language-menu{
  display : none;
}

#logos ul {
  margin:0 0 0 10px;
  padding:0;
}
#logos li{
	display:inline;
  margin:0;
  padding:5px;
}


/* PIED ----------------------------------------------------------------------------------------- */

#pied {
  clear: both;
	text-align:center;
	padding: 8px 0 0 0;
	margin:0;
	width: 100%;
}
* html #pied {
	position: relative;
	/*top: -60px;*/
}
#pied a {
	text-decoration:underlined;
	color:#043587;
	font-weight: bold;
}

#pied ul{
		list-style-type: none;
		margin : 0;
		padding : 0;
}

#pied li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}


/* DIVERS --------------------------------------------------------------------------------------- */

/* Recherche --------------------------------------------------------------------------------------- */
.searchbox {
	width:150px;
	height:12px;
	margin-left : 2px;
}
.search-submit {
	background-image:url("../images/bouton-recherche.gif");
	background-repeat:no-repeat;
	background-color: transparent;
	height:18px;
	width:17px;
	border:none;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background-image:url("../images/bouton-recherche.gif");
	background-repeat:no-repeat;
	background-color: transparent;
	height:18px;
	width:17px;
	border:none;
	margin-top:5px;
}

#colonne-droite .tx-indexedsearch-searchbox table td {
  padding-right:5px;
}
/*form contact---------------------------------------------------------------------*/
.csc-mailform-field {
	margin-left:20px;
	margin-top:10px;
	
}
.csc-mailform-field label {
	vertical-align:top;
	width:200px;
	text-align:right;
	display:inline-block;
	}
.csc-mailform{
	border:0;
	width:100%;
	}
	
.csc-mailform-submit{
	margin-left:200px;
	}
.tx_powermail_pi1_form fieldset{
	border : 0;
	}
	
.tx_powermail_pi1_fieldwrap_html {
	margin-left:20px;
	margin-top:10px;
	}
	
.tx_powermail_pi1_fieldwrap_html label{
	vertical-align:top;
	width:200px;
	text-align:right;
	display:inline-block;
	}
.tx_powermail_pi1_fieldwrap_html input {
	margin-left : 0 !important;
	margin-left : 5px;
	}
	
.tx_powermail_pi1_fieldwrap_html input.required {
	margin-left : 0;
	}	

.tx_powermail_pi1_fieldwrap_html_submit{
	margin-left:200px;
	}
/*partie lien espace priver et fichier*/
#barre2 {
	clear: both;
	margin: 0px 25px 0 0;
	padding: 0;
	text-align : right;
}

#barre2 div,#barre2 form,#barre2 input{
  display : inline;
  width : 16px;
  height : 16px;
}

#barre2 input{
 	background-image:url("../images/bouton-logout.png");
	background-repeat:no-repeat;
	background-color: transparent;
	border : 0;
	margin : 0;
	padding : 0;
	cursor : pointer;
	margin-right : 5px;
}

#barre2 a{
  padding : 0 5px;
}

#liens{
  text-align :right;
  margin-top : 5px;
  margin-right : 34px;
}

#liens div,#liens form,#liens input{
  display : inline;
  width : 16px;
}
#liens input{
 	background-image:url("../images/bouton-logout.png");
	background-repeat:no-repeat;
	background-color: transparent;
	border : 0;
	margin : 0;
	padding : 0;
	cursor : pointer;
	margin-right : 5px;
}

#liens a{
  padding : 0 5px;
}


.private {
  background-image:url("../images/bouton-private.png");
	background-repeat:no-repeat;
	background-color: transparent;
	background-position : top left;
	padding : 2px 0 2px 16px;
}

.file {
  background-image:url("../images/bouton-file.png");
	background-repeat:no-repeat;
	background-color: transparent;
	padding : 2px 0 2px 16px;
}

	
/*CHOIX COULEUR--------------------------------------------------------------------*/
#titre-page {
  color: #043587;
}
#contenu {
	background-color : #dae1ed;
	border-bottom:3px solid #f7db53;
}

#menu li a {
	color:#fada52;
}

#menu li a:hover, #menu li.actif a{
	color:#043587;
}

#pied a {
	color:#043587;
}


#pied {
	color:#565656;
}

.column-contenu {
  color:#000000;
}

.column-contenu a{
  color:#043587;
}

#contenu h1 {
  color:#8E8E8E;
}

#entete #centre #titre_site{
  color:#8E8E8E;
}

#colonne-droite #recherche input {
	border: 1px inset #a0a0a0;
}

#barre1 #recherche input {
	border: 1px inset #A0A0A0;
}
.column-contenu .content-language-menu .selected-lang  img{
  border:1px solid #fed338;
}
/********************image menu********************/
#menu li#menu1 a{
	background-image:url("../images/menu1-off.gif");
	background-repeat:no-repeat;
}
#menu  li#menu1 a:hover ,#menu  li#menu1actif a {
	background-image:url("../images/menu1-on.gif");
}
#menu li#menu2 a{
	background-image:url("../images/menu2-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu2 a:hover ,#menu  li#menu2actif a {
	background-image:url("../images/menu2-on.gif");
}
#menu li#menu3 a{
	background-image:url("../images/menu3-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu3 a:hover ,#menu  li#menu3actif a {
	background-image:url("../images/menu3-on.gif");
}
#menu li#menu4 a{
	background-image:url("../images/menu4-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu4 a:hover ,#menu  li#menu4actif a {
	background-image:url("../images/menu4-on.gif");
}
#menu li#menu5 a{
	background-image:url("../images/menu5-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu5 a:hover ,#menu  li#menu5actif a {
	background-image:url("../images/menu5-on.gif");
}
#menu li#menu6 a{
	background-image:url("../images/menu6-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu6 a:hover ,#menu  li#menu6actif a {
	background-image:url("../images/menu6-on.gif");
}
#menu li#menu7 a{
	background-image:url("../images/menu7-off.gif");
	background-repeat:no-repeat;
}
#menu li#menu7 a:hover ,#menu  li#menu7actif a {
	background-image:url("../images/menu7-on.gif");
}



/********************image cadre********************/

.corner-top-left {
	background-image:url("../images/bloc-corner-top-left.gif");
	background-repeat:no-repeat;
	height:13px;
	width: 14px;
    margin: 0;
    padding: 0;
}
.corner-top-right {
	background-image:url("../images/bloc-corner-top-right.gif");
	background-repeat:no-repeat;
	height:13px;
	width: 15px;
    margin: 0;
    padding: 0;
}

.corner-bottom-left {
	background-image:url("../images/bloc-corner-bottom-left.gif");
	background-repeat:no-repeat;
	height:19px;
	width: 14px;
    margin: 0;
    padding: 0;
}
.corner-bottom-right {
	background-image:url("../images/bloc-corner-bottom-right.gif");
	background-repeat:no-repeat;
	height:19px;
	width: 15px;
    margin: 0;
    padding: 0;
}


.column-left {
	background-image:url("../images/bloc-left.gif");
	background-repeat:repeat-y;
	width:14px;
  margin: 0;
  padding: 0;
}
.column-right {
	background-image:url("../images/bloc-right.gif");
	background-repeat:repeat-y;
	width:15px;
  margin: 0;
  padding: 0;
}
.column-top {
	background-image:url("../images/bloc-top.gif");
	background-repeat:repeat-x;
	height:13px;
  margin: 0;
  padding: 0;
}
.column-bottom {
	background-image:url("../images/bloc-bottom.gif");
	background-repeat:repeat-x;
	height:19px;
    margin: 0;
    padding: 0;
}

body {font-family: Arial;}
