body {
	background-color: #E0E0E0;
}

table {
	border-collapse: collapse;
}

/*Le header*/
.header {
	width: 800px;
	height: 150px;
	text-align: center;
	background: url("banniere.png") no-repeat center center;
	margin: auto;
	margin-bottom: 20px;
}

/*Le menu*/
.titremenu {
	background: url("fond_menu.png") no-repeat left center;
	padding-left: 55px;
	margin-bottom: 10px;
	width: 145px;
	height: 35px;
	vertical-align: middle;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
}

/*effets arrondis*/
.tl {
	background: url("hg.png") no-repeat;
	width: 10px;
	height: 10px;
}

.top {
	background: url("haut.png") repeat-x;
	height: 10px;
}

.tr {
	background: url("hd.png") no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}

.left {
	background: url("gauche.png") repeat-y;
	width: 10px;
	clear: left;
	float: left;
}

.right {
	background: url("droite.png") repeat-y;
	width: 10px;
	float: right;
}

.bl {
	background: url("bg.png") no-repeat;
	width: 10px;
	height: 10px;
	clear: left;
}

.bottom {
	background: url("bas.png") repeat-x;
	height: 10px;
	width: 180px;
}

.br {
	background: url("bd.png") no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}

.contenu {
	background: #39F;
}


.menu {
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

div.sousmenu, div.sousmenutitre {
	width: 180px;
	color: #DEF;
	text-decoration: underline;
	cursor:pointer;
}

div.sousmenucontenu {
	margin-left: 10px;
	width: 170px;
}

.corpsmenu .bordureMenu
{
	float: left;
	width: 10px;
}

.corpsmenu .top {
	width: 180px;
}

.corpsmenu .left {
	height: 280px;
}

.corpsmenu .right {
	height: 280px;
}

.corpsmenu .bottom {
	width: 180px;
}

.corpsmenu .contenu {
	float: left;
	width: 180px;
	height: 280px;
}

.connexion {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.corpsconnexion .bordureMenu {
	float: left;
	width: 10px;
}

.corpsconnexion .top {
	width: 180px;
}

.corpsconnexion .left {
	height: 370px;
}

.corpsconnexion .right {
	height: 370px;
}

.corpsconnexion .bottom {
	width: 180px;
}

.corpsconnexion .contenu {
	float: left;
	width: 180px;
	height: 370px;
}
.tournois {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.corpstournois .bordureMenu {
	float: left;
	width: 10px;
}

.corpstournois .top {
	width: 180px;
}

.corpstournois .left {
	height: 285px;
}

.corpstournois .right {
	height: 285px;
}

.corpstournois .bottom {
	width: 180px;
}

.corpstournois .contenu {
	float: left;
	width: 180px;
	height: 285px;
}
.utilisateur {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.corpsutilisateur .bordureMenu {
	float: left;
	width: 10px;
}

.corpsutilisateur .top {
	width: 180px;
}

.corpsutilisateur .left {
	height: 230px;
}

.corpsutilisateur .right {
	height: 230px;
}

.corpsutilisateur .bottom {
	width: 180px;
}

.corpsutilisateur .contenu {
	float: left;
	width: 180px;
	height: 230px;
}

.corpsconnexion fieldset, .corpsconnexion #login, .corpsconnexion #password {
	width: 149px;
}

/*Accueil*/
/*Gauche*/
.acc_gauche {
	float: left;
	width: 200px;
}

.corpsacc_gauche div {
	float: left;
	width: 10px;
}

.corpsacc_gauche .top {
	width: 180px;
}

.corpsacc_gauche .left {
	height: 430px;
}

.corpsacc_gauche .right {
	height: 430px;
}

.corpsacc_gauche .bottom {
	width: 180px;
}

#contenuGauche, #contenuGauche div {
	overflow : hidden;
	width: 180px;
	height: 430px;
}

#contenuGauche img {
	max-width: 180px;
}

/*Droite*/
.acc_droite {
	float: right;
	width: 200px;
}

.corpsacc_droite div {
	float: left;
	width: 10px;
}

.corpsacc_droite .top {
	width: 180px;
}

.corpsacc_droite .left {
	height: 430px;
}

.corpsacc_droite .right {
	height: 430px;
}

.corpsacc_droite .bottom {
	width: 180px;
}

#contenuDroite , #contenuDroite div {
	overflow : hidden;
	width: 180px;
	height: 430px;
}

