body {
	margin: 0;
	text-align: center;
	background: #165593;
	font-family: Tahoma, Arial;
	font-size: 11pt;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #333;	
}
#page {
	background: #fff url('/m/images/blason.png') 0 -5px no-repeat;
}
.portrait {
	width: 320px;
	height: 480px;
}
.paysage {
	width: 480px;
	height: 320px;
}
h1 {
	margin: 0;
	display: none;
}
#blason {
	float: left;
	width: 320px;
	height: 40px;
}
#flags {
	float: left;
	width: 160px;
}
.portrait #flags {
	width: 320px;
	margin: 240px auto 0 0;
}

#flags a {
	display: block;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	float: left;
}
.paysage #flags a {
	width: 75px;
	margin-top: 5px;
}
.portrait #flags a {
	width: 49px;
}
#flags a img {
	border: none;
	height: 40px;
	width: 40px;
}

.linkmcm {
	clear: left;
}

#footer {
}
.portrait #footer {
	padding-top: 2px;	
	clear: left;
}
.paysage #footer {
	width: 160px;
	margin-left: 320px;
	clear: left;
	padding-top: 2px;
}
.ifooter {
	background: url('/m/images/line.png') top no-repeat;
	padding-top: 2px;	
}
.paysage .ifooter {
	padding-top: 4px;	
}
#addhome {
	visibility: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	background: url('/m/images/addback.png');
	color: #fff;
	font-size: 13pt;
}
.paysage #addhome {
	width: 480px;
	height: 320px;
}
.portrait #addhome {
	width: 320px;
	height: 480px;
}
.paysage #addhome .text {
	padding-top: 50px;
}
.portrait #addhome .text {
	padding-top: 175px;
}
#addhome .arrow {
	background: url('/m/images/arrow.png') no-repeat center;
	height: 150px;
}
.portrait .addtodashboard {
	height: 30px;
	line-height: 30px;
}
.paysage .addtodashboard img {
	position: relative;
	top: 10px;
}


#links {
	float: left;
	width: 320px;
}
.paysage #links {
	display: none;
}
#links a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 24px;
	text-align: left;
}
#links a.en { background: url('/m/images/english.ico.png') no-repeat 3px center; }
#links a.fr { background: url('/m/images/francais.ico.png') no-repeat 3px center; }
#links a.it { background: url('/m/images/italiano.ico.png') no-repeat 3px center; }
#links a.ru { background: url('/m/images/russian.ico.png') no-repeat 3px center; }
#links a.es { background: url('/m/images/espanol.ico.png') no-repeat 3px center; }
#links a.de { background: url('/m/images/deutsch.ico.png') no-repeat 3px center; }
#links a:hover {
	background-color:#CD0301;
	color: #F3E471;
}