body  {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  background: url(./images/fond4.gif);
  background-repeat:repeat;
  
  margin: 0;
  padding: 0;
  font-size: 75%;
  text-align:center;
}


p {
	text-indent: 0em;
	margin: 5px;
}

/* general styles */
a:link, a:visited, a:active {
	color: #004e8a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}


#page{
  background: #FFF;
  color: inherit;
  width: 800px;
  margin: 0 auto;
  line-height: 1.6em;
}


#page{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  
  border : 1px solid #000000;
}


#header {
  height: 62px;
  background:#000099;
  text-align:center;
  vertical-align:middle;
  color: #CC9900;
  font-size:18px;
}

#menu { 
  height: 25px;
  background: #fff ;
  
}

#centre {
  /*
  top: 10px;
  position:relative;
  */
  height: 80%;
  text-align:left;
  background:#FFFFFF;
  color: #333;
}

#contenu {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-top:25px;
}


#navist_top {
  margin:0px;
  padding:0px;
}

#navist_top ul, #navist_top li {
	height:24px;
	margin:0px;
	padding: 5px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
		}

#navist_top a:link, #navist_top a:visited {
  display:block;
  float: left;
	color: #1d5fa9;
        
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
        
	border-right:1px solid #ccc;
		}

#navist_top a:link#current, #navist_top a:visited#current, #navist_top a:hover {
	color: #000;
	background:#d9d9d9;
	border-right:1px solid #ccc;
	text-decoration: none;
		}







#border{
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:19px;
}


#footer{
	background: url(images/fond-bas.gif) no-repeat;
	height:35px;
	text-align:right;
	padding-right:20px;
	padding-top:23px;
	color:#FFFFFF;
}


#
h1{
	text-align:center;
}
h2 {
	font-family: "Times New Roman", "New York", "Bitstream Vera Serif", Times, "MS Serif", serif;
	font-weight: normal;
	font-size: 2em;
	line-height : 0.8em;
	margin-left: 20px;
	border-bottom:5px black solid;
}
h3 {
	font-family: "Times New Roman", "New York", "Bitstream Vera Serif", Times, "MS Serif", serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height : 0.8em;
    text-align: center;
    margin: 4px 0px 8px 0px;
}
.texte {
	background-color: #FAFAFA;
	border-color: #999 #aab3b3 #d5dddd #aab3b3;
	border: 1px solid #666666;
}
.texte:focus, .texte:hover {
	background-color: #FFFFFF;
	border-color: #FF9900;
}
.bouton{
	font: bold 0.8em/1.2em Verdana, Helvetica, Geneva, sans-serif !important;
	margin-left: 4px;
	width: auto !important;
	overflow: visible;
	padding: 2px 0.5em;
	font-size:10px;
	text-align: center;
	color: #2b333c;
	background: #fefefe url(/images/fond_bouton.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.bouton:hover, .bouton:focus {
	color: #005500;
	border: 1px solid;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}

