/* ajouté dans lib_tournoi */
tr.trn-info {
   display:none;
}

td.trn-info {
 
  /*font-family: Arial,Helvetica,sans-serif;
      font-size: 0.9em;
  background-color: #ffffcc;
  border:solid 1px blue;*/
}

td.trn-info div {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em; 
  background-color: #ffffcc;
  border:solid 1px #eef;
  float:left;
}

td.trn-info table {
  border-collapse:collapse;
  margin:0;
}

td.trn-info tr {

  /*border:solid 1px #eef;  */
}

td.trn-info th {
  background-color: #f8f8ff;
  border-bottom: solid 1px #333366;
  margin:1em;
  padding:0em 0.5em;  
}

td.trn-info td {
  margin:1em;
  padding:0.1em 0.5em;  
}

td.trn-info td span {
  padding:0em 0.6em;
}

td.trn-info tr.row1 td {
  background-color: #f7f7c7;
}



.exp a {
  text-decoration:none;
}

td.uexp {
  background: url("./icon/unexpand.gif") center left no-repeat;  
  background-color: yellow;
  padding-left:13px;
}

.uexp a {
  text-decoration:none;
}



.trn-B {
  background-color:black;
  border:solid 1px white;
  color:white;
}
.trn-W {
  background-color:white;
  border:solid 1px black;
  color:black;
}












/* ID: header                      */
#header {
	border:#ccc 1px solid;
	background: #eef;
	padding: 0.3em 0.3em;
	margin:  4px 0;
	border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

 /* ID: page                        */
#page {
    /*padding-top: 10px; */
    margin:   5px 0;
    padding:  0px;
    border:   #36f 1px solid;
    position: relative;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    /*background: #eef;*/  
}
/* ------ menu-left ----------------------------------*/
#menu-left {
  float:left;
  width:14em;
  background-color: #ccc;
  color: #06f;
  border: #36f;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  font-size: 0.8em;
  -moz-border-radius:8px 0;
  -webkit-border-radius:8px 0;
  border-radius:8px 0;
}



/* ------ content ----------------------------------*/
#content {
  line-height:1.5em;
  padding:0px;
  margin-left:0px;
  overflow: auto;
}


/* -------- FOOTER ----------------- */
#footer {
  clear:both;
  margin:5px 0;
  padding:0.5em;
  font-size: 0.9em;
  text-align: center;
  border: #36f 1px solid; 
  background-color: #eef;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}


/*  ------------- BALISE ------------------*/
body {
	/*border: #36f 1px solid;*/
 	min-width: 640px;
  margin: 2px;
 	padding: 0;
	font-family: Arial,Verdana;
 	text-align: left;
 	background: #fff;
}

table {
  /*border-collapse: collapse; */
  border-collapse: separate;
  margin:0.3em;
}

tr {
  font-size:0.9em;
}

th {
  padding-right:0.2em;
  color:blue;
  background-color: #f6f6f9;
  font-weight: normal;
  border-width:1px;
  border-style:solid;
  border-color: #f6f6f9 #f6f6f9 #eee #f6f6f9; 
  
}

td {
  /*padding-right:0.2em;   */
  padding: 0 0.5em;
}

h2 {
	margin: 0; /*210px 0px 0px; */
  padding: 0.3em 0.3em;
  border-style: none;
  border-bottom: #36f 1px solid;
  background-color:#acf;  /*#69f;*/
  font-style:italic;
  color: #11f;
  -moz-border-radius:0 8px 0 0;
  -webkit-border-radius:0 8px 0 0;
  border-radius:0 8px 0 0;
  clear:both;
}

h3 {
  margin: 0.2em 0; /*0px 0px 0px 0px; /*210px 0px 0px; */
	padding:0.1em 0.6em;
  border-style: none;
  background-color:#acf;  /*#69f;*/
  /*width:100%;*/
  font-size:1.1em;
  font-style:normal;
  color: #11f;
  clear:both;
}

h4 {
  margin: 0px;  
  padding: 0.1em 0.9em;
  background-color:#eee;  /*#69f;*/
  color: #11f;
  clear:both;
}

h5 {
  font-size:1em;
  margin: 0px;  
  padding: 0.1em 1.2em;
  /*background-color:#acf;*/
  color: #11f;
  font-style: italic;
  clear:both;
}

h6 {
  font-size:1em;
  margin: 0px;  
  padding: 0.1em 1.5em;
  /*background-color:#acf;  /*#69f;*/
  color: #33f;
  /*font-style: italic;*/
  font-weight: normal;
  clear:both;
}


