*{
	border: 0;
	margin:0;
	padding:0;
}

html{ /* Google chrome affiche une bande blanche en bas sans ce bloc ... */
	background: #000;
}

body{
	background: #000;
}

#content{
	width: 820px;
	margin: 30px auto;
}

#droite {
	margin-left: 200px;}

html>/**/body #droite{ /*correction d'un bug*/
	border:none;
	margin-left: 220px;
}


#header{
	width: 600px;
	height: 165px;
	margin-top: 5px;
	
	background: url("./images/image-haut.jpg") no-repeat left;
	text-align: right;
}

/*Le menu de gauche*/
#gauche{
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background: url("./images/image-gauche.jpg") no-repeat top right;
	height: 550px;
}
html>/**/body #gauche{ /*Suite de correction du bug*/
	border-top: none;
}

#menu{
	background: #000;
	
	width: 180px;
	margin-top: 270px;

	/*border-left: 20px solid #000;*/
	
	font-family: Arial;
	list-style-type:none;
}
#menu li{
	padding: 10px 0px;
}
#menu a{
	display: block;
	padding: 3px 0px 3px 35px;
	
	color: #fff;
	text-decoration: none;
}
#menu a:hover{
}

#lien1:hover, #lien2:hover, #lien3:hover, #lien4:hover{
	padding-left: 15px;
}
#lien1:hover{
	border-left: 20px solid #FE9900;
}
#lien2:hover{
	border-left: 20px solid #ff0;
}
#lien3:hover{
	border-left: 20px solid #090;
}


/*Pour le corps*/
#corps{
	width: 560px;
	padding-left: 40px;
	padding-top: 10px;
	
	font-family: Arial;
	font-size: 15px;
	color: #fff;
}
html>/**/body #corps{ /*bug du padding*/
	width: 600px;
}
#corps ul{
	margin: 10px 30px;
}
#corps h1{
	padding: 20px 30px;
	padding-top: 20px;
}
#corps p{
	margin: 5px;
}

/*Pour la page prestation */
#galerie-categories{
	width: 500px;
}
#galerie-categories td{
	padding-bottom: 15px;
}
#galerie-categories a:link{
	color: #000;
}
#galerie-categories a:hover img{
	border:1px solid #555;
}
#galerie-categories a img{
	border:1px solid #000;
}

/*Pour la galerie*/
#sombre{
	display:none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100;
	height: 0px;
	opacity: 0;
}
#ensemble-galerie{
	display: none;
	position: absolute;
	z-index:101;
	top:0;
	left:0;
	width: 100%;
}
#corps-galerie{
	background: #000;
	margin-top: 20px;
	width: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 538px;
	color: #fff;
	font-family: arial;
}
html>/**/body #corps-galerie{
	height: auto;
	min-height: 538px;
}
#conteneur-colonne{
	height: 518px;
	float:left;
	width: 150px;
	margin: 10px 0px;
}
#ligne-miniatures{
	overflow: hidden;
	height: 468px;
	
	width: 122px;
	margin: auto;
}
#conteneur-miniatures{
	width: 122px;
}
#conteneur-miniatures img{
	display: block;
	margin-top: 20px;
	border:1px solid #555;
}
#conteneur-image{ /*Celui qui contient l'image en grand*/
	text-align: center;
	margin-left: 150px;
	margin-right: 10px;
	height: 490px;
	padding-top: 6px;
}
#infos-image{
	height: 25px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 150px;
	padding-right: 20px;
	color: #5f5;
	border-bottom: 1px solid #999;
}
#ref-categorie{
	display: inline;
}
#label-image{
	display: inline;
}
#images-precedentes, #images-suivantes{
	height: 25px;
	width: 122px;
	margin: 0px 14px;
	background: #0c0;
}
#fermer-galerie{
	width: 85px;
	height: 35px;
	float: right;
	background: url('./images/close.png') no-repeat right;
	opacity: 0;
	line-height: 35px;
}



/* Pour le formulaire de contact */

#formulaire-contact fieldset{
	margin-top: 10px;
	margin-bottom: 20px;
}
.legend{
	border-bottom: 1px solid #999;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ligne-formulaire{
	width: 400px;
	margin: 5px auto;
}
.form-label{
	display: block;
	float: left;
	width: 150px;
}
.ligne-formulaire input{
	border: 1px solid #999;
	border-left: 5px solid #999;
	padding: 2px;
}
#fieldset-textarea{
	width: 80%;
	margin: 0px auto;
}
#fieldset-textarea textarea{
	display: block;
	border: 1px solid #999;
	border-left: 5px solid #999;
	width: 100%;
	margin: 10px 0px;
	height: 150px;
	font-family: verdana;
	font-size: 14px;
	padding: 2px;
}
#form-copie{
	position: relative;
	top: -2px;	
}
#form-valider{
	color: #000;
	width: 70px;
	padding: 3px;
	background: #fff;
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #fff;
}
#cadre-raison-sociale{
	display: none;
}
#form-erreur{
	display: none;
	color: red;
	width: 400px;
	margin: 10px auto;
	background: #fee;
	border: 1px solid #fff;
	padding: 3px;
}

#coordonnees{
	display: none;
	color: #fff;
	background: #000;
	font-size: 15px;
	padding: 3px;
	width: 174px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid #FE2E5F;
	padding-bottom: 0px;
}
#coordonnees p{
	margin-bottom: 8px;
}
