@charset "utf-8";
/* CSS Document */
.pagenav:link, .pagenav:visited {
	padding: 10px;
	border: 1px solid #000;
	background: #eee;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin: 10px 2px 10px 2px;
}

.pagenav:hover, .pagenavsel:link, .pagenavsel:visited  {
	padding: 10px;
	border: 1px solid #000;
	background: #FFC;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin: 10px 2px 10px 2px;
}

.formtxt {
	font-weight: bold;
	color: #666;
}
a.hfs:link, a.hfs:visited {
	color: #00a2e8;
	font-weight: bold;
	text-decoration: none;
}
a.hfs:hover {
	color: #ff7f27;
	font-weight: bold;
	text-decoration: none;
}

a.hfsred:link, a.hfsred:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a.hfsred:hover {
	color: #ff7f27;
	font-weight: bold;
	text-decoration: none;
}

a.hfs2:link, a.hfs2:visited {
	color: #ff7f27;
	font-weight: bold;
	text-decoration: none;
}
a.hfs2:hover {
	color: #00a2e8;
	font-weight: bold;
	text-decoration: none;
}
a.hfs3:link, a.hfs3:visited {
	color: #ff7f27;
	font-size:22px;
	font-weight: bold;
	text-decoration: none;
}
a.hfs3:hover {
	color: #00a2e8;
	font-size:22px;	
	font-weight: bold;
	text-decoration: none;
}
.title1 {
	color: #1b7ea9;
	font-size: 50px;
	font-weight: bold;
}
.title2 {
	color: #ff7f27;
	font-size: 50px;
	font-weight: bold;
}
.title3 {
	color: #1b7ea9;
	font-size: 22px;
	font-weight: bold;
}
.hfsbutton {
	font-size:22px;
}
.ddhome { 
	font-size: 50px;
	color: #ff7f27; 
	font-weight: bold;
}
body {
	font-family: verdana;
	background: url(images/fond.jpg) repeat-x;
}

h1 {
	font-size: 1.2em;
	border-bottom: 3px double #333;
	text-align: left;
	color: #333;
}	

h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #666;
	text-align: left;
	color: #666;
}	

h3 {
	margin: 5px;
	font-size: 14px;
	border-bottom: 1px dotted #333;
	text-align: left;
	color: #333;
}	

thead {
	font-weight: bold;
}

#phase1-content {
	width:650px;
	background:#ffffff;
	border:2px #000 solid; 
	padding: 10px; 
	margin-top: 50px;
}

#spacer {
	height: 20px;
}

#header { 
	width:800px; 
	padding: 5px;
	border: 1px solid #000; 
	background: #99F; 
	font-size: 2em; 
	font-family: verdana;
}

#container { 
	width:800px;
}

#right {
	font-size: 0.8em;
	width:500px; 
	margin-top: 5px;
	text-align: left;
	padding: 5px;
	float: right; 
	border: 1px solid #000; 
	background: #fff;
}

#left {
	width:270px; 
	margin-top: 5px;
	text-align: left;
	padding: 5px;
	float: left; 
	border: 1px solid #000; 
	background: #fff;
}

#footer {
	margin-top: 5px;
	padding-top: 5px;	
	width: 800px;
	font-size: 0.9em;
	text-align: center;
	border-top: 1px dotted #000; 
}

#error {
	margin: 5px;
	padding: 5px;
	background: #ff9999;
	color: #000;
	border: 1px solid #990000;
}

#success {
	margin: 5px;
	padding: 5px;
	background: #ccffff;
	color: #000;
	border: 1px solid #33CC99;
}

#nav-menu ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	width: 100%;
	margin: 0 0.15em;
}

#nav-menu li a {
	width: 260px;
	background: #eee;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	border: 2px solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
}

#nav-menu li a:hover {
	background: #99f;
}

#nav-menu li .selected {
	background: #99f;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

#nav-menu {
	width:100%;
} 