

#banner {
	margin-bottom:0px;
	padding:5px;
	background-color: #f1ead7;
	text-align:center;
}

#menutop {
	position:relative;
}


#main {
	position:relative;
}
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #DEDEDE;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

/*
a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: none;
}
*/

#page {
	text-align: left;
	width: 70%;
	margin: 10px auto 10px auto;
	position: relative;
	/*background: #fff;*/
	background-color: #f1ead7;
	border: 1px solid #CFCFCF;
	padding: 0;
}


#menutop {
	position: relative;
	/*top:10px;*/
	/*height: 28px;*/
	margin: 0 0px 1em 0px;
	clear: both;
	background: #F9D966 left top no-repeat;
}

.table-menu-top {
	width:100%;
	text-align:center;
}

.right-border {
	border-style: solid;
    border-color: white;
    border-width: 0px 2px 0px 0px;
	width:16.6%;
}

.bloc {
	border: 1px solid #ccc;
	margin:10px;
	padding:10px;
	background-color: #fff;
}

.bloc-title {
	color:#F9D966;
	font-weight:bold;
	font-style:italic;
	font-size:25px;
}

.bloc-date {
	/*color:#F9D966;*/
	font-weight:normal;
	font-size:20px;
	position:relative ;
	float:right;
	padding-right:10px;
	
	vertical-align:bottom;
}

h2 {
	border-bottom: 1px solid ;
	padding-left:5px;
	margin:5px;
}

.image {
	width:400px;
	margin-top:30px;
/*	margin-right:-80px;*/
	float: right;
}

.screenshots {
	width:80%;
	margin-top:10px;
}

.div_scr {
	text-align:center;
}

img  { border : 0px }
