.Style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a { text-decoration:underline; }
a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #FFFFFF; text-decoration:none;}
a:active {color: #FFFFFF;}

body
{
font-family: Arial, Helvetica, sans-serif;
}

div#main
{
	position	: relative;

	width		: auto;
	height		: 650px;
	margin		: 0;
	padding		: 0;

	background	: #DAEAE8;
}

div#main #content
{
	position	: absolute;

	bottom		: 0;
	left		: 10px;
	height		: 554px;
	width		: 760px;

	margin		: 0;
	padding		: 0;
	background	: url('./pics/fond.jpg');
	border		: 0;
}

table#bando
{
	position	: relative;

	width		: auto;

	margin		: 0;
	padding		: 0;

	text-align	: center;
}



div#bando img
{
	float		: left;
	margin		: 0;
	padding		: 0;
	border		: 0;
}

/*----------------------------------------------*/
div#main #speech
{
	position	: absolute;

	bottom		: 65px;
	right		: 55px;
	height		: 160px;
	width		: 321px;

	margin		: 0;
	padding		: 0;
	background	: url('./pics/fond_speech.jpg');
	color		: white;

	z-index		: 1;
}

div#main #speech div
{
	position	: relative;

	height		: 140px;
	width		: 310px;

	margin		: 10px 5px 10px 5px;
	padding		: 0;

	border		: 0;

	font-size	: 13px;
	text-align	: justify;
	overflow	: auto;
}

div#main #speech h1, div#main #speech h2, div#main #speech h3
{
	margin		: 5px;
	padding		: 0;
	font-size	: 13px;
}

div#main #speech h1	{ font-size: 16px; }

div#main #speech h2	{ font-size: 14px;}

div#main #speech h3	{ font-size: 12px;}

img#reduc
{
	position	: absolute;

	bottom		: 65px;
	left		: 55px;
	height		: 160px;
	width		: 321px;

	margin		: 0;
	padding		: 0;
}

/*----------------------------------------------*/

div#main #content  #mid_left
{
	position	: relative;

	/*border		: 1px solid red;*/
	width		: 100%;
	height		: auto;

	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 13px;
}

div#main #content #part1
{
	float		: left;

	margin		: 20px 30px;
	width		: auto;
	height		: auto;

	border		: 0px solid red;
}

div#main #content #part2
{
	position	: absolute;

	right		: 0;
	top		: 0;
	margin		: 70px 0px 0 20px;
	width		: 320px;
	height		: auto;

	text-align	: center;
	border		: 0px solid red;
}