/*site pour le web semantique du 21-04-2008*/
html
	{
		background-color: transparent;
	} 
body
	{
		margin: 0 ;
		padding: 0 ;
		height: 100%;
		font-family: "Times New Roman" ;
		background-color: #404040;
		background: url(../images/background.jpg) repeat-y center top;
		background-attachment: fixed;
		overflow: hidden;
		font-size: 18px;
	}

div#entete
	{
		margin: 0px auto;
		padding: 0px;
		width: 80%;
		height: 80px;
		border: none;
		border-color: Fuchsia;
		background-color: transparent ;
	}
div#page 
	{
		height: 100%;
		min-height: 710px;
		width: 990px;
		min-width: 360px;
		padding: 0px 0px;
		margin: 0 auto;
		background-color: transparent ;
		position: relative;
		/*border: solid Fuchsia;*/
		
	}
div#contenuPere
	{
		float: right;
		width: 787px;
		height: 546px;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 8px;
		padding: 0px 0px 20px 0px;
	}
div#contenu
	{
		float: right;
		background-color: #5D5D5D;
		background-image: url(../images/fond_papier_gris.jpg);
		width: 778px;
		height: 530px;
		color: Black;
		overflow: auto;
		margin: 40px 0px 0px 0px;
		padding: 0px 4px 0px 0px;
		border-left: groove;
		border-left-width: 6px;
		border-left-color:#49497F;
		border-bottom: double;
		border-bottom-width: 8px;
		border-bottom-color: #49497F;
		/*border: solid Fuchsia;*/
		
	}
div#contenu p
	{
		margin: 0px 0px 0px 5px;
	}
div#contenu h2
	{
		padding: 30px 10px;
		color: Blue;/*InactiveCaption*/
	}
div#contenu h3
	{
		padding: 0px 10px;
		color: Teal;
	}
div#SeparationH
	{
		float: right;
		width: 670px;
		height: 40px;
		background-image: url(../images/SeparationH_27.png);
		background-repeat: no-repeat;
		background-position: center;
		margin: 30px 60px 0px 0px;
		padding: 0px 10px 0px;
		display: inline;
	}
div#piedpage 
	{	
		margin-top:40px ;
		float: right;
		bottom: 0px;
		width: 990px;
		height: 90px;
		/*border: solid 2px brown;*/
		background-image: url(../images/degrader_pied.png);
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		position: fixed;
	}
div#avalcontent
	{
		background-image: url(../images/AvalContent_775.png);
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		width: 775px;
		height: 62px;
		position: fixed;
		margin: -2px 0px 0px auto;
	}
div#logowww
	{
		
		width: 180px;
		height: 36px;
		background-image: url(../images/Images_Semantique/WS_logo_w3c_180.png);
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	

				
