html {
	font-size: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	top:0;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #513A1E;
}
h2 {
	font-size: 1.2em;	
	margin-bottom: 1em;	
	margin-top: 0em;
	padding: 0em;
}
hr {
	margin: 1em; 
	background-color: #6E634E;
	height: 1px;
	border: 0;
}
img {
	border:0;
}
#conteneur {
	position: relative;
	top: 0;
	width: 901px; 
	margin: auto; 
	background-color: #836133;
	text-align: left;
}

a:link {
	color: #2D768E;
	text-decoration: none
}

a:visited {
	color: #2E7890;
	text-decoration: none
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #739193;
	text-decoration: none
}
.erreur {
	color: #a4110a;
	font-weight: bold;
	font-size: 0.8em;
}

.annonce {
	color: #00ba2c;
	font-weight: bold;
	font-size: 0.8em;
}
.right {
	float: right;
	margin-right: 1em;
}

.left {
	float: left;
	margin-left: 1em;
}

.center {
	text-align: center;
}
.rouge {
	color: red;
	font-weight: bold;
}

form label {
	display: inline;
	float: left;
	width: 90px;
	font-weight: bold;
	margin-top: 5px; 
}
#partenaire_admin form input { 
	width: 100px; 
}
/*********** connexion ************/
.fond_rouge { 
	background-color: #FF4F4F;
	color: #800;
}
#connexion {
	background-image:url("../images/module_connexion.gif");
	background-repeat: no-repeat; 
	position: absolute;
	right:-16px;
	top: 200px;
	width: 210px;
	height: 135px;
}
#connexion .texte {
	color: #FFF;
	font-size: 11px;
	margin-top: 55px;
	text-align:left;
	margin-left:15px;
}
#connexion .bout {
	margin-top:5px;
	margin-left:63px;
}


/********* Page d'accueil *********/

#accueil {  
	/** On a la totalit� de l'image */
	width: 901px;
	height: 420px;
	margin-top:30px;
	background-image:url("../images/fond_haut.jpg");
	background-repeat:no-repeat;
}

#boite {
	margin-left:180px;
	padding-top:30px;
}

/*********** news ************/ 

#news {
	background-image:url("../images/fond_news.gif");
	background-repeat: no-repeat; 
	position: absolute; 
	left: -5px;
	top: 183px;
	width: 261px;
	height: 147px;
}
#ajout_news {
	background-image:url("../images/fond_news.gif");
	background-repeat: no-repeat; 
	position: absolute; 
	left: 595px;
	top: 380px;
	width: 204px;
	height: 195px;
}
#news .titre, #ajout_news .titre{
	font-weight: bold;
	position: absolute; 
	top: 12px;
	left: 40px;
	width: 150px;
	height: 23px;
	line-height: 23px; 
}

#news .contenu, #ajout_news .contenu{
	position: absolute; 
	top: 45px;
	left: 45px;
	width: 180px;
	height: 130px; 
}

/*********** entete ************/ 

#entete {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 901px;
	height: 152px;
}
#entete #header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	width: 901px;
	height: 152px;
} 
#logo{
	position:absolute;
	top: 20px;
	left: 64px;
}

#entete #menu { 
	background-image: url("../images/barre_menu.jpg");
	background-repeat: no-repeat;
	position: absolute; 
	left: 0px;
	top: 152px;
	width: 750px;
	height: 30px;
	line-height: 24px;
	padding-top:5px;
	padding-left: 150px;
}
#entete #menu img {
	width: 19px;
	height: 17px;
	padding-top: 4px;
	margin-left: 1px;
	margin-right: 1px; 
}

#menu a {
	color: #FFF;
	font-weight: bold;
	display: inline;
	float: left;	
	line-height: 24px;
}
#entete #menu img {
	display: inline;
	float: left; 
}

