/* Default CSS Stylesheet for a new Web Application project */
.PageTitles
{
	color:#666666;
} 

.priceIndication
{
		font-weight:bold;
		color:#c40004;
		font-size:12px;
	}

.BlockTitle
{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR:#666666;
	}
.BlockTitleBold
{
	FONT-SIZE: 14px;
	font-weight:bold;
	}
.importantMessage 
{
	background-color: #666666;	
}

.myScrollbars
{
	scrollbar-arrow-color:  white;
	scrollbar-track-color: white;
	scrollbar-face-color: #cc0000;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color:  #cc0000;
	scrollbar-darkshadow-color:#cc0000;
	scrollbar-shadow-color:  white;
}
#factoryDescription{
	
	position:absolute;
	margin-top:68px;
	margin-left:-750px;
	width:200px;
}

#service{
	
	position:absolute;
	margin-top:10px;
	margin-left:-750px;
	width:200px;
}

#serviceLeft{
	
	position:absolute;
	margin-top:10px;
	margin-left:-300px;
	width:300px;
}
#menu { FONT-SIZE: 11px; COLOR: #cc0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none } 	#menu:hover { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none } 	.menu1 { BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 	.menu2 { BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; FONT-SIZE: 11px; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 	

/* Default CSS Stylesheet for a new Web Application project */
BODY,TABLE
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
 
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
} 
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A { COLOR: #cc0000; TEXT-DECORATION: underline } 	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover 
	{
	COLOR: #666666; font-weight:bold;
	} 	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.middle
{ 
	vertical-align:middle
	}

.newsitem {
	margin-top: 20px;
}
.newsitem th {
	background-color: #e3e4e6;
	color: #666666;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}
.newsitem th h2 {
	color: #666666;
	margin-bottom: 0px;
}
.newsitem td {
	padding-right: 25px;
	padding-left: 25px;
}
.newsitem .date {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

#diviseuses_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 72px;
	font-size:11px;
	top: 195px;
	width: 113px;
}

#diviseuses_title{
	height:20px;
	color:White;
	position:absolute;
	left: 72px;
	top: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#diviseuses_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 72px;
	font-size:11px;
	top: 350px;
	width: 113px;
}

#faconneuses_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 325px;
	font-size:11px;
	top: 195px;
	width: 113px;
}
#faconneuses_title{
	height:20px;
	color:White;
	position:absolute;
	left: 325px;
	top: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#faconneuses_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 325px;
	font-size:11px;
	top: 350px;
	width: 113px;
}
#ligne_automatique_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 580px;
	font-size:11px;
	top: 195px;
	width: 113px;
}
#ligne_automatique_title{
	height:20px;
	color:White;
	position:absolute;
	left: 580px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#ligne_automatique_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 580px;
	font-size:11px;
	top: 350px;
	width: 113px;
}

#balancelles_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 72px;
	font-size:11px;
	top: 450px;
	width: 100px;
}
#balancelles_title{
	height:20px;
	color:White;
	position:absolute;
	left: 72;
	top: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#balancelles_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 72px;
	font-size:11px;
	top: 605px;
	width: 113px;
}

#trancheuses_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 325px;
	font-size:11px;
	top: 450px;
	width: 180px;
}
#trancheuses_title{
	height:20px;
	color:White;
	position:absolute;
	left: 325px;
	top: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#trancheuses_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 325px;
	font-size:11px;
	top: 605px;
	width: 113px;
}
#fermenteur_top{
	height:158px;
	color:Black;
	position:absolute;
	left: 580px;
	font-size:11px;
	top: 450px;
	width: 113px;
}
#fermenteur_title{
	height:20px;
	color:White;
	position:absolute;
	left: 580px;
	top: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width: 180px;
}
#fermenteur_readmore{
	height:20px;
	color:#6699ff;
	position:absolute;
	left: 580px;
	font-size:11px;
	top: 605px;
	width: 113px;
}
