html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

header{
	position: fixed;
	top:0;
	width: 100%;
	height: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background: #33A1FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #33A1FF 0%, #33A1FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#5d626e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #33A1FF 0%,#33A1FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #33A1FF 0%,#33A1FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #33A1FF 0%,#33A1FF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #33A1FF 0%,#33A1FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5d626e',GradientType=0 ); /* IE6-9 */
	color : #fff;
	border-bottom: #CCC 1px solid;
}

footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #eceff0;
	font-family: Arial, Verdana, sans-serif;
	color: #7c7d7d;
	padding: 50px;
}

h1{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.4em;
}

h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
}

h3{
	font-size: 0.9em;
	font-weight: bold;
}

#content{
	position: fixed;
	top: 100px;
}

#slideshow{
	position: fixed;
	float: left;
	height: 100%;
	width: 100%; /*650px;*/
	top: 0px;
	margin-left: 0px;
}

#slides{
	position: absolute;
	left: 62%;
	bottom: -50px;
}

#imgSlide{
	/*margin: auto;*/
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	width: 100%;
	border: 0;
}

#slides ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slides li{
	cursor: hand;
	cursor: pointer;
	float: left;
	margin-left: 15px;
	font-size: 1.2em;
}

#slides li:hover{
	color: #a9a9a9;
}

#slideTitle{
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #0162F4;
}

#slideText{
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	position: absolute;
	text-align: left;
	top: 40px;
	left: 10px;
	font-size: 0.8em;
	color: #1485C3;
}

.bloc{
	float: left;
	height: 300px;
	width: 230px;
	margin-right: 20px;
	text-align: right;
}

.bloc p{
	font-size: 0.8em;
}

.selected{
	color: #FF0000;
}

.text{
	color: #000;
	margin-left: 90px;
}