body {
	text-align: center;
	background-color: #C1C1C1;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

a img{
	border: 0px;
}

h1 {
	font-size: 250%;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 946px;
}

/* Header */

#header {
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(./static/header.jpg);
	float: left;
	width: 946px;

}

/* Menu */

#menu {
	background-repeat: no-repeat;
	background-image: url(./static/fondmenu.png);
	font-size:1.2em;
	height:26px;
	line-height:23px;
	padding-left:30px;
	padding-right:30px;
	width:886px;
	float: left;
}

#menu ul, #menu ul li{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	padding:0.3em 0.5em;
}

#menu ul a {
	color:#FFFFFF;
	font-weight:700;
	text-decoration:none;
	
}

/* Content */

 #mySlideShow
{
float:right;
width: 258px !important;
height: 452px !important;
}

#content {
	margin-top: 15px;
	background-image: url(./static/fond.png);
	float: left;	
	width: 946px;
	
}

#haut {
	background-image: url(./static/fondhaut.png);
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	width: 946px;


}

#corps {
	background-image: url(./static/fond.png);
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	width: 866px;

}

#bas {
	background-repeat: no-repeat;
	background-image: url(./static/fondbas.png);
	height: 36px;
	float: left;
	width: 946px;

}

#mentions {
	float: left;
	width: 946px;
	color: #7f7f7f;
	text-align: center;
}

#mentions a {
	color: #7f7f7f;
}

#title {
}

#slogan {
	font-size: 20px;
	color: #b5b5b5;
}

#screenshot {
	float: right;
	margin-left: 5px;
	
}
#screenshot2 {
	float: right;
	margin-left: 5px;
	clear: right;
}

#para1 {
	float: left;
	width: 600px;

}

#specification{
	margin-top: 20px;
}

#specification ul {
	padding-top: 0px;
	margin-top: 0px;
}

#text {
	font-size: 14px;
	float: left;
}

#download {
	float: right;
}

#available {
	margin: 50px;
	font-size: 60px;
	text-align: center;
	color: #dddddd;
}