/* ================================================================== */
.homePageTitle {
	font-size: xx-small;
	color: #163F9C;
}
.homePictureTitle {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
.homePictureTitle a:hover {
	color: #0000FF;
	text-decoration: none;
}
/* ================================================================== */
div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
	padding: 0px 0 1 0;
}
/* ============================================================================ */
/* Targets */
div#targets, div#focuswhatsnew
{
/*	width:770px; */
	margin:0px auto;
/*	border:1px dotted red;*/
}

/* ================================================================== */
/* focuswhatsnew JL */
div#focuswhatsnew
{
	padding-top:15px;
}
div#focus
{
	text-align:center;
	float:left;
	width:378px;
}
div#whatsnew
{
	float:right;
	width:378px;
}
/* ================================================================== */
div.target
{
 	float:left;
    width:183px;
    margin:0px;
}
div.target_spacer /* used to have space between targets */
{
	float:left;
	width:12px;
	height:50px;
}
div.target div.lightband, div.target div.darkband
{
    height:8px;
}
/* ===================== Image #1 ===================== */
div#targets div#target_enterprise
{
        background-color:#00163c;
}

div#target_enterprise ul.target_menu{
        background-color:#8994a5;
        list-style-image:url('images/puce_square_white.png') !important;
		border-color:#00163c;
}
div#target_enterprise div.lightband{
        background-color:#8994a5;
}

/* ===================== Image #2 ===================== */
div#target_individuals
{
        background-color:#21449c;
}
div#target_individuals ul.target_menu{
        background-color:#90a2d0;
        list-style-image:url('images/puce_square_white.png') !important;
		border-color:#21449c;
}
div#target_individuals div.lightband{
        background-color:#90a2d0;
}

/* ===================== Image #3 ===================== */
div#targets div#target_partners
{
        background-color:#830023;
}
div#target_partners ul.target_menu{
        background-color:#c28190;
        list-style-image:url('images/puce_square_white.png') !important;
		border-color:#830023;
}
div#target_partners div.lightband{
        background-color:#c28190;
}

/* ===================== Image #4 ===================== */
div#targets div#target_community
{
        background-color:#ffc000;
}
div#target_community ul.target_menu{
        background-color:#fee083;
        list-style-image:url('images/puce_square_grey.png') !important;
		border-color:#ffc000;
}
div#target_community ul.target_menu li a{
	color:#999999;
}
div#target_community div.lightband{
        background-color:#fee083;
}
/* ==================================================== */
/* ====================== Menu ======================== */
div.target
{
	position:relative;
}
div.target ul.target_menu
{
	display:none;
	/*height:134px;*/
	width:100%;
	position:absolute;
	top:29px;
	margin:0px;
	padding:10px 0 10px 20px;
	border-bottom:4px solid;

	font-size:12px;
	z-index:1;
	filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
}
div.target:hover ul.target_menu, div.over ul.target_menu
{
	display:block;
}

ul.target_menu li{
    margin:0px;
    padding:1px 0px; /* Line spacing */
	text-align:left;
}

ul.target_menu li a{
    display:block;
    margin:0px;
	padding:0px;
	color:#FFFFFF;
}
/* ==================================================== */
/* ====================== News ======================== */
div.news
{
	float:right;
	width:100%;
	text-align:left;
	font-size:12px;
	margin-top:-2px;
}
div.news h2
{
	font-size:18px
}
div.news a
{
	color:#999999;
}
div.news ul
{
	list-style-image:url('images/puce_square_grey.png') !important;
}
div.news more
{
	text-align:right;
}
/* ==================================================== */
