*
{
	padding: 0;
	margin:0;
}

body
{
	margin:auto;
	overflow-y: scroll;
	background-image: url(images/bg.png);
}

#header
{
	padding-bottom : 5px;
	padding-top: 5px;
	background: url(images/tdt.jpg) center no-repeat;
	height:130px;
}
#menu
{
	float:left;
	width:200px;
	margin-left: 20px;
	margin-top: 20px;
}
#menuhaut
{
	background-image: url(images/menuhaut.png);
	background-repeat: no-repeat;
	width:200px;
	height: 20px;
}

#menucentre
{
	background-color: #68dbff;
	opacity : 0.9; 
	filter : alpha(opacity=90);
	width:200px;
	height:290px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#menucentre a
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
	
}
#menucentre a:hover
{
	color:white;
	font-size: large;
}
#menucentre li
{
	text-align: center;
	list-style-type: none;
	line-height:26px;
}

#menubas
{
	background-image: url(images/menubas.png);
	background-repeat: no-repeat;
	width:200px;
	height: 20px;
}

#contenu
{
	background-color : #68dbff;
	margin:15px 150px 20px 250px;
	padding:10px 20px 20px 20px;
	min-height:450px;
	border : ridge 5px #068dbf;
}

#footer
{
	background-color: #1bbb93;
	background-repeat: no-repeat;
	text-align: center;
	margin:0px;
	padding:0px;
	margin-left:80px;
	margin-right:80px;
	margin-bottom:20px;
	border: ridge 3px #1bbb93;
}

#logo
{
	width: 18%;
}

#photo li
{
	margin-left:30px;
	list-style-image:url(images/folder_picture.png);
}
#center, h3, h1
{
	text-align:center;
	color:#1C1C1C;
}
h1,h3
{
	text-decoration:underline;
}
h1
{
	padding-bottom:10px;
	color:#3b82ff;
}
td, th, tr, table
{
	border:ridge 2px #1bbb93;
}
table
{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#flashcontent 
{
	height: 480px;
	padding-top: 10px;
}
.fct
{
	font-size : 18px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom:10px;
	color:#6d6d6d;
}
.fctdesc
{
	padding-bottom:20px;
}
.sous
{
	font-size:18px;
	color : #6d6d6d;
	font-family:'comic sans ms';
	padding-bottom:10px;
	padding-top:20px;
}
.capt td, .capt th
{
	background-color:#068dbf;
}
.capt2 td, .capt2 th
{
	background-color:#1bbb93;
}
a
{
	color:#6d6d6d;
}
a:hover
{
	color:white;
}
tr
{
	height:24px;
}
select
{
	width:120px;
}
table
{
	margin-top:5px;
}
#choixadmin li
{
	margin-left:30px;
}
fieldset
{
	padding:20px;
	border: 2px ridge #068dbf;

}
.formeffectif label
{
		display:inline;
		float:left;
		width:130px;
}
.selectjoueur
{
	width:180px;
}
.selectequipe
{
	width:150px;
}
#tableeffectif input
{
	width:30px;
	margin:5px;
}
#tableeffectif td
{
	width:100px;
}
#pub
{
	padding-top:10px;
	text-align:center;
}
#pub2
{
	width:150px;
	float:right;
	margin-top:20px;
	text-align:center;
}


