/* --- FAKE POPUPS / MODAL --- */
div.ppLayer {}
div.ppWindow {
	width: 500px;
	color: inherit;
	background: transparent url(../images/bg_popup.png) repeat;
	padding: 50px;
	margin: 0 auto;
}

div.ppWindow p.close {}

div.ppContent {
	overflow: auto;
	width: 94%;
	color: inherit;
	background: #FFF;
	padding: 2% 3%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* --- JQuery Dialog elements --- */
.ui-dialog .ui-dialog-titlebar {position: relative;}
.ui-dialog .ui-dialog-title {display: none;} 
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 55px;
	top: 25px;
	width: 68px;
	height: 22px;
	background-image: url(../images/pic_close.gif);
}
.ui-dialog .ui-dialog-titlebar-close span {display: none;}

/* --- FORM / REMOTE --- */
.actionRemote{
float: right;
height: 28px;
}

div.error{
	color: red;
	font-weight: bold;
	display: none;
}

div.confirm{
	color: red;
	font-weight: bold;
	float: left;
	display: none;
}

/* --- FORM / GENERAL --- */

div.ppWindow input[type=text], div.ppWindow textarea{
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 5px 0 0 0;
}

/* --- FORM / SEND MAIL --- */

div.ppWindow input[type=text]{
	width: 250px;
}
div.ppWindow textarea{
	width: 455px;
	height: 50px;
}
div.nom{
	margin-top: 5px;
	font-weight: bold;
}

/* --- PAGE DELEGUE / GESTION DES DIV --- */
#show_delegue{display:none}

/* --- LOADER / LOADER AJAX --- */
.load{
	background: transparent url(../images/loader.gif) no-repeat center top;
	height: 32px;
	display:none;  
}

.rencontres, .classements, #calendrier, .contenu_box{
    position:relative;
}

.rencontres .load, .classements .load, #calendrier .load, .contenu_box .load{
    position:absolute;
    top:120px;
    width:100%;
}

#bloc_statsMatch_load, #bloc_statsJoueursMatch_load, #bloc_infos_load {
    position:absolute;
    top:50px;
    width:100%;
}
/* --- CORRECTION CSS / ONGLETS --- */
.onglets_infos{position:static;}
