body
{
	margin: 0;
	padding: 0;
	text-align: center ;
	font: 0.8em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(../design/fond.jpg) repeat-y;
}

div#conteneur
{
	margin: 0 auto ;
	text-align: left ;
}

/*
	Les contenus
*/

div#contenu-haut {
	height: 150px;

	position: relative;
}

div#contenu-milieu {
	clear: both;
	
	position: relative;
}

div#contenu-bas {
	clear: both;
	
	position: relative;
}

div.colonne-left {
	float: left;
	width: 330px;
	margin-right: 0px;
	
	/*border: 1px solid blue;*/

	position: relative;
}
div.colonne-right {
	float: right;
	width: 210px;
	margin-left: 10px;

	/*border: 1px solid red;*/
}
div#centre-haut, div#centre-milieu, div#centre-bas {
	overflow: hidden;

	/*border: 0px solid green;*/
	background: ;
}

div#contenu-bas div#centre-bas {
	padding-left: 34px;
}

div#barre-gauche {
	width: 26px;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: url(../design/barre_gauche.jpg) no-repeat 0 0;
}


div#contenu-milieu div.colonne-left, div#contenu-milieu div#centre-milieu {
	background: #740043;
}

div#contenu-milieu.mauve div.colonne-left, div#contenu-milieu.mauve div#centre-milieu {
	background: #740043;
}
div#contenu-milieu.mauve div#barre-gauche {
	width: 26px;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: url(../design/barre_gauche_mauve.jpg) no-repeat 0 0;
}

div#contenu-milieu.vert div.colonne-left, div#contenu-milieu.vert div#centre-milieu {
	background: #C7D339;
}
div#contenu-milieu.vert div#barre-gauche {
	width: 26px;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: url(../design/barre_gauche_vert.jpg) no-repeat 0 0;
}

div#contenu-milieu.gris div.colonne-left, div#contenu-milieu.gris div#centre-milieu {
	background: #9A9A9D;
}
div#contenu-milieu.gris div#barre-gauche {
	width: 26px;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: url(../design/barre_gauche_gris.jpg) no-repeat 0 0;
}

/*
	Correctif height 100% a voir.. 
*/
div#contenu-milieu div.colonne-left {
	position: absolute;
	height: 100%;
}
*html div#contenu-milieu div.colonne-left {
	min-height: 100%;
}


div#contenu-milieu div#centre-milieu {
	margin-left: 330px;
}
div#contenu-milieu div#sousmenus-conteneur {
	padding: 10px 0 0 30px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*
	Correctif placement bouton HAUT 
*/

div.colonne-left p {
	font-size: 11px;
}

div#home {
	padding: 0 0 0 34px;
	background: white url(../design/page_bordure_gauche_mauve.jpg) repeat-y 0 0;
	overflow: hidden;
	height: 306px;
	position: relative;
	margin: 10px 10px 0 0;
}

div#home div#visuel {
	position: absolute;
	top: -3px;
	left: 0;
}
div#contenu-milieu.vert div#home {
	background: white url(../design/page_bordure_gauche_vert.jpg) repeat-y 0 0;
}

div#home p#fil_arianne{
	margin: 0 0 5px 10px;
	padding: 0;
}

div#corps .col{
	width: 30%;
	padding-right: 5px;
	border-right: 1px solid #ebebeb;
}
div#corps .col1{
	float: left;
}
div#corps .col2{
	float: left;
	clear: right;
}
div#corps .col3{
	float: left;
	clear: right;
}

div#corps {
	padding: 2px 30px 40px 70px;
	background: white url(../design/page_bordure_gauche_mauve.jpg) repeat-y 0 0;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	
	/*	
		Hauteur mini en cas de page vide
	*/
	min-height:550px;
}
div#corps.home {
	margin-top: 0;
}
div#contenu-milieu.vert div#corps {
	background: white url(../design/page_bordure_gauche_vert.jpg) repeat-y 0 0;
}
div#contenu-milieu.gris div#corps {
	background: white url(../design/page_bordure_gauche_gris.jpg) repeat-y 0 0;
}

div#corps p#fil_arianne{
	margin: 0 0 5px;
	padding: 0;
}

div#corps h2 {
	border-bottom: 1px solid silver;
	padding-top: 5px;
}
div#corps h3 {
	padding-top: 5px;
	border-bottom: 1px solid #C7D339;
}
div#corps h4 {
	color: #706A19;
	font-size: 1.2em;	
	margin: 15px 0;
	border-bottom: 1px dotted #706A19;
	padding-top: 5px;
}
div#corps h5 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 10px 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted silver;
	background-color: #f6f6f6;
	padding-left: 10px;
}
div#corps h6 {
	color: gray;
	text-transform: uppercase;
	font-size: 1em;
	margin: 10px 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted silver;
	background-color: #fbfbfb;
	padding-left: 10px;
}

