/*/// on masque le menu enfant ///*/
#menuEnfants{
	display:none;
	}
#contenu H1{
	margin-left:20px;
	}
/*////////////////////////////////*/

#nos_usines{
	width:680px;
	height:377px;
	background:url(../modules/nos_usines/fond.jpg) no-repeat;
	text-align:left;
	}
	
#menuUsine{
	position:absolute;
	margin-left:230px;

	}
	#menuUsine A{
		display:block;
		text-decoration:none;
		font-weight:bold;
		font-size:11pt;
		color:#8ea8db;
		border:0;
		}
	#menuUsine A:hover, #menuUsine A.select{
		color:#C00;
		border:0;
		}
	
#ssmenuUsine{
	position:absolute;
	margin-left:140px;
	padding-top:5px;
	}
	#ssmenuUsine A{
		display:block;
		text-decoration:none;
		font-weight:bold;
		font-size:9pt;
		font-style:italic;
		color:#FFF;
		line-height:17px;
		border:0;
		}
	#ssmenuUsine A:hover, #ssmenuUsine A.select{
		color:#F00;
		border:0;
		}
		
#illustrationUsine{
	float:right;
	width:400px;
	height:377px;
	}

#maCarte{
	float:right;
	width:310px;
	height:375px;
	border:solid 1px #666;
	}

#texteUsine{
	margin-top:177px;
	position:absolute;
	width:350px;
	height:200px;
	}

	#texteUsine P{
		margin:5px;
		color:#0e5179;
		}

	#texteUsine LI{
		margin:5px;
		color:#0e5179;
		}

	#texteUsine P.titreUsine{
		text-align:center;
		font-size:32pt;
		line-height:34px;
		color:#0e5179;
		font-weight:bold;
		font-style:italic;
		margin-bottom:10px;
		}
		
	#texteUsine P.titreUsine span{
		color:#bccbe2;
		}

	#texteUsine P.adresseUsine{
		margin-top:25px;
		line-height : 20px;
		font-style:italic;
		font-weight : bold;
		}

	#texteUsine P.adresseUsine SPAN{
		font-size:16pt;
		color:#C00;
		}


	
	
