/* -------------------------------------------------- 
STANDARD 
-----------------------------------------------------*/
	body
	{
		padding:0;
		margin:0;
		
		background: #2d2c2d url(./voirie/gradient.jpg) repeat-x 0% 10%;

		font-family:Verdana;
		font-size:11px;
		color:#ffffff;

		text-align:center;
	}
		
	img
	{
		border:0px;
	}
		
	a:link
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration:none;
	}
	a:visited 
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration:none;
	}
	a:activ
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:hover
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration:underline;
	}
/* -------------------------------------------------- 
BASE 
-----------------------------------------------------*/

		
	#base-container
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		
		text-align: center;
		
		width:800px;
		height:520px;
	
	}
		
	#container
	{
		clear: both;
		width: 800px;
		height: 550px;
		border:1px dashed #cccccc;
	
		text-align: center;
	}
	#fasa
	{
		float: left;
		font-size:10px;
		color:#ffffff;
		padding-bottom: 2px;
	}
	#copyright
	{
		float: right;
		width:40%;
		font-size:8.5px;
		color:#aaaaaa;
		text-align:right;
		padding-bottom: 2px;
	}
	
		
	#fasalogo
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
		width:180px;
		height:220px;
	}


	#presentation
	{
		float: left;
		
		width:200px;
		padding-top: 40px;
		padding-left: 70px;

		text-align:center;
	}
	
	#presentation-img
	{
		display: block;
		padding-top: 160px;
		width: 200px;
		background-image: url("presentations.gif");
		background-repeat: no-repeat;
		background-position: top left;
				
	}
	
	#presentation-img:hover
	{
		background-position: top right;
	}
	
	.mini
	{
		padding-top: 30px;
		font-family:Verdana;
		font-size:9px;
		color:#ffffff;
	}
		
	#voirie
	{
		float: right;

		width:210px;
		height: 150px;
		padding-top: 40px;
		padding-right: 70px;
		
		text-align:center;
	}
	
	#voirie-img
	{
		display: block;
		padding-top: 160px;
		width: 200px;
		background-image: url("catalogs.gif");
		background-repeat: no-repeat;
		background-position: top left;		
	}
	
	#voirie-img:hover
	{
		background-position: top right;		
	}
	
	#voirie-link
	{
		padding-top: 150px;
	}
	

