/*-----------------------------------------------*/
/*-------------------- BODY ---------------------*/
/*-----------------------------------------------*/
body
{
    background-color: #FFFFFF;
    color: #001F37;
}

a
{
	text-decoration: underline;
}

/*-----------------------------------------------*/
/*----------------- LOGO SICPA ------------------*/
/*-----------------------------------------------*/
.clsLandingPageLogoSicpa
{
    margin-top: 95px;
	margin-right: 40px;
}

/*-----------------------------------------------*/
/*--------------- SELECT LANGUAGE ---------------*/
/*-----------------------------------------------*/
.clsSelectLanguageLandingPage
{
    width: 170px;
}

.clsLandingPageLanguageSelection
{
    margin-top: 42px;
    margin-right: 162px;
}

/*-----------------------------------------------*/
/*------------------ COPYRIGHT ------------------*/
/*-----------------------------------------------*/
.clsCopyrightLandingPage
{
    margin-top: 46px;
    margin-right: 108px;
}

.clsCopyrightTextLandingPage
{
    font-size: 11px;
    color: #0098DB;
}

/*NEW*/

.clsLngLandingPage
{
	color: #0098db;
	line-height: 25px;
	letter-spacing: 1px;
}

.clsLngLandingPage a:hover
{
	color: #001f37;
	text-decoration: underline;
}