#english h1 {
	background:url(../english/images/001.jpg);
}

#francais h1 {
	background:url(../francais/images/001.jpg);
}

ul#main-menu {
	position: relative;
	width: auto;
	height: 34px;
	padding: 0 0 0 37px;
	margin: 0;
	background: url(../images/bg001.gif);
	list-style-type: none;
}

div#main-content {
	margin: 0;
	padding: 0;
	position: relative;
	/*background-image: url(../images/bg002.jpg);     original background image  */
	background-image: url(../images/bg008.jpg);   /*  background image  with added fade to black  */
	/*height: 340px;   original div height  */
	height:420px;  /*  original div height plus half height of features div  */
	background-repeat:no-repeat;  
}

/***************************** START index-2.html *****************************/

div#main-content-2 {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(../images/bg007.jpg);  
	height:400px;  /*  original div height  from above plus 60px whitespace at the top  */
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fff;
}


div#main-content-2 img {
	border: 0;
}

div#main-content-2 img#b1-2 {
	position: absolute;
	top: 301px;
	left: 70px;
}

div#main-content-2 img#b2-2 {
	position: absolute;
	top: 69px;
	left: 642px;
}

div#main-content-2 img#b3-2 {
	position: absolute;
	top: 172px;
	left: 642px;
}

div#main-content-2 img#b4-2 {
	position: absolute;
	top: 267px;
	left: 642px;
}

div#main-text-2 {
	position: absolute;
	top: 27px;
	left: 247px;
	width: 350px;
	font-size: 0.8em;
	background-color: #fff;
}

div#main-text-2 p {
	margin:12px 0px 0px;
}

/***************************** END index-2.html *****************************/

div#main-content img {
	border: 0;
}

div#main-content img#b1 {
	position: absolute;
	top: 241px;
	left: 70px;
}

div#main-content img#b2 {
	position: absolute;
	top: 9px;
	left: 642px;
}

div#main-content img#b3 {
	position: absolute;
	top: 112px;
	left: 642px;
}

div#main-content img#b4 {
	position: absolute;
	top: 207px;
	left: 642px;
}

div#main-text {
	position: absolute;
	top: 27px;
	left: 247px;
	width: 345px;
	font-size: 0.8em;
	background-color: #fff;
}

div#features {
	position: relative;
	background-image: url(../images/bg004.jpg);
	height: 165px;
}

div#features div.feature {
	position: relative;
	float: left;
	width: 46%;
	padding: 0;
	margin: 0;
	color: #999;
}

div#features div.feature img {
	float: left;
	padding: 15px 15px 0 40px;
}

div#features h2 {
	margin: 12px 0 5px 0;
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
}

div#features p {
	font-size: 0.7em;
}

div#features a, div#features a:link, div#features a:active, div#features a:visited {
	color: #0099cc;
	text-transform: uppercase;
}


