body,html {
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #41A62A;
	/*background-color: white;*/
}

.aWhite {
	color: white;
	text-decoration: none;
}

#header {
	background-image:
		url('/resources/img/index/layout/background_header.png');
	height: 80px;
	width: 100%;
}

.content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	float: left;
	margin-top: 4px;
	margin-right: 7px;
	margin-left: 1px;
	display: block;
}

.signature {
	float: left;
	margin-top: 27px;
	margin-left: 3px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: white;
	text-shadow: 0px -1px 0px grey;
}

.flag {
	display: inline;
	float: right;
	margin-top: 26px;
}

.flag.en {
	margin-right: 21px;
}

.flag.fr {
	margin-right: 6px;
}

.login {
	float: right;
	margin-top: 20px;
	background-color: white;
	background-image: url(/resources/img/index/bg_login.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 28px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 0px 1px 0px white;
	text-align: center;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: black;
}

/* CLOUDS */
#clouds {
	background-color: white;
	background-image: url(/resources/img/index/background_main.png);
	background-repeat: repeat-x;
	min-height: 500px;
}

/* MENU */
#menus {
	text-transform: uppercase;
	/*font-variant: small-caps;*/
}

.menu {
	background-image: url(/resources/img/index/menu.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 109px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 6px;
	margin-top: 0px;
	float: right;
}

.menu.selected {
	background-image: url(/resources/img/index/menu_selected.png);
	background-repeat: no-repeat;
	color: white;
}

.unreadRed {
	width: 20px;
	height: 20px;
	padding-top: 3px;
	background-image: url(/resources/img/index/unread.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	position: absolute;
	left: 97px;
	top: 3px;
}

/* Screen content*/
#screen_content {
	padding-top: 30px;
}

.title {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0px 1px 0px white;
	color: black;
}

/** FOOTER */
#footer {
	background-image: url(/resources/img/index/background_footer.png);
	background-repeat: repeat-x;
	background-color: #41a62a;
	height: 100px;
}

#footer .content {
	padding-top: 12px;
	text-align: center;
}

#footer h2 {
	display: inline;
}

#footer .item {
	font-size: 13px;
	color: white;
	text-align: center;
	padding-top: 12px;
	font-weight: normal;
	margin: 10px;
}

/* Twitter follow badge*/
#twitterFollowBadge {
	position: fixed;
	top: 220px;
	width: 30px;
	height: 119px;
	z-index: 8765;
	cursor: pointer;
	background: url('/resources/img/index/follow-us.png') no-repeat scroll
		left top rgb(255, 126, 0);
	right: 0pt;
}

/* BUTTON */
.bigButton {
	width: 300px;
	height: 48px;
	background-image: url(/resources/img/index/button/button_big.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-shadow: 0px -1px 0px black;
	text-align: center;
	display: block;
	cursor: pointer;
}

.button {
	background-image: url("/resources/img/index/button/button.png");
	background-repeat: no-repeat;
	color: white;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height: 43px;
	margin-top: 15px;
	padding-top: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 black;
	width: 208px;
	display: block;
	cursor: pointer;
}

.smallbutton {
	background-image: url("/resources/img/index/button/button_small.png");
	width: 180px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	text-shadow: 0 -1px 0 black;
	height: 24px;
	padding-top: 11px;
	display: block;
}

.smallbuttonBlue {
	background-image:
		url("/resources/img/index/button/button_small_blue.png");
	color: white;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 26px;
	padding-top: 7px;
	text-shadow: 0 -1px 0 black;
	width: 192px;
}

input.button {
	border: none;
	padding-top: 5px;
	display: inline;
}

.small {
	font-weight: bold;
	text-shadow: -1px 1px 0 white;
	margin-right: 5px;
	text-align: right;
	font-size: 14px;
}

.xsmall {
	font-weight: bold;
	font-size: 11px;
	text-shadow: -1px 1px 0 white;
}

/* SIMULATOR */
.simulatorIPhone {
	width: 227px;
	height: 439px;
	background-image: url(/resources/img/index/iphone.png);
}

.simulatorIPhone {
	width: 227px;
	height: 359px;
	background-image: url(/resources/img/index/iphone_for_homepage.png);
	margin-bottom: 10px;
}

.simulator {
	width: 279px;
	height: 503px;
	background-image: url(/resources/img/index/simulateur.png);
	padding-left: 31px;
	padding-top: 57px;
	margin-left: 544px;
	margin-top: 137px;
	float: right;
	top: 0px;
}

/* Profile*/
.profileArea {
	float: left;
	margin-left: 16px;
	width: 110px;
	margin-top: 15px;
}