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

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#global {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	min-height: 555px;
}

#video {
	position:absolute;
	left:50%;
	top:50%;
	width:720px;
	height:576px;
	margin-top:-400px;
	margin-left:-360px;
}

a
{
    outline-style: none; /* firefox no dotted box on click */
}

img
{
    border: 0;
}

div.wrapper
{
    position: relative;
    float: left;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

div.thumbnail
{
    position: relative;
    float: left;
    width: 260px;
    height: 150px;
    background-color: #ffffff;
    margin-right: 6px;
    margin-bottom: 6px;
}

h1, h2
{
    position: relative;
    float: left;
    clear: both;
    width: 792px;
    padding: 0;
    margin: 20px 0px 10px 0px;
	font-weight: lighter;
	color:#666666;
	letter-spacing: -1px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 20px;
} 

h1
{
	margin: 10px 0px 0px 0px;
	font-size: 24px;
}

/*----couleurs-----*/
.blue {
	color:#003366;
}
.grey {
	color:#666666;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#copyright {
	position:relative;
	left:50px;
	width:800px;
	height:40px;
	font-size:9px;
	line-height:15px;
	vertical-align:top;
	text-align: center;
}
#w3c {
	position:relative;
	width: 800px;
	text-align: right;
}
#aquadesign {
	position:relative;
	width: 800px;
	text-align: right;
}

