/* la palette et ses effets */
.rubUn { color: #FFF; }
.rubDeux { color: #FFF; }
.rubTrois { color: #FFF; }
.rubQuatre { color: #FFF; }
.rubCinq { color: #FFF; }
.rubSix { color: #FFF; }
body.bodyRubUn { background-color: #87A03E; }/*A3BC0D*/
body.bodyRubDeux { background-color: #8C5F8A; }
body.bodyRubTrois { background-color: #A73334; }
body.bodyRubQuatre { background-color: #8C7E58; }
body.bodyRubCinq { background-color: #5989A0; }/*E5DF47*/
body.bodyRubSix { background-color: #E0AB2C; }
body.admin { background-color: #8C7E58; }

#navigateur #menu a { color: #FFF; }

body.bodyRubUn #navigateur #menu a.rubUn, body.bodyRubDeux #navigateur #menu a.rubDeux, body.bodyRubTrois #navigateur #menu a.rubTrois, body.bodyRubQuatre #navigateur #menu a.rubQuatre, body.bodyRubCinq #navigateur #menu a.rubCinq, body.bodyRubSix #navigateur #menu a.rubSix
{
	padding: 0px 0px 0px 29px;
	font-weight: bold;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*******************************
*
*   classes générales
*
*********************************/
.clearer {
  clear: both;
  height: 0px;
}

.vspacer { 
  line-height: 1.8em;
 }

.hiddenStructure { display: none; }

.accessibilite { display: none; }

a img {border: none;}

#colonne .oxygene
{

		margin: 5px 2px 100px 0px;
		padding: 0px 0px 0px 0px;
}

#colonne .grandOxygene
{

		margin: 5px 2px 200px 0px;
		padding: 0px 0px 0px 0px;
}

/*********************************
*
*  Mise à plat
*
************************************/

h1, h2, h3, p, ul, dl
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/***********************************
*
*   Zone de Zoom sur les images
*
************************************/

#zoom { 
    visibility: hidden;
    background-color: black;
    color: white;
    margin: auto;
    width: 85%;
    min-width: 850px;
    position: absolute;
    left: 50px;
 }

#zoom .hautZoom { 
    background-color: black;
    color: white;  
    text-align: right;
    margin: auto;
    padding: 5px 5px 15px 0px;
}

#zoom .imageZoom a { 
    background-color: black;
    color: white;  
    text-decoration: none;
    text-align: right;
}

#zoom .hautZoom a { 
    text-align: right;
    background-color: black;
    color: white;  
    text-decoration: none;
}

#zoom .imageZoom { 
    text-align: center;
    margin: auto;
    padding: 20px;
}

#zoom .imageZoom img { 
    border: 0px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    margin: auto;
 }


/*************************************
*
*   Généralités sur les pages
*
**************************************/

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #151515;
	font-family: Verdana, Arial, sans-serif;
}

#leCorps
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 850px;
	height: 100%;
	position: relative;
}

a { outline: none; text-decoration: none;}



/*********************************************
*
*  Navigateur (sert aussi de tétière)
*
***********************************************/
#navigateur
{
	display: block;
	position: fixed;
	top: 0px;
	left: 7%;
	width: 580px;
	height: 120px;
	background-image: url(../images/bg-navigateur2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 15;
	background-color: transparent;
}

#navigateur #home
{
	display: block;
	float: right;
	width: 440px;
	height: 117px;
	text-decoration: none;
}


#navigateur #menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 140px;
	text-align: left;
}

#navigateur #menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigateur #menu li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 20px;
	font-size: 8pt;
	line-height: 15pt;
}

#navigateur #menu a
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 29px;
	height: 20px;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .80;
}

#navigateur #menu a:hover
{
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}



a.rubUn
{
	background-image: url(../images/menu/bgUn.gif);
	/*color: #B63609;*/
	color: #AAA;
}

a.rubUn:hover
{
	background-image: url(../images/menu/bgUn.gif);
	/*color: #E54718;*/
	color: #FFF;
}

a.rubDeux
{
	background-image: url(../images/menu/bgDeux.gif);
	/*color: #395573;*/
	color: #AAA;
}

a.rubDeux:hover
{
	background-image: url(../images/menu/bgDeux.gif);
	/*color: #4A6E97;*/
	color: #FFF;
}

a.rubTrois
{
	background-image: url(../images/menu/bgTrois.gif);
	/*color: #64415D;*/
	color: #AAA;
}

a.rubTrois:hover
{
	background-image: url(../images/menu/bgTrois.gif);
	/*color: #784E70;*/
	color: #FFF;
	font-weight: bold;
}

a.rubQuatre
{
	background-image: url(../images/menu/bgQuatre.gif);
	/*color: #821311;*/
	color: #AAA;
}

a.rubQuatre:hover
{
	background-image: url(../images/menu/bgQuatre.gif);
	/*	color: #AA1917;*/
	color: #FFF;
}

a.rubCinq
{
	background-image: url(../images/menu/bgCinq.gif);
	/*color: #8CA100;*/
	color: #AAA;
}

a.rubCinq:hover
{
	background-image: url(../images/menu/bgCinq.gif);
	/*color: #B7D624;*/
	color: #FFF;
}

a.rubSix
{
	background-image: url(../images/menu/bgSix.gif);
	/*color: #8CA100;*/
	color: #AAA;
}

a.rubSix:hover
{
	background-image: url(../images/menu/bgSix.gif);
	/*color: #B7D624;*/
	color: #FFF;
}




/*****************************************
*
*  Feuille de style gérant le SlideShow 
*  de la page d'accueil
*
******************************************/
#son
{	
	display: block;
	position: absolute;
	width: 200px;
	height: 0px;
	overflow: hidden;
	z-index: 50;
	top: 680px;
	left: 50%;
	background-color: #111;
}
#mySlideshow
{
	position: absolute;
	width: 850px;
	height: 670px;
	z-index: 5;
	top: 0px;
	left: 0px;
	background-color: #222;
}

.jdSlideshow .slideInfoZone
{
	text-align: left;
	background: transparent;
}

.jdSlideshow .slideInfoZone h2
{
	color: #EEE;
	font-weight: bold;
	padding-left: 20px;
	/*	text-shadow: #111 2px 2px 2px;*/
}

.jdSlideshow .slideInfoZone p
{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	/*	text-shadow: #111 2px 2px 2px;*/
}

/* le document */
#contenu
{
	margin: 0px 0px 0px 0px;
	text-align: left;
}

/************************************
*
*   sousMenu (positionné à gauche
*       des écrans de documents)
*
*************************************/

#sousMenu
{
	display: block;
	width: 155px;
	position: fixed;
	margin: 40px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 13pt; 
	color: #000;
}
#sousMenu ul
{
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	list-style-type: none;
}
#sousMenu li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sousMenu li a
{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px none black;
	padding-bottom: 2px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#sousMenu li a:hover
{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/***********************************************
*
*   colonne (colonne de droite sur la page)
*
*************************************************/

#colonne
{
	float: right;
	width: 220px;
	text-align: right;
	margin : 40px 0px 0px 0px;
}
#colonne .legende
{
	text-align: right;
	font-size: 8pt;
	line-height: 12pt;
		margin: 5px 5px 20px 0px;
		padding: 0px 0px 0px 0px;
		color: white;
}

#colonne .complements
{
	text-align: left;
	font-size: 9pt;
	line-height: 15pt;
		margin: 10px 2px 20px 0px;
		padding: 0px 0px 0px 0px;

}

#colonne .complements a
{

	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
			background-image: url(../images/fleche.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
}

#colonne .complements a:hover
{

	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
			background-image: url(../images/fleche.png);
		background-repeat: no-repeat;
		background-position: 2px 0px;
}



/************************************************
*
*   principal : zone centrale des pages de doc
*
*************************************************/

#principal
{
	display: block;
	margin: 0px 250px 0px 180px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt; 
	color: #000;
}
#document
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#principal a
{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px none white;
	padding-bottom: 2px;
}
#principal a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid white;
	padding-bottom: 2px;
}
#principal h1
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18pt;
	line-height: 20pt; 
	color : #000;
	font-weight: normal;
	color: white;
}
#principal h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	line-height: 15pt; 
	color : #000;
	font-weight: bold;
	color: white;
}
#principal h3
{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	line-height: 15pt; 
	color : #000;
	font-weight: bold;
	color: white;
}
#principal p
{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt; 
}

.auteur
{
		font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 15pt; 
	font-weight: bold;
}
.tableauDoc {
	border: none;
}
.tableauDoc td {
	border: none;
	vertical-align: top;
}
.tableauDoc td.tdDate {
	border: none;
	vertical-align: top;
	width: 15%;
	font-weight: bold;
}



/********************************************
*
*   Spécificités des pages de présentation
*   des documents et informations
*
*********************************************/


.rubIndex
{	
	display; block;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.rubIndex .document
{
	display; block;
	margin: 0px 0px 10px 0px;
	padding: 3px 3px 10px 3px;
}

.rubIndex .document:hover { background-image: url(../images/bodyFond.png); }
.rubIndex .vspacer
{
	display; block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 2px;
}
#principal .rubIndex h2
{
	display; block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	line-height: 15pt; 
}
#principal .rubIndex h3
{
	display; block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 10pt;
	line-height: 12pt; 
	font-weight: normal;
}
.rubIndex .description
{
	display; block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 8pt;
	line-height: 12pt; 
}
.rubIndex .auteur
{
	display; block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 8pt;
	line-height: 10pt; 
	font-weight: bold;
}
#principal .rubIndex p
{
	font-size: 8pt;
	line-height: 12pt; 
}

/************************************************
*
*   pied : zone de bas de page
*
*************************************************/

#pied
{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 180px;
	text-align: left;
}

#pied p

{
	font-size: 8pt;
	line-height: 10pt;
	color: white;
}


/************************************************
*
*   hacks divers pour contrer Expl'Horreur
*
*************************************************/

img, .contenu, #navigateur { behavior: url(/ui/css/iepngfix.htc); }

.contenu
{

	width: auto;
	height: auto;
}
.contenu[class]
{
	background-image: url(../images/bodyFond.png);
	background-repeat: repeat-y;
	background-position: center 0px;
	padding: 140px 0px 80px 0px;
}

/*********************************************
*
*   Formulaire de contact
*
**********************************************/

/*  adresse dur la gauche */
#contact
{
	margin: 10px 10px 0px 15px;
	padding: 8px 0px 8px 0px;
	display: none;
	border-color: #B3D0DD black #B3D0DD black;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	text-align: left;
}
#contact h2
{
	color: white;
	font-size: 10pt;
		margin: 0px 0px 5px 0px;
}

#contact a
{
	text-decoration: none;
	color: #86577D;
}
#contact a:hover
{
	text-decoration: none;
	color: white;
}

/* zone centrale */
#messageContact
{
	margin: 10px 50px 0px 30px;
	padding: 5px 0px 7px 0px;
	text-align: left;
		color: #FFF;
}
#messageContact a
{
	text-decoration: none;
	color: #33444E;
}
#messageContact a:hover
{
	text-decoration: none;
	color: 33444E;
}

#messageContact .chpSaisie {
    padding: 3px 10px 3px 5px;
    width: 90%;
}

.chpSaisie label { 
font-size: 10px;
  display: block;
  margin: 3px 0px 0px 0px;
  color: white;
 }

.chpSaisie input, .chpSaisie textarea { 
	border-color: #FFF;
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: solid;
   width:100%;
   font-size: 1em;
   background-color: #DDD;  
   color: #333;
}
.chpSaisie input:focus, .chpSaisie textarea:focus { 
	border-color: #555;
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: solid;
   width:100%;
   font-size: 1em;
   background-color: #FFF;  
   color: #111;
}
 .chpSaisie .submitButton, .chpSaisie input[type=submit] { 
	margin-top: 10px;
	border-color: #BBB;
	border-width: 2px;
	padding: 2px;
	border-style: solid;
   width:80%;
   font-size: 1em;
   background-color: #FFF;  
   color: orange;
   font-weight: bold;
}
 .chpSaisie .submitButton:hover, .chpSaisie input[type=submit]:hover { 
	border-color: white;
	border-width: 2px;
	padding: 2px;
	border-style: solid;
   width:80%;
   font-size: 1em;
   background-color: orange;  
   color: #FFF;
   font-weight: bold;
}
#messageContact .chpSaisie input[type=submit] { color: #475F6D; }

#messageContact ul { 
  margin: 10px 0px 0px 0px;
  padding: 0px;
 }
 

#messageContact li
{
	list-style-type: none;
	width: 120px;
	padding: 3px;
	margin: 5px;
	float: left;
	background-color: #9BC0D6;
}


#messageContact .origine
{
	padding: 5px;
	border-color: #B6CED9;
	border-width: 1px;
	border-style: solid;
}

#messageContact .messContact { 
   background-color: #5989A0;
   padding: 5px;
   margin: 10px 0px 10px 0px;
 }