/* Feuille de style générale pour le site BCV Informatique */

/* Définition des attributs généraux */
body
{
	margin: 5px ;
	padding: 0 ;
	text-align: center ;
	/*font: 0.8em "Trebuchet MS", helvetica, sans-serif ;*/
	font: 0.7em "Verdana";
	background: #101010; /*F38C41;*/
}

/* Taille et couleur globales de la page Web */
div#conteneur
{
	position: relative;
	width: 1170px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid grey ;
	/*background: #fff ;*/
	/*background: orange;*/
	/*background-image:url(images/arriere_plan.jpg);*/
	/*background-repeat: repeat-y;
	 /*moccasin*/
	background: #9D9B9B; /*#EFEFEF;*/
}

/* Hauteur de la zone d'entête du site */
div#header
{
	height: 165px ;
	padding-left: 5px;
	background: #9D9B9B; /*#EFEFEF;*/
	/*border-bottom: 1px solid grey ;*/
	/*background:transparent /* orange;*/
}

/* Zone de l'image du haut */
#image
{
	height: 165px ;
	/*width:590px ;*/
	position: absolute; 
	right: 0px; 
	top: 0px; 
	background:transparent /* orange;*/
}

/* Début gestion menu */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	z-index:1;
	position:absolute;
	left:-600px;
	width: 100%;
	margin-top:-32px;
	margin-left:0px;
	/*margin-left: 10px; 
	padding-right: -10px;
	border-bottom: 1px solid red ;*/
}

#menu dt {
	color: white; /*black;*/
	height: 20px;
	float:right;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:4px;
	margin-right:15px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	/*background-image:url(fond_menu.jpg);
	background-repeat: no-repeat left top;*/
	background-color: #2F2F2F; /*whitesmoke; */
	border: 1px solid grey ;
	border-bottom: 0px;
}

#menu dt.menu_encadre {
	height:19px;
}

#menu2 dt {
	z-index:0;
	color: black;
	width:172px;
	height: 20px;
	/*float:right;*/
	line-height:12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:4px;
	margin-right:0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top:4px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	/*background-image:url(fond_menu.jpg);
	background-repeat: no-repeat left top;*/
	background-color: #2F2F2F; /*whitesmoke;*/
	border: 1px solid grey ;
	/*border-top: 0px;*/
	border-right:0px;
}

#menu2 dt.menu_ferme
{
	width:171px; 
	border-right:1px solid grey;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 15em;
	top: 2.4em;
	/*width: 210px;*/
	background: whitesmoke;
	border: 1px solid grey;
	background-color:whitesmoke;
}

#menu ul {
	padding: 0px;
}

#menu li {
	text-align: left;
	margin-left:10px;
	margin-right:10px;
	padding-left: -5px;
	padding-right:-5px;
	padding-top:5px;
	font-size: 90%;
	height: 20px;
	/*line-height: 15px;*/
	border-bottom: 1px solid grey;
}

#menu li a, #menu dt a, #menu2 dt a {
	color: white; /*#000;*/
	text-decoration: none;
	display: block;
	font-size: 100%;
	font-weight:normal;
}

#menu li a:hover, #menu dt a:hover, #menu2 dt a:hover {
	text-decoration: none;
	font-size: 100%;
	font-weight:normal;
	color:chocolate;
}

/*#menu dt a:hover {
	font-size: 100%;
}*/

/* Zone de l'image à gauche du texte */
#image_gauche
{
	/*height: 700px ;*/
	width:180px ;
	position: absolute; 
	/*float:left;*/
	left: 0px; 
	top: 170px; 
	padding-top:20px;
	padding-bottom:20px;
/*	background-color: orange;*/
	background:transparent /* orange;*/
	/*border-right: 1px solid grey;*/
}

#image_gauche_bas
{
	margin-left:-195px;
	margin-bottom:-28px;
}

