/***********************************************/
/* bl_intro.css                                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
	background:#33CCCC url(images/bgd2.gif) repeat-x;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}

a:link, a:visited, a:hover {
	color: #BBDDFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#homepage{
	position:absolute;
	left:50%;
	width:850px;
	margin-left:-425px;
	margin-top:0px;
}

#choix{
	text-align: center;
	color: #FFFFFF;
}
#header{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/* 
#scoop{
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(images/scoopintro.gif) bottom right no-repeat;
 } */

