@charset "UTF-8";
/* CSS Document */

*				{	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	}	
body				{	margin:0;	padding:0;	
					background-color:#ccc;
					scrollbar-face-color: #8a8a8a;
				    scrollbar-shadow-color: #8a8a8a;
				    scrollbar-highlight-color: #8a8a8a;
				    scrollbar-3dlight-color: #8a8a8a;
				    scrollbar-darkshadow-color: #fff;
				    scrollbar-track-color: #fff;
				    scrollbar-arrow-color: #fff; 
					}
				
input, textarea		{	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	}
img				{	border:0;															}
p				{   font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;	}


#background
	{
		position:absolute;
		width:904px;
		/*height:604px;*/ /* hack hauteur d'origine avec margin sur lequel on centre l'élément */
		height:620px;
		left:50%;
		margin-left:-452px;	
		top:50%;	
		margin-top:-302px;	
		background: url(../images/Ambos-background.jpg) no-repeat;
	}
	
#global	
	{	
		position:absolute;	
		top:4px;
		left:4px;
		width:896px;	
		height:594px;		
	}

/* LA PAGE D'ACCUEIL */
/* bandeau flash de l'accueil */
#flash_accueil		{	position:absolute;	width:896px;	height:218px;	left:0px; z-index:1; border-bottom: solid #dbdcdd 1px;}
#flash_accueil img	{ 	z-index:1;}

					
#header			{	position:relative;		width:896px;	height:111px;	background:url(../images/Ambos-header.png) no-repeat;	}
#header a.logo	{	position:absolute;		top:7px;		left:51px;	}
#header h1		{	margin:0;	padding:0;	display:none;	}

#etudes			{	position:absolute;	top:334px;		left:24px;		height:119px;		width:134px;	
					background:url(../images/Ambos-etudes-et-conceptions.jpg) no-repeat;	text-decoration:none;}					
#usinage		{	position:absolute;	top:334px;		left:206px;		height:119px;		width:134px;	
					background:url(../images/Ambos-usinage.jpg) no-repeat;		text-decoration:none;}
#tolerie		{	position:absolute;	top:334px;		left:384px;		height:119px;		width:137px;	
					background:url(../images/Ambos-tolerie-industrielle.jpg) no-repeat;			text-decoration:none;}
#soudure		{	position:absolute;	top:459px;		left:24px;		height:119px;		width:134px;	
					background:url(../images/Ambos-soudure.jpg) no-repeat;				text-decoration:none;}
#maintenance	{	position:absolute;	top:459px;		left:206px;		height:119px;		width:134px;	
					background:url(../images/Ambos-maintenance-industrielle.jpg) no-repeat;			text-decoration:none;}
#prestations	{	position:absolute;	top:459px;		left:384px;		height:119px;		width:137px;	
					background:url(../images/Ambos-prestations-annexes.jpg) no-repeat;			text-decoration:none;}

#etudes h2 a, #usinage h2 a, #tolerie h2 a, #soudure h2 a, #maintenance h2 a, #prestations h2 a	
	{	
		position:absolute;	top:0;	width:94px;	height:102px;
		padding:17px 20px 0 20px;	
		font-size:11px;		font-weight:normal; 	color:#fff;		text-align:center;		vertical-align:middle;	text-decoration:none;
	}
	
#usinage h2 a, #soudure h2 a	
	{  padding:25px 20px 0 20px;	height:94px;	}
	
#etudes h2 a:hover, #usinage h2 a:hover, #tolerie h2 a:hover, #soudure h2 a:hover, #maintenance h2 a:hover, #prestations h2 a:hover 	
	{   text-decoration:underline;	color:#fff;	}


#actualites		
	{	position:absolute;	top:337px;		right:19px;		height:204px;		width:336px;		
		background:url(../images/Ambos-actualites.png) no-repeat;	}
		
#txt_actualites	
	{   position:absolute;	top:42px;		left:10px;		width:316px;		padding:2px;	text-align:justify;
		height:142px;		overflow:auto;	line-height:14px;}
					
#txt_actualites	ul	
	{   margin:0 10px 0 15px;	padding:0;	}
	
#txt_actualites	ul li 
	{   margin:0 0 15px 0;	padding:0;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;		
		list-style-type:disc;
		list-style-position:outside;	}
		
#txt_actualites	ul li  img 
	{ float:right; margin-left:10px;	margin-top:5px;	}


#newsletter		{	position:absolute;	top:543px;		right:22px;		height:30px;		width:329px;		background:url(../images/Ambos-newsletter.jpg) no-repeat;	}
#newsletter form	{ 	margin:3px 0 0 97px;	}
#newsletter form input.text		{	border:0;	font-size:10px;	font-weight:bold;	height:17px;	padding:4px 0 0 8px;		width:160px;}
#newsletter form input.submit 	{	border:#808080;	background:#808080;	font-size:11px;	height:19px;	color:#fff;	vertical-align:middle;	}



#footer			
	{	position:absolute;	top:572px;	margin:0;	padding:0;	width:896px; overflow:hidden;	line-height:0px;	height:23px;	background:url(../images/Ambos-footer.png) no-repeat left	bottom;}
	
sup	{	font-size:9px;	}
