
/* 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 : 990px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}
img {
	border:none;
}

/* ENTETE --------------------------------------------------------------------------------------- */
#entete {
	height:135px;
	width:100%;
}
#logo-site {
	width:149px;
	height:105px;
	float:left;
	background-image:url("../img_recidive/logo-site.gif");
	background-repeat:no-repeat;
	margin: 10px 0 0 10px;
	padding: 0;
}

#bandeau-centre {
  float: left;
  text-align: right;
  /*width: 646px;*/
  width: 610px;
}
#titre-site {
	/*width:516px;*/
	width:450px;
	height:73px;
	background-image:url("../img_recidive/bandeau.gif");
	background-repeat:no-repeat;
	margin: 25px 0 0 130px;
	padding:0;
}
#bandeau-centre #scrolling-text{
  color:#2A0942;
  font-weight:bold;
  font-size:0.9em;
  text-align: right;
  padding:0;
  margin: 0 0 10px 130px;
  /*height:18px;*/
  overflow: hidden;
}
#bandeau-centre #scrolling-text a {
  color:#2A0942;
}
#bandeau-centre #scrolling-text marquee {
  height:18px;
  /*overflow: hidden;*/
  margin:0 0 0 0;
  padding:0;
  overflow: hidden;
  line-height:8px;
}
#bandeau-centre #scrolling-text .content-language-menu {
  display: none;
}

#logo-sd {
	float:right;
	width:167px;
	height:62px;
	/*background-image:url("../img_recidive/logo-sd.gif");*/
	background-image:url("../img_recidive/grundvig_top.jpg");
	background-repeat:no-repeat;
	margin: 30px 10px 0 0;
	padding: 0;
}

/* MENU ----------------------------------------------------------------------------------------- */

#menu {
  clear: both;
	width:100%;
	margin:0px;
	padding:0px;
	height: 40px;
}
* html #menu {
	position: relative;
	top: -60px;
}
#menu ul {
	margin:0px;
	padding:0px;
	height: 40px;
}
#menu li {
	display:block;
	float: left;
	list-style-type:none;
	height: 40px;
	text-align: center;
}
#menu li#menu30002 {
	width: 115px;
	background-image:url("../img_recidive/img_30002.gif");
	background-repeat:no-repeat;
}
#menu  li#menu30002:hover {
	background-image:url("../img_recidive/menu1-on.gif");
}
#menu li#menu30010 {
	width: 135px;
	background-image:url("../img_recidive/img_30010.gif");
	background-repeat:no-repeat;
}
#menu li#menu30010:hover {
	background-image:url("../img_recidive/menu2-on.gif");
}
#menu li#menu30009 {
	width: 145px;
	background-image:url("../img_recidive/img_30009.gif");
	background-repeat:no-repeat;
}
#menu li#menu30009:hover {
	background-image:url("../img_recidive/menu3-on.gif");
}
#menu li#menu30007 {
	width: 154px;
	background-image:url("../img_recidive/img_30007.gif");
	background-repeat:no-repeat;
}
#menu li#menu30007:hover {
	background-image:url("../img_recidive/menu4-on.gif");
}
#menu li#menu30006 {
	width: 154px;
	background-image:url("../img_recidive/img_30006.gif");
	background-repeat:no-repeat;
}
#menu li#menu30006:hover {
	background-image:url("../img_recidive/menu5-on.gif");
}
#menu li#menu30005 {
	width: 183px;
	background-image:url("../img_recidive/img_30005.gif");
	background-repeat:no-repeat;
}
#menu li#menu30005:hover {
	background-image:url("../img_recidive/menu6-on.gif");
}
#menu li#menu30004 {
	width: 104px;
	background-image:url("../img_recidive/img_30004.gif");
	background-repeat:no-repeat;
}
#menu li#menu30004:hover {
	background-image:url("../img_recidive/menu7-on.gif");
}

#menu li a {
	padding: 8px 0 0 0;
	font-weight: bold;
	color:#FADA52;
	text-decoration: none;
	text-align: center;
	width: 100%;
	font-size:1.2em;
	height: 32px;
	display: block;
}
#menu-prem-niv {
	display:inline;
	margin:0;
	padding:0;
}

/* CONTENU -------------------------------------------------------------------------------------- */

#contenu {
  clear: both;
	float:left;
	margin: 0;
	padding: 0;
	/*min-height:600px;*/
	width:100%;
	background-color:#dedae4;
	border-bottom:3px solid #fada52;
}
* 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;
}


/* BARRE ---------------------------------------------------------------------------------------- */

#barre1 {
	clear: both;
	margin: 10px 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;
}

#barre2 {
	clear: both;
	margin: 0px 30px 10px 30px;
	padding: 0;
	min-height: 28px;
	width:930px;
}
#titre-page {
	float:left;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	color:#2A0942;
	font-size:1.7em;
	width:670px;
	margin: 0 0 0 135px;
	padding:0;
}
* html #titre-page {
	margin: 0 0 0 65px;
}
#action {
	float:right;
	width:125px;
	margin:0;
	padding:0;
}
#action img {
	margin: 0 5px;
}

/* COLONNE CENTRALE ----------------------------------------------------------------------------- */

#colonne-centrale {
	padding:0;
	margin:20px 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 {
  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 {
  color:#491074;
  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 .selected-lang  img{
  border:1px solid #FADA52;
}
.column-contenu .content-language-menu a img {
  display:inline;
}

.column tr, .column td {
  margin: 0;
  padding: 0;
}
.column-left {
	background-image:url("../img_recidive/bloc-left.gif");
	background-repeat:repeat-y;
	width:14px;
  margin: 0;
  padding: 0;
}
.column-right {
	background-image:url("../img_recidive/bloc-right.gif");
	background-repeat:repeat-y;
	width:15px;
  margin: 0;
  padding: 0;
}
.column-top {
	background-image:url("../img_recidive/bloc-top.gif");
	background-repeat:repeat-x;
	height:10px;
  margin: 0;
  padding: 0;
}
/*
* html .column-top {
  width:91%;
}
*+html .column-top {
  width:91%;
}
*/
.corner-top-left {
	background-image:url("../img_recidive/bloc-corner-top-left.gif");
	background-repeat:no-repeat;
	height:10px;
	width: 14px;
  margin: 0;
  padding: 0;
}
.corner-top-right {
	background-image:url("../img_recidive/bloc-corner-top-right.gif");
	background-repeat:no-repeat;
	height:10px;
	width: 15px;
  margin: 0;
  padding: 0;
}
.column-bottom {
	background-image:url("../img_recidive/bloc-bottom.gif");
	background-repeat:repeat-x;
	height:19px;
  margin: 0;
  padding: 0;
}
.corner-bottom-left {
	background-image:url("../img_recidive/bloc-corner-bottom-left.gif");
	background-repeat:no-repeat;
	height:19px;
	width: 14px;
  margin: 0;
  padding: 0;
}
.corner-bottom-right {
	background-image:url("../img_recidive/bloc-corner-bottom-right.gif");
	background-repeat:no-repeat;
	height:19px;
	width: 15px;
  margin: 0;
  padding: 0;
}

/* 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:30px;
}
#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:#270747;
	font-weight: bold;
}


/* DIVERS --------------------------------------------------------------------------------------- */

/* Recherche --------------------------------------------------------------------------------------- */
.searchbox {
	width:150px;
	height:12px;
}
.search-submit {
	background-image:url("../img_recidive/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("../img_recidive/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;
}
