#lateralArea{
	float:left;
	width:210px;
	min-height:350px;
	
}

#contentArea{
	float:left;
	width:670px;
	min-height:350px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#viewTitle{
	margin-left:20px;
	padding-top:30px;
	padding-left:5px;
	width:185px;
	background:url('../images/common/title.gif') bottom left no-repeat;
}

#sublinkArea{
	margin-left:40px;
	padding-top:10px;
}

/*
 * MAP
*/
#carteLibelleArea{
	position:absolute;
	height:150px;
	width:150px;
	font-size:11px;
	color:#999;

	
}

#titreAgence{
	width:150px;
	height:20px;
	padding-top:40px;
	text-align:center;
	font-weight:bold;
	color:#666;
	background:url('../images/titre-agence.png') no-repeat;
}

#infoAgence div{
	padding-left:5px;
	padding-right:5px;
}

#typeOffice{
	color:#FFF;
	background-color:#D81212;
	text-align:center;
	font-weight:bold;
}

#typeOffice2{
	color:#FFF;
	background-color:#D81212;
	text-align:center;
	font-weight:bold;
	padding:0;
}

/*
 *ANNONCE
 */
 
#annonceArea{
	margin:0 auto;
	width:700px;
	background-color:#CCCCCC;
	color:#666666;
	padding:20px;
	margin-bottom:10px;
 }
 
 #annonceArea ul{
 	list-style:circle outside;
 }
 
#annonceArea ul li{
  	padding-bottom:20px;
 }
 
 #annonceArea p{
 	text-align:center;
 }
 
 #annonceFooter{
	padding-top:20px;
	color:#990000;
	font-weight:bold;
	text-align:center;
 }
 
 
/*
 *UNIVERSA
 */
 
.block-universa{
	width:300px;
	height:250px;
	float:left;
	padding:15px;
	background:url('../images/common/block-universa.png') no-repeat;
}

.block-universaFR{
	width:300px;
	height:250px;
	float:left;
	padding:15px;
	background:url('../images/fr/block-universa2.png') no-repeat;
}

.block-universaDE{
	width:300px;
	height:250px;
	float:left;
	padding:15px;
	background:url('../images/de/block-universa2.png') no-repeat;
}

.block-universaIT{
	width:300px;
	height:250px;
	float:left;
	padding:15px;
	background:url('../images/it/block-universa2.png') no-repeat;
}

#form-universa{
	margin:0 auto;
	color:#999;
	width:300px;
}

