/* CSS Document */


div#photo-ingenierie{
	width:232px;
	float:left;
	height:150px;
	text-align:center;
	color:#FFFFFF;
}

div#menu-ingenierie{
	width:232px;
	float:left;
	height:150px;
	color:#FFFFFF;
}

div#photo-production{
	width:232px;
	float:left;
	height:150px;
	text-align:center;
	color:#FFFFFF;

}

div#menu-production{
	width:232px;
	float:left;
	height:150px;
	color:#FFFFFF;
}

div#menu-ingenierie ul, div#menu-production ul{
	margin:0;
	padding:0;
}

div#menu-ingenierie a:hover, div#menu-production  a:hover{
	text-decoration:underline;
}


div#menu-ingenierie li, div#menu-production li{
	list-style-type:none;
	line-height:16px;
	background:url(images/frontend/puce-bleue.gif) 0 50% no-repeat;
	padding-left:20px;
	margin-bottom:15px;
}
div#menu-ingenierie li a, div#menu-production li a{
	color:#FFFFFF;
	text-decoration:none;
}
div#menu-ingenierie li a.on, div#menu-production li a.on{
	text-decoration:underline;
}


body#activites{
	background:#eee url(images/frontend/bg-activites.jpg) 0 0 repeat-x;

}


body#activites h2{
	width:588px;
	height:100px;
	background:url(images/frontend/h2-activites.png) 0 50% no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	margin:0 0 0 20px;
	
	/* IE6 */
	_height:64px;
	_margin:0 0 36px 20px;
	

}

body#activites h3{
	background:url(images/frontend/h3-activites.png) 0 0 no-repeat;
	height:32px;
	margin:0 0 20px 5px;
	line-height:32px;
	font-size:16px;
	font-weight:normal;
	text-indent:45px;
	color:#FFFFFF;
	
	/* IE6 */
	_width:565px;
}

body#activites #content{
	background:url(images/frontend/bg-content-activites.jpg) 0 0 no-repeat;
}

div#menu-activites{
	height:150px;

}



#footer{
	background: url(images/frontend/bg-footer-activites.gif) 0 0 repeat-x;
}


h5 img{
	float:left;
	margin:0 10px 0 0;
}

h5{
	margin:20px 0 20px 0;
	font-size:22px;
	color:#535353;
	width:650px;
	line-height:85px;
	border-bottom:1px solid #c9c9c9;
	padding-bottom:5px;
}



div#contenu-activite{
	margin-left:50px;

}
body#activites div#contenu-activite dl{
	width:470px;
	margin-bottom:30px;
	float:left;

}

body#activites div#contenu-activite dt{
	font-weight:bold;
	color:#535353;
	background:url(images/frontend/button_ok_gris.gif) 0 50% no-repeat;
	text-indent:20px;
	margin-bottom:20px;
}

body#activites div#contenu-activite dd{
	color:#535353;
	line-height:25px;
}





