div#corps p {
	padding-left: 10px;
}

div#corps p.exergue {
	padding-left: 10px;
	color: #440027;
	font-size: 1.6em;
	line-height: 1.2em;
	padding-top: 0;
	margin-top: 12px;
}


div#corps strong {
	color: #740043;
}


div#corps em {
	color: #525252;
}

div#corps ul {
	margin: 0;
	padding-left: 20px;
	padding-right: 10px;
}

div#corps ul li {
   list-style-image: url('../design/bullet-image-a.png');
	background-color: #f9f9f9;
	margin: 1px 20px 2px;
	border-bottom: 1px solid #ededed;
	line-height: 1.6em;
	color: #494949;
	font-size: 0.9em;
	letter-spacing: 0;
	padding-left: 10px;
}

div#corps div#visuel-bas {
	clear: both;
	padding-top: 20px;
}

div#corps p.small {
	font-size: 10px;
	line-height: 10px;
}
div#corps p.linkToTop a  {
	font-size: 10px;
	line-height: 10px;
	background-color: #e4e4e4;
	padding: 5px;
}
div#corps p.linkToTop a:hover  {
	color: black;
	font-weight: bold;
}
div#corps p.linkToTop a:after {
	content: url(../design/fleche_haut_mauve.gif);
	padding-left: 30px;
}

/*
	Styles tableau
*/

div#corps table {
	font-size: 11px;
	line-height: 13px;
	color: #494949;
	width: 100%;
}
div#corps table th{
	color: #740043;
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #740043;
}
div#corps table th img {
	border: 0;
	background: none;
	margin-bottom: -4px;
}
div#corps table tr{
	margin-top: 24px;
	margin-bottom: 33px;
	border-top: 9px solid red;
}
div#corps table td{
	border-top: 3px solid white;
	border-bottom: 1px dotted silver;
	background-color: #f6f6f6;
	padding: 5px;
}
div#corps table img {
	padding: 4px;
	/* background-color: #f5d8e2; */
	border: 1px solid #740043;
}


div#corps p img.fl_left {
	float: right;
	padding: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
}

div#corps p a {
	text-decoration: none;

	color: #740043;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: #fff;
	margin: 2px;
}
div#corps p a:hover {
	color: black;
}
div#corps p a.download:after {
	content: url(../design/fleche_bas_mauve.gif);
	padding-left: 10px;
}div#corps p a.link:after {
	content: url(../design/fleche_droite_mauve.gif);
	padding-left: 10px;
}

/*
	Trombino
*/

div#corps div.bloc-trombino {
	line-height: 14px;
	font-size: 11px;
	color: #5F2C42;
	display: block ;
	text-decoration: none ;
	background: url(../design/trombino.jpg) repeat-x 0 0;
	padding: 5px 15px;
	height: 278px;
	width: 171px;
	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#corps div.bloc-trombino img {
	padding: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin-left: 39px;
	margin-top: 14px;
}
div#corps div.bloc-trombino h4 {
	margin: 0;
	padding: 2px;
	color: #740043;
	border-bottom-color: white;
}
div#corps div.bloc-trombino h5 {
	color: white;
	text-transform: none;
	margin: 6px 0 0;
	padding: 2px;
	font-weight: normal;
	font-style: normal;
	background-color: #740043;
}
div#corps div.bloc-trombino h5 a{
	color: white;
	text-decoration: none;
}
div#corps div.bloc-trombino h5 a:hover{
	color: black;
}
div#corps div.bloc-trombino h4 a{
	color: black;
	text-decoration: none;
}
div#corps div.bloc-trombino h4 a:hover{
	color: #740043;
}


/*
	Agenda
*/
div#corps p.agenda-link{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	clear: both;
}

div#agenda {
	background-image: url(../design/agenda_base3.gif);
	width: 230px;
	height: 450px;
	
	
	clear: both;
	margin: 0 0 0 40px;
	padding: 1px 0;
}
div#agenda table{
	margin: 15px 15px 0;
	font-size: 11px;
	line-height: 13px;
	border: 0;
	padding-left: 15px;
	padding: 0;
}
div#agenda table td, div#agenda table th {
	text-align: center;
	padding: 4px 7px 2px;
	margin: 0;
}
div#agenda table thead {
	color: #740043;
}
div#agenda table tr {
}
div#agenda table td {
	border-bottom: 1px solid silver;
}