#entete .vide_menu {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 206px;
	height: 147px; 
}
#entete #nb_inscrit { 
	position: absolute;
	top: 130px;
	left: 10px;
	color: #000; 
}
#entete #presentation { 
	position: absolute;
	top: 85px;
	left: 95px;
	font-size: 10px;
	color: #FFF; 
}
#entete #classement { 
	position: absolute;
	top: 5px;
	left: 600px; 
	width: 190px;
	height: 136px;
}
#entete #aff_classement { 
	position: absolute;
	top: 14px;
	left: 615px;
	font-size: 11px;
	color: #000;
	font-weight: bold; 
	width: 160px;
	height: 103px;
	line-height: 21px;
	text-align: center;
}
#entete #drapeau { 
	position: absolute;
	top: 160px;
	left: 27px;
}
/*********** creer compte ************/
#compte {
	width: 800px; 
	background-color: #B9B9B9;
}
#compte #compte_texte {
	background-image:url("../images/compte_texte.jpg");
	background-repeat: no-repeat; 
	position: absolute; 
	left: 338px;
	top:60px;
	width: 460px;
	height: 365px;
}
#compte #compte_texte .texte {
	color: #000;
	font-size: 11px;
	padding-top: 10px;
	text-align:left;
	margin-top:20px;
	margin-left:20px;
}
#compte #valider {
	position:absolute;
	top: 380px;
	left:620px;
}

/*********** partie ************/
#partie {
	text-align: center;
	margin: 1em;	
}

/*********** centre ************/

#center {
	width: 901px;
	height: 420px;
	margin-top:30px;
	background-image:url("../images/fond_haut.jpg");
	background-repeat:no-repeat;
}
#center .img {  
	position: absolute;
	top: 335px;
	right: 0px; 
}
#center #centre_texte {  
	margin-top: 0px;
	margin-left:20px;  
	float: left;
	width: 460px;
	height: 365px;
	text-align:justify;
}

#center #title {  
	position: relative;
	top: 10px;
	left: 20px; 
}
	  
#center #centre_texte .texte {
 	color: #000;
	font-size: 11px;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	overflow: auto;
	width: 500px;
	height: 300px;
	position: relative;
}
#center #centre_texte .texte a:link {
	color: #FCC710;
	font-size: 11px; 
}
#center #centre_texte .texte a:hover {
	color: #FCEE50;
	text-decoration: none
}


/*********** centre2 ***********/
#center #centre2_texte {  
	margin-top: 0px;
	margin-left:20px;  
	float: left;
	width: 600px;
	height: 365px;
	text-align:justify;
}

#center #centre2_texte .texte {
 	color: #000;
	font-size: 11px;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	overflow: auto;
	width: 600px;
	height: 300px;
	position: relative;
}
#center #centre2_texte .texte a:link {
	color: #FCC710;
	font-size: 11px; 
}
#center #centre2_texte .texte a:hover {
	color: #FCEE50;
	text-decoration: none
}
#center #centre2_texte .texte a:visited {
	color: #FCC710;
	text-decoration: none
}


/*********** tournoi ************/
#center #title {  
	position: relative;
	top: 10px;
	left: 20px; 
}

#center #centre_texte_tour {  
	position: relative;
	margin-top: 0px;  
	float: left;
	width: 560px;
	height: 390px;
}

#center #centre_texte_tour .texte_tour{
 	color: #000;
	font-size: 11px;
	position: relative;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	overflow: auto;
	width: 400px;
	height: 390px;
}
#center #centre_texte_tour .texte_tour a:link {
	color: #6F6F6F;
	font-size: 11px; 
}
#center #centre_texte_tour .texte_tour a:hover {
	color: #695F4C;
	text-decoration: none
}
#center #centre_texte_tour .texte_tour a:visited {
	color: #6F6F6F;
	font-size: 11px; 
}

/*********** footer ************/

#footer {
	text-align: center;
	position: relative;
	clear: both;    
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position:bottom;
	height:23px; 
	width: 901px;
	top:5px;
}
#footer a {
	color: #FFF;
}
#footer #copyright {
	padding-top: 3px;
	color: #FFF;
	font-size: 9px;
	height:14px;
	line-height: 14px;	 
}

