	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		background: #69c url("pics/elements/bg_page_top.gif") repeat-x top;
		color:#000;
		text-align:center; /*center layout in ie5 and 5.5. */
	}
	
	/* Formulaires */

	form {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		margin: 0;
	}

	select, input, textarea {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	
	input.simple {
		border : 0px;
	}

	label {
		font-size: 11px;
		color:#999;
	}
	
	/* General */
	
	p, h4 {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
		border: 1px solid #000;
	}
	
	h1 {
		margin-top: 0;
	}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	
	h1 {
		color: #0E2B87;
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 1em;
	}
	
	h1 em {
		color: #666;
	}

	h2 {
		font-size: 1.6em;
		color: #333;
		font-weight: normal;
	}
	
	h3 {
		color: #6699CC;
		font-size: 1.2em;
		/*font-weight: normal;*/
	}
	
	h4, p strong {
		color: #666;
		font-size: 1em;
	}
	
	a {
		color: #336699;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#container
	{
	width:750px;
	margin: auto;/* centre for compliant browsers*/
	background: #fff;
	color: #333;
	text-align: left;
	}
	
	#top
	{
	width: /*787px*/750px;
	margin: auto;/* centre for compliant browsers*/
	padding: 0;
	height: 100px;
	}
	
	#top
	{
	background: transparent url("pics/elements/bandeau_logo.gif") no-repeat left center;
	}

	#top a#lienlogo {
		display: block;
		float: left;
		width: 180px;
		height: 100px;
	}
	
	#top h1
	{
		font-size: 3em;
		color:#000;
		margin-bottom: 1em;
	}
	
	#top img
	{
	border: 0;
	}
	
	* p#baseline {
	margin: 0;
	padding: .8em 0;
	text-align: right;
	color: #888;
	font-size: .85em;
	}
	
	#drapeaux {
		float: right;
		margin: 0;
		border-bottom: 6px solid #fafafa;
		padding: 2px;
		text-align: center;
	}
	
	#drapfr, #drapen {
		/*margin: 2px;*/
		border: 1px solid #fff;
	}
	
	#drapen {
		margin-left: 5px;
	}
	
	#drapeaux a img {
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
	}
	
	#bandeau
	{
	height: 155px;
	}
		body#index #bandeau {
			background: #fff url("pics/elements/bandeau-09.jpg") no-repeat left top;
		}
		body#repoussage-fluotournage #bandeau {
			background: #fff url("pics/elements/bandeau-08.jpg") no-repeat left top;
		}
		body#tolerie #bandeau {
			background: #fff url("pics/elements/bandeau-07.jpg") no-repeat left top;
		}
		body#usinage #bandeau {
			background: #fff url("pics/elements/bandeau-09.jpg") no-repeat left top;
		}
		body#points-forts #bandeau {
			background: #fff url("pics/elements/bandeau-10.jpg") no-repeat left top;
		}
		body#contact #bandeau {
			background: #fff url("pics/elements/bandeau-10.jpg") no-repeat left top;
		}
		body#actu #bandeau {
			background: #fff url("pics/elements/bandeau-10.jpg") no-repeat left top;
		}
	
	/* Navigation HAUTE */
	
	#navtop {
	/*border-bottom: 14px solid #296DB0;*/
	}
	
	#navtop ul
	{
	padding: /*.5em*/5px 0;
	margin: 0;
	font-size: 11px;
	list-style-type: none;
	background-color: #0E2B87;
	color: #fff;
	text-align: center;
	}
	
	#navtop li { display: inline; }

	#navtop li a
	{
	padding: /*.4em*/5px .5em;
	text-decoration: none;
	background: #0E2B87;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	/*letter-spacing: 0.05em;*/
	}
	
	#navtop li a:hover
	{
	background: #455BA2;
	}
	
	#navtop a#current
	{
	color: #0E2B87;
	font-weight: bold;
	background: #fff;
	}
	
	#navtop img
	{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
	/* Navigation GAUCHE */
	
	#leftnav
	{
	float: left;
	width: 175px;
	margin: 16px 0 0 0;
	padding: 0;
	text-align: right;
	}
	
	#leftnav h2	{
	color: #999;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 0 4px 2.6em .3em;
	border-bottom: 6px solid #eee;
	text-transform: uppercase;
	font-style: italic;
	}
	
	#leftnav img
	{
	margin: 0 4px 1em 0;
	padding: 0;
	}
	
	#navcontainer {
	margin-left: 0px;
	}
	
	/* navlist */

	#navcontainer ul#navlist
	{
	/*margin: 0 4px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	ul#navlist li
	{
	padding: 0 4px 6px 0;
	}
	
	ul#navlist a
	{
	font-size: 1em;
	color: #c00;
	text-decoration: none;
	}
	
	ul#navlist li a:hover
	{
	text-decoration: underline;
	}
	
	ul#navlist li#current
	{
	font-weight: bold;
	}
	
	/* sub-navlist */

	#navcontainer ul#subnavlist
	{
	margin: 4px 0 0 4px;
	padding: 0;
	list-style-type: none;
	}
	
	ul#subnavlist li
	{
	padding: 3px 5px 3px 4px;
	margin: 0;
	line-height: 1em;
	border-bottom: 1px solid #e5e5e5;
	}
	
	ul#subnavlist a
	{
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}
	
	ul#subnavlist li a:hover
	{
	text-decoration: underline;
	}
	
	ul#subnavlist li#subcurrent
	{
	background: #fff;
	}
	
	ul#subnavlist li#subcurrent a
	{
	color: #000;
	}
	
	/* CONTENU */
	
	#content
	{
	margin-left: 175px;
	padding: 1em 2em 1em 2em;
	background-color: #fff;
	}
		
	#content ul {
		list-style: square;
		list-style-position: inside;
		margin: 0;
		padding: 0;
	}
	
	#content p {
		text-align: justify;
	}

	div hr {
		clear: both;
		visibility: hidden;
		height: 1em;
	}
	
	#footer {
	clear: both;
	padding: 1em 3em 0;
	background: #0E2B87;
	height: 70px;
	border-top: 8px solid #f0f0f0;
	color: #fff;
	font-size: 0.85em;
	}
	
	#footer a
	{
	color: #fff;
	font-weight: bold;
	}
	
	#footer #foot1, #footer #foot2 {
	width: 40%;
	}
	
	#footer #foot1
	{
	float: left;
	}
	
	#footer #foot2
	{
	float: right;
	text-align: right;
	}
	
	/* Paragraphes */
	
	.floatright p, .floatleft p {
	font-size: 0.8em;
	color: #666;
	font-style: normal;
	margin: 3px;
	text-align: center;
	}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.floatleft {
		float: left;
		margin: 0px 10px 10px 0;
	}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		text-align: center;
	}
	
	.floatcenter img {
		margin: 0px 20px 0 20px;
	}
	
	/* Contact */
	
	#formcontact {
		/*margin: 0 40px;*/
		margin: 20px 0 0;
		padding: 20px;
		margin-bottom: 1em;
		text-align: center;
		background: #eee;
	}
	
	#formcontact table {
		text-align: left;
		font-size: 1em;
		color: #333;
	}
	
	select, input, textarea {
		padding: 2px;
		border : 1px solid #eee;
	}
	
	textarea {
		width: 305px;
	}
	/* STYLE POUR LE MODULE D'ACTULAITE*******************************************************************/
#actua{
width:400px;
}

#actua a{
font-size:10px;
font-style:italic;
text-decoration:underline;
}

.actutexte{ /*class sup de présentation*/
	/*border-bottom: 1px solid #000000; /*couleur de contour pour chaque actus,*/
	/*border-left: 1px solid #000;*/
	border: 1px solid buttonface;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:3px;
}

.photoactu{
float:left;
width:100px;
margin-right:5px;
}

.titreactu{
font-size:14px;
font-weight:bold;
color:#0E2B87;
}

.date{
font-size:10px;
text-align:right;
float:right;
}

.chapeau{
margin-top:12px;
margin-bottom:5px;
font-size:13px;
color:#000;
font-weight:bold;
border-bottom:1px solid #000000;
}
.both{
width:400px;
clear:both;
}
/* FIN STYLE POUR LE MODULE D'ACTULAITE****************************************************************/
	