/* CSS Document */
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left
}


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:url(../graphics/background.jpg);
	background-repeat:repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; margin:0px; padding:0px 0px 5px 0px;
}
h1 {
	font-size: 24px;
	color: #252525;
}
h2 {
	font-size: 22px;
	color: #252525;
}
h3 {
	font-size: 20px;
	color: #252525;
}
h4 {
	font-size: 18px;
	color: #4A4B9B;
}
h5 {
	font-size: 16px;
	color: #4A4B9B;
}
h6 {
	font-size: 14px;
	color: #4A4B9B;
}

.subtitle {
	font-size: 14px;
	color: #252525;
}

img {border:0px;display: block;}

#wrap {width:1000px; margin-left: auto;  margin-right: auto;}
#template {width:1000px; margin-left:auto;  margin-right:auto; border:#000 solid 1px;}
#header {width:1000px; margin-left: auto;  margin-right: auto;}
#tagline {
	position: absolute;
	left:749px;
	top:46px;
	width:400;
	height:26;
	z-index:2;
}

#LogoHeader {
	position:absolute;
	left:188px;
	top:33px;
	width:309px;
	height:187px;
	z-index:1;
}


.copyright {
	font-size: 10px;
	
}
a {color: #06F;}
a:link, a:visited, a:active  {	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.FloatL {
	float:left;
	margin-right:10px;
	border:#CCCCCC 1px solid;
	padding:3px;
}
.FloatR {
	float:right;
	margin-left:10px;
	border:#CCCCCC 1px solid;
	padding:3px;
}
.FloatL-NB {
	float:left;
	margin-right:10px;
	padding:3px;
}
.FloatR-NB {
	float:right;
	margin-left:10px;
	padding:3px;
}


.border{border:#000000 1px solid;}

label.error {
	display:block;
	color: #CC3333;
	background-image:url(../icons/error_warning.png);
	background-repeat:no-repeat;
	background-position:middle left;
	padding-left:25px;
	margin:5px;
	height:20px;
	text-align:left;
}

  label.error {
    display:inline
  }

#photos {
	width:250px; /* for IE 6 */
}

#photosOverlay {
	position: relative;
	z-index:99;
	background-image:url(../graphics/img_overlay_fr.png);
	background-position:center;
	height:35px;
	width:250px;
	border:0px;
}

#photosOverlayEN {
	position: relative;
	z-index:99;
	background-image:url(../graphics/img_overlay_en.png);
	background-position:center;
	height:35px;
	width:250px;
	margin-top:auto;
	border:0px;
}

#SubNavigation div {height:25px;}
#SubNavigation {background-color:#252525; width:100%; height:25px; padding-top:0px;}
#SubNavigation a {color:#C7C3BA; text-decoration:none; font-weight:bold;}
#SubNavigation a:hover {color:#09F; text-decoration:none;}


#footer {color:#FFF;}
#footer ul {padding:7px;}
#footer li { list-style:none; padding-top:4px; text-align:left}
#footer .subtitle {color:#333333; font-size:16px; font-weight:normal; text-align:left}
#footer a {color:#FFF; font-size:13px; letter-spacing:1px; text-decoration:none; font-weight:normal; padding-top:10px;text-shadow: 1px 1px 1px #777777; 
-webkit-text-fill-color:white; font-family:Tahoma, Helvetica, sans-serif; text-align:left}
#footer a:hover {color: #FF9; text-decoration:none;text-shadow: 1px 1px 1px #777777; 
-webkit-text-fill-color:#FF9 ; }


