/* Style Sheet pour le site RealWorld  */
/* Ecrit par Olivier David           */
/* Août 2013                      */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, strong, sub, sup, b, u, i, center, ol, ul, li, form, caption, tbody, tfoot, thead, th, {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	vertical-align:baseline;
	background:transparent;
}
html,body {
	height:100%;
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background-color: white;
	background: url(designfiles/background.png) repeat-x top;
}
:focus {
	outline:0px;
} 
a, a:link, a:visited, a:active {
	color: #787878;
	text-decoration: underline; 
} 
a:hover {
	text-decoration: none; 
}
#allsite {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position:relative;
	min-height:100%;
	height:100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	text-align: center;
	width: 1000px;
}
#header {
	width: 1000px;
	height: 300px;
}
#content {
	padding-bottom:60px;
}	
#toplogo {
	width: 1000px;
	height: 190px;
}
#topspacer {
	width: 1000px;
	height: 60px;
}
#picts {
	width: 1000px;
	height: 370px;
	text-align: left;
}
#description {
	width: 960px;
	text-align: justify;
	padding-left: 20px;
}
#labels {
	width: 960px;
	text-align: left;
	padding-left: 20px;
}
#bottomspacer {
	width: 1000px;
	height: 40px;
}
#pictsspacer {
	width: 1000px;
	height: 5px;
}
#buts {
	width: 960px;
	height: 21px;
	padding-left: 20px;
}
.butsquare {
	width: 18px;
	height: 18px;
	border: 1px solid #a7a7a7;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	line-height:18px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	color: black;
}
.butsquare a, a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height:20px;
	color: black;
}
#bigpict {
	width: 660px;
	height: 340px;
	background: url(designfiles/bigpicbackground.png) no-repeat center;
	float: left;
	position: relative;
	display: inline;
}
#bigpict img {
	margin-left: 30px;
	margin-top: 20px;
}
#ninepicts {
	width: 320px;
	height: 320px;
	float: left;
	margin-top: 10px;
	position: relative;
	display: inline;		
}
.littlepict {
	width: 100px;
	height: 100px;
	background: #535353;
	float: left;
	position: relative;
}
.littlepictspace {
	width: 10px;
	height: 100px;
	float: left;
	position: relative;
	
}
.littlepictspaceh {
	width: 320px;
	height: 10px;
	clear: left;
	position: relative;
}
.thmpict {
	width: 98px; 
	height: 98px; 
	overflow: hidden; 
	text-align: center;
	margin-left: 1px;
	margin-top: 1px;
}
.reducedpict {
	text-align: center; 
	margin-left: -50px;
}
#footer, push {
	height: 60px;
	background-color: #6f6f6f;
	text-align: center;
	color: white;
	vertical-align: middle;
	line-height:60px;
	clear: both;
	width: 100%;
	margin: 0; 
	padding: 0;
}
H1 {
	font-size:20px;
 	letter-spacing:1px;
	color: #535353;
}
#footer a {
	font-size:12px;
	color:white;
}
#footer a:hover {
	text-decoration: none;
}
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-decoration: none; 
	border-bottom:0px;
	background: url('designfiles/icon_top.png') no-repeat;
}

