html
{
background : #FFFFFF url('../graph/fond.png') no-repeat fixed center -400px;
height : 100%;
width:100%;
font-family : sans-serif;
}

body
{
height : 80%;
width : 1200px;
margin : auto;
padding : 0px;
text-align : center;
}

a:link, a:visited, a:hover
{color : #000000;
font-weight : bold;
}
a:link, a:visited
{text-decoration : none;}
a:hover
{text-decoration : underline;}

img
{
border : none;
}

.article
	{
	background : transparent;
	}

.contenu
	{
	padding : 5px;
	background : #b8e5f7;
	}