html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/intro/intro_bg_repeat.jpg);
	background-repeat:repeat-x;
	background-position:center left;
	background-color:#191919;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.content{
	width:1000px;
	background: url(../images/intro/intro_bg.jpg);
	background-repeat:no-repeat;
}
a:link, a:visited{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:active{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.footer_droits{
	font-family:tahoma;
	font-size:11px;
	color:#E38681;
	text-align:right;
}
