/* cmsms stylesheet: accueil modified: 03/14/23 14:27:22 */
* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#global-acc{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin-left: -512px;
text-align:center;
}
.img-acc{
	position: relative;
	top: 0px;
	left: 0px;
	width: 840px;
	height: 520px;

}
img{
	border: 0px;
}
.bottom-acc{
	position: absolute;
	top: 1250px;
	left: 0px;
	width: 840px;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	text-align: center;
}
.lcredit{
	font-weight: normal;
	text-decoration: none;
	color: #404040;
	border-bottom: dotted 1px #404040;
}
.lcredit:hover{
	background-color: #404040;
	color: #000;
}

.img-acc-mob {
display:none;
}


@media (max-width: 640px) {
	
#global-acc{
width:100%;
position: absolute;
top: 0px;
margin-left: 0px;
left:0px;
}

.img-acc {
display:none;
}

.img-acc-mob {
display:block;
}

.bottom-acc{
	position: relative;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	text-align: left;
}
	
}
