/*CSS special pour les services */
html {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 75%;
	background: #DBF1FF url("bg_body.gif") repeat;
	}
	
a {
	color: #069;
	text-decoration: none;
	}

a:hover {
	color: #09c;
	text-decoration: underline;
	}

a img, img {
	border: none;
	}

div#wrapper {
	padding: 0;
	width:802px;
	margin: 0 auto;
	}	
	
div#content {
	width: 96%;
	background: #DBF1FF;
	margin: 5px auto 0 auto;
	padding: 7px;
	color: #333;
	}
	
#content form {
	padding: 0 3px;
	margin: 0;
	}

.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom: #999 solid 1px ; /* crée le trait noir en-dessous des onglets */
  padding-top:10px ; /* marge intérieure haute */
  padding-bottom:4px;
  padding-left:0px;
  margin-bottom: 0;
  font-weight: bold;
  } /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
  border:solid 1px #999 ; /* encadrement */
  margin:2px 2px 0px 2px; /* marge extérieure */
  padding:4px 2px 4px 1px;
  } /* marge intérieure */

a.onglet { /* style des liens se trouvant dans un onglet inactif */
  background-color: #eee; /* le fond de l'onglet est gris */
  text-decoration: none;
  } /* les liens ne sont pas soulignés */

a.onglet:hover {
	background-color: #fff; /* le fond de l'onglet est gris */
	}

a.onglet-actif { /* style de l'onglet de la page active */
   border:solid 1px #aaa ; /* l'encadrement est porté à 2 pixels */
   border-bottom:solid 1px #fff ; /* le trait inférieur est effacé */
   margin:2px 2px 0px 2px ; /* marges intérieures */
   padding:4px 2px 4px 1px ; /* marges extérieures */  
   background-color: #fff;
   text-decoration: none;
   } /* le fond de l'onglet actif est blanc*/

.servune {
	width: 90%;
	background: #F0F9FF;
	color: #456;
	border: 1px solid #A9CBDD; 
	margin: 10px auto 0 auto;
	padding: 0px 10px;
	line-height: 25px;
	}
	
.servune .titre { color: #069; }
	
.servune h4 {
	margin: 0px;
	margin-top: 5px;
	font-family: 'Lucida Sans', 'Trebuchet MS', Verdana, Georgia, Serif;
	font-size: 14px;
	}
	
.servune p {
	margin: 0px;
	padding: 3px 0;
	}
	
.paged_rub {
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 2px 10px;
	background: #F0F9FF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #A9CBDD;
	color: #058;
	}

