/* CSS pour toutes les pages */
* {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.clearIt {
	display:block;
	height: 0px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #F00;
	background-color: #F00;
	border: 0;
	visibility:hidden;
	clear:both;}

body {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#conteneur {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 680px;
}

#contenu {
	position: absolute;
	width: 950px;
	height: 650px;
	left: 24px;
	top: 20px;
	
	
}

#logo {
	position:absolute;
	width: 415px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	left: 290px;
	top: 10px;
}

#usine {
	position:absolute;
	width: 940px;
	height: 290px;
	top: 388px;
	left: 29px;
}

#texte{
	position:absolute;
	text-align:center;
	width:440px;
	color:#000000;
	left: 278px;
	border-top:solid #999999 1px;
	padding-top:20px;
	padding-bottom:20px;
	top: 178px;
	
}

#text{
	position:absolute;
	text-align:center;
	width:440px;
	color:#000000;
	left: 278px;
	top: 264px;
	border-bottom:solid #999999 1px;
	border-top:solid #999999 1px;
	padding-top:20px;
	padding-bottom:20px;
}

#text h1 {
   font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

#texte h1 {
   font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bouton {
	position:absolute;
	width:179px;
	height:25px;
	left: 419px;
	text-align:center;
	top: 365px;
}
#bouton a{
	font-size:18px;
	color:#0066FF;
	font-weight:bold;
}

#bouton a:hover{
    color:#999999;
	text-decoration:none;
}

#langue{
	position:absolute;
	font-size:11px;
	color:#0066FF;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	height:20px;
	top: 35px;
	right: 50px;
}

#langue a{
    color:#000000;

}

#langue a:hover{
    color:#CCCCCC;
	text-decoration:none;
}

/* FIN CSS pour toutes les pages */