img {
  border: none;
  border-width: 0px; /*permet de supprimé l'épaisseur d'un cadre l'orsque des image sont accolée*/
  font-size: 0.6em;  /*hauteur du texte de remplacement plus petit*/
  font-style: italic;  /*texte de remplacement italique*/
  padding: 0px;  /*permet d'aligner de manière plus précise les images. Modifier ponctuellment le padding de l'image si nécessaire */ 
}

p {
  margin:0px;
  padding:0.1em 0.5em;

} 

ul {
  margin:  0px;
  padding: 0px 1em ;
  list-style: inside;

}
/*  border: red solid 1px;
  -webkit-margin-before:0px;
    padding: 0.2em;
  margin: 0.2em; 
  border: blue solid 1px;
    border: blue 1px solid;
  background-color:#eee;
*/


li {
  padding: 0em;
  margin: 0em;
  
}

/*  ---------- MENU ----------------- */
 /* ID: Menu-Top                   */
#menu-top {
	/*text-align:center;       #36f double*/
	background: #eef; 
	padding:0;
	margin:0 auto;
	border:#ccc 1px solid;
	line-height:2em;
	-moz-border-radius:6px;
	border-radius:6px;
  -webkit-border-radius:6px;
}

#menu-top ul{
	border:#acf 1px;
  margin: 0 auto;
	padding:0;
	list-style: none;
}

#menu-top li    {
	display: inline;
}
#menu-top a {
  border-width: 0px;
  font-size: 0.9em;
  padding:0.4em 1em 0.4em 1em;
	text-decoration: none;
	font-variant:small-caps;
	font-weight: bolder;
	color: #22f;
	font-family: inherits;
}

#menu-top a:hover {
/*	text-decoration: underline;*/
	background-color: #eef;
	border:solid 1px #acf;
	-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}


.mnu-h {
	background: #eef;
  padding:0;
	margin:0 auto;
	border:#acf 1px solid;
	line-height:2em;
	-moz-border-radius:2px;
	border-radius:2px;
  -webkit-border-radius:2px;*/
}

.mnu-h ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
}

.mnu-h li {
	display: inline;
}

.mnu-h a {
  border-width: 0px;
  font-size: 0.9em;
  padding:0.4em 1em 0.4em 1em;
	text-decoration: none;
/*	font-variant:small-caps; */
	font-weight: bold;
	color: #22f;
	font-family: inherits;
}

.mnu-h a:hover {
	text-decoration: underline;
	background-color: #eef;
	border:solid 1px #acb;
	-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

/*  ---------- HEADER ----------------- */
#header img {
	margin:  0px;
	height: 100px;
	width: 80px;
}

#header table, #header tbody, #header tr ,#header td {
  padding: 0px;
	margin:  0px;
	border: none 0;
}

#header h1 {   
  font-family:  "Mistral" "Comic Sans MS" "Lucida Sans" "verdana";
  border:none;
  margin:3px;
  padding:1px;
  text-align: center; 
  color: #33f; /*#00f;*/
  background-color:inherit;
  font-size:2em;
  font-style:normal;
  font-weight: normal;
}

.f {
  font-size:1.5em;
  color:blue; 
  font-weight: bold;
}



/*  ------------- ACTU ------------------*/
#actu a {
  text-decoration: none;
  color: #06f;
  font-style: italic;
}

 


/* ------ menu-left ----------------------------------*/
#menu-left h3 {    /*plus utilisé*/
  font-weight:bold;
  text-decoration: underline;
  padding: 5px 1px 1px 5px;
  margin: 1px;
}

#menu-left ul {
  padding:0;
  margin:0;
  border:0;
}

#menu-left li {
  /*border-bottom:#ddd solid 1px;*/
  margin: 0;
  padding: 0.4em;
  padding: 0.5em;
  list-style: none;
  border:solid 1px #ccc;
}

#menu-left ul li:hover {
  background-color: #ddd;
  text-decoration: underline;
  border:solid 1px #eee;
}


#menu-left a {
  color: #06f;
  z-index:8;
  text-decoration: none;
}


/* content balise */
#content p {
  
}






/* -------------- lien externe ----------------------*/
a.external {
	background: url("./icon/external.png") center right no-repeat;
	padding: 0 13px 0 0;
}


/* -------------- table Player ----------------------*/
table .player {
  border: none;
}

.player td {
  border: solid 1px #acf;
  margin: 2px;
}



/*  ---------- alternance de l'arriere plan des lignes des tables ----------------- */

.row0 td {
  background-color:#fff;
  border: solid 1px #fff;
}

.row1 td {
  background-color:#eff;
  border: solid 1px #eff;
}

