#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
   =============================== */


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

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





/* Styles au survol pour le corps de texte */

#lignerouge   a,
#lignerouge  a span,
#lignerouge  a:hover,
#lignerouge   a:hover span ,
#lignerouge   a:focus,
#lignerouge a:focus span {
	color: #7D2319;
	text-decoration: none;
}



#container #content li a span {
	color: #000;
	text-decoration: none;
}


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

/* ligne rouge */
#lignerouge {
	background-image: url(../images/accueil.jpg);
	background-repeat: no-repeat;
	height: 944px;
	padding-left: 12px;
	margin-top: 0px;
	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: 220px;
	width: 456px;
	margin-top:  30px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
#global #lignerouge #contenu-principal a:hover,  #global #lignerouge #contenu-principal a:focus  {color: #f9af0a
}
