/********************************************************************************************/
/*	Generalites
/********************************************************************************************/
HTML {
	height: 100%;
	padding: 0;
	margin: 0;
}

BODY {
	background: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

p, div, form, ul, li, tr, td, table {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

a:link {
	text-decoration: none;
	color: #f46d00;
}

a:visited {
	text-decoration: none;
	color: #f46d00;
}

a:hover {
	text-decoration: none;
	color: #551a8b;
}

a:active {
	text-decoration: none;
	color: #551a8b;
}

a img { border:none }
.noback { background:none !important }

/********************************************************************************************/
/*	Contenu
/********************************************************************************************/
#container {
	padding: 0px;
	width: 940px;
}

#header {
	margin-bottom: 30px;
	height: 113px;
	padding: 30px;
}
#header #logo { float: left; }
#header a.btPrint { float: right; }

ul.content { 
	list-style: none;
}
ul.content li { 
	padding: 0 30px 30px 30px;
	background: url("../img/pc_blue.gif") 0 4px no-repeat;
}

.title { 
	text-transform: uppercase;
	font-size: 20px;
}
.th { color: #3a3f8e; }
.bold { font-weight: bold; }
p { padding-top: 20px; }

/********************************************************************************************/
/*	Boutons
/********************************************************************************************/
.btPrint {
	display: block;
	width: 150px;
	height: 40px;
	padding: 0;
}
.Lineup {
	background: url("../img/bt_print_lineup.gif") 0 0 no-repeat;
}
.Fiche {
	background: url("../img/bt_print_fiche.gif") 0 0 no-repeat;
}