body			{ 
				font-family: verdana, arial, Helvetica, san-serif; 
				color: white;
				background-color: #004189; 
				background-image: url(../../ImagesCanevas/fond_contenu.jpg);
				background-position: center;
				background-repeat: repeat-y;
				margin: 0px;
				}
				
#contenu		{
				width: 850px;
				text-align: left;
				}
				
#top			{
				height: 300px;
				background-image:url(../../ImagesCanevas/top_minisite.jpg);
				}
				
#logo			{
				position: absolute;
				margin-left: 50px;
				width: 350px;
				top: 325px;
				height: 50px;
				}
				
#vendus			{
				position: absolute;
				margin-left: 480px;
				width: 200px;
				top: 60px;
				height: 30px;
				font-size: 30px;
				font-weight: bold;
				font-style: italic;
				}
				
#menu			{
				position: absolute;
				margin-left: 450px;
				width: 350px;
				top: 325px;
				height: 36px;
				text-align: right;
				font-size: 13px;
				font-weight: bold;
				}
				
a.menu			{
				color: #FFFFFF;
				text-decoration: none;
				}
				
a:hover.menu	{
				color: #FFFFFF;
				text-decoration: underline;
				}
				
a:visited.menu	{
				color: #FFFFFF;
				}
				
a:active.menu	{
				color: #FFFFFF;
				}
				
#col1			{
				position: absolute;
				margin-left: 50px;
				top: 400px;
				width: 350px;
				text-align: justify;
				padding-bottom: 65px;
				}
				
#col2			{
				position: absolute;
				margin-left: 450px;
				top: 386px;
				width: 350px;
				text-align: justify;
				padding-bottom: 25px;
				}
				
#pied			{
				position: absolute;
				margin-left: -75px;
				margin-top: -15px;
				z-index: -1;
				background-image:url(../../ImagesCanevas/FONCIA_Pied.jpg);
				width: 193px;
				height: 70px;
				}
				
p				{
				font-size: 12px;
				}
				
h1				{
				font-size: 18px;
				}
				
h2				{
				font-size: 16px;
				}
				
h3				{
				font-size: 14px;
				}
				
h3.home			{
				font-size: 26px;
				font-family: "Times New Roman", Times, serif;
				}
				
a				{
				color: #FFFFFF;
				text-decoration: underline;
				}
				
a:hover			{
				color: #FFFFFF;
				text-decoration: underline;
				}
				
a:visited		{
				color: #FFFFFF;
				}
				
a:active		{
				color: #FFFFFF;
				}
				
