@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	font: 0.8em "Geneva", arial, sans-serif;
	background: #000000;
	color: #ffffff;
}
div#global {
	margin: 0 auto;
	min-height: 100%;
	width:1000px;
	position:relative;
}
div#header {
	padding-top:40px;
	height:80px;
}
div#title {
	width:240px;
	height:80px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 80px 0 0;
}
div#conteneur {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
}
div#video {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width:500px;
	height:295px;
	padding: 1em;
}
#center {
	/* Ã&copy;viter la superposition 
	du pied de page et du contenu */
	position: relative; /* on positionne le conteneur */
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
		}
#footer {
	position: absolute;
	bottom: 5px;
	height:45px;
	width:1000px;
	text-align: center;
}
#footer p {
	margin: 10px 0 0 130px;
	font: 80% "Geneva", arial, sans-serif;
}
#footer a {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}
#footer a:hover {
	color: #425476;
}
#footer a:active {
	color: #7180D2;
}
div#logobas {
	width:130px;
	height:40px;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}
div#thumb {
	width:500px;
	height:100%;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative; 
}

div#center a img{
	border:0;
	}
div#textleft {
	width:500px;
	height:100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative; 
}
div#contact {
	width:600px;
	margin-left:200px;
	display: block;
	float: left;
	text-align:center;
}
div#links {
	display:block;
	width:150px;
	height:100%;
	float: right;
	padding-right: 20px;
	text-align:right;
}
/*.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
		}*/
		
.thumbnail {
	
	border: 1px solid #3d475a;
	margin: 15px;
	float:left;
}
.thumbnail:hover {
	border: 1px solid #000;
	}
a.logo1 {
	margin : 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 130px;
	background: url(../img/logo-ultra2.png) no-repeat left top;
}
a.logo1:hover {
	background-position: left bottom;
}
a {
	color: #425476;
	text-decoration:none;
}
a:hover {
	color: #7180D2;
}
a:active {
	color:#ff97bb;
}
.mini {
	font-variant: small-caps;
	font-weight:bold;
	font-size: 100%;
}
.mid {
	font-variant: small-caps;
	font-weight:bold;
	font-size: 120%;
	padding-left:5px;
	padding-right:5px;
}
.maxi {
	font-variant: small-caps;
	font-weight:bold;
	font-size: 150%;
}
div#header ul {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#header ul li {
	display: block;
	float: left;
	text-align: center;
}
a.A {
	margin : 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 115px;
	background: url(../img/videos-roll.png) no-repeat left top;
}
a.A:hover {
	background-position: left bottom;
}
a.B {
	margin : 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 152px;
	background: url(../img/equipment-roll.png) no-repeat left top;
}
a.B:hover {
	background-position: left bottom;
}
a.C {
	margin : 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 145px;
	background: url(../img/products-roll.png) no-repeat left top;
}
a.C:hover {
	background-position: left bottom;
}
a.D {
	margin : 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 133px;
	background: url(../img/gallery-roll.png) no-repeat left top;
}
a.D:hover {
	background-position: left bottom;
}
a.E {
	margin : 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 133px;
	background: url(../img/contact-roll.png) no-repeat left top;
}
a.E:hover {
	background-position: left bottom;
}
