body {
	background-image: url(../image/background.png);
	font-size: 16px;
	font-family: Segoe Print, Comic Sans MS;
}

#corps {
	width: 900px;
	height: 830px;
	background-image: url(../image/corps.png);
	background-repeat: no-repeat;
}

#logo {
	background-image: url(../image/football.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 180px;
	height: 100px;
	margin-left: 5px;
	margin-top: 5px;
}

#titre {
	background-image: url(../image/titre.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	width: 690px;
	height: 100px;
	margin-top: 5px;
	margin-right: 20px;
}

#date {
	float: left;
	width: 180px;
	height: 20px;
	text-align: left;
	
	font-size: 60%;
	margin-left: 5px;
	margin-top: 5px;
}

#navi {
	background-image: url(../image/border3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	height: 675px;
	text-align: left;

	margin-left: 5px;
	margin-top: 5px;
}

#menu {
	width: 180px;
	height: 220px;
	background-image: url(../image/menu.jpg);
	background-repeat: no-repeat;
}

#menuDeroulant {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#menuDeroulant li {
	width: 150px;
	float: left;
	list-style: none;
}

#menuDeroulant a {
	color: black;
	display: block;
	text-decoration: none;
}

#menuDeroulant a:hover {
	color: blue;
}

#actu {
	background-image: url(../image/bgActu.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 360px;
	margin-top: 40px;
}

#fleche {
	width: 180px;
	margin-top: 5px;
}

#contenu {
	float: right;
	width: 690px;
	height: 680px;
	text-align: left;

	margin-top: 5px;
	margin-right: 20px;
	overflow: auto;
	font-size: 90%;
}

#bookmenu {
	width: 480px;
	height: 60px;
	background-image: url(../image/bgBookMenu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 110%;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

p.text:first-letter {
	padding-left: 20px;
}

p.titre0 {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

p.titre1 {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}

p.titre2 {
	font-size: 130%;
	font-weight: bold;
}

p.legend {
	font-size: 60%;
	text-align: right;
}

p.descr {
	font-size: 70%;
	margin-left: 50px;
}

p.errormsg {
	color: red;
}

a.new {
	font-size: 130%;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

a.liste {
	text-decoration: none;
	color: black;
	font-size: 90%;
}

a.liste:hover {
	color: blue;
}

a.listeB {
	text-decoration: none;
	color: black;
	font-size: 110%;
	font-weight: bold;
}

a.listeB:hover {
	color: blue;
}

a.tag {
	color: blue;
}

a.actu {
	text-decoration: none;
	color: black;
	font-size: 70%;
}

a.actu:hover {
	color: blue;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

img.flecheG {
	margin-left: 35px;
}

img.flecheD {
	margin-left: 10px;
	margin-right: 45px;
}

table.floatLeft {
	border: 0px;
	float: left;
	margin: 4px;
}

table.floatRight {
	border: 0px;
	float: right;
	margin: 4px;
}

table.stats {
	border: solid black 1px;
	text-align: center;
	font-size: 70%;
	border-collapse: collapse;
	padding: 0px;
}

table.stats th {
	border: solid 1px;
	font-weight: bold;
}

table.stats td {
	border: dotted 1px;
}