/* id = unique (#) */ /* class = multiple (.) */
	/****************** ELEMENTS DE BASE *****************************/
body {
	font: 8pt Tahoma, Times, sans-serif; /* police générale */
	background: rgb(240, 240, 240);
	padding: 0;
	margin: 5px 0 0 0;
	display: block;
	text-align: center;
}

#conteneur {
	padding: 0 10px 0 10px;
	margin: 0;
	width: 968px;
	min-width: 750px;
	border: rgb(200, 200, 200) 1px solid;
	border-bottom: white 1px solid;
	background: white;
}

/***** Bas du site ******/
#bas {
	background: white;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	border: 1px solid rgb(200, 200, 200);
	border-top: white 1px solid;
	width: 968px;
	min-width: 750px;
	color: rgb(50, 50, 50);
}

H1 {
	font-size: 10pt;
	color: rgb(80, 80, 80);
	border-bottom: 1px solid;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
}

H2 {
	height: 20px;
	padding: 4px;
	font-size: 1.3em;
	color: #111111;
	font-weight: bold;
	margin: 0 0 0 0;
	text-align: left;
}

H3 {
	font-size: 8pt;
	color: #545454;
	margin: 5px 0 0 0;
	font-weight: normal;
}

h4 {
	font-size: 8pt;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	color: rgb(50, 50, 50);
}

.champ_saisie {
	border: gray 1px dotted;
	color: black;
	background: rgb(240, 240, 240);
	font-size: 8pt;
	/*width:100%;*/
}

.bouton {
	color: rgb(230, 30, 30);
	border: 1px solid;
	background: rgb(240, 240, 240);
	font-size: 8pt;
}

a:link { /*style des liens du site */
	color: rgb(230, 30, 30);
	text-decoration: none;
}

a:visited {
	color: rgb(230, 30, 30);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active,a:focus {
	color: rgb(230, 30, 0);
}

img {
	border: rgb(40, 40, 40) 1px solid;
	margin: 5px;
}

ul {
	text-align: left;
}

li {
	font-size: 8pt;
	color: rgb(230, 30, 0);
	text-decoration: none;
}

/** Rubriques du menu  **/

#menu_vertical .rubrique_ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: inside;
}

#menu_vertical .rubrique {
	margin: 0px;
	margin-top: 3px;
}

#menu_vertical .sousrubrique_ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0;
	list-style: inside;
}

#menu_vertical .sousrubrique {
	margin: 0px;
	padding: 0px;
}

#menu_vertical .sousrubrique a {
	margin-left: 6px;
} 
/** Sous Rubrique du menu **/
.sousrubrique a:link,.sousrubrique a:visited {
	color: rgb(40, 40, 40);
	margin: 2px 2px 0 22px;
}
/** styles pour les différents modules */
.titreModule {
	text-align: center;
	/* background: #aaaaaa; */
	margin-bottom: 8px;
	/* margin: 0 0 5px 0; */
	/* background:rgb(200, 200, 200);*/
	background: url(src/fond_titre_rub2.jpg);
	border-bottom: 1px rgb(100, 100, 100) solid;
	color: #ffffff;
	/* width: 100%; */
	/* border: rgb(150, 150, 150) 1px solid; */
}

#menu_vertical,#menu_horizontal,#liste_images,#catalogue,#calendar,#identification,#recherche,#news,#commentaire,#text_defil,#evenements,#espaceClient,#monCompte,#mesAccess,#speAccess {
	border: rgb(100, 100, 100) 1px solid;
	background: #f0f0f0;
}

.saut {
	clear: both;
	visibility: hidden;
	size: 0px;
}

.erreur {
	color: rgb(250, 20, 20);
	font-weight: bold;
}

/******************* conteneur global **************************/
#baniere {
	margin: 10px 0 7px 0;
	padding: 0;
	height: 100px;
	width: 100%;
	background: url(src/rayures.png);
	text-align: center;
	display: block;
}

#baniere #logo {
	width: 30%;
	height: 100%;
	float: left;
	text-align: left;
}

#baniere #entete {
	width: 40%;
	height: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#baniere #entete .premiereLettre {
	color: rgb(230, 30, 30);
	font-weight: bold;
}

#baniere #entete h1 {
	border: none;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-size: 11pt;
	color: rgb(50, 50, 50);
}

#baniere p {
	border: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	letter-spacing: 0.1em;
	display: inline;
	line-height: 10pt;
}

#baniere #flash {
	width: 30%;
	height: 100%;
	float: right;
	text-align: right;
}

#baniere img {
	margin: 0;
	padding: 0;
	border: none;
	height: 100px;
}

#baniere_print {
	display: none;
}

#text_defil {
	margin: 0 0 10px 0;
	background: url(src/fond_titre_rub.jpg) repeat-x;
	/* height: 1.8em; */
	height: 3em;
	width: 99.9%;
	overflow: hidden;
}

