body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
    font-weight: normal;
	color: #003063; 
	background-image: url(Images/FondJoueur.jpg);
}

/* Zone EN-TETE*/
.header
{
	background-image: url(Images/header.gif);
	background-repeat:  no-repeat;
    position: relative;
    width: 973px; /*760px;*/
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}
.date{
	position: absolute;
	right: 20px;
	top: 23px;
	height: 85px;
}
.rotator
{
    position: absolute;
    right: 200px;
    top: 16px;
}
.nav
{
	position: absolute;
    top: 65px;
    right: 15px;
    color: #ffffff;
    font-size: 10px;
}
.menua
{
    position: absolute;
    right:15px;
    top: 0px;
    color:#3240FF;
    font-size: 10px;
}

/* Zone PIED DE PAGE */
.footer
{
    background-image: url(images/footer.gif);
    margin-left:  auto;
    margin-right:  auto;
    margin-top:0.4em;
    width: 973px; /*760px;*/
    text-align: center;
    font-size: 9px;
}

/* Zone CENTRE DE PAGE */
.page
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url(images/body-repeat.gif);
    background-repeat: repeat-y;
    position: relative;
    width:  911px; /*712px;*/
    min-height: 600px; /*rajouter*/
    /*height:700px;*/
    padding: 0px 24px;
}
#sidebar {
	float: left;
	width: 214px;
	min-height: 600px; /*rajouter*/
    /*height: 700px;*/
}

#content {
	margin-left: 245px;
	min-height: 600px; /*rajouter*/
    /*height: 700px;*/
}

#liensEspaceMembre
{
    margin-left: 2em;
    margin-top: 1.0em;
}

.gridcontent
{
    margin-top: 1.0em;
    width:460px;
    height: 100%;
    border-right: #7b9ebd 1px solid;
    border-top: #7b9ebd 1px solid;
    border-left: #7b9ebd 1px solid;
    border-bottom: #7b9ebd 1px solid;
}

.menu
{
    margin-bottom: 0.3em;
    text-transform: uppercase;
}
.treeview
{
    margin-left: 2em;
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    line-height: 2.1em;
}

.headercell
{
    color: #003063;
    font-weight:bold;
    vertical-align:text-top ;
    text-align:right;
    width:150px;
 }

/* BARRE DE FRACTIONNEMENT */
hr {
	border: 0;
	border-top: 1px solid #efeff7;
	height: 1px;
}

/* TITRE */
h1,h2,h3
{
    margin: 0;
	font-family: verdana;
	font-size: 11px;
}
h1
{
 	margin-top: 1.0em;
	margin-bottom: 1.12em;
    font-size: 12px;
    font-weight: bold;
}
h2
{
    font-weight: normal;
}
h3
{
    font-weight: bold;
}

/* LIENS HYPERTEXTE */
a {
	text-decoration: none;
	color: #31659C;
	font-weight:bold;
}

a:visited {
	color: #31659C;
	font-weight:bold ;
}

a:hover {
	text-decoration: underline;
	color: #31659C;
	font-weight:bold;
}

a:active {
	color: #31659C;
	font-weight:bold;
}

/* LISTE */

ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}
.link {
	list-style-image: url(images/bullet-1.gif);
}


/* Cadre Patience Chargement Page */
#cache
{
	position:absolute;
	top:200px;
	z-index:10;
	visibility:hidden;
}

/*
Dans le Default.Skin
<asp:TextBox runat="server" BackColor="transparent" valign="middle" border="1px solid #929292"
        width="300px" height="300px" ForeColor="#ced7ef"></asp:TextBox>
<asp:Label runat="server" BackColor="transparent" width="140px" height="15px" align="right"></asp:Label>

*/

/* Contact & Livre d'Or 
div.Contact fieldset {width:460px;margin:auto;position:relative;}
div.Contact fieldset label {text-align:right;width:100px;clear:left;display:block; float:left;margin:5px;}
div.Contact fieldset input {width:300px;margin:5px;}
div.Contact fieldset input.Button {margin-right:25px;float:right;width:70px;}
div.Contact fieldset div.Summary {margin:0 0 0 120px;}
div.Contact fieldset div.Summary ul {margin:0 0 0 10px;}
div.Contact fieldset div.Summary ul li {list-style-type:decimal;list-style-position:inside;color:#F00;}
div.Contact fieldset textarea {width:300px; margin:5px;height:300px;color:#FFFFC0;}


div.Login fieldset {width:290px;margin:auto;position:relative;}
div.Login fieldset label {text-align:right;width:70px;clear:left;display:block; float:left;margin:5px;}
div.Login fieldset input {width:170px;margin:5px;}
div.Login fieldset input.Button {margin-right:25px;float:right;width:70px;}
*/