/*** Page template ***/

body {
	margin : 0 ; 
	padding : 0 ;
	text-align : justify;
	font-size : 11px ; 
	font-family : helvetica,arial ;
	color : white;
	background :  black;
		scrollbar-base-color:#ff6347;
}

img {
	border : none;
}

a{
 	text-decoration:none;
	color : white;
 	border:none;
}

a img{
	border:none;
}
  
a:link{
 	text-decoration:none;
 	border:none;
	color : white;
}
 
a:hover{
 	text-decoration:none;
	color : white;
}
 
a:visited{
 	text-decoration:none;
	color : white;
}


/********* Container **********/

.maxiContent{
	width:924px;
	height:515px;
	background: black url("../IMG/mokoCalqueTemp2.png") no-repeat;
		
	
}

.maxiContentEnglish{
	width:924px;
	height:515px;
		
	
	background: black url("../IMG/mokoCalqueTemp2English.png") no-repeat;
	
	
}


.maxiContentSite{
	width:924px;
	height:515px;	
	background: black url("../IMG/mokoCalqueFond.png") no-repeat;
	
	
}

.content1{
	width:924px;
	height:515px;
	position:absolute;
	text-align:center;
	overflow:auto;	
	


}

.compteARebour{
	width:200px;
	margin-left:600px;
	margin-top:285px;
	font-size:45px;
}

/********* Menus **********/
.menuTop{
	margin-top:8px;
	float:right;
}
.headerMoko{	
	margin-top: 50px;
	width:890px;
	height:50px;
	

}

.imgMokoHeader{
	text-align:justify;
	float:left;
	
}

.playerMP3{
	margin-left:890px;
	margin-top:40px;
	margin-bottom:0px;
	position:absolute;

}

.enterSite{
	width: 380px;
	height: 180px;
	position:absolute;
	
	
}



.scroll {
	width : 920px;
}

.scroll .content {
	overflow : hidden;
	white-space : nowrap;
}

/* IE6 */
* html .scroll .content {
	width : 870px;
}

.scroll .left {
	float:left;
	width : 20px;
}

.scroll .right {
	float:right;
	width : 20px;
}


/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	

/*** Footer template ***/
 
.footer { 
	text-align:center;
	color:#aaa;
	font-size:10px;
	width:600px;
	font-weight:italic; 
	position:absolute;		
}

.footer li {
	display:inline;
	margin-right:20px;
	margin-left:20px;
	color:#aaa;

}
.footer a {
	color:#aaa;
	text-decoration:none;
	color:#aaa;

}
.footer a:hover {
	color:#aaa;
	text-decoration:underline;
	color:#aaa;
}

.footer a:visited{
	color:#aaa;
	text-decoration:none;
	color:#aaa;
}

.loading{
	color: black;
	text-align:center;
	width:100%;
	margin-top:110px;
	margin-left:auto;
	margin-right:auto;
	
}


