#global {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border: 1px dashed #333;*/
	background-color: #eee;
	margin: auto auto auto auto;
	padding: 15px;
	width: 760px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 730px;
     }

body {
	margin: 0; /* pour éviter les marges */
        text-align: center;
        background-color: black; /*silver*/
        font-family: arial, elvetica, sans-serif;
        }
        
 h1 {
 	text-align: center;
 	background-color: black;
 	font-family: arial, elvetica, sans-serif;
 	font-size: 14pt;
 	color: white;
 	font-weight: bold;
 	}
 	
 h2 {
 	text-align: center;
 	/* background-color: black; */
 	font-family: arial, elvetica, sans-serif;
 	font-size: 13pt;
 	color: #4682B4;
 	
 	}


	
 	
 
 .attention {
 	/*margin-left: auto;
	margin-right: auto;*/
	text-align: center; /*left*/
	border: 1px dashed #CC0000;
	background-color: white; /*#FFE4C4;*/
	margin: auto 15% auto 15%;
	padding: 15px;
	/*width: 500px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 470px;*/
  	}
  	
  .normal{
 	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border: 1px solid #blue;*/
	background-color: white; /*#FFE4C4;*/
	margin: auto 5% auto 5%;
	padding: 15px;
	width: 650px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 620px;
  	}
  	
  #pied{
  	text-align: center;
 	/* background-color: black; */
 	font-family: arial, elvetica, sans-serif;
 	font-size: 8pt;
 	color: black;
  	margin-left: auto;
	margin-right: auto;
	/*border: 1px dashed #333;*/
	background-color: #eee;
	margin: auto auto auto auto;
	padding: 15px;
	width: 760px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 730px;
  	
     }
     
/* Gestion MENU */

div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #336699;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}
 	
/*Fin festion MENU */