* {
	border: none;
}

* a {
	outline-style: none;
	outline: 0;
	/*-moz-outline: 0 none;*/
	border: none;
	color: #df0222;
	text-decoration: none;
}

img {
	border-style: none;
}

body {
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:17px;
	text-shadow: 1px 1px 1px rgba(25, 25, 25, 1.0);
	background: url(../img/background-top.jpg) no-repeat center top, url(../img/background.jpg) repeat-x;
	background-color: #A8C0C0;
	margin: 0;
	color: #EDF3F1;
	
	/* empèche l'iPhone d'aggrandir les polices */
	-webkit-text-size-adjust: none;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

h2 {
	font-size: 20px;
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(25, 25, 25, 1.0);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 a {
	color:inherit ; text-decoration:none ; font-weight:inherit ;
}

h2 a:hover {
	color: #bf0222;
	-webkit-transition:color 0.25s linear;
}

#back {
	background: #242b38;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 70px;
	margin-bottom: 70px;
	-webkit-box-shadow:0px 2px 12px #000;
	-moz-box-shadow:0px 2px 12px #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 0px 2px 12px #000;
	border-radius: 10px;
	/*behavior: url(border-radius.htc);*/
}

#header {
}

#jemast-title {
/*	background: url(../img/jemast-software-horizontal.png) no-repeat;*/
	width: 500px;
	height: 97px;
/*	behavior: url(../scripts/iepngfix.htc);*/
}

#top-buttons {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	height: 100px;
}

#menu {
  list-style-type: none;
  position:absolute;
  top: 35px;
  right: 10px;
  margin: 0;
  padding: 0;
}

#menu li {
  float:left;
  margin-left: 10px;
  	width: 120px;
}

#menu li a {
	color: #EDF3F1;
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
/*	background: url(img/top-menu-button-up.jpg) no-repeat;*/
	width: 120px;
	min-height: 40px;
	display:block;
	margin-left: 0;
	border: none;
}

#forum-menu {
	background: url(../img/forum-button.jpg) no-repeat;
	background-position: top;
}

#forum-menu:active {
	background-position: bottom;
}

#support-menu {
	background: url(../img/support-button.jpg) no-repeat;
	background-position: top;
}

#support-menu:active {
	background-position: bottom;
}

#contact-menu {
	background: url(../img/contact-button.jpg) no-repeat;
	background-position: top;
}

#contact-menu:active {
	background-position: bottom
}

#news {
	margin-top: 20px;
}

#news h1 {
	font-size: 24px;
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

#news b {
	font-weight: normal;
	color: #DFD032;
}

#news .appStoreLeft {
	margin-top: 15px;
}

#news .appStoreRight {
	margin-top: 15px;
}

.separator {
	background: url(../img/separation.jpg) no-repeat;
	width: 960px;
	height: 23px;
	display:inline;
	float: left;
	position: relative;
}

#footer {
	line-height: 1.4em;
}

.col320 {
	width: 320px;
}

#legal {
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
	color: black;
	text-shadow: 1px 1px 1px rgba(225, 225, 225, 1.0);
}