#contenuDroite img {
	max-width: 180px;
}

/*Le texte*/
.centre {
	width: 1030px;
	margin: auto;
}

.corps {
	margin-left: 210px;
}

.haut {
	background: url("hautcorps.png");
	height: 10px;
	width: 800px;
}

.bas {
	background: url("bascorps.png");
	height: 10px;
	width: 800px;
}

.corps .contenu {
	background: url("corps.png");
	width: 776px;
	padding: 12px;
}

.corps .titre {
	color: #9F9;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}

.corps .soustitre {
	color: #9F9;
	font-size: large;
	font-style: italic;
	margin-top: 30px;
	margin-left: 40px;
}

a:link, a:visited, a:hover  {
	color: #DEF;
}

a img {
	border: 0px;
}

.ui-dialog a, .ui-dialog a:visited, .ui-dialog a:hover
{
	color:blue;
}

.erreur {
	color: #D86;
	font-weight: bold;
}

.ok {
	color: #0F0;
	font-weight: bold;
}

/*Page liens*/
.liens {
	width: 100%;
}

.liens img {
	max-width: 300px;
}

.tabletitle {
	background-color: #CCE5D9;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.head {
	text-align: center;
}

/*Page Elo*/
.elo {
	width: 776px;
}

.elo .odd, .elo .even {
	cursor: pointer;
}

.elo .details div#InfosJoueur
{
	display:none;
}

.var {
	margin: auto;
}

.varimg {
	display:block;
	margin: auto;
}

/*Page Stage*/
.annee {
	font-weight: bold;
	font-size: 1.5em;
}

/*Livre d'or*/
.livredor_page_courante {
	font-weight: bold;
}

.cadremessage {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.expediteurmessage {
	height: 25px;
	font-size: large;
	text-align: center;
	background: url("background_titre.png") repeat-x;
}

.contenumessage {
	background-color: #CC9;
	padding: 10px;
}

/*Contact*/
.contact {
	width:100%;
	margin: 10px;
}

.contact td {
	padding: 10px;
}

.nom {
	font-weight: bold;
}

.telephone {
	font-weight: bold;
	color: #080;
}

/*Prochains Tournois*/
.datetournoi {
	font-style: italic;
	font-weight: bold;
}

.lieutournoi {
	color: #FC3;
}

/*Espace membres(menu+corps)*/
.username {
	font-weight:bold;
}

/*News*/
.news_page_courante {
	font-weight: bold;
}

.cadrenews {
	margin-bottom: 15px;
	margin-top: 15px;
}

.titrenews {
	height: 25px;
	font-size: large;
	text-align: center;
	background: url("background_titre.png") repeat-x;
}

.contenunews {
	background-color: #CC9;
	padding: 10px;
}

.contenunews a, .datenews a {
	color: #39F;
}

.datenews {
	background-color: #CC9;
	padding: 10px;
	font-style: italic;
}

/*Tournois*/
.table_image_tournoi {
	text-align: center;
}

.galerieImages {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.imagesAdminTournoi, .galerieImages .ui-state-highlight{
	width:365px;
	height:230px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	padding: 1px;
	text-align: center;
}

.image_tournoi img, .imagesAdminTournoi img {
	max-width:398px;
	max-height: 200px;
}

.image_tournoi_double img {
	max-width:730px;
	max-height: 200px;
}

.commentaire_image td {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.commentaire_image input {
	width: 100%;
}

.commentaire_image p {
	font-weight: bold;
	margin-top: 0px;
}

.introduction, .conclusion {
	padding: 10px;
}

/*Downloads*/
.download {
	margin-top:10px;
}

/*Resultats*/
.corps .titreRonde {
	color: #DEF;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-top: 30px;
	margin-left: 40px;
	cursor:pointer;
}

td.sp {
	background-color: #CC9;
}

/*Administration accueil*/
.tableAccueil {
	width:100%;
	border-collapse:collapse;
}

.tableAccueil img {
	max-width: 180px;
}

/*Plans*/
.tableau_plans td{
	padding : 5px;
}

/*Rencontres*/
tr.confirmed
{
	background-color: #080;
	color: #000;
}

table.listeRencontres
{
	border-collapse:collapse;
}

table.listeRencontres td
{
	border: solid 1px black;
}

/* tous les datatables */
.dataTables_wrapper
{
	display: inline-block;
}

.dataTables_wrapper, .dataTables_wrapper table
{
	width:100%;
}

.dataTables_wrapper .odd
{
	background-color: #ddffdd;
}

.dataTables_wrapper .even
{
	background-color: #eeffee;
}

.dataTables_wrapper a, .dataTables_wrapper a:visited, .dataTables_wrapper a:hover
{
	color:blue;
}
/*Le footer*/
.footer {
	width: 800px;
	clear:both;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

.footer a {
	color:#000;
}

.GA {
	margin-bottom: 800px;
}

.GA a {
	color : #39F;
}

.GA b {
	color : #000;
}

.papi_liste_c {
	font-family:Arial;
	font-size:10pt;
	color: #000000;
	background-color: #FFFFFF;
}

.papi_liste_f {
	font-family:Arial;
	font-size:10pt;
	color: #000000;
	background-color: #E0E0E0;
}

.papi_liste_t {
	font-family:Arial;
	font-size:10pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

.papi_small_c {
	font-family:Arial;
	font-size:8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.papi_small_f {
	font-family:Arial;
	font-size:8pt;
	color: #000000;
	background-color: #C0C0C0;
}

.papi_small_sp {
	font-family:Arial;
	font-size:8pt;
	color: #000000;
	background-color: #FFFF00;
}

.papi_small_t {
	font-family:Arial;
	font-size:8pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

.papi_titre {
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	height:50px
}

.papi_titre_big {
	font-family:Arial;
	font-size:24pt;
	font-weight:bold;
}
#board {
	height: 360px;
	width: 360px;
	margin: auto;
	padding: 20px;
}

.casesB, .casesN, .coordscol, .coordslign {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

.coordslign {
	clear: left;
}

.casesN {
	background-color : #999;
}

.menuechiquiercorps {
	background-color: #CC9;
	padding: 10px;
	overflow: auto;
}

.menuechiquiercorps a {
	color: #39F;
}

.titrechess {
	height: 25px;
	background: url("background_titre.png") repeat-x;
	font-size: large;
	text-align: center;
}
/*
	jQuery Overrides
*/

.ui-resizable-se {
	bottom: 17px;
}

.ui-state-highlight a{
	color : #39F;
}

.buttonSet span {
	width:16px;
	height:16px;
}

.formatLink
{
	background-image: url('http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/images/ui-icons_469bdd_256x240.png');
	background-position: -240px -112px;
}

.formatImg
{
	background-image: url('http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/images/ui-icons_469bdd_256x240.png');
	background-position: -208px -128px;
}

.formatBold
{
	background-image: url('forme.png');
	background-position: 0px 0px;
}
.formatItal
{
	background-image: url('forme.png');
	background-position: -16px 0px;
}

.formatUnder
{
	background-image: url('forme.png');
	background-position: -32px 0px;
}

.lienIcone
{
	width:16px;
	height:16px;
	display:block;
	border : none;
}
