/* Begin */
body	{
	margin: 10px 0 ;
	padding: 0px ;
	text-align: center ;
	background-color: #DDF ;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
}
/* Titre */
h1 {
	margin: 0px ;
	padding: auto 0 0 0 ;
	text-align: right ;
	/* border: 1px solid #779 ; */
	/*background-color: #CCE ;*/
	height: 118px ;
	background: url(banner-gtksetpwc.png) no-repeat left top ;
}
h1 span#title {
	display: none ;
}
h1 span#description {
	position: static;
	bottom: 5px ;
	right: 5px ;
}
/* Titres */
h2 {
	margin: 50px 0 10px 0 ;
	padding-left: 35px ;
	background: url(webcam.png) no-repeat left bottom ;
	height: 32px ;
	border-style: none none solid none ;
	border-width: 1px ;
	border-color: #779 ;
}
/* Cadre */
div#main {
	margin: 0 auto ;
	text-align: left ;
	background-color: #EEF ;
	width: 770px ;
	padding-bottom: 50px ;
	border: 2px solid #779 ;	
}
/* Menu */
#menu {
	padding-left: 0 ;
	border-style: solid none solid none ;
	border-width: 1px ;
	border-color: #779 ;
	background-color: #CCE ;
}
#menu li {
	display: inline ;
	border-style: none solid none none ;
	border-width: 1 ;
	border-color: #779 ;
}
#menu a {
	padding: 0 5px 0 5px ;
	color: black ;
	text-decoration: none ;
}
#menu a:hover {
	background-color: #EEF ;
}
/* Conteneur */
div#content {
	margin: 0 50px 0 20px ;
}
ul {
	margin-top: 0 ;
	padding-left: 15px ;
}
/* Screenshot */
/*
div#scrot {
	height: 124px ;
}
*/
img.scrot {
	border-width: 0px ;
	float: right ;
}
/* Pied de page */
div#footer {
	margin: 0px ;
	position: static;
	bottom: 5px ;
	text-align: center ;
}
/* End */
