@charset "iso-8859-1";
/*XXXXX STANDART COULEURS XXXXXXXXXXXXXXXX
Violet= #3F0E63 Violet clair= #996699
Jaune= #FFFC6B Jaune crème= #FFFEA3 jaune vif+#FFFF00 Blanc casse= #FFFFCC 
Gris= #CCCCCC
Vert crème= #CCCC66
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BANNIERE XXXXXXXXXXXXXXXXXXXXX */
#BandeauSuperieur {
	left:0px;
	width:100%;
	height:150px;
	z-index:10;
	background-color: #3F0E63;
	overflow: visible;
	top: 0px;
	position: fixed;
	font-size: small;
	font-style: normal;
}
#Banniere {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:105px;
	z-index:11;
	/*background-color: #FFFFCC;*/
	background-repeat: repeat-x;
	background-position: left;
	background-image: url(Chartre%20graphique/banniere_backround.jpg);
	}
#Logogauche {
	position:absolute;
	left:opx;
	top:0px;
	z-index:15;
	height: 105px;
	width: 126px;
	/*background-color: #3F0E63;*/
	}
#Logodroit {
	position:absolute;
	right:0px;
	top:0px;
	z-index:12;
	height: 105px;
	width: 200px;
	text-decoration: none;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(Chartre%20graphique/logo_omsjc_150_100.png);
	}
#NombreVisiteurs{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	height:1.5em;
	z-index:100;

	}

/*************** MENU HORIZONTAL***********************************************/

#MenuHorizontal/* ok*/
	{
	position: absolute;
	left: 4.6%;
	z-index:100;
	width: 100%;
	top: 131px; /* limite basse du menu*/
	margin: 0;
	padding: 0;
	}
	#MenuHorizontal dl, dt, dd, ul, li/* ok*/
		{
		margin: 0;
		padding: 0;
		list-style-type: none;		
		}
	#MenuHorizontal dl {/* onglets du Menu - ok*/
		float: left;

		}
	#MenuHorizontal dt{/* onglets du Menu - ok */
		cursor: pointer;
		margin-right:4px;/* écart  droit entre les onglet*/
		margin-left:4px;/* écart gauche entre les onglet*/
		padding-right:0.2em;
		padding-left:0.2em;
		background: #FFFC6B; 
		color: #3F0E63;
		letter-spacing: 0.1em;
		font-variant: small-caps;
		text-transform: capitalize;
		text-align: center;
		text-decoration: none;	
		}
	#MenuHorizontal a{
		color: #3F0E63;
		text-decoration: none;
		}
	#MenuHorizontal dt a:hover{
		color: #996699; 
		background-color: #FFFFCC;
		}
	#MenuHorizontal dd {/*Sous-Menu*/
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-right:4px;/* écart  droit entre les onglet*/
	margin-left:4px;/* écart gauche entre les onglet*/
	display: none;
		}

	#MenuHorizontal li {/* Sous-Menu*/
	text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 85%;
	list-style-type: none;
	background-color: #FFF;
	margin: -2px 0px 0px 0px ;
	}
	#MenuHorizontal li a{
		color: #3F0E63;
		}
	#MenuHorizontal li a:hover{
		color: #CC6600;
		}
	#MenuHorizontal li a:visited{
		color: #996699;
		}	
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FENETRE MENU GAUCHE XXXXXXXXXXXXXXXXXXXXX */

#FenetreGauche {
	position:fixed;
	left:5%;
	top:150px;
	width:15%;
	height:100%;
	z-index:6;
	background-color: #FFFC6B;
	background-position: right;
	background-repeat: repeat-y;
	padding: 0.1em 1em;
	background-image: url(Chartre%20graphique/bordure_menu_jaune.jpg);
	font-size: small;
	font-style: normal;
	color: #3F0E63;
	}
	#FenetreGauche h1{
		font-weight: bolder;
		}
/* ------------------------------MENU VERTICAL -------------------------------*/

#menuvertical{
	position: relative;
	top:0.5em;
	z-index: 100;
	left:  0em;
	width: 90%;
	}
	#menuvertical dl, dt, dd, ul, li {
		margin: 0;
		}	
	#menuvertical dt {/* onglets Menu*/
		cursor: pointer;
		background: #FFFFCC;
		border: 1px solid #E4AADF;
		padding: 0.1em 0.1em 0.1em 0.4em;
		margin-bottom: 0.3em;/* ecartement onglets*/
		line-height: 1.2em;
		color: #3F0E63;/*violet*/
		width: 100%;		
		}
	#menuvertical dt a {/* onglet Menu  lien*/
		text-decoration: none;
		display: block;
		}
	#menuvertical dd {/*boites sous-Menu*/
		position: absolute;
		z-index: 101;
		margin-top:   -1.8em;
		margin-left: 80%;/* positionnement du sous-menu à droite onglet menu*/
		width: 18em;
		background: #FFF;
		border: 1px solid gray;
		display: none;
		padding-left: 1em;
		padding-right: 0.2em;
		}
	#menuvertical li {
	text-align: left;
	line-height: 1.5em;
	font-size: 85%;
	list-style-type: none;
	margin: 0;
	padding: 0;
		}
	#menuvertical li a{
		color: #3F0E63;
		text-decoration: none;
		}
	#menuvertical li a:hover{
		color: #CC6600;
		}
	#menuvertical li a:visited{
		color: #996699;
		}

