/* Start of CMSMS style sheet 'Language Choice' */
/* =Lang Choice Page
---------------------------------------------------------------------------------------------------- */	

#lang-choice-logo {
	padding-top:15px;
	padding-bottom:75px;
	text-align:center;
}

#lang-choice {
	width:960px;
	background: url(uploads/images/structure/lang-choice-bg.png) no-repeat top center;
	height: 285px;
	min-height: 285px;
	font-size: 16px;
}

#lang-choice-eng {
	float:left;
	text-align:right;
	width:360px;
	padding-right:45px;
	padding-left:75px;
}

a.btn-lang-choice-eng,
a.btn-lang-choice-eng:link,
a.btn-lang-choice-eng:visited{
	display:block;
	background: url(uploads/images/structure/lang-choice-btn-eng.png) no-repeat 0 0;
	width: 165px;
	height: 53px;
	overflow: hidden;
	text-indent:999999px;
        text-decoration: none;
}

a.btn-lang-choice-eng:hover {
	display:block;
	background: url(uploads/images/structure/lang-choice-btn-eng.png) no-repeat 0 -53px;
	width: 165px;
	height: 53px;
	overflow: hidden;
	text-indent:999999px;
       text-decoration: none;
}

#lang-choice-fra {
	float:left;
	text-align:left;
	width:360px;
	padding-left:45px;
	padding-right:75px;
}

a.btn-lang-choice-fra,
a.btn-lang-choice-fra:link,
a.btn-lang-choice-fra:visited{
	display:block;
	background: url(uploads/images/structure/lang-choice-btn-fra.png) no-repeat 0 0;
	width: 165px;
	height: 53px;
	overflow: hidden;
	text-indent:-9999px;
text-decoration: none;
}

a.btn-lang-choice-fra:hover {
	display:block;
	background: url(uploads/images/structure/lang-choice-btn-fra.png) no-repeat 0 -53px;
	width: 165px;
	height: 53px;
	overflow: hidden;
	text-indent:-99999px;
text-decoration: none;
}

#lang-choice-eng .lang-choice-intro {
	padding-right:6px;
	padding-top:20px;
}

#lang-choice-fra .lang-choice-intro {
	padding-left:11px;
	padding-top:20px;
}
/* End of 'Language Choice' */