.row1 td.exp {
  background: url("./icon/expand.gif") center left no-repeat;  
  padding-left:15px;
  background-color: #eff;
}

.row0 td.exp {
  background: url("./icon/expand.gif") center left no-repeat;
  padding-left:15px;
  background-color: inherits;
}

.row1 td.exp:hover {
  background-color: #cff;
  cursor:pointer;
  border: solid 1px #39f;
}

.row0 td.exp:hover {
  background-color: #f6f6f6;
  cursor:pointer;
  border: solid 1px #eef;
}



/*   ----------- petites classes -------------*/
.right, .ar {
  text-align:right;
}
.center, .ac {
  text-align:center;
}

.red {
  color :red;;  
}

.tab {
  padding-left:2em;
}

.date {
  color :red;
  font-size:0.9em;
  font-style: italic;
  font-weight: normal;
}

.small {
  font-size:0.9em;
}
.xsmall {
  font-size:0.8em;
}


/*   ----------- search -----------------------
  Formulaire de recherche: Zone Input avec loupe:
    from wiki
    #simpleSearch button#searchButton {
		padding: 0;
		margin: 5px 5px 0 5px;
		height: 13px;
		width: 12px;
		border: none;
		cursor: pointer;
		background-color: transparent;
		background-image: url(images/search-ltr.png?1);
		background-position: center center;
		background-repeat: no-repeat;
	}
*/
	#p-search {
		float: left;
	}
	#p-search {
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
	#p-search form,
	#p-search input {
		margin: 0;
		margin-top: 0.4em;
	}

#searchDiv {
		margin: 0.25em 0.25em 0 0;
		position: relative;
		border: solid 1px #AAAAAA;
		background-color: white;
		background-image: url(icon/search-fade.png);
		background-position: top left;
		background-repeat: repeat-x;
		-moz-border-radius:0 6px 0px 0;
    -webkit-border-radius:0 6px 0 0;
    border-radius:0 6px 0 0;
		
	}
input#searchInput {
		margin: 0;
		border-width: 0;
		padding: 3px;
		vertical-align: top;
		font-size: 13px;
		width: 14em;
		background-color: transparent;
	}
button#searchButton {
		padding: 0;
		margin: 5px 5px 0 5px;
		height: 13px;
		width: 12px;
		border: none;
		cursor: pointer;
		background-color: transparent;
		background-image: url(icon/search.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
/*ajouté dans club7 */
.c7cadre {
    float:left;
    text-align: center;
    border:blue solid 1px;
    padding:2px;margin:5px;
}
.c7img {
    width:155px;
    height:200px;
    margin:1em 0 1em 0;
    padding-bottom:0;
}
.c7texte {
    background-color:#ffffcc;
    margin-bottom:0;
    padding-bottom:0;
    border-top: blue solid 1px;
    
}	

/*ajouté pour ?indivJunior pour indiquer le titre d'une image*/
.img { /*image sans alignement (float)*/
  border:solid blue 1px;
  text-align:center;
}
/*image alignée à gauche (float)*/
.img_left { 
  float:left;
  text-align:center;
  padding:3px;
  margin: 8px 5px 1px 5px;
}

.img_right { /*image alignée à droite (float)*/
  float:right;
  text-align:center;
  padding:3px;
  margin: 3px;
}

.img_cadre { /*css du cadre (div entourant l'image et la legende) */
  border:solid #ccc 1px; 

}
 
.img_title {
    font:10px/12px Arial,Helvetica,sans-serif; 
    border:solid 1px #ccc;
    border-collapse: collapse;
    padding:0px;
    margin:0px; 
    color:#333333;
    background-color:#ffffcc; 
    /*text-align:center;*/
    
}


/*ajouté pour ?indivJunior pour le systeme d'infobulle (voir tooltip.js)  */
.tip {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666;
      padding:1px; position:fixed; z-index:100; visibility:hidden; color:#333333;
       background-color:#ffffcc; top:0px; left:0px;}

#info {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666;
      padding:1px; position:absolute; z-index:100; visibility:hidden; color:#333333;
       background-color:#ffffcc;top:0px; left:0px;}

/*.tip {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666; width:250px; 
      padding:1px; position:absolute; z-index:100; visibility:hidden; color:#333333;
      top:20px; left:90px; background-color:#ffffcc; layer-background-color:#ffffcc;}
#t1 {width:130px;}
#t2 {width:480px;}
#t3 {font:bold 14pt verdana,arial,sans-serif; background-color:#ffcccc; layer-background-color:#ffcccc;}
*/	

.info_mail {
  font-size:0.8em; 
  border:blue solid 1px;
  background-color:#ffc;
}
