/* style pour spgm */

body {margin-top:20px;
  background-color: #ffe29c;
  color: #ff3478;
  font-family: verdana, arial, "sans-serif";
  font-size:12pt;
  text-align: center;
  overflow: auto;
}

a { color: #A18981;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    } 
a:hover { color: #970B07;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    }
a:visited { 
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    }
#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  /*border-collapse: collapse;*/
  background-color: #ffe29c;
} 

#title {margin-top:20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Courier New, Courier, monospace;
  font-size: 1.2em ;
  font-weight: bold;
  color: #d0d0d0;
}

#footer {
/*	border-top : 1px solid #E0E0E0; */
	text-align : center;
/*	width : 500px;*/
	margin : 10px auto 0 auto;
	font-size : 0.9em;
	color:#8F8F8F;
	}
	
 table.navig { width: 100%;
    height: 54px;
    text-align: center;
    }

  a.interne { /* font-style: italic; */
    font-weight: bold;
    /* color: #ff7b10; */
    }

