BODY
{
	background: #006cb5 url(../img/fond.jpg) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #444;
}

A
{
	color: #444;
}

*
{
	margin: 0;
	padding: 0;
}

#site
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#top
{
	background : url(../img/top.gif) no-repeat;
	width: 960px;
	height : 35px;
	margin-top: 10px;
}

#intro
{
	position: absolute;
	margin-top: -30px;
	width: 800px;
}

H1
{
	
}

#content
{
	background : url(../img/content.gif) repeat-y;
	padding: 20px;
}

.categories .categorie
{
	float: left;
	width: 100px;
	/*
	background: #eee;
	border: 1px solid #ccc;
	*/
	margin-right: 25px;
}

.categories .categorie .title A
{
	text-align: center;
	width: 100px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.categories .categorie .item
{
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.categories .categorie .item A
{
	width : 100px;
	height : 100px;
	display: block;
}

#home .categorie
{
	float: left;
	width: 200px;
}

#home .categorie .title A
{
	text-align: center;
	width: 200px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

#home .categorie .item
{
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#home .categorie .item A
{
	width : 200px;
	height : 200px;
	display: block;
}


#bottom
{
	background : url(../img/bottom.gif) no-repeat;
	width: 960px;
	height : 33px;
	margin-bottom: 20px;
}

.separator
{	
	background : url(../img/separator.gif) no-repeat 10px 0;
	height: 50px;
	width: 900px;
	margin-top: 40px;
}

.fiche 
{
	margin-top: 15px;
	width: 500px;
}

.fiche th
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

.fiche td
{
	padding: 4px;
	font-size: 10px;
}

.fiche tr.odd
{
	background: #eee;
}
