body {
	font-family : Verdana,Arial,Helevetica,sans-serif;
	color : #000;
	font-size : 0.8em;
	margin : 0;
	padding : 0 0 0 2px;
	background : url(../images/bg_bg.jpg);
	background-repeat:repeat;
}

body.popup {
	font-family : Verdana,Arial,Helevetica,sans-serif;
	color : #000;
	font-size : 0.8em;
	margin : 0;
	padding : 0 0 0 10px;
	background : #000 /*url(../images/bg_left.jpg)*/;
	background-repeat:repeat;
}
/*********-+-+-+-+-+-+-+-**********/
a {
	color : #336;
}
/*********-+-+-+-+-+-+-+-**********/
html*a:hover, html*a:focus {
	text-decoration : none;
}

h1, h2, h3, h4 {
	font-family : "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
}

/*h1 { font-size: 1.7em; padding:0 0 10px 0; margin:0 0 0 20px; color:#FDAB00;}*/
h1 { font-size: 1.7em; padding:0 0 5px 0; margin:0 0 0 20px; color:#33363F;}
h2 { font-size: 1.5em; padding:0 0 0 0; margin:0 0 0 0; color : #cd0000;}
h3 { font-size: 1.17em; margin: 10px 0; color : #f60; }
h4 { margin: 1.33em 0; color : #090; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

h2 { position : relative; }
div>h2 { position : static; }

p { margin : 0.5em 0; }
img { border : 0; }

dt {
	margin-top : 1em;
	margin-bottom : 0.5em;
	font-weight : bold;
}

dd {
	margin-left : 0.5em;
}

pre, code, kbd, samp {
	font-family:"Courier New",Courier,monospace;
	font-size : 1.1em;
}

code {
	color : #666;
	font-weight : bold;
}

table {
	font-size : 1em;
}

fullwidth{ width:740px;}

/*/////////////////////*/
/*      CONTENEURS     */
/*-------------------------------------------------------- */

#bodybgtop {
	background : #fff url(../images/bg_top.jpg);
	width:950px;
	background-repeat : repeat-x;
	margin:0;
	padding:0 0 0 0;
	border-width : 0 1px 0 0;
	border-style : solid;
	border-color : #FFEE00;/**/
}
#bodybgshape {
	background-image : url(../images/bg_shape.jpg);
	background-repeat : no-repeat;
	margin:0;
	padding:0;
	width:940px;
	/*height:580px*/
}
#bodybgleft {
	background-image : url(../images/bg_left.jpg);
	background-repeat : repeat-y;
	margin:0;
	padding:0;
}
#bodycloser{
	background-image : url(../images/bg_bas.gif);
	background-repeat : no-repeat;
	display:block;
	/*margin:0 0 0 1px;*/
	height:20px;
	width:950px;
}
#bodybgtop-pop {
	background : #eee url(../images/bg_top.jpg);
	background-repeat : repeat-x;
	margin:0;
	padding:0;
	border-width : 0 1px 0 1px;
	border-style : solid;
	border-color : #FFEE00;/**/
	width:630px;
}
#bodybgshape-pop {
	background-image : url(../images/bg_shape.jpg);
	background-repeat : no-repeat;
	margin:0;
	padding:0;
	width:630px;
	/*height:580px;*/
}
#bodycloser-pop {
	background-image : url(../images/bg_bas.gif);
	background-repeat : no-repeat;
	margin:0 0 0 1px;
	height:20px;
	width:630px;
}

#subcontent {
	clear:left;
	padding:0;
	margin:0 0 0 130px;
}

#footer {
	float:right;
	text-align : right;
	margin : 10px 10px 5px 0;
	color:#666666;
}
#footer-pop {
	clear:both;
	text-align : right;
	margin : 10px 10px 0 0;
	color:#666666;
}


/*/////////////////////*/
/*        MENUS        */
/*-------------------------------------------------------- */

#banner{
	text-align:center;
	padding:15px 0 5px 0;
}
#banner-pop{
	padding:10px 0 10px 145px;
}
#banner img{
	margin:0;
	border:none;
}
#header {
	/*float : left;*/
	width : 100%;
	line-height : normal;
	text-align: center;
}
#header ul {
	display:inline;
    margin : 0;
    padding : 0;
    list-style : none;
	/*border:1px solid #0f0;*/
}
#header li {
	display:inline;
	margin : 0 0 0 0;
	padding : 0 0 0 25px;
}
#header a {
	padding : 10px 10px 5px 3px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #336;
}

/* Commented Backslash Hack
Cache des règles à IE5-Mac \*/
#header a {float:none;}
/* Fin du hack IE5-Mac */

