body{
	margin: 0px;
	padding:0px;
	
	width:100%;
	
	font-family:"Trebuchet MS",Arial;

	background-color:#dadde1;
}

.align {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -235px;
	margin-left: -275px;

	width:550px;
	height:470px;
}

.header {
	text-align: center;
}

.header IMG {
	height:75px;
}

.header .trait_sep{
	height:1px;
	margin-top:20px;
	margin-bottom:35px;
	overflow:hidden;

	font-size: 0;
	line-height: 0px;
	
	background-color:#eff0f2;
}

.section .message{	
	margin-bottom:35px;
	line-height:20px;

	text-align:center;
	font-size:16px;
	color:#51585b;
}

.section .barre_nav{
	width:513px;
	height:200px;
	margin: auto;
}

.section .barre_nav .navigateur{
	display:inline-block;
	float:left;
	width:157px;
	margin:0px 7px;

	text-align:center;
}

.section .barre_nav .navigateur a{
	display:block;
	
	width:157px;
	height:30px;
	padding-top:157px;
	
	background-repeat:no-repeat;
	background-position:center top;
	
	line-height: 30px;
	font-size:18px;
	text-decoration:none;
	color:#51585b;
}

.section .barre_nav .navigateur a:hover{
	font-weight:bold;
}

.section .barre_nav .navigateur a.chrome {
	background-image:url(browser/chrome.png);
}

.section .barre_nav .navigateur a.firefox {
	background-image:url(browser/firefox.png);
}

.section .barre_nav .navigateur a.safari {
	background-image:url(browser/safari.png);
}

.section .barre_nav .navigateur a.internet_explorer {
	background-image:url(browser/internet_explorer.png);
}