﻿/* css pour menu Horizontal */
#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#menu
{
    background-image: url(../images/Neutre.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 30px;
}
#menu ul
 {
	margin-left:10px;
	    background-image: url(../images/Neutre.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 30px;
 }
#menu li ul
{
    position: absolute;
}
#menu li
{
    float: left;
    margin: auto;
    padding: 0;
    height: 30px;
    background-image: url(../images/Neutre.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#menu li a
{
    background-image: url(../images/Off.png);
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    width: auto;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
	text-shadow:0px 0px 10px #000000;
}
#menu li a:hover
{
    color: white;
    background-image: url(../images/On.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 25px;
    padding: 5px 5px 0px 5px;
	text-shadow:0px 0px 10px #000000;
}
/* Sous menus */
#menu ul li ul
{
    display: none; /* Disparition des sous-menus */
    float: left;
    margin: auto;
    padding: 0;
    width: 150px;
	z-index: 99;
}
#menu ul li ul li
{
    background-color: red;
    width: 150px;
}
#menu ul li ul li a
{
    width: 150px;
}
/* Mise en verticale des sous-menus et apparition */
#menu ul li:hover ul
{
    display: block;
}
#menu li:hover ul li
{
    float: none;
	z-index: 99;
}

/* css pour menu Horizontal contextuel */
#onglets ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;

}
#onglets
{
display:block;
    height: 30px;
	background-image: url(../images/NeutreB.png);
    background-repeat: repeat-x;
    background-position: left bottom;☺
}
#onglets li ul
{
    position: absolute;
}
#onglets li
{
    float: left;
    margin: auto;
    padding: 0;
    height: 30px;
    background-image: url(../images/NeutreB.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#onglets li a
{
    display: block;
    width: auto;
    color: black;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    font-size: 10px;
}
#onglets li a:hover
{
    color: rgb(175, 81, 64);
    background-image: url(../images/NeutreOn.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 30px;
    padding: 10px;
    font-size: 10px;
}
/* Sous menus */
#onglets ul li ul
{
    display: none; /* Disparition des sous-menus */
    float: left;
    margin: auto;
    padding: 0;
    width: 150px;
    list-style-type: none;
}
#onglets ul li ul li
{
    background-color: red;
    width: 150px;
}
#onglets ul li ul li a
{
    width: 150px;
}
/* Mise en verticale des sous-menus et apparition */
#onglets ul li:hover ul
{
    display: block;
}
#onglets li:hover ul li
{
    float: none;
}

/* Menu Gauche */
#menugauche ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-size: 11px;
    width: 120px;
    text-transform: capitalize;
}
#menugauche
{
}
#menugauche li ul
{
}
#menugauche li.mne
{
    margin: auto;
    padding: 0;
    width: 120px;
    font-size: 11px;
    float: left;
    background-image: url(../images/GaucheOff.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-transform: capitalize;
	height: 20px;
}
#menugauche li
{
    margin: auto;
    padding: 0;
    width: 120px;
    font-size: 11px;
    float: left;
    background-image: url(../images/On.png);
    background-repeat: repeat-y;
    background-position: left bottom;
    text-transform: capitalize;
}
#menugauche li a
{
    display: block;
    width: 120px;
    color: white;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
    height: auto;
    font-weight: bold;
    background-image: url(../images/GaucheOff.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-transform: capitalize;
	height: 20px;
}
#menugauche li a:hover
{
    display: block;
    width: 120px;
    color: white;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
    height: auto;
    font-weight: bold;
    background-image: url(../images/GaucheOn.png);
    background-repeat: repeat-x;
    background-position: left bottom;
	background-color:black;
    text-transform: capitalize;
	height: 20px;
}
/* Sous menus */
#menugauche ul li ul
{
    width: 120px;
}
#menugauche ul li ul li
{
    /*list-style-image: url(images/FC-LOGO-SET-DE-TABLE.jpg);*/
    background-color: #800080;
    width: 120px;
}
#menugauche ul li ul li a
{
    width: 120px;
}
/* Menu Gauche - Fin */

/* Tableau Catalogue */
#LienEntete
{
    height: 30px;
    display: block;
    background-color: #800080;
    color: white;
    font-size: 12px;
    font-style: italic;
    font-variant: small-caps;
    width: 700px;
	font-weight: bold;
	background-image: url(../images/boisclair.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#LienCor
{
    height: 40px;
    display: block;
    width: 700px;
    font-size: 9px;
    color: black;
}
#SepCatalogue
{
    height: 2px;
    display: block;
    background-color: #800080;
    width: 700px;
}
div#Rubrique
{
    margin: 5px;
    float: left;
    color: #5C3965;
}
div#SRubrique
{
    margin: 5px;
    float: left;
    width: 100px;
    color: #5C3965;
}
div#SSRubrique
{
    margin: 5px;
    float: left;
    width: 100px;
}
div#Titre
{
    margin: 5px;
    float: left;
    width: 600px;
}
div#Lien
{
    margin: 5px;
    float: left;
    width: 60px;
}
div#Url
{
    margin: 5px;
    float: left;
    width: 80px;
}
body
{

}
.bouton
{
    background-image: url(../images/On.gif);
    width: 111px;
    height: 30px;
    background-repeat: no-repeat;
}
#ejs_box2_box
{
    border: 0px solid #DD43E8;
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana;
    font-size: 11;
    width: 100%;
    height: 30;
    padding: 5;
}
#divImageTexte
{
    border: 1px solid #DD43E8;
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana;
    font-size: 11;
    width: 50%;
    height: 30;
    padding: 5;
}
.pourcFull
{
    width: 100%;
    height: 100%;
}
.Titre
{
    font-family: 'Curlz MT';
    color: #000080;
    font-size: xx-large;
}
#page
{
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	/*position:relative;*/
}
#Header
{
    background-image: url(../images/boisclair.png);
	    background-repeat: repeat;
    background-position: left bottom;
    height: 136px;
	display:block;
	position:relative;
}
#Header1
{
    background-image: url(../images/boisclair.png);
	    background-repeat: repeat;
    background-position: left bottom;
    height: 106px;
	display:block;
	position:relative;
}
#Header td.header
{
    Z-INDEX:99;
	position:relative;
}
#Header .BordureHorH{
    background-image: url(../images/Boisfonc.png);
	background-repeat: repeat;
    background-position: left bottom;
	width:100%;
	height:20px;
	top:0px;
	position:absolute;
	Z-INDEX:0;
}
#Header .BordureVerG
{}
#Header .BordureHorB{
    background-image: url(../images/Boisfonc.png);
	background-repeat: repeat;
    background-position: left bottom;
	width:100%;
	height:20px;
	bottom:30px;
	position:absolute;
	}
	
	#Header1 table 
	{
	    z-index:0px;
	}
	
#Header1 .BordureHorB1{
    background-image: url(../images/Neutre.png);
	background-repeat: repeat-x;
    background-position: left bottom;
	width:100%;
	height:10px;
	bottom:0px;
	position:absolute;
	Z-INDEX:5px;
	}	
	
#Header .BordureVerD{}
#bottom
{
	position:absolute;
	width:1024px;
	height: 30px;
	bottom:0px;
	background-image: url(../images/boisclair.png);
    background-repeat: repeat-x;
    background-position: left bottom;
} 
#bottom  .footer
{
text-align:center;
}
#bodypage
{
    display:block;
	top:144px;
	bottom:30px;
	position:absolute;	
}
#bodypage > div
{
	display:table-cell;
    overflow:hidden;

}
#pagecontext
{
    background-image: url(../images/Left_degrade.gif);
    background-repeat: repeat-x;
    width: 120px;
	top:0px;
	bottom:0px;
	position:absolute;	
}
#separation
{
    background-image: url(../images/SeparationVertical.png);
    background-repeat: repeat-y;
    width: 10px;
		top:0px;
	bottom:0px;
	left:120px;
	position:absolute;
}
#pagecentre
{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
		top:0px;
		left: 130px; width: 880px; padding-left: 10px; padding-right: 5px; margin-left: 0px;
		right:0px;
	bottom:0px;
	position:absolute;
}
#cont {
	top:0px;
	left: 0px;
	right:0px;
	bottom:0px;
	position:absolute;
	overflow:auto;
	padding-left: 10px; padding-right: 5px;
}
/*#contenue {
	top:0px;
	left: 0px;
	right:0px;
	bottom:0px;
	position:absolute;
	overflow:auto;
	padding-left: 10px; padding-right: 5px;
}*/
#pagecentre center
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #DD43E8;
}
#pagecentre hr
{
    color: #800080;
}
