.right{
	float: right;
}

.left{
	float: left;
}

.gras{
    font-weight:bold;
}

.good{
	color: green;
}

.erreur{
	color: red;
}

.disp_none{
	display: none;
}





#formNation table{
	width: 100%;
	border: hidden;
}


#formClub table{
	width: 100%;
	border: hidden;
}

.centre{
	text-align: center;
	margin: auto;
}

body {
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    background: black url(../images/fond.jpg) repeat-x;
    text-align: center;
    margin: 0 auto 0;
    position: relative;
}

div#site {
    text-align: left;
    background: url(../images/site.png) repeat-y 0 0;
    width: 885px;
    margin : auto;
}

/* Haut de page */
/* ------------ */

div#header {
    background: url(../images/header.png) no-repeat 0 0;
    height : 205px;
    margin : 0;
    padding: 0;
}

ul#navbar li{
    float: left;
    width: 135px;
    margin: 0 14px 0 0;
    text-align: center;
    font-size: 9px;
}

ul#navbar li a, ul#navbar li a:link{
    font-family: Verdana;
    font-size: 9px;
    text-decoration: none;
    color: #FFF;
}

ul#navbar li a:hover, ul#navbar li a:active, ul#navbar li a:focus {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #CCC;
}

ul#navbar{
    list-style: none;
    text-align: center;
    padding-left: 100px;
    padding-top: 180px; 
    font-size: 10px;
	margin: 0px;
}


/* Corp */
/* ---- */

#left {
    width: 226px;
	float: left;
}

.left-bloc {
	width: 211px;
	background: #f9f9f9 url(../images/left-bk.jpg) no-repeat bottom;
	padding: 0 0 25px 0;
	margin: 0 0 13px 0;
}

.left-bloc ul { 
    list-style: none;
	padding: 0 15px 0 15px;
	margin: 12px 0 5px 0;
}

.left-bloc p {
	padding: 0 15px 0 15px;
	margin: 0;	
}

.left-titre {
	background: #000 url(../images/left-top.png) no-repeat;
	height: 37px;
}

.left-titre h3 {
	margin: 0;
	padding: 11px 0 0 0;
	text-align:center;
	font-size: 1.2em;
	color: white;
}

/* ------------- */

#right {
    width: 659px;
	float: left;
}

.right-bloc {
	width: 659px;
	background: url(../images/right-bk.jpg);
	padding: 0 0 0px 0;
	margin: 0 0 13px 0;
}

.right-titre {
	background: #000 url(../images/right-top.png) no-repeat bottom;
	height: 36px;
}

.right-titre h2 {
	margin: 0;
	padding: 11px 22px 0 22px;
	text-align:left;
	font-size: 1.2em;
    color: #ff6633;
}

.right-bottom {
	background: #000 url(../images/right-bottom.jpg) no-repeat;
	height: 15px;
}

.right-marges {
	padding: 10px 22px 12px 22px;
	min-height:350px;
}

.right-margesbis {
	padding: 10px 0px 12px 0px;
	min-height:350px;
}

.right-bloc h3 {
    font-size: 1.2em; 
    color: #849314;
    margin: 3px 0 0 0; 
	padding: 0;
	padding-bottom: 0.3em; 
	border-bottom: 1px dashed #C0C0C0;
}


/* Bas de page */
/* ----------- */

div#footer {
    background:url(../images/footer.png) no-repeat 0 0;
    height : 101px;
	clear:both;
}

div#footer p {
    text-align: center;
    font-size: 0.9em;
    padding-top:40px; 
    clear:both;
    color:#666666;
}

div#footer a {
    color : #666666;
    text-decoration:none;
}



/* G�n�ralit�s */
/* ----------- */

img { border: 0; }

p {
	margin: 0px;
	padding: 15px 0 10px 0;
}

a {
    color : #000000;
    font-family:verdana;
    text-decoration:none;
}

a:hover , a:active , a:focus {
    color : #cccc33;
    font-weight : bold;
    text-decoration:none;
}

.vainqueurRight{
    background-image:url(../images/vright.png);
}

.vainqueurLeft{
    background-image:url(../images/vleft.png);
}
.nom{
	font-size: 1.3em;
}






#blockChamp{
    float:left;
    color:red;
    margin:50px;
}

#blockChampGood{
    float:left;
    color:green;
    margin:50px;
}

#decharger{
    text-align:center;
    color:gray;
}

#tableau {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 0px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
#tableau th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #2c2c2c url('../images/gradhead.png') repeat-x;
    
    color: #ffffff;
}
#tableau td {
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid #fff;
    background: url('../images/gradback.png') repeat-x;
}
#tableau tfoot tr td {
    background: #e8edff;
    font-size: 16px;
    color: #99c;
    text-align:center;
}
#tableau tbody tr:hover td {
    background: #d0dafd url('../images/gradhover.png') repeat-x;
    color: #ff6633;
}
#tableau a:hover {
    text-decoration:underline;
}

#lsel0 {
    background: url('../images/selec.png');
}

#csel0 {
    background: url('../images/selec.png');
}



