/* CSS FOR MAMA CASS MODULE 		*/
/* (c) cynik for opiOM 				*/
/* 06/06/2007						*/
/*----------------------			*/

body{
	margin:0;
	padding:0;
}

div.moduleMamaCass{
	margin: 0px 5px 0px 5px;
	padding:0;
	background:url("img/mamacass.jpg") no-repeat right bottom;
	min-height:600px; /* Pas supporte sous IE */
}
div.moduleMamaCass .hidden{
	display:none;
}
/* TITLE */
div.moduleMamaCass h1{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #CCC;
	width:80%;
	position:relative;
	left:10%;
}
div.moduleMamaCass h3{
	font-size:1.4em;
	text-indent:40px;
	text-align:center;
	margin : 20px;
	color:#ff9900;
}

/* Ajouts Fanfarlo */

h1{
	font-size:2.2em;
	line-height:1.5em;
}

.ficheJoueur h2{
	color: #ff9900;
	font-size : 2.2em;
	line-height:1.2em;
	text-align:right;
	margin-right:5px;
}


/* AJAX SELECTION */
div.moduleMamaCass div.selectAjax{
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
div.moduleMamaCass div.selectAjax select{
	border:solid 1px #CCC;
}
/* LIST */
div.moduleMamaCass ul.listeJoueurs,
div.moduleMamaCass ul.listeRencontres{
	text-align:center;
	position:relative;
	margin:0 auto;
	width:50%;
}
div.moduleMamaCass ul.listeJoueurs li,
div.moduleMamaCass ul.listeRencontres li{
	border:solid 1px #CCC;
	background:url("img/bk.gif");
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:1.2em;
}
div.moduleMamaCass  ul.listeJoueurs ul.action li,
div.moduleMamaCass ul.listeRencontres ul.action li{
	border:none;
	margin:0px;
	padding:0px;
	line-height:200%;
	background:none;
	font-size:0.8em;
	font-weight:bold;
	}
/* SELECT OTHER */
div.moduleMamaCass div.selectOther{
	margin:10px 0px 10px 30px;
}
/* VUE : GRAPHIQUE JOUEUR */
div.moduleMamaCass ul.commentMapNotes li{
	z-index:5;
	padding:10px;
	background:url("img/bk.gif");
	position:absolute;
	display:none;
	width:200px;
}
div.moduleMamaCass ul.commentMapNotes li h4{
	text-align:center;
	margin:0px;
	text-indent:0px;
	font-size:15px;
}
div.moduleMamaCass ul.commentMapNotes li p.date{
	font-size:8px;
	text-align:right;
	color:#888;
	font-style:italic;
}
div.moduleMamaCass ul.commentMapNotes li p.commentaireMama{
	font-size:10px;
	text-align:left;
}
div.moduleMamaCass div.indication{
	margin-left:25px;
	font-style:italic;
}
div.moduleMamaCass div.graphiqueNote{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

/* Ajouts Fanfarlo */

.ficheJoueur ul li{
	border: 1px #aeaeae dotted;
	margin: 15px;
	padding:10px 10px 10px 15px;
	background:url("img/bk.gif");
	/*height:100%;*/
}

.ficheJoueur ul li .note{
	font-size:3em;
	font-weight:bold;
	color:#ff9900;
	line-height:1em;
	float:left;
}

/* VUE : RENCONTRE */
div.moduleMamaCass div.infosRencontre{
	margin-left:15px;
	margin-right:15px;
	border:solid 1px #CCC;
	background:url("img/bk.gif");
	margin-top:5px;
	padding:10px;
	margin-bottom:5px;
	font-size:1.2em;
}
div.moduleMamaCass div.infosRencontre div.date,
div.moduleMamaCass div.infosRencontre div.avisMama,
div.moduleMamaCass div.infosRencontre div.noteMama{
	font-style:italic;
	float:left;
	margin-right:10px;
}
div.moduleMamaCass ul.listeNote li{
	border:solid 1px #CCC;
	background:url("img/bk.gif");
	margin :15px;
	padding:10px 10px 15px 10px;
	font-size:1.2em;
	height:100%;
}
div.moduleMamaCass ul.listeNote li span.joueurId{
	font-weight:bold;
	text-indent:10px;
}
div.moduleMamaCass ul.listeNote li div.note, .ficheJoueur ul li .note{
	font-size:2.5em;
	font-weight:bold;
	color:#ff9900;
	width:70px;
	text-align:center;
	line-height:1.5em;
	float:left;
	height:63px;
	background: url(http://www.opiom.net/images/post-it.png) no-repeat;
}


/* Ajouts fanfarlo */

div.moduleMamaCass .avisMama, .rencontreId{
	font-weight:bold;
}

div.moduleMamaCass .competition{
	color:#ff9900;
	font-style:italic;
	padding-left:25px;
	line-height:25px;
}

div.moduleMamaCass .commentaireRencontre .commentaire{
	text-align:justify;
}

div.moduleMamaCass .titreCommentaire{
	font-style:italic;
}

div.moduleMamaCass .noteRencontre, .noteMama{
	font-weight:bold;
	font-size:1.1em;
	line-height:2em;
}
