
body
	{
	color:#000000;
	margin: 0px;
	padding:0px;
	}

#cadrehaut
	{
	position: absolute;
	top: 2px;
	left: 2%;
	right:2%;
	width:95,6%;
	height:102px;
	/*background-image:url(./image/part3.jpg);*/
	/*background-repeat:no-repeat;
	background-position:100% 0%;*/
	}
	
#entete
	{
	background-image:url(./image/part3.jpg);
	background-position:30px;
	 background-repeat: no-repeat ;
	}
	
#cadreliens
	{
	position: absolute;
	top:90px;
	height:22px;
	font-family :Verdana;
	background-COLOR:#336666;
	}
	
#cadreliensglobal
	{
	top:110px;
	height:27px;
	width:100%;
	font-family :Verdana;
	background-COLOR:#336666;
	border-top:2px solid #ACD373;
	}
	
#cadreprincipale{
	position:absolute;
	top: 113px;
	left: 2%;
	right:2%;
	width:95,6%;
	background-color:#80CCB3;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 2px solid #ACD373;
}
	
#SousMenu
	{
	float: left;
	width:179px;
	padding: 0px;
	background-color:#80CCB3;
	font: small Verdana,sans-serif;
	} 
	
#cadrecentrale
	{ 
	margin: 0px 0px 0px 179px;
	border-left:1px solid #ccd2d2;
	color:#000000;
	font-family :Arial;
	Background-image : url(./image/fondcentral.jpg);
	}

#cadrepiedpage 
	{
	float:left;
	width:100%;
	border-top:2px solid #ACD373;
	border-bottom:2px solid #ACD373;
	height:19px;
	font-family :Verdana;
	background-COLOR:#336666;
	color:white;
	margin-bottom:0px;
	}
	
table.catalogue
	{
	margin-left:5%;	
	}
table.soustab
	{
	margin-left:8%;	
	}

td
	{
	border-width:0px; 
	font-size:90%;
	}
td.accueil
	{
	border-width:0px; 
	font-size:90%;
	}
.minimum
{height:222px;}
.minimum2
{height:265px;}
.minimum3
{height:600px;}
	
/************** pour les liens **************/

a:link 								/* lien non visité :  blanc -  souligné */
	{
	color: white; 
	text-decoration:none;
	} 	
a:visited 							/* lien visité : blanc - souligné */
	{
	color: white; 
	text-decoration:none;
	}	
a:hover 								/* quand on passe sur le lien : blanc, 13px, en gras */
	{
	color: white; 
	text-decoration:none;
	}	
	
a.menu:link 								/* lien non visité :  blanc -  souligné */
	{
	color: white; 
	text-decoration:none;
	} 	
a.menu:visited 							/* lien visité : blanc - souligné */
	{
	color: white; 
	text-decoration:none;
	}	
a.menu:hover 								/* quand on passe sur le lien : blanc, 13px, en gras */
	{
	color: white; 
	text-decoration:underline;
	}	
	
