/* Feuille de style de mise en page générale */

html {
	padding				:0px;
	margin				:0px;
	background			:url('./images/fond_2.jpg') white;
	}

body {
//	background			:url('./images/fond_2.jpg') white;
	font-size			:12px;
	margin				:0px auto;
/*	margin-left			:0px;*/
	padding				:0px;
	color				:white;
	width				:1024px;
	}

a:visited {
	color				:red;
	}

a {
	color				:red;
	font-family			:sans-serif;
	}

a:hover {
	text-decoration			:none;
	}

div#foot {
//	background			:url('./images/foot.jpg') repeat-x grey;
	height				:100px;
	}

p#signature {
	padding				:50px 0px 0px 0px;
	font-family			:arial;
	font-size			:12px;
	color				:white;
	text-align			:center;
	}

#cell_player {
	background	:none;
	border		:green 0px solid;
	display		:table-cell;
	padding		:5px;
	margin		:5px;
	}

#logo {
	display		:table-cell;
	background	:url('./images/dessinAIM_4_resized_2.png') no-repeat;
	background-position : center;
	height		:110px;
	width		:500px;
	border		:blue 0px solid;
	margin		:10px;
	padding		:10px;
	}

#player {
	width : 400px;
	height : 110px;
	border : red 0px solid;
	/*background :grey;*/
	margin		:auto auto;
	/*position	:relative;*/
	/*left:50px;*/
	}

#Player_01 {
	margin : auto;
	}

#tbl {
	display : table;
	margin:auto;
	}

div#liste
{

	background			:none; /*url('./images/pix.png');*/
/*	width				:100%;*/
	margin				:10px auto;
	padding				:5px 0px;
	border-top			:white 1px solid;
	border-bottom			:white 1px solid;
	text-align			:center;
}


	

div#middle
{
	background			:none; /*url('./images/pix.png');*/
	overflow			:auto; 
	width				:1000px;
	height 				:800px; 
	border				:white 0px solid;
	border-top			:0px;
	margin				:auto;
	padding 			:0px;
}

img 
{
	border : 0;
}

h1#section
	{
	font-weight:bold;
	margin:5pt;
	margin-top:10pt;
	}
