 .global {
  background-color:#EFA177;
  text-align: center;
}

 .site {
  width: 1023px;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  text-align:left;
  background-color:#ACD7FF; /* bleu */
}

/* To handle problems of different columns sizes */
.spacer {
  clear: both;
}

a:link {color: #669AD8}     /* unvisited link */
a:visited {color: #9D9AD8}  /* visited link */
a:hover {color: #789EB9}   /* mouse over link */
a:active {color: #359AD8}   /* selected link */

/*
 * Colonne de gauche
 */
.gauche {
    float:left;
}

/*
 * Habillage des menus et de la navigation
 */
.menu {
	border: 1px solid #425eb9;
	-moz-border-radius: 5px;
	background-color:#FFFFFF;
	font-family: verdana,helvetica,sans-serif;
    width: 190px;
   	margin-top:10px;
    margin-left:5px;
    padding:0px;
}

.menu-titre {
	border-bottom: 1px dashed #425eb9;
	background-color: #8fb4e6;
	padding: 0px;
	font-weight:bold;
	font-size:95%;
    margin-top:0px;
}

.menu-item {
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
    margin-bottom: 5px;
}

.menu-item-marge {
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-left: 10px;
    margin-right: 10px;
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */
.contenu {
    border: 1px solid #425eb9;
    margin-top:10px;
	margin-left:205px;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	background-color: #FFFFFF;
	vertical-align:top;
	font-family: verdana,helvetica,sans-serif;
	width: 809px;
    text-align:left;
    min-height:105px;
}

.liste-articles {
	font-family: verdana,helvetica,sans-serif;
	font-size: 80%;
}

.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	margin-left:205px;
}

.bouton { background-color: #FFCC00;}

/* STYLE MENU DYNAMIQUE */
.secteuroff { font-weight: bold; font-family: verdana,helvetica,sans-serif;}
.rubriqueoff { font-weight: normal; font-family: verdana,helvetica,sans-serif;}
.secteuron, .rubriqueon { font-weight: bold; color: #ff9999; font-family: verdana,helvetica,sans-serif;}
.secteur, .rubrique { font-weight: bold; color: #ff3333; font-family: verdana,helvetica,sans-serif;}



