/* 
* @Author: baptiste
* @Date:   2015-02-23 16:26:46
* @Last Modified by:   baptiste
* @Last Modified time: 2015-02-23 17:13:45
*/

body{
    background-image:url('http://www.auto-webbb.fr/rallycross-francev1/wp-content/uploads/2014/05/backgroundCars.jpg');
    background-position:0% 0%;
    background-size:cover;
    background-attachment:scroll;
    scrollbar-base-color: #FF0000;
	scrollbar-arrow-color: #177B17; 
	scrollbar-track-color: #808080;
    font: 12px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

table{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
    border-spacing:0;
    text-align:center;
}

th{
    color:#e64745;
	text-transform: uppercase;
    border-bottom:1px solid #e64745;
     font: 12px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

td{
    color:#ffffff;
    border-left:1px solid #e64745;
    border-right:1px solid #e64745;
    text-transform: uppercase;
     font: 12px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
         color: #CC0000; 
		 text-decoration: underline
		 } /* Liens survolés */
a:active {
         color: #FF0000; 
		 text-decoration: none
		}		 /* Liens actifs */
a { 
    font-family: Verdana, Arial, Helvetica; 
    color: #FF0000; text-decoration: none
 } /* Liens */