/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000; background-color: #FFFFFF;
}

img { border: 0; }

a:link, a:visited { color: #626468; text-decoration: none; }
a:hover { color: #002C71; text-decoration: underline; }
a:focus { outline: none; }


h1 {
	font-size: 2.5em; line-height: 1.2em; font-weight: normal; color: #002C71;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}
h2 {
	font-size: 1.7em; line-height: 1.2em; font-weight: bold; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h2.columnHdr {
	font-size: 1.4em; line-height: 1em; font-weight: bold; color: #E20A16;
	border-bottom: 1px solid #B8BBBF; padding-bottom: 5px;
	display: block;
}
h2.noMargin { margin-bottom: 0; }
h3 {
	font-size: 1.4em; line-height: 1.2em; font-weight: bold; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}

p, ul, ol {
	font-size: 1.2em; line-height: 1.5em; font-weight: normal; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
ul {
	list-style: none;
	list-style-position: outside;
	margin-left: 0;
}


/* ******************** PAGE CONTENT ******************** */

#wrapper {
	width: 900px;
	margin-left: auto; margin-right: auto;
}


/* ******************** HEADER ******************** */

#header {
	height: 79px; padding-left: 10px; padding-right: 10px;
	background-image: url(../images/headergrad.jpg);
	background-position: bottom; background-repeat: repeat-x;
	border-bottom: 1px solid #B8BBBF;
	display: block;
}

#logo {
	float: left;
	padding-top: 14px;
}
h2.strapline {
	font-size: 1.3em; line-height: 1em;
	font-weight: normal;
	color: #002C71;
	clear: both;
	text-indent: 2px;
	padding-top: 5px;
}

#hdrNav { float: right; padding-top: 30px; }
#hdrNav ul { list-style: none; font-weight: bold; margin: 0; }
#hdrNav li {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #626468;
	margin-right: 10px;
}
#hdrNav li.lastTab {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}
#hdrNav a { text-decoration: none; }


/* ******************** NAV 2 ******************** */

#nav2 {
	height: 23px; padding-left: 10px; padding-right: 10px;
	clear: both;
	background-color: #D5D9DE;
	border-bottom: 1px solid #FFFFFF;
}
#nav2 ul {
	list-style: none;
	font-weight: bold; line-height: 12px;
	margin: 0;
	padding-top: 5px;
	float: left;
}
#nav2 li {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #626468;
	margin-right: 10px;
}
#nav2 li.lastTab {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

#nav2 a:link, #nav2 a:visited { color: #002C71; text-decoration: none; }
#nav2 a:hover { color: #000000; text-decoration: none; }

.flag_french, .flag_english { float: right; padding-top: 4px; }
.flag_french a, .flag_english a {
	width: 27px; height: 15px;
	background-position: left top; background-repeat: no-repeat;
	margin-left: 5px;
	display: block;
}
.flag_french a { background-image: url(../images/flag_fr.gif); }
.flag_english a { background-image: url(../images/flag_uk.gif); }
.linkTxt { display: none; }


/* ******************** IMAGES ******************** */

#hdrImgs { height: 120px; clear: both; }
.hdrImg { width: 225px; float: left; }


/* ******************** PAGE STRUCTURE ******************** */

#pgContent { padding-top: 20px; clear: both; }

#column1 { width: 170px; float: left; margin-bottom: 20px; }
#column2 { width: 290px; float: left; margin-left: 20px; margin-bottom: 20px; }
#column3 { width: 400px; float: right; margin-bottom: 20px; }


/* ******************** LIST MENUS ******************** */
ul.menu { list-style: none; font-weight: bold; }
ul.menu li {
	height: 25px; line-height: 25px;
	border-bottom: 1px solid #D0D4D9;
	display: block;
}
ul.menu a {
	background-position: right; background-repeat: no-repeat;
	display: block;
}
ul.menu a:link, ul.menu a:visited { color: #626468; background-image: url(../images/menuArrow_f01.gif); }
ul.menu a:hover { color: #002C71; background-image: url(../images/menuArrow_f02.gif); }


/* ******************** REGION / TYPE MENUS ******************** */
#regionTypeMenus {
	padding: 20px;
	min-height: 100px;
	clear: both;
	background-image: url(../images/baseMenuGrad.jpg);
	background-position: top; background-repeat: repeat-x;
	border-top: 1px solid #B8BBBF;
	display: block;
}
#regionTypeMenus ul { font-size: 1.1em; line-height: 1.4em; }

#byRegion { width: 520px; float: left; }
ul.list_left { float: left; }
ul.list_right { float: right; }
#byType { width: 280px; float: right; }


/* ******************** FOOTER ******************** */
#footer {
	clear: both;
	border-top: 1px solid #B8BBBF;
	display: block;
	color: #7A7D82;
	font-size: 1em; text-align: right;
	padding-top: 5px;
	min-height: 30px;
}


/* **************************************************** */
/* ******************** MAP STYLES ******************** */

#franceMap {
	width: 400px; height: 379px;
	/*background-image: url(../images/franceMap_french.gif);
	background-position: left top; background-repeat: no-repeat;*/
	display: block;
}
#franceMapImgHolder { position: absolute; z-index: 1; }
#franceMapDate { font-size: 1em; color: #4E5359; position: absolute; z-index: 2; }

#franceMap ul { list-style: none; margin: 0; padding: 0; }
#franceMap li { position: absolute; z-index: 3; }
#franceMap a {
	width: 32px; height: 13px;
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
#franceMap a:link, #franceMap a:visited, #franceMap a:hover { background-image: url(../images/nieuw_button_f01.gif); }
/*#franceMap a:hover { background-image: url(../images/nieuw_button_f02.gif); }*/
.newLinkText { display: none; }

li#Alsace { margin-left: 356px; margin-top: 135px; }
li#Aquitaine { margin-left: 85px; margin-top: 273px; }
li#Auvergne { margin-left: 210px; margin-top: 240px; }
li#Bourgogne { margin-left: 255px; margin-top: 180px; }
li#Bretagne { margin-left: 60px; margin-top: 100px; }
li#CentreValdeLoire { margin-left: 175px; margin-top: 165px; }
li#ChampagneArdenne { margin-left: 262px; margin-top: 105px; }
li#FrancheComte { margin-left: 302px; margin-top: 195px; }
li#IledeFrance { margin-left: 210px; margin-top: 113px; }
li#LanguedocNord { margin-left: 220px; margin-top: 295px; }
li#LanguedocSud { margin-left: 168px; margin-top: 330px; }
li#Limousin { margin-left: 165px; margin-top: 227px; }
li#Lorraine { margin-left: 323px; margin-top: 117px; }
li#BasseNormandie { margin-left: 125px; margin-top: 79px; }
li#MidiPyrenees { margin-left: 120px; margin-top: 320px; }
li#NordPasdeCalais { margin-left: 235px; margin-top: 30px; }
li#PaysdelaLoire { margin-left: 103px; margin-top: 135px; }
li#Picardie { margin-left: 212px; margin-top: 63px; }
li#PoitouCharentes { margin-left: 117px; margin-top: 175px; }
li#ProvenceAlpesCotedAzur { margin-left: 305px; margin-top: 297px; }
li#RhoneAlpen { margin-left: 280px; margin-top: 260px; }
li#HauteNormandie { margin-left: 163px; margin-top: 72px; }