/* CSS Document */

html
{
	margin:0px;
	padding:0px;
	height: 100%;

}

body
{
	margin:0px;
	padding:0px;
	font-family:  Arial,Tahoma,Verdana;
	font-size:12px;
	color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#4D626D;
}

#page
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	min-height: 445px;
	height: auto !important;
	height: 445px; 
}
		#logo{
			background:url(images/logo.jpg) #4D626D no-repeat top left; 
			width:690px;
			height:306px;
			padding-left:210px;
			padding-top:130px;
		}
		#logo a{
			width:575px;
			height:250px;
			display:block;
		}
		
		#menu_principal{
			text-align:center;
			font-size:11px;
			margin-left:100px;
			text-transform:uppercase;
		}
		
			#menu_principal a{
				padding:0px 10px;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
			}
			#menu_principal a.pipe{
				border-right:2px solid #c8261e;
			}
			
		
		#catalogue{
			font-size:11px;
			float:right;
			margin-top:30px;
			text-transform:uppercase;
				font-weight:bold;
				text-align:right;
		}
			#catalogue a{
				padding:0px 10px;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
			}
			#catalogue a.pipe{
				border-right:2px solid #c8261e;
			}
		
		
/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }