#entete h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #3a3637;
	margin-right: auto;
	margin-left: auto;
}
/* ===============================
   FEUILLE DE STYLES POUR LE SITE
  SNT COMMUNICATION
   =============================== */
.cache {
	position:absolute;
	left:0;
	top:-5000px
}



/* --- STRUCTURE GLOBALE --- */

body {
	color: black;
	margin: 0;
	padding: 10px;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #2A2825;
	background-color: #DED0C7;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
}
#global {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}





/* --- MENU DE NAVIGATION --- */

#menu {
	float: left;
	width: 110px;
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#menu li {
	margin-bottom: 8px;
}
#menu a span {
	display: block;
	position: relative;
	bottom: 1px;
	color: #f09012;
	background-color: #2b2829;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Styles au survol et marquage du lien correspondant à la page en cours */
#menu .en-cours a,
#menu .en-cours a span,
#menu a:hover,
#menu a:hover span,
#menu a:focus,
#menu a:focus span {
	background-color:#444142;
}



/* --- BLOC DE CONTENU --- */

/* ligne rouge */
#lignerouge {
	background-image: url(../images/travaux.jpg);
	background-repeat: no-repeat;
	height: 944px;
	padding-top: 15px;
	padding-left: 12px;
	margin-top: 20px;
	padding-right: 0px;
	overflow: hidden;
}



#menu a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #2A2825;
	margin-bottom: 1px;
}
/* Contenu principal */
#contenu-principal {
	top: -6px;
	margin-left: 150px;
	width: 710px;
	margin-top:  10px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#global #lignerouge #contenu-principal a:hover,  #global #lignerouge #contenu-principal a:focus  {color: #BF0000
}

