/************************************************************ 
 * Auteur : Charpentier Renaud
 * Date de creation : 18-10-2006
 * Date de derniere modification : 18-10-2006
 * Description : Mise en page des articles du site www.sfcsaive.be
 * Media : screen
 ************************************************************/
html * {
	margin:0;
}
body {
	background-image: url(../img/fd.png);
	font-family:Arial;
	margin: auto;
}
#conteneur {
	background-color: white;
	width:750px;
	padding-top:10px;
	border-left:2px solid black;
	border-right:2px solid black;
	margin:auto;
}
#banners {
	clear:both;
	width:750px;
	background-image: url(../img/barre.png);
	height:20px;
	padding-top:5px;
	color: Yellow;
	font-size: 8pt;
	text-align: center;
}
#banners img {
	border:0;
	height: 14px;
}
#banners a{
	text-decoration:none;
	color:  yellow;
}
#banners a:hover{
	text-decoration:underline;
	color: yellow;
}
.bouton {
	margin-left:10px;
	width:100px;
	height:15px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px white solid;
	border-top:1px white solid;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
}
.bouton:hover {
	margin-left:10px;
	text-decoration:none;
	width:100px;
	height:15px;
	padding-left:5px;
	padding-right:5px;
	border-right:1px white solid;
	border-bottom:1px white solid;
	border-left:1px #666 solid;
	border-top:1px #666 solid;
}
#left {
	float:left;
	margin-left:10px;
}
#left h1 {
	width:180px;
	height:20px;
	font-size:10pt;
	padding-left:10px;
	padding-top:5px;
	color:yellow;
	background-image: url(../img/barre.png) ;
}
#left div.middle {
	width:156px;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	color:black;
	font-size:10pt;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}
#left div.end {
	width:190px;
	height:10px;
}
#menu {
	width:156px;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	color:black;
	font-size:10pt;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}
#menu p {
	cursor: pointer;
	background-color:black;
	border:thin solid yellow;
	color:yellow;
	padding:2px;
	font-weight:bold;
}
#menu ul {
	display: none;
	cursor: pointer;
	border:thin solid black;
	color:black;
	list-style-type: none;
	padding:2px;
}
#menu li:hover {
	background-color:yellow;
}
#menu a, #menu a:hover {
	text-decoration:none;
	color:black;
}
#right {
	width:540px;
	margin-left:210px;
}
#right h1 {
	width:520px;
	height:20px;
	font-size:10pt;
	padding-left:10px;
	padding-top:5px;
	color:yellow;
	background-image: url(../img/barre.png) ;
}
#right h1 a {
	color:yellow;
	text-decoration:none;
}
#right h1 a:hover {
	color:yellow;
	text-decoration:underline;
}
#right div.middle {
	width:496px;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	color:black;
	font-size:10pt;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}
#right div.end {
	width:540px;
	height:10px;
}
#right a, #right a:hover {
	color:black;
}
em {
	font-style:normal;
	font-weight:bold;
}
/******************************************
administration 81.php (utilisateurs)
******************************************/
table {
	width:100%;
	border-collapse:collapse;
	border:thin solid black;
}
table th {
	background-color:white;
	color:black;
}
/******************************************
page 3 (Saison)
******************************************/
table tr.vert_clair, p.vert_clair  {
	background-color:yellow;
	color:black;
	font-weight:bold;
}
table tr.vert, p.vert  {
	background-color:#333;
	color:white;
}
table tr.vert_fonce, p.vert_fonce {
	background-color:black;
	color:white;
}
.cadre {
	border:thin solid black;
}
.cadre p {
	padding-top:2px;
	padding-bottom:2px;
}
/******************************************
page 8 (Administration)
******************************************/
form {
	margin-top:10pt;
}
label {
	display:block;
	width:50%;
	float:left;
	text-align:right;
}
.submit {
	margin-top:10pt;
	text-align:center;
}
.red {
	color:red;
	font-weight:normal;
}
p + ul {
	list-style-type:none;
	display:none;
	padding-left:2em;
}
legend {
	color:black;
}
/******************************************
administration 21.php (Ajouter actualité)
******************************************/
input[type="radio"] + label {
	display:inline;
	float:none;
}
#date {
	display:none;
}
/******************************************
administration 71.php (confirmer livre d'or)
******************************************/
.vide {
	display:block;
	width:100%;
	height:10pt;
}
.confirmation {
	text-align:center;
}
.confirmation a {
	padding:2px;
	border:thin solid black;
	text-decoration:none;
}
.confirmation a:hover {
	padding:2px;
	border:thin solid black;
	background-color:#ccc;
	text-decoration:none;
}
/******************************************
bbcode
******************************************/
#bbcode img {
	cursor:pointer;
	background-color:white;
	border:thin solid black;
}
#bbcode img:hover {
	cursor:pointer;
	background-color:#ccc;
	border:thin solid black;
}
#bbcode + #message {
	display:block;
	height:12pt;
}
table.bbcode {
	width:100%;
	border-collapse:collapse;
	border:thin solid black;
}
table.bbcode th {
	background-color:black;
	color:yellow;
}
table.bbcode tr {
	background-color:white;
}
/******************************************
Historique (page 2)
******************************************/
#historique p {
	margin-top:12pt;
}
#historique .right {
	float:right;
	margin-left:5px;
}
#historique .left {
	float:left;
	margin-right:5px;
}
#historique .center {
	text-align:center;
}
/******************************************
Multimédia
******************************************/
h2 {
	font-size:12pt;
	margin-top:10pt;
}
/******************************************
administration 41.php
******************************************/
#creerMatches img {
	cursor:pointer;
}
/******************************************
saisons
******************************************/
#right table[summary="Matches utilisateur"] a {
	color:white;
}
/******************************************
comite / entraineurs 2.php
******************************************/
dl {
	border: 1px solid #000;
	background-color: #ddd;
	width: 10.2em;
	height: 15em;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}
dt { 
	font-weight: bold; 
}
dt img{
	border: 1px solid #000;
}
dd{
	margin: 0;
	padding: 0;
}
.fin  {
	clear:both;
}
.titrePage2 {
	margin-top:15.4em;
}
