body {
margin: 0;/* sans marges, la page sera collée aux bords */
text-align: center;
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 12px; /* on définit la taille de police de base dans la page */
background-image: url('design/bg.jpg');
}

hr {
color: #6666CC;
background-color: #6666CC;
height: 1px;
margin: 0;
padding: 0;
border: 0;
}

a:link{
color: #6666CC;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}

a:visited{
color: #6666CC;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}

a:hover{
color: #990033;
text-decoration: none;
font-weight: bold;
background-color: transparent;
}

a:active{
color: #339933;
text-decoration: underline;
background-color: transparent;
font-weight: bold;
}

.header {
background-color: white;
background-image: url('design/newbanner.png');
margin-left:auto;
margin-right: auto;
width: 775px;
height: 180px;
}

.mainhead {
background-color: white;
width: 775px;
margin-left:auto;
margin-right: auto;
} 

.headleft {
background-color: white;
text-align: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: 0066CC;
float: left;
width: 150px;
height: 700px;
} 

.headright {
background-color: white;
float: right; 
width: 625px;
height: 700px;
} 

.latestresults {
background-image: url('design/fondgdb.jpg');
border-style: dotted;
border-width: 0px;
border-color: blue;
background-color: white;
text-align: left;
width: 290px;
padding: 5px;
height: 184px ;
float: left;
margin-left: 10px;
margin-top: 10px;
}

.latestresults1 {
background-image: url('design/fondgdb.jpg');
border-style: dotted;
border-width: 0px;
border-color: black;
background-color: white;
text-align: left;
width: 290px;
padding: 5px;
height: 184px ;
float: right;
margin-right: 10px;
margin-top: 10px;
}

.titre {
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #6666CC;
font-weight: bold;
}

.grandtitre {
font-family: verdana, arial, sans-serif;
font-size: 20px;
color: #6666CC;
font-weight: bold;
}

.texte {
font-family: verdana, arial, sans-serif;
font-size: 9px;
color: #6666CC;
}

.texte1 {
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #6666CC;
}

.tableauresultatsteam {
border-width: 0px;

text-align: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #6666CC;
width: 225px;
padding: 2px;
height: 15px ;
float: left;
margin-left: 1px;
}

.tableauresultatsscores {
border-width: 0px;
background-color: white;
text-align: right;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #6666CC;
width: 45px;
padding: 2px;
height: 15px ;
float: right;
margin-right: 5px;
}

.tableaucomhome {
border-width: 0px;
background-color: white;
text-align: left;
width: 580px;
padding: 5px;
height: 150px ;
margin-right: 10px;
margin-left: 10px;
margin_top: 10px;
}

.tableauprint {
border-width: 0px;
background-color: white;
text-align: left;
width: 700px;
padding: 5px;
height: 500px ;
margin-right: 0px;
margin-left: 0px;
margin_top: 0px;
}





