body {
	margin: 0;
	font-family: Verdana, Arial, Sans-serif; 
	background: url('../images/snowflakes.png') repeat;
  background-color: rgba(255,255,255,0.8); /*#F8FFF8;*/
	color: #000000;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
	padding-top: 1.25em; /* 20px/16 = 1.25em*/
	padding-bottom: 0.625em; /* 10px/16 = 0.625em*/
}

th {
	font-family:  Verdana;
  /*font-size : 0.625em;*/
	color: white;
  background-image: url('../images/degrade.png');
  vertical-align: top;
}

table td {
	/*text-align: left;*/
	padding-left: 0.5em;
}

td.fede,
td.ufolep{
  width: 50%;
	padding-top: 0;
	text-align: center;
	vertical-align: top;
}

.center {
	text-align: center;
}

.bsmall {
	font-variant: small-caps;
	font-weight: bold;
}

p.psmall {
  font-size: small;
}

p {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

p.left {
	text-align: left;
}

img {
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #119911;
}

a:hover {
	color: #0000E0;
}

a.lien { color: #AAAAAA ;} 
a.lien:hover { color: #000000;}

div.fonction {
	font-weight: bold;
}

.smallcaps{
  font-variant: small-caps;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="radio"],
textarea {
	border: thin solid green;
	background-color: white;
	color: green;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
textarea:focus {
	border: thin solid green;
	background-color: #F4F4F4;
	color: black;
}


input[type="submit"],
input[type="reset"],
input[type="button"] {
   border-radius: 0.25em;
	 border: thin solid white;
	 background-color: #00C526;
   color: white;
}

form#newtopic label,
form#send_mail label,
form#repondre label {
	display: block;
	font-size: small;
	padding-top: 0.625em;
	margin: 0;
}

form#newtopic input,
form#send_mail input,
form#repondre input {
  width: 70%;
}

form#newtopic textarea,
form#send_mail textarea,
form#repondre textarea {
    width: 70%;
		height: 12.5em;
}

form p{
	margin: 0;
}

div.centre {
  text-align: center;
	width : 100%;
}

table.centre {
	/*ne fonctionne que si la width est definie*/
	width: 95%;
	margin: auto;
}

div.leclub {
	margin-top: 1em;
}

div.leclub table.centre {
	width: 60%;
	margin: auto;
	text-align: center;
}

div.leclub th {
	font-size: inherit;
}

div#colGauche,
div.colGauche {
   position: absolute;
	 width: 20%;
	 font-size: small;
	 overflow: auto;
}

div#colCentre,
div.colCentre {
   position: absolute;
	 margin-left: 20%;
   width: 60%;
	 overflow: auto;
}

div#colDroite,
div.colDroite {
   position: absolute;
	 margin-left: 80%;
   width: 20%;
	 font-size: small;
	 overflow: auto;
}

img.logo {
	max-height: 7em;
}

div#alerte{
	 color: red;
	 font-weight: bold;
	 margin: auto;
	 width: 60%;
	 text-align: center;
	 background-color: transparent;
}


/*DEBUT DE barre-haut.css*/
div#logbar {
  /*padding: haut droit bas gauche*/
	padding: 0px;
	background-image: url('../images/degrade.png');
	color: white;
	font-size: 0.8em;
}

div#logbar p,
div#log form {
  margin: 0px;
	padding: 0;
	display: inline;
}

div#logbar form input[type="text"],
div#logbar form input[type="password"]{
	width: 7em;
}

div#logbar a {
	color: white;
}

div#logbar a:hover {
	color:yellow;
}
/*FIN DE barre-haut.css*/


/*DEBUT DE banniere.css*/
div#banniere {
  text-align: center;
	background-color: rgba(255,255,255,0.8);
/*	background-image: url('../images/amicale.gif');
	background-repeat: no-repeat;
	background-position: center;*/
	height: 7em;
	border-bottom: thin solid green;

}
/*FIN DE banniere.css*/


