/* GENERAL
-------------------------------------------------------- */
body {
	background: #B7C9DD url(/images/splash/fdtt.gif) repeat-x;
	margin: 0px;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
}


p {
	margin: 7px 0 0 2px;
}


img {
	margin: 0px;
	border:0;
}

a:hover {
	text-decoration: underline;
}


/* BLOCS SPECIFIQUES
-------------------------------------------------------- */

#conteneur {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	background: url(/images/splash/fond.gif)  no-repeat;
}

#logo {
	width: 550px;
	height: 43px;
	margin-left: 230px;
}

#slogan {
	width: 550px;
	height: 15px;
	margin-left: 230px;
}

#intro {
	text-align:justify;
	color:#FFFFFF;
}

#photos {
	width: 750px;
	height: 88px;
	margin-left: 30px;
}

#entree {
	width: 162px;
	height: 38px;
	margin-left: 618px;
}

#copyright {
	width: 780px;
	height: 28px;
}

#txtcopyright {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0.1px;
}

#txtcopyright a {
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: underline;
}

#txtcopyright a:hover {
	text-decoration: none;
}