/*********** partenaire ************/

#partenaire {
	text-align: left;
	position: relative;
	clear: both;    
	height:31px; 
	width: 800px;
	top:0px;
}
/****** partie prive ******/
#menu_prive { 
	position: relative;
	top: 40px;
	background-image: url("../images/menu_prive.gif");
	background-repeat: no-repeat;
	width: 193px;
	height: 343px; 
	margin-left: 10px;
}
#menu_prive a {
	color: #FFF; 
}
#menu_prive #menu_cours {
	position: absolute;
	left: 22px;
	top: 112px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#menu_prive #menu_attente {
	position: absolute;
	left: 22px;
	top: 140px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#menu_prive #menu_termine {
	position: absolute;
	left: 22px;
	top: 168px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#menu_prive #menu_nouvelle {
	position: absolute;
	left: 22px;
	top: 196px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#menu_prive #menu_elo {
	position: absolute;
	left: 22px;
	top: 226px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#menu_prive #menu_deconnexion {
	position: absolute;
	left: 42px;
	top: 296px;
	width: 103px;
	height: 22px; 
}
#menu_prive #menu_liste_joueur {
	position: absolute;
	left: 22px;
	top: 250px; 
	font-size: 1.1em;
	font-weight: bold;
	width: 140px;
	height: 20px;
	line-height: 20px; 
	text-align: center;
}
#center_prive {
	width: 800px;
	height: 420px;
	background-color: #B9B9B9;
} 
#center_prive #centre_texte {
	background-image:url("../images/centre_texte.jpg");
	background-repeat: no-repeat;  
	margin-top: 40px; 
	float: right;
	width: 460px;
	height: 365px;
	
}
	 
#center_prive #centre_texte .texte {
	color: #000;
	font-size: 11px;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	overflow: auto;
	width: 400px;
	height: 300px;
}
#center_prive #centre_texte .texte a:link {
	color: #FFF;
	font-size: 11px; 
}
#center_prive #centre_texte .texte a:hover {
	color: #695F4C;
	text-decoration: none
}

table {
	width: 100%; 
	border-spacing: 0;
	border-collapse: 0;
	font-size: 11px;
}
th {
	font-size: 1.1em;
	font-weight: bold;
}

tr {
	width: 100%;
}

td { 
	border-color: #362309;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-spacing: 0;
	border-collapse: 0;
	border-style: solid;
}

table.creation td {
	border-style: none;
	text-align: center;
}

/***********INCRIPTION*********/
#center_inscrip {
	width: 901px;
	height: 530px;
	margin-top:30px;
	background-image:url("../images/fond_haut.jpg");
	background-repeat:no-repeat;
}
#center_inscrip #centre_inscrip_texte {  
	margin-top: 30px;
	margin-left:50px;  
	float: left;
	width: 411px;
	height: 462px;
	text-align:justify;
	background-image:url("../images/fond_inscription.jpg");
	background-repeat:no-repeat;
}
#center_inscrip #centre_inscrip_texte #texte {
 	color: #000;
	font-size: 11px;
	padding-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 67px;
	overflow: auto;
	width: 310px;
	height: 460px;
	position: relative;
}
#center_inscrip #centre_inscrip_texte #texte .valider{
background-color:transparent;
border:hidden;
}
#center_inscrip #centre_inscrip_texte #texte input{
background-color:#AB7F4C;
border:hidden;
}
#center_inscrip #centre_inscrip_texte #texte .ligne1{
	margin-top:0px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne2{
	margin-top:11px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne3{
	margin-top:15px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne4{
	margin-top:11px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne5{
	margin-top:14px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne6{
	margin-top:11px;
}
#center_inscrip #centre_inscrip_texte #texte .ligne7{
	margin-top:-10px;
}