
html, body {
 text-align: center;
}

body {
 background: #002736;
 color:#6CAED3;
 text-align:left;

}

body * {
 font-family: verdana, arial, helvetica, sans-serif;  /* input, select etc... */
}

/* visuel */

img
{
  border:0;
}

#pagewidth {
 position: relative;
 width: 700px;
 min-width: 500px;
 margin: 20px auto;
 text-align: left;
 color:#6CAED3;
 font-size:10pt;
}

/* entete */

#header {
 width: 100%;
 margin-bottom: 0px;

}

#header .content {
 height:124px;
 background: transparent url(../media/accueil/sportantic-logo.gif) no-repeat top left;
}

#header h1 {
 width: 700px;
 height: 125px;
 background: transparent url("../media/accueil/sportantic-logo.gif") no-repeat top left;
 text-indent: -700em;
}
table
{
  color:#B0E0FA;
  text-align:center;
  font-size:80%;
  width:300px;
  margin-left:auto;
 margin-right:auto;
}

td
{
width:108px;
}

h2{
  font-weight:bold;
  font-size: 100%;
  color:#B0E0FA;
  text-align: left;
}


#main
{
    font-family:verdana;
  text-align: left;
}

#refer {
 width: 100%;
 padding: 0.5em 0 0 0;
 list-style-type : none;
}

#refer li {display: inline;}

#refer li a:link, #refer li a:visited {color: #333;}
#refer li a:focus, #refer li a:hover {text-decoration: underline;}