/*
        http://www.w3.org/TR/CSS21/propidx.html pour une liste complete
*/

.notice {
        font-family: Arial, Helvetica, sans-serif;
}

TABLE.sitesphcha {
	border-collapse: collapse;
	border: thin solid black;
}

TD.sitesphcha {
        font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

DIV.maincontent {
        position: absolute;
        /* height: 587px; */
        width: 500px;
        left: 460px;
        top: 180px;
        /*background-color: lightblue;*/
        z-index: 1;
        visibility: visible;
}

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.sorciere {
	position: absolute;
	background: lightblue;
	/*background: url(http://www.phcha.com/sorciere/images/sorciere1_small.png) no-repeat;*/
	left: 25px;
	top: 200px;
	width: 400px;
	margin: 3; /* set margin-{top,right,bottom,left} */
	/*height: 130px;*/
	z-index: 1;
	visibility: visible;
}

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.broderie {
	position: absolute;
	background: #CCFFCC;
	left: 25px;
	top: 320px;
	width: 400px;
	margin: 3; /* set margin-{top,right,bottom,left} */
	/*height: 130px;*/
	z-index: 1;
	visibility: visible;
}

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.gps {
	position: absolute;
	background: #FFCCFF;
	left: 25px;
	top: 440px;
	width: 400px;
	margin: 3; /* set margin-{top,right,bottom,left} */
	/*height: 130px;*/
	z-index: 1;
	visibility: visible;
}

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.htmlvalidator {
	position: absolute;
	left: 460px;
	top: 500px;
	margin: 3; /* set margin-{top,right,bottom,left} */
	/*height: 130px;*/
	z-index: 1;
	visibility: visible;
}

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.partenaires {
	position: absolute;
	background: lightgrey;
	left: 0px;
	top: 50px;
	width: 800px;
	z-index: 1;
	visibility: visible;
}

/* http://forum.alsacreations.com/faq/faq-58-Espaces-indesirables-sous-les-images.html */
img {
  display: block;
}

