
/*	 ************************************************************************
     * Module Name		: Championnats.css									*
     * Release			: 2.0												*
     * Date				: 10/10/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: CFrance / CJeunes / Cparis.html specific CSS 		*
	 *					  definitions										*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** IDs ***************************************/

#ADVERT {
    display : inline;
    margin-left : 7px;
    margin-top : 5px;
    vertical-align : baseline;
    height:280px;
  }

#ADVERT_REG {
    width:100%;
    height:90px;
    text-align:center;
    margin-bottom:5px;
  }

#DIVTITRE {
    text-align: center;
    color: rgb(0,0,255);
    font-family: serif;
    font-size: 18pt;
    width: 770px;
    clear:both;
    margin-top:15px;
    margin-bottom:20px;
  }

#MODOP {
    width:100%;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
    font-size:8pt;
    color:rgb(102,102,102);
  }

#PHOTODIV {
    position: absolute;
    left: 169px;
    top:136px;
    visibility:hidden;
    z-index:3;
  }

#REGLM {
    margin-top:5px;
    text-align:justify;
    font-size:12px;
    font-family:"Times New Roman";
  }

#TEAMRSLTABLE {
    font-family: arial;
    font-size: 13px;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
    border-collapse:collapse;
    width:100%;
  }


#TEAMRSLTABLE TH {
    background-color:#0000ff;
    color:white;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
  }


#TEAMRSLTABLE TD {
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : 1px;
    color : black;
    text-align : center;
    white-space : nowrap;
  }

#TEAMRSLTABLE TD.cmnts {
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : 1px;
	font-family:verdana;
	font-size:10px;
    color : #5B3D13;
    text-align : left;

  }


#TEAMRSLTABLE TD.zero {
    height:0px;
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : 1px;
    color : black;
    text-align : center;
    white-space : nowrap;
  }

/******************************** Classes ***************************************/

.ffttlink {
    width:535px;
    height: 325px;
	float:right;
  }

.invitation {
    background-color: #CD2627;
    font-family: verdana;
    font-size: 10px;
    width:100%;
    color:white;
    text-align:center;
    margin-bottom:5px;
  }

.logo {
	display:block;
    border: 0px;
    width: 175px;
    height : 150px;
	clear:left;
	margin-left:27px;
	padding-top:12px;
  }

.miniature {
    display:inline;
    height : 280px;
    margin-left:7px;
  }

.subchamp {
    height : 0px;
    overflow : hidden;
    width : 100%;
  }

.tabreg {
    margin-top:5px;
    margin-bottom:5px;
    border-style:solid;
    border-width:1px;
    border-collapse:collapse;
  }

.tabreg TD {
    padding:3px;
    text-align:center;
    border-style:solid;
    border-width:1px;
  }

.teamcmpstable {
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-collapse : collapse;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : 1px;
    display : block;
    empty-cells : show;
    float : left;
    font-family : verdana;
    font-size : 8pt;
	width:230px;
  }

.teamcmpstable TH.teamnam {
    font-size:8pt;
    background-color:#0000ff;
    color:white;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
  }

.teamcmpstable TH {
    font-size:8pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
  }

.teamcmpstable TR {
    vertical-align:middle;
  }

.teamcmpstable TD {
    font-size:8pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
  }