div#agenda a {
	color: #740043;
	font-weight: bold;
}

div#agenda div#actualites {
	font-size: 11px;
	line-height: 13px;
	border: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
div#agenda div#actualites  h4{
	background: url(../design/barre_actu.jpg) no-repeat 0 14px;
	height: 26px;
	margin-top: 9px;
	margin-bottom: 0;
	color: #740043;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
div#agenda div#actualites  h2{
	color: #740043;
	margin-top: 0;
	margin-bottom: 5px;
	
	/* IE FIX */
	font-size: 14px;
}

/*
	ul menu gauche
*/

ul#ssmenu-niveau1 {
	list-style-type: none;
	text-align: right;
	border-right: 1px solid #C7D339;
	/*position: absolute;*/

	padding: 2px 0 20px 10px;
	margin: 10px 0 20px;
	width: 110px;
	float: left;
}


ul#ssmenu-niveau1 li
{
	padding-right: 5px;
	text-align: right;
}

ul#ssmenu-niveau1 li.act
{
	padding-right: 10px;
	margin-right: -5px;
	background: url(../design/fleche_droite_vert.gif) no-repeat right 5px;
}

ul#ssmenu-niveau1 li a
{
	line-height: 14px;
	font-size: 11px;
	color: #fff ;
	text-decoration: none ;
}

ul#ssmenu-niveau1 li.act a {
	font-weight: bold;
	color : #C7D339;
}

ul#ssmenu-niveau1 li a:hover {
	color : #C7D339;
}
div#contenu-milieu.vert ul#ssmenu-niveau1 {
	border-right: 1px solid #740043;
}
div#contenu-milieu.vert ul#ssmenu-niveau1 li.act {
	background: url(../design/fleche_droite_mauve.gif) no-repeat right 5px;
}
div#contenu-milieu.vert ul#ssmenu-niveau1 li.act a {
	color : #740043;
}
div#contenu-milieu.vert ul#ssmenu-niveau1 li a:hover {
	color : #740043;
}

ul#ssmenu-niveau2 {
	list-style-type: none;
	text-align: right;
	border-right: 1px solid #C7D339;

	padding: 1px 0 20px 10px;
	width: 110px;
	margin: 10px 0 20px 125px;
}

ul#ssmenu-niveau2 li
{
	text-align: right;
	padding-right: 5px;
}

ul#ssmenu-niveau2 li.act
{
	padding-right: 10px;
	margin-right: -5px;
	background: url(../design/fleche_droite_vert.gif) no-repeat right 5px;
}
div#contenu-milieu.vert ul#ssmenu-niveau2 {
	border-right: 1px solid #740043;
}
div#contenu-milieu.vert ul#ssmenu-niveau2 li.act {
	background: url(../design/fleche_droite_mauve.gif) no-repeat right 5px;
}
div#contenu-milieu.vert ul#ssmenu-niveau2 li.act a {
	color : #740043;
}
div#contenu-milieu.vert ul#ssmenu-niveau2 li a:hover {
	color : #740043;
}



ul#ssmenu-niveau2 li a
{
	line-height: 14px;
	font-size: 11px;
	color: #fff ;
	text-decoration: none ;
}
ul#ssmenu-niveau2 li a:hover {
	color : #C7D339;
}

ul#ssmenu-niveau2 li.act a {
	font-weight: bold;
	color : #C7D339;
}




*html div.colonne-left {
	margin-right: 7px;
	padding-right: 10px;
}
*html div.colonne-right {
	margin-left: 7px;
	padding-left: 10px;
}		
html>body div.colonne-right {
	padding-left: 10px;
	margin-left:20px;
}		


*html div#centre-haut,*html  div#centre-milieu,*html  div#centre-bas {
	overflow: visible;
	height: 1%;
}

/*
	Detail contenu
*/

h1#header
{
	margin: 0 ;
	padding: 0;
}