/* ----------------------------- DIAPORAMA -------------------------------------*/
#imagederoulant{
	position:relative;
	top:1em;
	left:0em;
	width:140px;
	z-index:99;
	border-top-width: thin;
	height: 200px;
	}

/* ----------------------------- Info Site -------------------------------------*/
#infosite{
	position:relative;
	top:0.5em;
	z-index: 100;
	left:  0em;
	right: 20px;
	}
		#infosite a{
		color: #3F0E63;
		text-decoration: none;
		}
	#infosite p{
		font-size: 75%;
		font-style: normal;
		padding-top: 1.5em;
		}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX INFO BAS DE PAGEXXXXXXXXXXXXXXXXXXXXX */					
#alertehautdepage {
	position:fixed;
	left:22%;
	bottom: 1em;
	z-index: 4;
	background-color: #3F0E63;
	color: #FFFC6B;
	padding: 0em 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#alertehautdepage p {
		padding: 0px;
		margin: 0px;
		}		
#Fenetrecopyright {
	position:fixed;
	left:20%;
	width:80%;
	height:1em;
	background-color: #FFFFFF;
	bottom: 0px;
	padding-left: 2em;
	z-index: 4;
	font-size: small;
	font-style: normal;
	}
	#Fenetrecopyright p{
		font-size: 85%;	
		float: left;
		padding-left: 0.5em;
		padding-right: 0.5em;
		margin-top: 0px;
		color: #666666;/*GRIS*/
		font-style: normal;
		}
	#Fenetrecopyright p a{
		color: #666666;/*gris*/
		text-decoration: none;	
		}
		
#Fenetresponsorbaspage {
	position:fixed;
	left:21%;
	width:50%;
	height:7em;
	background-color: #FFFFFF;
	bottom: 0px;
	padding-left: 2em;
	z-index: 4;
	font-size: small;
	font-style: normal;
	}						
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BORDURES XXXXXXXXXXXXXXXXXXXXX */
#BordureJauneGauche {
	Left:0px;
	top:0px;
	width:5%;
	height:100%;
	background-color: #FFFF00;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(Chartre%20graphique/Bordure_jaune_left.gif);
	position: fixed;
	z-index: 5;
	}
#BordureVioletDroite {
	Right:0px;
	top:opx;
	width:3%;
	height:100%;
	background-color: #3F0E63;
	position: fixed;
	z-index: 5;
	}		
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX PAGE CENTRALE & FENETRE DROITE XXXXXXXXXXXXXXXXXXXXX */
#FenetrePrincipale {
	position:absolute;
	left:21.5%;
	top:150px;
	width:76%;
	height:100%;
	z-index:1;
	/*background-color: #CCCCCC;/*gris*/
	}

#Page {
	position:absolute;
	left:0px;
	top:3em;
	width:65%;
	z-index:3;
	padding: 0.5em 1em 0em 1.5em;
	background-color: #FFFFCC;
	height: 1200em;
	}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXFENETRE DROITE XXXXXXXXXXXXXXXXXXXXX */
								
#FenetreDroite {
	position:absolute;
	right:1px;
	top:3em;
	bottom:0px;
	width:25%;
	z-index:2;
	background-color: #FFFFCC;
	padding-left: 1em;
	padding-right:1em;
	padding-top: 1em;
	font-size: small;
	font-style: normal;
	height: 1200em;
	}
	#FenetreDroite a{
		color: #3F0E63;
		text-decoration: underline;
		}
	#FenetreDroite a:hover {
		text-decoration: none;
		}
	#FenetreDroite a:visited {/
		color: #996699;
		}
#menuderoulant dl, dt, dd, ul, li {
	margin: 0;
	list-style-type: none;
	}
	#menuderoulant dt {/*onglets Menu*/
		cursor: pointer;
		font-size: 85%;
		color: #3F0E63;
		}
	#menuderoulant dd {/* boites sous-Menu*/
		position: absolute;
		z-index: 101;
		background: #FFFFCC;
		display: none;
		padding-left: 1.5em;
		width: 100%;
		}
	#menuderoulant li {
		text-align: left;
		line-height: normal;
		list-style-type: square;
		color: #3F0E63;
		}
	#menuderoulant dt{
		text-decoration: underline;
		display: block;
		}
	#menuderoulant li a{/* cSous_Menu si lien*/
		color: #3F0E63;
		text-decoration: none;
		display: block;
		}
	#menuderoulant li a:hover {
		text-decoration: underline;
		}
	#menuderoulant li a:visited {
		color: #996699;
		}
	
				
					

		