#submenu {
	display : inline;
	position : relative;
	clear : left;
	float:left;
	padding : 0;
	margin : 10px 0 10px 125px;
	color : #666;
}

#submenu li {
	display : block;
	float:left;
	list-style : none;
	margin:0 0 0 8px;
	height:20px;
	/**/
}
#submenu li a {
	display:block;
	float:left;
	text-decoration:none;
	padding:2px 5px 0 0;
	height:20px;
	background : transparent url(../images/bg_smenu_right.gif) repeat-x top right;
}
.submenuicon, #submenuicon {
	float:left;
	margin:0;
	padding:2px 3px 2px 4px;
	background : transparent url(../images/bg_smenu_left.gif) no-repeat top left;
}

.ui-name {
	background : transparent url(../images/ico_connect.gif) no-repeat top left;
}
.ui-logout {
	background : transparent url(../images/ico_disconnect.gif) no-repeat top left;
}
.ui-account {
	background : transparent url(../images/ico_settings.gif) no-repeat top left;
}
.ui-name, .ui-logout, .ui-account {
	padding:0 0 0 17px;
	margin:0.5em 0;
}

#user_id, #user_pwd{
	width:95%;
}


/*/////////////////////*/
/*     SEPARATIONS     */
/*-------------------------------------------------------- */

.sepfoot {
	line-height:1px;
	font-size:1px;
	clear:both;
	margin:10px 150px 0 150px;
	padding:0 0 0 0;
	height:5px;
	background : transparent url(../images/bg_zebra_gray.gif) repeat;
}
hr.thin {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #ddd;
}

/*/////////////////////*/
/*       COULEURS      */
/*-------------------------------------------------------- */

.fcolor {
	color:#bf1313;
}
.fcolor-light {
	color:#E1D1CB;
}
.fcolor {
	color:#13309d;
}
.fcolor-light {
	color:#CAD6E6;
}
.bgcolor-alt1 {
	background-color:#ffffff;
}
.bgcolor {
	background-color:#13309d;
}
.bgcolor-light {
	background-color:#E0E8F8;
}
.bgcolor-dark {
	background-color:#163355;
}
.color-dark {
	color:#163355;
}
.color-bright {
	color:#fff15f;
}
.bgcolor-bright {
	background-color:#fff8cf;
}
.color-alt1 {
	color:#FFFFFF;
}
.color-gray-dark {
	color:#666666;
}
.color-black,.color-normal {
	color:#000000;
}
.color-decale {
	color:#994444;
	background-image:url(../images/bg_decale.gif);
}

/*/////////////////////*/
/*    MISE EN FORME    */
/*-------------------------------------------------------- */

