#newscontainer, #sidebar-image {
	float:left;
        width: 213px;
}

#newsbox_top{
	width: 213px;
/*	height: 230px;*/
	background:url(images/newsbox_top.jpg) top no-repeat;
	background-color:#E9E9EA;
        font-size:22px;
        text-align:center;
        color: #f99d12;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style:italic;
        line-height:45px;
}

#newsbox {
	/*padding-top:15px;*/
        font-size:11px;
        font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align:left;
        line-height:1.5em;
}

#newsbox  ul{
   list-style-type:none;
   padding:0; 
   margin:0;
}

#newsbox ul li {
   background: url(/assets/images/cubes/newsitem.gif) 0.78em 0.5em no-repeat;
   padding-bottom: 5px;
   padding-left: 25px;
   padding-right:10px;
}

#newsbox_bottom {
	height: 18px;
	width: 213px;
	background:url(images/newsbox_bottom.jpg) no-repeat;
  }

/* Home Page Cubes */

.home_cube {
	width:120px;
	float:left;
	border-right: 1px solid #cccccc; 
	margin-right:10px;
	margin-top:20px;
	padding-right:10px;
}

.home_cube_last {
	width:180px;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}

a.home_stages {
	display: block;
	width: 120px;
	height: 39px;
	text-decoration: none;
	background: url(/assets/images/home/stages.jpg) no-repeat;
	margin-bottom:10px;
	}

a.home_stages:hover {
	background-position: 0 -39px;
	}

a.home_jobs{
	display: block;
	width: 100px;
	height: 39px;
	text-decoration: none;
	background: url(/assets/images/home/jobs.jpg) no-repeat;
	margin-bottom:10px;
	}

a.home_jobs:hover {
	background-position: 0 -39px;
	}

a.home_cours{
	display: block;
	width: 110px;
	height: 39px;
	text-decoration: none;
	background: url(/assets/images/home/cours.jpg) no-repeat;
	margin-bottom:10px;
	}

a.home_cours:hover {
	background-position: 0 -39px;
	}

a.home_volontariat {
	display: block;
	width: 176px;
	height: 39px;
	text-decoration: none;
	background: url(/assets/images/home/volontariat.jpg) no-repeat;
	margin-bottom:10px;
	}

a.home_volontariat:hover {
	background-position: 0 -39px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/* Link Definition for General Pages */
a:link, a:visited {
	color: #006699;
	text-decoration:none;
}
a:hover {text-decoration: underline;}
