/*Actualities */
#ActuBoxHomePage{
color: #CCCCCC;
font-size : 0.75em;
text-decoration: none;
font-weight : normal;
display: block;
padding: 10px 0px 0px 0px;
margin: 20px auto 0px auto;
border-bottom : 1px dotted #bebebe;
width:980px;
background-color: #333333;
}
#ActuBoxHomePageTitle{
color: #ccc;
font-size : 1.4em;
text-decoration: none;
font-weight : bold;
}

#ActuBox{
position : relative;
display: block;
color: #CCCCCC;
font-size : 0.75em;
text-decoration: none;
font-weight : normal;
background: #fff;
border : 1px solid #bebebe;
margin: 10px 10px 0px 10px;
padding : 10px;
}


#ActuDate{
color: #ccc;
font-size : 0.9em;
text-decoration: none;
font-weight : normal;
margin : 0px 0px 10px 0px;
}
#ActuTitle{
color: #000;
font-size : 1em;
text-decoration: none;
font-weight : bold;
margin : 0px 0px 10px 0px;
}
#ActuImage{
float : left;
display : inline;
margin : 0px 0px 10px 0px;
padding : 0px 10px 0px 0px;
}
#ActuDesc{
color : #000;
display : inline;
font-size : 1em;
text-decoration: none;
font-weight : normal;
margin : 0px 10px 0px 0px;
}