/* CSS Document */

#entete

{
	width:900px;
	height:100px;
	margin-top:5px;
	
	
	
	
}

#promo
{
	/* on mettra ici un gif avec les promos */
}

#menu

{
	float:left;
	margin-left:6px;
	margin-top: 20px;
	width:195px;
	
	
}
.menus{
	
   background:url('./images/menumilieu.jpg') repeat-y  ;
	text-align:left;	
	font-size: 12px;
	background-position:center;
	width:174px;
	
	margin-top:-5px;
	margin-bottom:-3px;
	
	color:#FFFFFF;
	
}



html 
{
    height: 100%;
}

body
{
	margin:auto; /*centre la page au milieu de mon ecran*/
	width: 900px; /*largeur de la page*/
	background: #373737 url("images/body.gif") repeat-y center;
	height:100%;
	
	margin-top:-5px;
}

#corps
{
	
	height:790px;	
	
	width:900px;
	/*overflow:auto;*/
	
	background-color:#fefdb2;
}
#souscorps
{
	margin-top:30px;
	
	background-color:#ffffff;
	border: 1px solid #767676;
	width:650px;
	height:653px;
	font-size:14px;
	overflow:auto;
	
	
}
#corps img
{
		
	
}

#conso-sql

{
	
	
	height:150px;
	width:500px;	
	
}

#materiel-sql 
{
	
	
	height:150px;
	width:500px;	
	
}
#materiel-sql img 
{
	
	
	height:100px;
	width:100px;	
	
}
#conso-sql tr

{
	
	
	
	
}
#conso-sql img

{
	height:100px;
	width:100px;
		
}



#arbre
{
	font-size:12px;
	
}

#pied_de_page
{


	text-align:center;
	font-size: 10px;
	color: black;
	font-family: "Verdana", "Trebuchet MS", "Georgia", "serif";
	border:none;
	background-image:url(images/pied.jpg);
	height:46px;
	width:901px;
	margin-top:-18px;
	
	
	
	
}

#materiel

{
	text-align:left;
}




h2

{
	font-weight: bold; /* mettre en gras */
	font-size: 12px;
	color:#0000FF;
}


a img
{
	border:none;
}

a
{
	text-decoration:none;
}

h5
{
	font-size:18px;
	font-weight:bold;
	color:blue;
	text-align:center;
}

p
{

}
.txt_menu
{
	text-decoration:none;
	color:blue;
	
	
}
.soustitres

{
 font-size:18px;
 color:#0000FF;
}
a:link { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;  text-decoration:none; }
a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;  text-decoration:none; }
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FF0000; text-decoration:none; }