/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #8E8B87;
}
body.turrini-home{
}
body.turrini{
    background:#8E8B87 url(../images/fond_page-turrini.jpg) no-repeat fixed left top;
}
body.david-lange-home{
}
body.david-lange{
    background:#8E8B87 url(../images/fond_page_david-lange.jpg) no-repeat fixed left top;
}


a {
	color: #ffffff;
}
h1 {
	color: #ffffff;
}
h2, h2 a {
	color: white;
}
h3 {
	color: #38302B;
}

.champ, .champRecherche, .bouton {
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #333333;
}
.bouton {
	color: #333333;
}
.champ:hover, .champRecherche:hover, .bouton:hover {
	background-color: white;
}
.champRecherche

.entete_tableau{
	color: white;
	background-color: #17599f;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #17599f;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
	color: #9dc82e;
	background: none;
}

.formulaireMail label {
	color: #ffffff;
}


/***************************		 menus		  ***************************/

#menuH li a {
   color : white;
    background: #A3A09D;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #17599F;
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li {
	filter:alpha(opacity=80);
	opacity: 0.80;
}
/*éviter la transparence en cascade*/
#menuH .sousMenu .sousSousMenu li {
	filter:alpha(opacity=100);
	opacity: 1;
}

#menuH .sousMenu li a, #menuH .sousMenu .sousSousMenu li a {
   color: black;
   border-left: 15px solid #17599F;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #17599F;
   color: white;
   border-left: 15px solid black;
}


#menuV li a { 
   color : #9DC82E;
   background-color: #fcfcfc;
}
#menuV .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
   background-color: #dcf1a5;
}


#menu-page li a{
    color: #38302b;
}

#menu-page li a.selected{
    background: url(../images/curseur-menu.jpg) bottom center no-repeat;
}
#menu-page li a:hover{
    background: url(../images/curseur-menu.jpg) bottom center no-repeat;
}


/***************************   structure générale   ***************************/


#conteneur {
	color: black;
}

#header {
	border-bottom: 6px solid #9dc82e;
	background: url(../images/mdl2/header.jpg) no-repeat;
}
#zone-utile{
    border: 1px solid white;
}
#corps {
	color: #eeeeee;
}

#gauche a {
   color: black;
}

#footer {
	color: white;
	background-color: #17599F;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #666666;
	background-color: #f5f5f5;
}
#actuAccueil h2 {
	color: #17599F;
	background: none;
}
#actuAccueil h3 {
	color: #666666;
}
#actuAccueil a {
	color: #cd1a73;
}

#documents {
	background: url(../images/mdl2/zoneBas.jpg) no-repeat bottom left;
}
#documentsHaut {
	color: white;
	background: #17599f url(../images/mdl2/zoneHaut.jpg) no-repeat top left;
}
#documentsTitre {
	border-bottom: 1px solid #B8CA30;
}
#documents li {
	color: #B8CA30;
}
#documents a {
	color: white;
}

#signature {
	color: #ffffff;
}
#signature a{
	color:#ffffff;
}

#actu-page{
    background: url(../images/fond-actu-page.jpg) top right no-repeat;
}
#actu-page h2{
    color: #38302b;
    font-size: 1.5em;
}

.photo{
    clear: both;
    float: right;

    margin: 25px 0 25px 25px;
}
.photo .legend{
    text-align:right;
    background-color:#38302D;
    padding:2px;
    font-size:11px;
}
.legend-transparent{
	font-size:11px;
	text-align:right;
}
.photo_horizontale {
	text-align:center;
}
.photo_horizontale img{
	margin-right:10px;	
}	
.lien_video img{
	border:2px solid #000000;
}
.lien_interne{
	text-decoration:none;
	background : transparent url(../images/puce.jpg) no-repeat;
	padding-left:15px;
}
.nuancier .photo_couleur{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:160px;
}
.nuancier .photo_couleur img{
	width:160px;
}
.nuancier .legend{
	background-color:#38302D;
    padding:2px;
    font-size:11px;
}
.liste-professionnels li{
	margin-bottom:8px;	
}
#bottom_menu li a{
    border-right: 1px solid white;
}
#bottom_menu li a.last{
    border: none;
}

#calendrier {
	border: 1px solid #666666;
	background-color: #ffffff;
}
#calendrier .enteteCalendrier {
	background-color: #17599f;
}
#calendrier .titre {
	color: white;
}
#calendrier a {
	color: #666666;
}
#calendrier a:hover {
	background-color: white;
}
#calendrier .joursVides {
	color: #000000;
	background-color: #e5e5e5;
}
#calendrier .joursNormaux {
	color: #000000;
	background-color: #e5e5e5;
}
#calendrier .aujourdHui {
	font-weight: bold;
	background-color: transparent;
}