#text_defil p {
	margin: 0;
	padding: 3px 0 0 0;
	color: black;
	vertical-align: middle;
}

#defilant {
	line-height: 1.4em;
	width: 100%;
	height: 100%;
	position: relative;
	top: 1px;
	display: inline;
}

/****** Définition de la partie gauche ********/
#gauche {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
}

/********* Calque du centre ********/
#centre {
	min-width: 100px;
	float: left;
	display: block;
	width: 59%;
	padding: 0;
	margin: 0;
}

/****** Définition de la droite ******/
#droite {
	margin: 0;
	padding: 0;
	width: 20%;
	float: right;
}

/******** menu vertical **********/
#menu_vertical {
	margin: 0 0 10px 0;
	padding: 5px;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
}

#menu_vertical img {
	vertical-align: middle;
	margin: 2px 5px 2px 5px;
	border: none;
}

/******** menu horizontal **********/
#menu_horizontal {
	margin: 2px 0 10px 0;
	padding: 2px;
	line-height: 1.3em;
}

#menu_horizontal .rubrique {
	margin: 0 10px 0 0;
}

/******** liste d'images **********/
#liste_images {
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}

#liste_images ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#liste_images img {
	margin: 1px 0 5px 0;
	width: 90%;
	height: 90%;
}

/********** Catalogue Produit ********/
#catalogue {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#catalogue ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: inside;
}

#catalogue li {
	margin: 0px;
}

#catalogueContenu li {
	margin: 8px;
}

.produit {
	border: green 1px solid;
}

/********** Evenements ****************/
#evenements {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#evenements ul {
	margin: 5px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 0px;
	
}
#evenements h3 {
	margin: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: bold;
}
#evenements li {
	margin: 0;
	margin-top: 3px;
	margin-left: 4px;
}

/********** Calendrier ****************/
#calendar {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
}

#calendar table {
	width: 100%;
	padding: 5px;
}

#calendar tr td {
	border: rgb(200, 200, 200) 1px dotted;
}

#calendar a {
	
}

#calendar a:hover {
	
}

#calendar .titre {
	text-align: center;
	font-weight: bold;
	background: rgb(255, 255, 255);
}

#calendar .evenement {
	background: rgb(255, 255, 255);
}

#calendar .normal {
	
}

#calendar .vide {
	background: #f0f0f0 no-repeat;
}

/********* Le chemin de navigation ****************/
#chemin {
	margin: 0 0 10px 20px;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid rgb(200, 200, 200);
}

#cheminEspaceService {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid rgb(200, 200, 200);
}

/********* le contenu ****************/
#contenu {
	font: 8pt Tahoma, Times, sans-serif;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

/********* Liste des comm ***********/
#commentaire {
	margin: 10px 0 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
}

#commentaire .titre {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin: 5px 0 5px 0;
}

#commentaire .titre_auteur {
	font-size: 8pt;
	font-style: normal;
	color: gray;
	padding: 0;
	margin: 5px 0 0 5px;
}

#commentaire .auteur {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(200, 100, 0);
	padding: 0;
}

#commentaire p {
	background: rgb(230, 230, 230);
	color: black;
	border: 1px gray dotted;
	padding: 5px;
	margin: 0 0 10px 0;
}

/********* Formulaire de commentaire ***********/
#commentaire .text_formulaire {
	font-size: 8pt;
	color: gray;
	padding: 0 0 0 5px;
	line-height: 2em;
}

#commentaire .champ_saisie {
	color: gray;
	background: rgb(230, 230, 230);
}

#commentaire .bouton {
	width: 20%;
	margin: 5px 0 5px 0;
}

#image_attache {
	text-align: center;
}

/********* Espace Service *************/
#espace_service {
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
}

#espace_service img {
	border: none;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0;
}

#espace_service ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#espace_service li {
	margin: 0 0 5px 0;
}
/********* Espace Service *************/
#espace_serviceb {
	margin: 10px 0 10px 0;
	padding: 0px;
	text-align: left;
}

#espace_serviceb img {
	border: none;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0;
}

#espace_serviceb ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#espace_serviceb li {
	margin: 0 0 5px 0;
}
/********* Espace Service *************/
#espace_servicec {
	margin: 10px 0 10px 0;
	padding: 0px;
	text-align: left;
}

#espace_servicec img {
	border: none;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0;
}

#espace_servicec ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#espace_servicec li {
	margin: 0 0 5px 0;
}
/********* Espace Service *************/
#espace_serviced {
	margin: 10px 0 10px 0;
	padding: 0px;
	text-align: left;
}

#espace_serviced img {
	border: none;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0;
}

#espace_serviced ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#espace_serviced li {
	margin: 0 0 5px 0;
}
/***** formulaire de Demande d'information ****/
#contact {
	
}

#contact table {
	text-align: right;
}

#contact tr,#contact td {
	vertical-align: top;
}

