﻿/*style global de la balise body*/
body {
	margin: 0;
	padding: 0;
	background: black;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
}
body a:link {
	text-decoration: underline;
	color: #540500;
}
body a:visited {
	text-decoration: underline;
	font-style: italic;
	color: #540500;
}
body a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #540500;
}

/*-----------------  DIV GENERAUX -----------------*/
/*div général de page*/
#general {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 780px;
}
/* style du div contenant les liens*/
#liens_gauche {
	position: relative;
	float: left;
	width: 300px;
	height: 20px;
	font-family: georgia;
	color: #540500;
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
}
#liens_centre {
	position: relative;
	float: left;
	width: 300px;
	height: 20px;
	font-family: georgia;
	color: #540500;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-size: 11px;
}
#liens_droite {
	position: relative;
	float: left;
	left: 0px;
	width: 300px;
	height: 20px;
	font-family: georgia;
	color: #540500;
	padding: 0px 10px 0px 10px;
	text-align: right;
	font-size: 11px;
}
#flashcontent {
	position: relative;
}