/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:24px;
	font-weight:900;
	color:#0099cc;
	}
p {
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px 50px 0px 0px;}
#Content>p+p {text-indent:30px;}

.title1 {
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
}


a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#Content ul {
	list-style: disc inside;
	margin: 0 0 30px;
}	

#Content li {
	font-weight: bold;
	text-decoration: none;
	color: #5c5c5c;
	padding: 2px 2px 3px 8px;
	background: #f4f4f4;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	list-style-type: disc;
	list-style-position: inside;
}	

#Content li.norm {
	padding: 2px 2px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
	font-size: 11px;
	color: #5C5C5C;
}	

#Header {
	margin:5px;
	padding:15px 35px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:70px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#09c;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:70px;
	background-image: url(images/metier.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:70px;}

#Content {
	margin:0px 5px 50px 230px;
	padding:10px;
	}

.list {
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#Menu {
	position:absolute;
	top:103px;
	left:5px;
	width:170px;
	padding:10px;
	background-color:#CCCCCC;
	border:1px solid #0099cc;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}

/* Again, "be nice to Opera 5". */
body>#Menu {width:170px;}


#Menu ul {	
list-style: none;
width: 170px;
margin: 0 0 20px;
padding: 0;
font-size: 1.1em;
}	

#Menu li {
	margin-bottom: 8px;
}

#Menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #0099cc;
	display: block;
	padding: 2px 2px 2px 8px;
	background: #f4f4f4;
	border-left: 4px solid #0099cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}	
	
#Menu li a:hover {
	background: #eaeaea;
	color: #5c5c5c;
	border-left: 4px solid #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.img1 {
	align: left;
	padding: 3px;
	margin-right: 20px;
	float: left;
	}	
	
	
.img5 {
	align: right;
	float: right;
	}	


.img2 {
	align: right;
	float: right;
	border: 1px solid #5c5c5c;
	padding: 3px;
	margin-left: 20px;
	}	


.img3 {
	align: right;
	float: right;
	border: 1px solid #0099cc;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}	

.img4 {
	align: left;
	float: left;
	border: 1px solid #5c5c5c;
	padding: 3px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}	
	
