@charset "utf-8";
/* CSS Document */
* {margin:0;}
a.fr:link {color:#FFF; text-decoration:none;}
a.fr:visited {color:#FFF; text-decoration:none;}
a.fr:hover {color:#F00; text-decoration:underline;}
a.fr:active {color:#FFF; text-decoration:none;}

a.bottext:link {color:#0079c1; text-decoration:none;}
a.bottext:visited {color:#0079c1; text-decoration:none;}
a.bottext:hover {color:#F00; text-decoration:underline;}
a.bottext:active {color:#0079c1; text-decoration:none;}
ul {padding-left:32px; padding-top:10px; padding-bottom:10px; list-style-image:url(arrow.jpg)}
body{
	background:#0079c1;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#container{
	margin: 0 auto;
	position: relative;
	width:960px;

}
#header{
	width:960px;
	height:86px;
	float:left;
}
#logo{
	padding-left:20px;
	padding-top:10px;
	float:left;
}
#french{
	float:right;
	padding-right:15px;
	padding-top:23px;
	font-size:12px;
	color:#FFF;
}
#top{
	height:auto;
	width:960px;
	clear:both;
}
#leftc{
	background-image:url(leftc.jpg);
	background-repeat:no-repeat;
	height:845px;
	width:397px;
	float:left;
}
#main{
	width:960;
	height:338px;
	background-image:url(splash.gif);
	background-repeat:no-repeat;
}
.select{
	width:195px;
	color:#0079c1;
	font-size:14px;
}
#left{
	background-image:url(left.jpg);
	background-repeat:no-repeat;
	height:845px;
	width:397px;
	float:left;
}
#box{
	background-image:url(box.gif);
	background-repeat:no-repeat;
	margin-left:25px;
	margin-top:10px;
	height:238px;
	width:343px;
}
#boxfr{
	background-image:url(boxfr.gif);
	background-repeat:no-repeat;
	margin-left:25px;
	margin-top:10px;
	height:300px;
	width:343px;
}
#box1{
	background-image:url(box1.gif);
	background-repeat:no-repeat;
	margin-left:25px;
	margin-top:240px;
	height:208px;
	width:343px;
}
#right{
	background-image:url(right.jpg);
	background-repeat:no-repeat;
	height:845px;
	width:563px;
	float:left;
}

#button{
	float:left;
	padding-top:25px;
	padding-left:20px;
	width:197px;
	font-size:12px;
}
#bottom{
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:442px;
}
#trademark{
	font-size:10px;
	color:#CCC;
	padding-left:25px;
	clear:both;
	width:900px;
}
#legal{
	float:left;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:20px;
	font-size:12px;
	color:#FFF;
}