#contact .champ_saisie {
	margin: 2px 0 2px 0;
	position: static;
	left: 30px;
	text-align: left;
	width: 100%;
}

/********* champ d'identification ***********/
#identification {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#identification form {
	margin: 0;
	padding: 5px;
}
#identification input {
	background: #ffffff;
}
#identification ul {
	margin-left: 5px;
}
#identification .champ_saisie {
	width: 50%;
	margin: 2px;
}

#identification .bouton {
	width: 15%;
	height: 80%;
}

/********* Mon Compte **********/
#monCompte {
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: left;
}

/********* Mes Access **********/
#mesAccess {
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: left;
}

#mesAccess ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: inside;
}

#mesAccess li {
	margin: 0px;
}

/********* Access spécifiques **********/
#speAccess {
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: left;
}

#speAccess ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: inside;
}

#speAccess li {
	margin: 0px;
}

/********* Recherche ***********/
#recherche {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#recherche form {
	margin: 5px;
	padding: 0;
}
#recherche input {
	background: #ffffff;
}
#recherche .champ_saisie {
	width: 70%;
}

/********* les news ***********/
#news {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: justify;
}

#news p {
	margin: 5px;
	margin-bottom: 0px;
}

.image_news {
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#popup {
	margin: 10px;
	text-align: center;
	width: 380px;
	min-width: 0px;
}

/********* Telechargements de fichier ***********/
#teleFichier,#teleLot,#teleSyst {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid rgb(200, 200, 200);
}

#titleFichier,#titleLot,#titleSyst {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(225, 225, 225);
}

#titleFichierTitle,#titleLotTitle,#fichierLotLibelle,#titleLotArchiveTitle,#titleSystTitle
	{
	float: left;
}

#titleFichierTelecharge,#titleLotTelecharge,#fichierLotTelecharge,#titleLotArchiveTelecharge,#titleSystTelecharge
	{
	text-align: right;
	padding-right: 5px;
}

#fichierLot {
	padding-top: 2px;
	padding-bottom: 2px;
}

#telechargeConteneur {
	text-align: left;
	padding: 15px;
	margin: 15px;
	border: 1px solid rgb(200, 200, 200);
	background-color: #ffffff;
}

#telechargeFichier {
	padding: 15px;
	margin: 0px;
	border: 1px solid rgb(200, 200, 200);
	background-color: #ffffff;
}

#telechargeFichierDescription {
	padding-top: 5px;
	padding-left: 10px;
	text-align: justify;
}

#telechargeFichierGo {
	margin-top: 15px;
	text-align: center;
}

#telechargeFichierGo input {
	border: 1px solid rgb(200, 200, 200);
	background-color: rgb(225, 225, 225);
	cursor: pointer;
}

#information {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid rgb(100, 100, 100);
}

#informationTitle {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(225, 225, 225);
	font-weight: bold;
}

#informationDescription {
	text-align: center;
	padding: 5px;
}

#listeEspace {
	margin-top: 8px;
}

#nodeEspaceRoot { /* list-style-image: url(src/rep_moins.bmp); */
}

#nodeEspace { /* list-style-image: url(src/rep_plus.bmp); */
}

#nodeNoEspace {
	list-style-type: none;
	color: #000000;
	font-style: italic;
	margin-left: 0px;
	padding-left: 0px;
}

#listeSiteEntite {
	border: 1px solid rgb(200, 200, 200);
	padding: 5px;
	margin-top: 8px;
	background-color: #eeeeee;
	font-weight: bold;
}

#listeUser {
	float: left;
	width: 25%;
}

#user {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#saisie_utilisateur {
	border: gray 1px dotted;
	color: black;
	background: rgb(240, 240, 240);
	font-size: 8pt;
	width: 73%;
}

#tabCreateUser {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 40px;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.tabActive {
	height: 28px;
	list-style-type: none;
	display: inline;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #ffffff;
	margin: 2px 2px 0px 2px;
	padding: 4px;
}

.tabInactive {
	height: 28px;
	list-style-type: none;
	display: inline;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	margin: 2px 2px 0px 2px;
	padding: 4px;
}

#corpCreateUser {
	border-top: 0px solid;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
	height: 190px;
}

#corpCreateUser .visible {
	height: 100%;
	overflow: visible;
}

#corpCreateUser .hidden {
	height: 0px;
	overflow: hidden;
}
/********* INFOBULLES *********/
a.infobulle {
	position:relative; 
    z-index:24;
    text-decoration:none;
}
a.infobulle:hover {
	background-color: rgb(220, 220, 220);
    text-decoration:none;
	z-index:25;
}
a.infobulle span {
	display:none;
} 
a.infobulle:hover span {
   	display:block; 
 	position:absolute;
    top:2em; 
    left:-190px; 
    width:210px;
    border:1px solid #000000;
    background-color:#ffffe1; color:#000000;
    text-align: justify;
    text-decoration:none;
    font-weight:none;
    padding:1px;

}
#netviewer {
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
}
