/* Outer box */

.newsImg
{

position: absolute;
margin-right: 10px;

}
.newsDiv1
{

	position: absolute;
margin-left: 200px;
margin-top: 20px;
	border: 1px solid #ff6600;
	overflow: auto;
	background: #ffffff;
	color : #000000;
	
}

.newsHeader1
{
	float: left;

}
.content1
{
	float: left;
	margin-top: 5px;
text-align: center;

}








.newsDiv
{
	border: 1px solid #ff6600;
	width: 300px;
	margin-left: 50px;	/* Center the div */
	margin-right: auto;
	overflow: auto;
	padding: 10px;
	background: #ffffff;
	color : #000000;
	
	
	
}


/* Headings for the news items */
.newsHeader
{
	float: left;
	width: 99%;
}
/* Contains the actual news*/
.content
{
	float: left;
	clear: left;
	margin-top: 5px;
	width: 99%;
}


.texte_contact
{

	float: left;
	clear: left;
	margin-top: 5px;
	width: 99%;
color : #FFFFFF;
font-color: #FFFFFF;
}
/* Style for the Date to be shown */
.newsDate
{
	font-size:12px;
	font-weight: lighter;
}

.cent
{
	text-align: center;
}





body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
}
a, a:visited { 
	outline: none 
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
        position: relative; 
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