.right {
	text-align : right;
}
.left {
	text-align : left;
}
.justify {
	text-align:justify;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.inline {
	display : inline;
}
.clear {
	clear : both;
}
.small {
	font-size : 0.8em;
}
.smallpx {
	font-size : 11px;
}
.big {
	font-size : 1.2em;
}
.center {
	text-align : center;
}
.miniline{
	line-height:1px;
	font-size:1px;
}


/*/////////////////////*/
/*    PAD & MARGES     */
/*-------------------------------------------------------- */

.semi {
	margin : 0.5em 0;
}
.padsemi {
	padding : 0.5em 0;
}
.pad2px{
	padding : 2px 0;
}
.mar2px{
	margin : 2px 0;
}
.marleft10px{
	margin:0 0 0 10px;
}

.nomargin{
	margin:0;
}
.nopadding{
	padding:0;
}


/*/////////////////////*/
/*       TAILLES       */
/*-------------------------------------------------------- */

.width20 {
	width:20px;
}
.width30 {
	width:30px;
}
.width35 {
	width:35px;
}
.width50 {
	width:50px;
}
.width40 {
	width:40px;
}
.width70 {
	width:70px;
}
.width90 {
	width:90px;
}
.width100 {
	width:100px;
}
.width150 {
	width:150px;
}


/*/////////////////////*/
/*       BORDURES      */
/*-------------------------------------------------------- */

.bdall{
	border:1px solid #FDAB00;
}
.bdtop{
	border-top-width:1px;
	border-top-color:#FDAB00;
	border-top-style:solid;
}
.bdbottom{
	border-bottom-width:1px;
	border-bottom-color:#FDAB00;
	border-bottom-style:solid;
}
.bdright{
	border-right-width:1px;
	border-right-color:#FDAB00;
	border-right-style:solid;
}
.bdleft{
	border-left-width:1px;
	border-left-color:#FDAB00;
	border-left-style:solid;
}


/*/////////////////////*/
/*        TEXTES       */
/*-------------------------------------------------------- */

.erreur {
	clear:both;
	border-left : 6px solid #f93;
	padding : 0 0 0 0.5em;
	margin:0 0 0 0;
}
.erreur strong {
	color : #f60;
}
.errno {
	color : #666;
}
.errmsg {
	color : #c00;
	font-weight : bold;
}

.message {
	color : #f60;
	font-weight : bold;
}

.post-chapo {
	margin:1em 0 0 0;
}
.post-content {
	margin:1em 0 0 0px;
	padding:0 7px;
}
.post-content li, .cadremid_trans li {
	margin:0 0 0 40px;
	padding:0;
}
.comment-info {
	border-top-width:1px;
	border-top-color:#e0e0e0;
	border-top-style:solid;
	padding:10px 0 0 10px;
	margin: 10px 0 0 0;
}
.comment-content {
	margin:0 50px 10px 50px;
	padding:5px 0;
	background-color:#FFFFFF;
	border-bottom-style:dashed;
	border:1px dashed #cfcfcf;
}

.lire-la-suite {
	text-align:right;
	font-size:0.8em;
	line-height:20px;
}
.note {
	text-align:justify;
	font-size:0.8em;
	color:#666;
}


/*/////////////////////*/
/*      TABLEAUX       */
/*-------------------------------------------------------- */

.minicell {
	line-height:1px;
	font-size:1px;
	height:10px;
}

.cadre {
	float : right;
	width : 150px;
	margin:15px 0 10px 10px;
	padding:0;
	list-style : none;
}
.cadremid{
	overflow:hidden;
	padding:0 5px;
	margin:0;
	background : url(../images/cadre_mid_g.gif) repeat-y;
}
.cadremid p, .cadremid form, .cadremid li {
	padding:0;
	margin:0;
}
.cadremid form {
	padding:1em 0 0 0;
}
.cadretop{
	background : url(../images/cadre_top_g.gif) no-repeat;
	height:10px;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
}
.cadrebottom{
	background : url(../images/cadre_bottom_g.gif) no-repeat top left;
	height:10px;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
}
.cadretop_trans, .cadretop_trans_y{
	height:10px;
	width:750px;
	padding:0;
	line-height:1px;
	font-size:1px;
	float:left;
}
.cadretop_trans{background : url(../images/table_top_trans.gif) no-repeat; }
.cadretop_trans_y{background : url(../images/table_top_trans_y.gif) no-repeat; }

.cadrebottom_trans, .cadrebottom_trans_y{
	background : url(../images/table_bottom_trans.gif) no-repeat top left;
	height:10px;
	width:750px;
	padding:0;
	line-height:1px;
	font-size:1px;
	float:left;
}
.cadrebottom_trans{background : url(../images/table_bottom_trans.gif) no-repeat; }
.cadrebottom_trans_y{background : url(../images/table_bottom_trans_y.gif) no-repeat; }

.cadremid_trans, .cadremid_trans_y{
	width:750px;
	padding:0;
	float:left;
}
.cadremid_trans{background : url(../images/table_mid_trans.gif) repeat-y; }
.cadremid_trans_y{background : url(../images/table_mid_trans_y.gif) repeat-y; }

.cadretop_trans, .cadremid_trans, .cadrebottom_trans {margin:0 0 0 10px;}

.cadremid_trans p, .cadremid_trans_y p{
	margin:0.5em 1em;
}
.cadresep{
	line-height:1px;
	font-size:1px;
	height:1px;
	padding:0;
	background : transparent url(../images/bg_zebra_gray.gif) repeat;
}
.cadremid_trans table, .cadremid_trans_y table{
	margin:0 2px;
	border: 1px solid #FDAB00;
}
.cadremid_trans td, .cadremid_trans_y td{
	padding:0 5px;
}
.cadremid_trans form, .cadremid_trans_y form{
	padding:0;
	margin:0;
}
.cadremid_trans h3, .cadremid_trans_y h3{
	padding:0;
	margin:0 10px;
}

#tableteamstop {
	clear : both;
	margin:0 0 0 0;
	width:750px;
	height:16px;
	line-height:1px;
	font-size:1px;
	background : transparent url(../images/table_top_g.gif) no-repeat;
}

#tableteams {
	clear:both;
	margin:0 0 0 0;
	padding:0;
	width:750px;
	background: transparent url(../images/table_mid_g.gif) repeat-y;
	color:#000000;
	text-align:left;
}
#tableteams_h{
	width:750px;
}
.gcaldendar {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	width:750px;
	background: transparent url(../images/table_mid_g.gif) repeat-y;
	color:#000000;
	text-align:left;
}

