/*******************/
/* Style du header */
/*******************/

.header
{
	position : absolute;
	border-width : 0px;
	margin-top : 0px;
	background-color : #FFFFFF;
	width : 711px;
	height : 215px;
	padding : 0px;
	background-image : url('images/index_header.jpg');
}

div.select
{
	position : absolute;
	top : 178px;
	left : 8px;
	z-index : 1;
}

/*******************/
/* Style de titres */
/*******************/

h1
{
	position : absolute;
	font-size : 18px;
	left : 12px;
	top : 4px;
	font-family : Arial;
	font-weight : bold;
	color : #EE4433;
	margin : 0px;
}

h2
{
	position : absolute;
	font-size : 12px;
	left : 12px;
	top : 28px;
	width : 200px;
	font-family : Arial;
	font-weight : bold;
	color : #333388;
	margin : 0px;
}

.small_text
{
	font-family : Arial;
	color : #444444;
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
	margin : 4px;
	text-align : justify;
}

a.small_link
{
	font-family : Arial;
	color : #4444FF;
	text-align : center;
	font-weight : normal;
	text-decoration : none;
	font-size : 10px;
}

a.small_link:hover
{
	font-family : Arial;
	color : #FF4444;
	text-align : center;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10px;
}

/********************/
/* Style du contenu */
/********************/

.map
{
	position : absolute;
	top : 262px;
	left : 194px;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #CCCCCC;
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
}

.map_legend
{
	position : absolute;
	top : 280px;
	left : 510px;
	width : 176px;
	border-width : 0px;
	margin : 0px;
	padding : 0px;
	font-family : Arial;
	color : #4444FF;
	text-align : center;
	font-weight : bold;
	font-size : 18px;
}

