/* CSS Document */
body
{
	background-image:url(images/body_repeat-x.jpg);
	background-repeat:repeat-x;
	background-color:rgb(3,0,0);
	text-align:center;
	margin:5px 0px;
	padding:0px;
	font-size:16px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

a, a:visited
{
	text-decoration:none;
	font-style: italic;
	color:#880000;
}

a:hover
{
	text-decoration:underline;
}

#container 
{
	background:url(images/firstpage/backtxt.png) center no-repeat;
	text-align:left;
	width:850px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#content
{
	text-align:right;
	padding-top: 200px;
	width:750px;
	margin-right:auto;
	margin-left:auto;
}

#firstpage /* tiré de http://edu.ca.edu/article207.html */
{
	position:absolute;
	width:850px;
	margin-left:-425px;
	left:50%;
	height:550px;
	margin-top:-275px;
	top:50%;
	overflow:hidden;
}

#center
{
	margin:25px auto;
	width:700px;
}