/******************* CSS de la page **************************/
body{
	background: #f5f4f0;
}
#conteneur{
	border: 10px groove #040476;
	background: #f5f4f0 url(../images/logo/femme_tatoue.png) no-repeat center;
	height: 655px;
	width: 960px;
	position: relative;
  	margin-left: auto;
  	margin-right: auto;	  	
}
	
#header{
	/*border: solid 1px #040476;*/
	height: 80px;
	width: 100%;
}
#logo_gauche{
	/*border: solid 1px #040476;*/
	background: url(../images/logo/logo_ancien.png) no-repeat left;
	width:184px;
	height: 80px;
	left:10px;
	position: absolute; 
}
#titre_header{
	/*border: solid 1px #040476;*/
	text-align:center;
	font-size:24pt;
	width:552px;
	height: 80px;
	left:204px;
	position: absolute;
	font-weight:bold;
	color: rgb(172, 0, 0);
	margin-top:5px;
}

#logo_droit{
	/*border: solid 1px #040476;*/
	/*background: url(../images/logo/logo.gif) no-repeat left;*/
	width:184px;
	height: 80px;
	left:766px;
	position: absolute; 
}
#barremenu{
	/*border: solid 2px #040476;*/
	height: 20px;
	width: 960px;
	padding:0px;
}

#contenu{
	/*border: solid 1px #040476;*/
	padding: 1% 5% 3% 5%;
	height : 445px ;
	width: 855px;
	overflow: auto;	
}

#footer{
	/*border: solid 1px #040476;*/
	height: 35px;
	width: 100%;
	/*background-position: bottom;*/
	bottom: 0px;
	position: absolute;
	clear:both;
	text-align:center;
}

.barrenavig{
	border:solid 1px #040476;
	margin-bottom:5px;
}

.erreur{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : red;
	
}

.ok{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: green;
}

img{
	border:0px;	
}

h1{
    COLOR: #000080;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

h2{
	color:red;
}

h3{
	color:green;
}

p{
}

fieldset{
	border:none;
	margin:0px;
	padding:0px;
}

/******************* CSS des tableaux de gestion **************************/
.gestion,table {
	border-collapse: collapse;
	font: normal 9pt Arial, sans-serif;
}

.gestion th{
	font-weight:bold;
	border: solid 1px white;
	background-color: #040476;
}

.gestion td{
	border: solid 1px white;
	vertical-align: top;
	white-space: nowrap;
}
.gestion thead {
	color: white;
	background-color: #040476;
	font-weight:bold;
}

.gestion thead td{
	padding:5px;
}
.gestion thead th{
	padding:5px;
}

.gestion tbody {
	color: black;
	background-color: #F5F5F5; /*#8EB7DC;*/
	border:solid 1px black;
}

.gestion tbody td{
	padding:1px;
}
.gestion tbody th{
	padding:1px;
	color:white;
}

.gestion tfoot {
	color: white;
	background-color: #040476;
	padding:5px;
}

.gestion tfoot td{
	padding:5px;
}
.gestion tfoot th{
	padding:5px;
}




/******************* Formulaires **************************/
.beau,form{
 /*background-color:#E8DDDB;*/
 padding:10px;
 /*width:350px;*/
 }
.beau fieldset {
 padding:0px 20px 20px 20px;
 margin-bottom:10px;
 border:solid 1px;
 }
.beau legend {
 color:rgb(172, 0, 0); /*#a0522d*/
 font-weight:bold
 }
.beau label {
 margin-top:5px;
 display:block;
 }
.beau label.inline {
 display:inline
 }
.beau input {
 border:1px solid black;
 background-color:#A6BEDE;
 }
.beau input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
.beau select, option {
 background-color:#A6BEDE;
 }
.beau textarea {
 border:1px solid black;
 background-color:#A6BEDE;
 }

.beau input[type=submit], input[type=reset] {
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
.beau input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset white;
 background-color:white;
 }
.beau input[type=submit]:active, input[type=reset]:active {
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:black;
 } 


/******************* Infobulles **************************/
a.info {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: #040476;
text-align: center;
color: white;
padding: 2px;
}

/******************* CSS du menu horizontal **************************/
#menu { 
	width:960px;					/* largeur 1ère ligne %%%%%%%% pour un menu vertical mettre:128px */
	font-family:Arial;				/* police utilisée */
	font-size:12px;					/* taille des caractères */
	font-weight:bold;				/* en gras */
	line-height : 21px; 			/* on définit une hauteur pour chaque élément */
	text-align : center; 			/* on centre le texte qui se trouve dans la liste */	
	/*position:absolute;top:0;*/	/*	~~~~~~~~ si on désire repositionner ce menu en haut de page en cas de scrolling
										et mettre "derrière" l'initialisation (dans BulMenu.js) du menu :
										window.onscroll=function()
										{
											document.getElementById("Menu").style.top = document.body.scrollTop;
										}	*/
}

#menu a{
	text-decoration:none;			/* texte tel quel */
	border:none;					/* couleur de la bordure */
	background-color:#040476;		/* couleur normale du fond */
									/* height:???px; hauteur des lignes */
	display:block;					/* mode d'affichage */
	color:#fff;						/* couleur du texte */
}

#menu a:hover{ 
	/*background-color:#F5F5F5;*/		/* couleur du fond quand on survole */
	/*color:#000;*/
}

#menu li{	
	width:128px;					/* largeur des libellés */
	margin-right:1px;					/* espace à droite */
	padding:1px;								/* padding:???px; et/ou margin:??px; séparation entre les lignes /colonnes */
	cursor:pointer;					/* aspect du curseur */
	display:block;					/* mode d'affichage */
	float:left;						/* "cours du texte" : à gauche et "entouré" à droite des éléments qui le suivent */ 
}

#menu ul{	
	visibility:hidden;				/* caché au départ, on y mettre visible au survol */
	position:absolute;				/* mode d'affichage */	
}

#menu ul li{	
	float:none;						/* "cours du texte" : normal */ 
	display:block;					/* type d'affichage */
	left:-40px;						/* ajustements horizontaux des sous-menus 1er niveau %%%%%%%% pour un menu vertical mettre:87px */
	/*top:-20px;					%%%%%%%%%% à ajouter pour un menu vertical */
	position:relative;				/* mode positionnement */
}

#menu ul li ul{	
	float:none;						/* "cours du texte" : normal */ 
	position:absolute;				/* mode positionnement */
	left:128px;						/* ajustements horizontaux des sous-menus niveaux suivants */
	top:0px;						/* ajustements verticaux des sous-menus niveaux suivants */
	visibility:hidden;				/* caché au départ, on y mettre visible au survol */	
}

* html #menu li li,* html #menu li li li{
	display:inline;					/* pour rectifier une gestion "différente" de IE */
}

#menu img{
	border:0;						/* pas de bordure pour les images */
}


