html {
    height: 100%;
    overflow: hidden;  
}
body {
	margin:0px;
    background: url(pictures/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
table { 
	margin : 10% auto auto auto; 
} 
td#tableau_picture { 
	padding:0px 10px 0px 10px;
}
 td { 
	height:10px;
	text-align:center;
 }
div#outer {
    margin :15% 0 0 0;
	text-align:right;
}
div#container {
    text-align: center;
    vertical-align: top;
}
img#picture {
	width: auto;
	height: 120px;
}
img#icone
{
	width: auto;
	height: 130px;
}
a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	font-family: calibri;arial
}