h1#header a
{
	width: 298px ;
	height: 140px;
	display: block ;
	background: url(../design/logo.jpg) no-repeat ;
	position: relative ;
	left: 0 ;
	top: 0 ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */



ul#slidemenu
{
	margin: 0 0 0 22px;
	padding: 0 ;
	list-style-type: none ;
}
ul#slidemenu li
{
	float: left ;
	text-align: left ;
	line-height: 11px;
	font-size: 11px;
}
ul#slidemenu li a
{
	color: #fff ;
	display: block ;
	text-decoration: none ;
	/*background: url(../design/menu.gif) repeat-x 0 0 ;*/
	padding: 5px 15px 5px 4px;
	height: 112px;
}
ul#slidemenu li a.mauve {
	background: url(../design/menu-mauve.gif) repeat-x 0 0 ;
}
ul#slidemenu li a.gris {
	background: url(../design/menu-gris.gif) repeat-x 0 0 ;
}
ul#slidemenu li a.vert {
	background: url(../design/menu-vert.gif) repeat-x 0 0 ;
	color: #706A19;
}


ul#slidemenu li a:hover
{
	color: black;
}

ul#slidemenu li a h3 {
	text-transform: uppercase;
	padding: 0 200px 0 10px;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	letter-spacing: -1px;
	line-height: 14px;
	
	/* */
	text-shadow: #686868 1px 1px 5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

ul#slidemenu li a p {
	padding-top: 10px;
	margin: 0;
	padding-left: 10px;
}
ul#slidemenu li a.mauve p {
	color: #C7D339;
	background: url(../design/ombrage_menu-mauve.gif) no-repeat;
}
ul#slidemenu li a.gris p {
	color: #5F2C42;
	background: url(../design/ombrage_menu-gris.gif) no-repeat;
}
ul#slidemenu li a.vert p {
	color: #fff;
	background: url(../design/ombrage_menu-vert.gif) no-repeat;
}


/*
	Les boutons
*/
ul.login
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
ul.login li
{
	float: left ;
	text-align: left ;


	line-height: 14px;
	font-size: 11px;
	color: #5F2C42;
	display: block ;
	text-decoration: none ;
	background: url(../design/bouton-monespace.gif) repeat-x 0 0;
	padding: 5px 15px;
	height: 131px;
	width: 171px;
}
ul.login li a:hover {
	color: black;
}
ul.login li h3{
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}
ul.login li em{
	color: #C7D339;
}



ul.btn
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
ul.btn li
{
	float: left ;
	text-align: left ;
}
ul.btn li a
{
	line-height: 14px;
	font-size: 11px;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	background: url(../design/boutons.gif) repeat-x 0 0;
	padding: 5px 15px;
	height: 88px;
	width: 171px;
}
ul.btn li a:hover {
	color: black;
}
ul.btn li a h3{
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}
ul.btn li a em{
	color: #C7D339;
}


/*
	Menu bas
*/


ul#menu-bas-colonne
{
	height: 24px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	position: absolute;
	right: 0px;
}
ul#menu-bas-colonne li
{
	float: left ;
	text-align: left ;
}
ul#menu-bas-colonne li a
{
	line-height: 30px;
	font-size: 11px;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	background: url(../design/bouton_haut.gif) repeat-x 0 0 ;
	height: 24px;
	padding-left: 10px;
	padding-right: 40px;
	margin-right: 2px;
	color: #954466;
}
*html ul#menu-bas-colonne li a {
	width : 100px;
	line-height: 24px;
}


ul#menu-bas-colonne li a:hover
{
	background: url(../design/bouton_haut.gif) repeat-x 0 -24px ;
	color: white;
}

p#fil_arianne {
	font-size: 11px;
}
p#fil_arianne a {
	color: #954466;
}
p#fil_arianne a:hover {
	color: black;
}

p#credits {
	font-size: 9px;
	color: #C7D339;
	line-height: 9px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}


ul#menu-bas
{
	height: 24px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#menu-bas li
{
	float: left ;
	text-align: left ;
}
ul#menu-bas li a
{
	line-height: 30px;
	font-size: 11px;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	background: url(../design/menu_footer.gif) repeat-x 0 0 ;
	height: 24px;
	padding-left: 10px;
	padding-right: 40px;
	margin-right: 2px;
}
*html ul#menu-bas li a {
	width : 100px;
	line-height: 24px;
}


ul#menu-bas li a:hover
{
	background: url(../design/menu_footer.gif) repeat-x 0 -24px ;
	color: black;
}





/*
	IE et FLash
*/


div#ie, div#need-flash{
	width: 50%;
	margin: 15px auto 10px;
	font: normal 10px Arial, sans-serif;

	padding: 8px;
	border: 1px solid red;
	background-color: #ffa6b1;
	z-index: 100;
}
div#ie p a, div#need-flash p a{
	text-decoration: none;
	font-weight: bold;
	color: red;
	border: 0;
}
div#ie p a img, div#need-flash p a img {
	border: 0;
}
div#ie p a:hover, , div#need-flash p a:hover{
	color: black;	
}




