/* Start of CMSMS style sheet 'splash' */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 18px arial, sans-serif;
	font-weight: bold;
	background-image: url('../new_img/logo-mp-backg-small.png');
}

#splash{
	width: 900px;
	height: 435px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -455px;
	margin-top: -220px;
	/* background: url('../images/bgSplash.jpg') top center no-repeat; */
}

#welcome-img-left {
    height: 172px;
    width: 450px;
    float:left ;
    margin-right: 8px;
    padding-left:12px;
}

.img-accueil {
    border:0px;
}

#welcome-text-right {
   text-align:justify;
   font-family: verdana, arial;
   color: #000066;
   font-weight: normal;
   font-size: 12px;
   padding-bottom: 8px;
   padding-right:12px;
   background-color:white;
}

#welcome-text-right-prop2 {
   text-align:justify;
   font-family: verdana, arial;
   color: #000066;
   font-weight: normal;
   font-size: 12px;
   padding-bottom:60px;
   padding-right:12px;
   background-color:white;
}

#flags {
    text-align:right;
    background-color:white;
    padding-right:12px;
}

#flags-prop2 {
    text-align:center;
    background-color:white;
}


#ban-top {
    height: 24px;
    background: url('../new_img/ban-top.png') top center no-repeat;
    padding-bottom:16px;
    background-color:white;
}

#ban-bottom {
    height: 24px;
    background: url('../new_img/ban-bottom.png') bottom center no-repeat;
    padding-top:8px;
    background-color:white;
}

#splashLinks{
	margin-top: 260px;
}

a{
	color: #16620b;
}
/* End of 'splash' */