/*DEBUT DE menu.css*/
ul#menu {
	vertical-align: top;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 0;
	border: solid green 1px;
}
ul#menu li {
	vertical-align: top;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	color: #000000;
}
ul#menu li.section span {
	/*background-color: skyblue;*/
	background-image: url('../images/degrade.png');
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 20px 5px 10px;
	display: block;
	color: #FFFFFF;
}
ul#menu li.section a {
	color: #FFFFFF;
	/*background-color: skyblue;*/
	background-image: url('../images/degrade.png');
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 20px 5px 10px;
}
ul#menu li.section a:hover {
	padding-left: 6px;
	padding-right: 16px;
	color: #FFFFFF;
}
ul#menu li span.texte {
	/*letter-spacing: 1px;*/
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 1px 9px 1px 9px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
ul#menu li a {
	color: #555;
	letter-spacing: 1px;
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 1px 12px 1px 20px;
}
ul#menu li a:hover {
	border-left: 4px solid #00C526;
	border-right: 4px solid #00C526;
	padding-left: 16px;
	padding-right: 8px;
	color: black;
}
ul#menu img {
	margin-left: -12px;
}

div#footmenu {
	font-size: small;
	color: #999;
	text-align: center;
}

div#footmenu span.left{
	float:left;
	margin-left:10px;
}

div#footmenu span.right{
	float:right;
	margin-right:10px;
}

div#footmenu a img {
    opacity: 0.5;
}
div#footmenu a:hover img {
	opacity: 1;
}

span#nbNabmail,
span#nbTopic {
	 display: inline;
	 
}

/*FIN menu.css*/

/*DEBUT mes_infos.css*/
div.field {
	width: 100%;
	margin-top: 2px;
}

div.label {
	width: 20em;
	float:left;
	margin: 0;
	text-align: right;
}

div.info {
	color: black;
	padding-left: 5px;
	margin-left: 20em;
	margin-bottom: 5px;
}
/*FIN mes_infos.css*/


/*DEBUT news.css*/
div.news {
	min-width: 1.563em;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625em;
	margin-bottom : 1.25em;
	background-color: transparent;
	border-radius: 5px;
}

div.news .cache {
  display: none;
}

div.news > .titre {
	padding-left: 0.625em;
	padding-right: 0.625em;
  margin: 0;
	background-image: url('../images/degrade.png');
	color: white;
	font-size: larger;
	text-align: left;
	border-radius: 5px 5px 0px 0px;
	border: thin solid black;
}

div.news > .titre .infos {
  font-style: italic;
	font-size: small;
}

div.news .gestion {
	float: right;
	border: 0;
	font-size: x-small;
}

div.news .gestion a {
	text-decoration: none;
	color: white;
}

div.news .gestion a:hover {
	text-decoration: none;
	color:yellow;
	cursor: pointer;
}

div.news .pseudo {
  font-family: "Courier New";
	font-style: normal;
}

div.news .contenu {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
  background-color: rgba(255,255,255,0.8);
	color: black;
	font-style: normal;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.5em;
	border-radius: 0px 0px 10px 10px;
	margin: 0px;
	border-top: 0px;
	border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: thin solid black;
}


div.news .contenu form,
div.news .contenu > p {
  margin: 0px;
	padding-top: 15px;
}

div.news div.actions {
	padding-top: 10px;
	padding-bottom: 10px; 
}

div.news div.actions a {
	text-decoration: none;
	color: #AAAAAA;
	cursor: pointer;
}

div.news div.actions a:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
/*FIN news.css*/

/*DEBUT joueurs.css*/
td.nomPrenom {
	text-align : left;
}

table#joueurs {
	width : 96%;
}
/*FIN joueurs.css*/

/*DEBUT nabmail.css*/
.quote {
	padding : 4px;
	margin : 0px auto;
	width : 97%;
	border-left : thin solid #4B0082;
}

.sujet {
	text-align: left;
}

.nonLu {
	font-weight: bold;
}

img.tickCross {
	width: 15px;
}

/*FIN nabmail.css*/


/*DEBUT championnats.css*/
.vert {
  color: green;
}

.rouge {
  color: darkred;
}

.norm {
	color: midnightblue;
}

.nous{
  color : green;
}

table {
	border-collapse : collapse;
}

table, td, th {
	border: thin solid green;
}

div#equipe1 {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

div#equipe2 {
	float: right;
	width: 49%;
	margin-bottom: 10px;
}

table.matches,
table.equipe {
	width: 100%;
}

table.matches td{
	text-align:center;
}

hr {
	clear: both;
}

/*FIN championnats.css*/


/*DEBUT forum.css */
tr.altRow {
	background-color: #E0EEE0;
}

table#conversations {
	width: 100%;
}

