* {
	padding:0;
	margin:0;
}
body {
	background:url(img/body.jpg) no-repeat center top #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0B0B0C;
}
h1 {
	position:absolute;
	top:-9999px;
}
#global {
	
	width:950px;
	margin:0 auto;
}
#entete
{
  background:url(img/entete.jpg) no-repeat;
  width:950px;
  height:270px;
}
#logo_flash
{
  background:url(img/logo_flash.png) no-repeat;
  width:551px;
  height:121px;
  margin:0 auto;
}

#adresse
{
  background:url(img/adresse.png) no-repeat;
  width:453px;
  height:46px;
  margin:0 auto;
}
#menu_flash
{
  background:url(img/menu_flash.png) no-repeat;
  width:530px;
  height:43px;
  margin:0 auto;
}
#centre
{
  background:url(img/contenu.jpg) repeat-y;
  width:950px;
  min-height:528px;
  overflow:hidden;
}
#contenu
{
  background:url(img/centre.jpg) no-repeat;
  width:950px;
  min-height:528px;
}
#conteneur_h2
{
  width:950px;
  height:18px;
  margin-bottom:41px;
}
#conteneur_h2 h2 span
{
  position:absolute;
  top:-9999px;
}
#conteneur_h2 .accueil
{
  background:url(img/h2_accueil.png) no-repeat;
  width:166px;
  height:18px;
  margin:0 auto;
}
#conteneur_h2 .couverture
{
  background:url(img/h2_couverture.png) no-repeat;
  width:166px;
  height:18px;
  margin:0 auto;
}
#conteneur_h2 .peinture
{
  background:url(img/h2_peinture.png) no-repeat;
  width:166px;
  height:18px;
  margin:0 auto;
}
#conteneur_h2 .devis
{
  background:url(img/h2_devis.png) no-repeat;
  width:166px;
  height:18px;
  margin:0 auto;
}
#conteneur_h2 .contact
{
  background:url(img/h2_contact.png) no-repeat;
  width:166px;
  height:18px;
  margin:0 auto;
}
#contenu p
{
  margin:0 29px 10px 29px;
}
#contenu p span
{
   font-weight:bold;
   text-transform:uppercase;
}

#contenu a
{
   color: #666666;
   text-decoration:none;
}

#contenu a:hover
{
   text-decoration:underline;
}


#centre_bas
{
  background:url(img/contenu_bas.jpg) no-repeat;
  width:950px;
  height:22px;
  margin:0 auto;
}
#pied
{
  width:950px;
  height:80px;
  margin:0 auto;
}
#pied ul
{
  width:500px;
  min-height:80px;
  margin:0 auto;
}
#pied ul li
{
 list-style:none;
 display:inline;
 font-size:10px;
 color:#666666;
}
#pied ul li a
{
  text-decoration:none;
  color:#666666;
  padding:0 3px;
}
#pied .imnalys
{
  text-align:center;
}
#pied .imnalys img
{
  border:0;
}
#pied .imnalys span
{
  position:absolute;
  top:-9999px;
}
div#pied .desciption_Imnalys {
font-size:10px;
text-align:center;
padding-top:5px;
color:#666666;
}
#pied .parfip
{
  text-align:center;
   font-size:10px;
   padding-top:5px;
}
#pied .parfip a
{
  text-decoration:none;
  color:#666666;
}
/*Formulaire du contact*/


#form {
	text-align: center;
	margin-top:25px;
	margin:0 10px;
	width:auto;
}
.form1 {
	border-width: medium;
	border: solid 1px #ccc;
	width: 46%;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #575b5f;
	margin-right: 5px;
	padding: 2px;
}

.form11 {
	border-width: medium;
	border: solid 1px #ccc;
	width: 95%;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #575b5f;
	margin-right: 5px;
	padding: 2px;
}

.form22{
	color: #575b5f;
	text-align:left;
	width:95%;
	float:left;
	padding-left:25px;
	margin:10px 0;
}




.form1:focus, .form11:focus {
	border: 1px solid #666666;
}
.form2{
	font: 11px Arial, Helvetica, sans-serif;
	width: 30%;

}
.form3{ 
    font-size:11px;
    width: 30%;
	}
.form4{
	overflow: hidden;
	padding: 5px 0px 0px;
    }
	
.button1 {
	font-size: 11px;
	width: 45%;
	background: #999999;
	border-width: medium;
	border-style: none;
	color: #575b5f;
	cursor: pointer;
}

#form .italic {
    font-style:italic;
	}