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

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

#global {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	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#navigation
{
	position:  relative;
	float: left;
	width: 790px;
	margin: 5px 0px;
}

div#navigation ul
{
	list-style-type: none;
	display: inline;
	float: right;
}

div#navigation ul li
{
	padding: 0px 20px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #d7d7d7;
}

div#header
{
	margin: 10px 0px;
}

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

div.featured
{
    position: relative;
    float: left;
    margin-bottom: 10px;
}
	
	div.featured h3
	{
		text-align: center;
		margin-bottom: 10px;
	}

div.thumbnail
{
    position: relative;
    float: left;
    width: 390px;
    height: 225px;
    background-color: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
}

h1, h2
{
    position: relative;
    float: left;
    clear: both;
    width: 790px;
    padding: 0;
    margin: 30px 0px 25px 0px;
	color:#666666;
	border-bottom: 1px solid #d7d7d7;
	font-size: 20px;
} 

h1
{
	margin: 20px 0px 0px 0px;
	font-size: 28px;
	border-bottom: none;
}

/*----couleurs-----*/
.blue {
	color:#004387;
	font-weight: bolder;
}
.grey {
	color:#666666;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#copyright {
	position:relative;
	left:0px;
	width:790px;
	height:40px;
	font-size:11px;
	line-height:15px;
	vertical-align:top;
	text-align: center;
	margin: 20px 0px;
}
#w3c {
	position:relative;
	width: 790px;
	text-align: center;
	margin-top: 20px;
}
#aquadesign {
	position:relative;
	width: 800px;
	text-align: right;
}