#tableteams-pop {
	margin:2px 0;
	width:730px;/**/
}

#tableteams th{
	text-align:center;
}
#tableteams-border{
	margin:0 120px 0 60px;
	padding:5px 0 15px 0;
	border:1px solid #FDAB00;
}

.bgzebra-light {
	padding:0;
	margin:0;
	background-image: url(../images/bg_zebra_light.gif);
	background-repeat:repeat;
}

.bgzebra-light-alt {
	padding:0;
	margin:0;
	background-image: url(../images/bg_zebra_gray.gif);
	background-repeat:repeat;
}

#tableteams form {
	margin:0;
	padding:0;
}

#tableteamsbottom {
	margin:0 0 0 0;
	width:750px;
	height:16px;
	line-height:1px;
	font-size:1px;
	background : transparent url(../images/table_bottom_g.gif) no-repeat;
}

#tableteams img, #tableteams img{
	margin:3px 0 0 0;
	padding:0;
	border:none;
}
.tableteamsttl{
	font-weight:bold;
	font-size:14px;
	color:#fff15f;
	padding:0 0 0 10px;
}
.tableteamsmsg {
	padding:5px 0 0 15px;
}
.tableteamssep{
	line-height:1px;
	font-size:1px;
	height:1px;
	padding:0;
	/*border-top:1px solid #ffc000;*/
	background : transparent url(../images/bg_zebra_gray.gif) repeat;
}
.tableteamsname{
	width:46%;
	/*height:30px*/
}
.tableteamsnamebg{
	background : transparent url(../images/bg_zebra.gif) repeat;
	padding: 0 0 0 1em;
}

.tableteamsinfos {
	margin:0 10px 0 0;
}
.tableteamsinfosttl {
	margin:0 10px 0 0;
	color:#fff;
}
.tablecellinfosttl{
	padding:0 0 7px 0;
}
.tablecellinfosfooter{
	padding:7px 0 0 0;
}
.firstcell, .lastcell, .maillotred {
	line-height:1px;
	font-size:1px;
	width:25px;
	text-align:center;
}
.firstcell img {
	padding:0;
	margin:0;
}
.lastcell{
	width:7px;
}

.tablejname {
	width:190px;
}
.tablejname-pop {
	width:165px;
}
.tablejteam, .tablejteam-pop {
	width:135px;
}

.tablejposte {
	margin:10px 0 0 0;
	width:320px;
	font-style:italic;
	color:#ffc000;
}

#register td {
	text-align:right;
	padding:2px 0 2px 1em;
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #cd0000;
}

.table_miniranks{
	margin:4px 5px 3px 5px;
	float:left;
}
.table_miniranks2{
	margin:0px 0 7px 90px;
	float:left;
}

/*-------------------------------------------------------- */

.horloge{
	/*border:1px solid #FF0000;*/
	background : transparent url(../images/bg_horloge.gif) no-repeat;
	width:350px;
	height:40px;
	margin:10px 10px 5px 0;
	padding:7px 0 0 0;
	text-align:center;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#jersey{
	background : transparent url(../images/bg_jersey.gif) no-repeat 23px 15px;
}

#div_player_list_in {
	width:750px;
	padding:0 5px;
	border:4px solid #163355;
	background-color:#eee;
}

#div_response_container{
	display:block;
	position: relative;
}
#div_response_list{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:285px;
}

.valid_transaction, .error_transaction {
	border:1px solid #000;
}

.survol1:hover {
	background:#fff8cf;
}

.msglist {
	color:#C00;
	font-weight:bold;
}

/* FORMULAIRES */
/*-------------------------------------------------------- */
form {
	padding:0;
	margin:2px 0;
}
input, textarea, option, select {
	background : #f6faff;
	color : #000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 1em;
}
input, textarea {
	border-width : 1px;
}
*>input, *>textarea {
	border-color : #333;
}

label, span.label {
	display : block;
	color:#FFFFFF;
}

input.submit {
	border-style : outset;
	background : #d2e0e6 url(degrade_bleu.png) repeat-x 0 100%;
	font-weight : bold;
}

input.submit:hover, input.submit:focus {
	background : #fc3 url(degrade_orange.png) repeat-x 0 100%;
}

input.submit:active {
	border-style : inset;
}

.btnacheter{
	border:none;
}

fieldset {
 border: none;
 padding: 0;
 margin: 0;
 width : 100%;
 text-align:center;
}

p.field {
	clear : left;
	margin : 0;
	padding : 0.5em 0 0 0;
}

label.float, span.label {
	position : relative;
	float : left;
	width : 25%;
	padding-right : 0.5em;
}

