body{
	font-family:Arial;
	font-size:12px;
	text-align:center;
}
.bandeauSupp{
 background:url(images/bandeauSousMenu.png);
}

.container{
    width:780px;
    margin-left:auto;
    margin-right:auto;
    border:solid 1px gray;
}

.menu{
  width:100%;
  font-weight:bold;
}

.elementMenu{
    padding-top:10px;
    position:relative;
    float:left;
    height:28px;
    width:129px;
    text-align:center;
}

.elementMenu a{
  text-decoration:none;
  color:#ffffff;
}

.elementMenu a:hover{
  text-decoration:none;
  color:#ffffff;
}
.descriptionMenu{
    clear:both;
    background:url(images/bandeauSousMenu.png);
    height:40px;
    color:#eeeeee;
    padding-left:20px;
    line-height:40px;
    font-style:italic;
    font-size:large;
}

.descriptionCategorie{
    height:102px;
    border-top:solid 1px #000000;
    border-bottom:solid 1px #000000;
    background-color:#ffffff;
}

#logo{
    background-image:url(images/logo2.gif);
    width:233px;
    height:102px;
    float:left;
}

#description{
	 margin-top:10px;
	 margin-right:10px;
    width:330px;
    float:left;
    font-style:italic;
    color:#333333;
    text-align:justify;
    font-size:80%;
}
#imgDescriptionEntreprise{
    background-image:url(images/imgEntreprise.jpg);
    width:201px;
    height:102px;
    float:right;
}

#imgDescriptionMatiere{
    background-image:url(images/imgMatiere.jpg);
    width:201px;
    height:102px;
    float:right;
}

#imgDescriptionTransformation{
    background-image:url(images/imgTransformation.jpg);
    width:201px;
    height:102px;
    float:right;
}

#imgDescriptionBatiment{
    background-image:url(images/imgBatiment.jpg);
    width:201px;
    height:102px;
    float:right;
}

#imgDescriptionDecoration{
    background-image:url(images/imgDecoration.jpg);
    width:201px;
    height:102px;
    float:right;
}

.titre{
    width:780px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#cc0000;
    font-family:Arial;
    text-align:center;
    font-size:120%;
}

.contenu{
	margin-left:30px;
	margin-top:20px;
}


h1{
  color:rgb(255,102,0);
  font-weight:bold;
  font-size:100%
}
/* GALERIE PHOTO */
.galerie{
  border-spacing:10px;
}

.vignette{
  vertical-align:top;
  width:120px;
  text-align:center;
  border:solid 1px #cc0000;
}

.imgVignette{
  margin:10px;
  border:solid 1px #cccccc;
}

.imgVignette img{
  border:none;
}

.titreVignette{
  color:#cc0000;
  font-weight:bold;
  text-decoration:none;
}

a{
  text-decoration:none;
  font-weight:bold;
  color:#cc0000;
  font-size:100%;
}

a:hover{
  text-decoration:underline;
  font-weight:bold;
  color:#cc0000;
  font-size:100%;
}

ul{
  color:#cc0000;
}

li{
font-size:80%;
list-style-type:square;
}
