*
{
	margin	: 0;
	padding	: 0;
}

BODY
{
	background	: #FFFFFF;
	color		: #000000;
}

H1
{
	padding		: 5px 0 10px 0;
	text-align	: center;
}

H2
{
	padding		: 5px 0 10px 0;
}

H3
{
	padding		: 5px 0 10px 0;
}

P
{
	margin-bottom	: 10px;
	text-align	: justify;
}

UL, OL
{
	margin-left	: 1em;
}

LI
{
	margin-left	: 1em;
}

#doc
{
	position	: relative;
	width		: 760px;
	margin		: 0 auto; 
}

#entete
{
	height		: 64px;
	margin		: 2px 0 2px 0;
	background-image: url("/templates/tpl1/entete.jpg");
	background-repeat: no-repeat;
}

#titre
{
	text-align	: right;
	padding-top	: 10px;
	padding-right	: 5px;
	font-size	: 26px;
	font-weight	: bold;
}

#menu
{
	position	: absolute;
	left		:0;
	width		: 150px;
}

#menu UL
{
}

#menu LI
{
	margin		: 0 0 0 -2px;
	padding		: 0;
}

#menu A
{
	text-decoration	: none;
	color		: black;
}

#menu DIV.boite
{
	margin		: 0 4px 4px 0;
	padding		: 2px;
	border		: 1px solid black;
}

#menu DIV.titre
{
	background	: #0E634C;
	color		: #FFFFFF;
	text-align	: center;
	font-weight	: bold;
}

#breadcrumb
{
}

#breadcrumb A
{
	text-decoration	: none;
}

#page
{
	padding		: 5px;
	margin-left	: 150px;
	background	: #F1FFFB;
	border		: 1px solid black;
}

#page img
{
	border		: 2px solid black;
}

#postit
{
	float		: right;
	padding		: 5px;
	margin		: 0 0 5px 5px;
	background	: white;
	border		: 1px solid black;
}

#postit UL
{
	list-style-type	: none;
}

#postit LI
{
	margin-left	: -10px;
}

#pied
{
	height		: 30px;
	margin-top	: 5px;
	padding		: 5px 0 0 5px;
	text-align	: center;
}

#pied UL
{
	list-style-type	: none;
}

#pied LI
{
	display		: inline
}

#pied A
{
	color		: silver;
}


.thumb
{
	float	: left;
	margin	: 4px;
}

.clear
{
	clear	: both;
}
