html, body 
{
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:Verdana;
	font-size:10pt;
	background-color:#ffffff;
	color:#000000;
}

input
{
	width:95%;
}

textarea
{
	width:95%;
}

.titre
{
	color:#3366ff;
	font-size:14pt;
}

.sous_titre
{
	color:#3366ff;
	font-weight:bold;
}

/**********************************************/
/**********************************************/
/****************  STRUCTURE  *****************/
/**********************************************/
/**********************************************/

#div_site
{
	width:950px;
	height:800px;
	position:relative;
	background-image:url(images/fonds//fond.gif);
	background-repeat:no-repeat;
}

	#img_logo
	{
		width:140px;
		height:155px;
		position:absolute;
		top:100px;
		left:92px;
		z-index:2;
	}	

	#btn_societe
	{
		width:155px;
		height:155px;
		position:absolute;
		top:44px;
		left:263px;
		cursor:pointer;
	}
		#btn_societe img{
			cursor:pointer;
		}

	#btn_realisations
	{
		width:155px;
		height:155px;
		position:absolute;
		top:209px;
		left:288px;
	}
		#btn_realisations img{
			cursor:pointer;
		}

	#btn_contact
	{
		width:155px;
		height:155px;
		position:absolute;
		top:279px;
		left:133px;
		cursor:pointer;
	}
		#btn_contact img{
			cursor:pointer;
		}
	
	#div_texte
	{
		width:600px;
		height:560px;
		position:absolute;
		top:125px;
		left:300px;
		z-index:1;
		overflow:hidden;
		text-align:left;
		padding:5px 5px 5px 5px;
	}