body{	
  background-color:#F5F5F5;
  color: black;

  background-image:url("/pics/logoFondGrand8.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 130px;
   
  font-family:arial;
  font-size:10pt;
  margin-top:100px;
  margin-left:25px;
  margin-right:25px;

	}
h1 {
        font-family:tahoma;
        text-align: left;
        border: 3px dotted #8BC429;
        border-width: 0 0 3px 0;
        font-size: 16pt;
}

h2{
	font-family:tahoma;
	margin-left:35px;
	margin-bottom:10px;
        border: 3px solid #8BC429;
        border-width: 0 0 3px 0;
       	margin-right:25px;
        font-size: 14pt;
	}
table.sites{
      /*border: 1px dotted #ccc;*/
      margin-left:70px;
/*      margin-left:auto;
      margin-right:auto;*/
 }
table.liens{
/*      border: 1px dotted #ccc;*/
      margin-left:70px;
 }
table.liens td { 
	   padding: 0 2em;	    
}
td.nomSite{
/*	width:200px;
	width: 50%;*/
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	}

span.site{
	font-variant:small-caps;
	font-weight:bold;
	}

span.sigle{
	font-variant:small-caps;
	}

#logo{
	text-align:center;
}

a:link, a:visited{
  	color:#679E08;
        text-decoration:none
}
a:hover {
	border: 1px #679E08 none;
        border-bottom-style: dotted;
        text-decoration:underline;
}
img.logo {
	vertical-align: middle;
	/*border:1px solid #8CC63F;*/
	padding:3px;
}

a img{
	border-style: none;
}	

li {
	padding: 5px;
}
hr {
   border: 1px dotted #8BC429;
   border-width: 0 0 1px 0;
   width: 80%
}