/* Définition de la zone de texte */
#texte
{
	/*position:absolute;*/
	/*float:left;*/
	z-index:1;
	/*width:530px	;*/
	/*bottom:540px;*/
	left:190px;
	margin-top: 0px;
	margin-left: 180px;	
	margin-right: 00px;	
	/*margin-bottom:0px;*/
	padding: 15px;
	padding-left:30px;
	padding-right:40px;
	border-left: 1px solid grey ;
	border-bottom: 1px solid grey ;
	border-top: 1px solid grey ;
	/*border-right: 2px solid orange ;*/
	background: #2F2F2F; /*whitesmoke ;*/
	font-size: 1.1em ;
	color:white;
}

#texte h1
{
	padding-left: 10px ;
	line-height: 25px ;
	font-size: 1.6em ;
	margin-top:10px;
	margin-bottom:20px;
	/*border-bottom: 1px solid orange ;
	border-left: 2px solid orange ;
	color: orange ;
	background:url('index_images/trait_titre.jpg'); no-repeat left bottom ;*/
}

#texte h2
{
	margin-left: 10px ;
	margin-top:30px;
	margin-bottom:20px;
	padding-left: 5px ;
	font-size: 1.2em ;
	/*border-bottom: 1px solid orange ;
	border-left: 2px solid orange ;*/
	color: chocolate ;
}

#texte h3
{
	margin-left: 20px ;
	margin-top:20px;
	margin-bottom:15px;
	padding-left: 5px ;
	font-size: 1em ;
	border-bottom: 1px solid chocolate ;
	border-left: 2px solid chocolate ;
	color: chocolate ;
}

#texte p
{
	text-align: justify ;
	/*text-indent: 2em ;*/
	line-height: 1.4em ;
	margin-top:10px;
}

.apres_li
{
	margin-left:0px;
}

#texte li
{
	margin-left:25px;
	margin-bottom:1px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.4em ;
	text-align: justify ;
}

ul#plan
{
	/*float: left;*/
	display: block ;
	/*text-align: justify ;*/
	/*text-indent: 2em ;*/
	line-height: 1.4em ;
	margin-top:0px;
	margin-right:20px;
}

ul#plan li
	{
		float: left ;
		text-align: center ;
		margin-right:20px;
	}
		
#texte a, ul#plan li a
{
	color: white ;
	text-decoration:underline;
}

#texte a:hover, ul#plan li a:hover
{
	color: blue ;
	/*font-weight:bold;*/
}

.separation {
	clear: both;
	visibility: hidden;
}

.imagegauche
{
	float:left;
	margin: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right:20px;
}

.imagedroite
{
	float:right; 
	margin:10px; 
	margin-left:20px; 
	margin-bottom:20px;
}


/* Fin de définition de la zone de texte */

#cascade
{
	position: absolute; 
	right: 0px;
	bottom: 2px; 
}

div#espacehaut
{
	/*width:720px;*/
	height: 1px ;
	padding-top:0px;
	/*border-bottom:2px solid orange;*/
	margin-left:13px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:50px;
	font-size: 80%;
}

div#espace
{
	/*width:720px;*/
	height: 10px ;
	padding-top:0px;
	/*border-top:2px solid grey;*/
	margin-left:0px;
	margin-top:0px;
	margin-bottom:00px;
	margin-right:00px;
	font-size: 80%;
/*	background-color:orange;*/
	background:transparent /* orange;*/
}

div#espace li
{
	float: right ;
	text-align: center ;
	margin-left:25px;
}

div#espace li a
{
	text-decoration: underline;
	font-weight:normal;
	color:black;
}

div#espace li a:hover
{
	color:blue;
}

#defilement
{
	position:relative;
	top:-2px;
	height: 35px ;
}

.tableau
{
	font-size:100%; 
	border:2px solid black; 
	border-collapse:collapse;
	margin:auto;
}

.fondtableau
{
	background:white;
	height:20px;
	border: 1px solid black;
}

.hauteurtableau
{
	height:45px;
}

.remarque { 
	display:none; 
}