table#conversations td,
table#conversations th {
	border : none;
}

table#conversations th {
	text-align: center;
}

table#conversations div.titre {
	display: inline;
}

table#conversations td {
	padding: 0.8em;
}

table#conversations .par {
	font-size: 0.7em;
}

table#conversations div.dateReponse {
	font-size: 0.7em;
}

/*
td.titresectionforum{
  background-color: #006400;
  font-size: 14pt;
  height: 20px;
  color: gold;
  text-align: center;
}

td.titreconvforum,td.partitreconvforum{
  background-image: url(../images/degrade.png);
  color: white;
}

td.messageforum { text-align: left;}
td.messageforum img {vertical-align: middle;}

td.actionsection{
  background-color: #006400;
  color: gold;
  text-align: center;
}

div#forum .forum a {
  text-decoration: none;
  color: white;
}

div#forum .forum a:hover {
  text-decoration : none;
  font-weight: bold;
}

td.dernierpost {
  background-color: #ffe4c4;
}

div#forum table.forum td.dernierpost a {
  color: black;
}

td.vide{
  height : 15px;
}

div#forum table.forum {
  border-spacing : 0;
  border-padding : 4;
}

#sub {
	display: none;
}

/*FIN forum.css*/

div.post {
	width: 100%;
	margin-top : 10px;
	border: thin solid green;
}
div.infos_posteur {
	border-left: thin solid green;
	width: 11em;
	float: right;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
img.avatar {
	max-width: 120px;
	vertical-align: middle;
}
div.message {
	border-right: thin solid green;
	margin-right: 11em;
}

div.message > div.titre {
	background-image: url(../images/degrade.png);
	color: white;
	padding: 0 0.625em;
	line-height: 2em;
}

div.message > div.date {
	padding: 0 0.625em;
	font-size: smaller;
}

div.message > div.messageTexte {
	padding: 0 0.625em;
}

p.clear {
	clear: both;
	line-height: 0;
	padding: 0;
}

img.smiley {
	vertical-align: middle;
	border: 0;
}

span.underlined {
	text-decoration: underline;
}

span.struck {
	text-decoration: line-through;
}

span.spoiler_click {
	color: #119911;
	cursor : pointer;
}

div.spoiler_info {
	color: red;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: thin solid red;
}

/*DEBUT calendar.css*/
table.calendrier {
	border-spacing : 0;
	border-collapse : collapse;
  border: thin solid black;
	width : 100%;
}

table.calendrier td,
table.calendrier th {
  text-align: center;
	border : none;
}

table.calendrier td.jour {
  background-image: url('../images/degrade.png');
  font-weight: bold;
  color: white;
}

table.calendrier td.today {
  background-color: #E0DDD1;
	color: black;
}

table.calendrier td.normal {
  background-color: white;
	color: black;
}

table.calendrier td.out {
	background-color: #F8FFF8;
}

.anniv {
  background-image : url('../images/degrade.png');
  color: white;
}
.anniv a {
  text-decoration: none;
  color: white;
}

.annivToday {
  background-color: orange;
  color: black;
}
.annivToday a {
   text-decoration: none;
   color: black;
}

/*FIN calendar.css*/

/*DEBUT tchat.css*/

#fixTchat {
	position: fixed;
	bottom: 0px; /* bottom: -15px */
	right: 0;
/*	height: 400px;*/
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;
}

#fixTchat .contenu form,
#fixTchat .contenu > p {
	padding-top: 0px;
}

.tchat {
	border : thin solid black;
	height : 250px;
	width: 95%;
	margin : auto;
	font-family : Courrier;
	font-size: small;
	background-color : white;
	color : black;
	text-align : justify;
	overflow : auto;
}

.tchat p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*FIN tchat.css*/


/*DEBUT doc_utile*/
img.logo_extension {
	vertical-align: middle;
	border: 0;
}
div.contenu ul {
	margin : 0;
}
/*FIN doc_utile*/


/* DEBUT partenaires*/
ul.partenaires {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.partenaires li {
	display: inline-block;
	text-align:center;
	width: 24%;
	margin: 0;
}

/*div.partenaire {*/
/*	text-align: center;*/
/*	display: inline-block;*/
/*	width: 32%;*/
/*}*/
/**/
img.partenaire {
	max-width: 100%;
	max-height: 100px;
}

/* FIN partenaires*/

