@charset "utf-8";
/* COPYRIGHT ENZO AND CO - Tous droits réservés */

	a:link 			{text-decoration:none}
	
	a:visited		{text-decoration:none}
	
	img				{border:none}

	#fond_body {
			background:url(/images/degrad.png) repeat-x;
		}
	
		#page
	{
		padding-left:0px;
		width:1004px;
		background:url(/images/fond_page.png) repeat-y bottom;
		}
		
	#corps {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
		width: 1004px;
		margin: auto;
		margin-top:0px;
		text-align:justify;
	}
		
	#entete {
	   width: 1004px;
	   height: 159px;
	}
	
	#menu {
		background:url(/images/fond_menu.png) no-repeat;
		background-position:21px;
		   width: 1004px;
		   height: 32px;
		   font-family:Calibri, Verdana, Geneva, sans-serif;
		   font-size:14pt;
		   font-weight:700;
		   padding-top:8px;
		   text-align:center;
		}
	
	.liensmenu {color:#0240ce}
	.liensmenu:hover {color:#F90}
	
	.liens			{color:#009;}
	.liens:hover	{color:#F00}
	
	.liens_reseau			{color:#3C3E40; font-size: 0.75em}
	.liens_reseau:hover	{color:#F00}
	
	.liens_photos			{color:#30F;}
	.liens_photos:hover	{color:#F00}

	#titre 
		{
		color:#06F;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:19pt;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:25px;
	}
	
		#contenu
	{
		padding:25px;
		padding-top:0px;
		}

		#pied
	{
	background:url(/images/fond_bas.png) repeat-y bottom;
	text-align:center;
	}
		#fin_page
		{
		padding-left:0px;
		width:1004px;
		height:20px;
		background:url(/images/bas_page.png) no-repeat bottom;
			}
		#haut_pied
		{
		padding-left:0px;
		width:1004px;
		height:16px;
		background:url(/images/haut_pied.png) no-repeat bottom;
			}
		#bas_pied
		{
		padding-left:0px;
		width:1004px;
		margin-top:-14px;
		margin-bottom:5px;
		height:20px;
		background:url(/images/bas_pied.png) no-repeat bottom;
			}

	    table
        {
            border-collapse:collapse;
            border:2px solid #114DFC;
            margin:auto;
        }
        th, td
        {
            border:1px solid #114DFC; overflow:hidden; text-align:center;
        }

		body {
		margin:0px;
		background:url(/images/fond.png) repeat fixed;
		background-color:#07dfff;
		}