
#topGauche { float: left; }
#topGauche img { border: 0; }
#topDroit { float: right; text-align: center; padding-top: 10px; }
#topDroit img { padding-bottom: 4px; border: 0; }
.clear { clear: both; }
.navItem {
    padding-left: 10px; padding-right: 10px;
}
#content {
    padding: 10px;
    background-color: #fff;
}
th {
    text-align: left;
}
#panelGestion {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}
.err {
    padding: 10px;
    color: red;
    font-weight: bold;
    background-color: #feffc9;
    border: 1px solid #e4e5a1;
    margin-bottom: 10px;
}
.rappel {
    background-color: #eaffc1;
    font-weight: bold;
    border: 1px solid #cee79e;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.ok {
    background-color: #eaffc1;
    font-weight: bold;
    border: 1px solid #cee79e;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;    
}
label {
    display: inline;
    float: left;
    width: 150px;
    text-align: right;
    padding: 4px 10px 0 0;
}
#descJoueur {
    padding-left: 150px;
}
.spacerborder {
    border-bottom: 1px solid #cecece;
}
.itmj {
    display:  block;
    width: 100%;
}
.ligne {
    border-bottom: 1px solid #cecece;
    padding-bottom: 2px;
}
#ficheJoueur {
    border-left: 1px solid #cecece;
    padding-left: 10px;
}
#ajoutPhotoJoueur {
	padding-left: 150px;
	padding-bottom: 10px;
}
#loading {
	background-color:#CF4342;
	color:#fff;
	top:0;
	right: 0;
	position:fixed;
	padding: 4px;
	display: none;
}
#loading img {
   vertical-align:middle;
   margin:2px;
}
#err {	
	top: 0;
	left: 30%;
	position:fixed;
	z-index: 5;
	border-left: 1px solid #909090;
	border-bottom: 4px solid #909090;
	border-right: 1px solid #909090;
	background-color: #fff;
	display: none;
	background-color: #eeeff2;
	color: #000;
	padding: 10px;
	width: 500px;
}
#err img { border: 0; }
#footerErr {
	background-image: url(../img/bgfootererr.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	text-align: right;
}

#msgErr {
	padding: 10px;
}

.titreBoxErr {
	font-size: large;
	padding-bottom: 10px;
}

.titreErr { color: red; }
.titreOK { color: green; }

.red {
    color: #ff0000;
}

.seriesEmail {
    border: 1px solid #b9bc5b;
    background-color: #fcffa6;
    padding: 4px;
    text-align: center;
}

#tabStatsPartie {
	border-top: 1px solid #cecece;
}

.tabStats {
	border: 1px solid #cecece;
}
.tabStats th {
	border-bottom: 2px solid #cecece;
}

.popAjout {
	border: 2px solid #cecece;
	padding: 10px;
	margin: 10px;
    background-image:url(../img/bgfooter.jpg);
    background-repeat: repeat-x; 
}

.score {
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}

.tabSommaireP {
    border-left: 1px solid #36495c;
    border-top: 1px solid #36495c;
}

.tabSommaireP td {
    border-right: 1px solid #36495c;
    border-bottom: 1px solid #36495c;
}

.tabSommaireP th {
    text-align: center;
    background-image: url(../img/calendrier/bgtopjour.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
    padding: 4px;
    border-right: 1px solid #36495c;
    border-bottom: 2px solid #36495c;
}

.spacernews {
	border-bottom: 1px solid #cecece;
	margin: 5px 0 5px 0;
}










html { overflow-y: scroll; } 


body {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #666666;
	margin: 0;
	/* background-image: url(img/bgcentre.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed; */
	background-color: #262626;
}
#wrapper {
	width: 960px;
	margin-left: auto;
		margin-right: auto;
		position: relative;
		background-color: #fff;

}

#wrapper a {
	color: #000;
}

#nav {
	background-image: url(img/bgnav.jpg);
	background-repeat: repeat-x;
	height: 40px;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 14px;
}

#nav a {
	color: #fff;
}
#nav a:hover {
	color: #0089ff;
}

#main {
	padding: 4px;
	background-image: url(img/bgmain.jpg);
	background-repeat: repeat-x;
}

.content {
   border: 1px solid #e0e0e0;
   background-color: #fff; 
}

#footer {
	background-color: #4a4a4a;
	padding: 10px;
	font-size: 12px;
	color: #cbcbcb;
	text-align: center;
	border-bottom: 1px solid #6e6e6e;
}
#footer a {
	color: #cecece;
}
#footer li {
	list-style: none;
	margin-left: -20px;
	display: block;
}
#footer h3 {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
#header img {
	display: block;
	border: 0;	
}
.ligneDroite {
	border-right: 1px solid #333333;
}
.cellDroite {
	padding-left: 10px;
}
#equipes {
	text-align: center;
}
#equipes img {
	border: 0;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.itemN {
	padding: 0 10px 0 10px;
	color: #fff;
}
.itemN a {
	color: #fff;
	text-decoration: none;
}
.itemN a:hover {
	color: #0089ff;
}
.bgtitre {
	background-image: url(img/bgtitre.jpg);
	background-repeat: repeat-x;
	color: #fff;
	padding: 10px 10px 18px 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Verdana;
	text-shadow: #000 1px 1px 1px;
}
.bgblanc {
	background-color: #fff;
	border: 1px solid #cecece;
}
.center {
	text-align: center;
}

.tableau {
   border: 1px solid #e0e0e0;
   background-color: #fff; 
}
.tableau th {
   border-bottom: 2px solid #cecece 
}
.tableau tr {
   border-bottom: 1px solid #cecece 
}

#calendrierGames {
   border: 1px solid #e0e0e0;
   background-color: #fff; 
}
#calendrierGames th {
   border-bottom: 2px solid #cecece; 
}
#calendrierGames tr {
   border-bottom: 1px solid #cecece; 
}
#calendrierGames td {
   border-right: 1px solid #cecece;
   border-bottom: 1px solid #cecece;
   text-align: center; 
}

.itemCurrentItem {
    background-color: #fff991;
}

.gameItemMty {
    background-color: #e4e4e4;
    border: 1px solid #8f8f8f;  
}

.gameItemSTJ {
    background-color: #cff4a4;
    border: 1px solid #989898;
}

.itemGaucheStat {
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
}

.itemDroiteStat {
    text-align: left;
    padding-right: 4px;
}

.alt {
    background-color: #f4f4f4;
}