
BODY {
	/*Police par defaut */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	/*couleur typo */
	color: #000000;
	
	/* Arreiere plan*/
	
	margin : 0px 0px 0px 0px;
	background : url(./images/jacquet_frere_volaille_01.jpg);
    background-repeat : repeat-x;
	background-color:#31AB21;
	
	/* Ascenseur*/
	scrollbar-3dlight-color : #FFFE44;
	scrollbar-arrow-color : #FFFE44;
	scrollbar-base-color : #FFFE44;
	scrollbar-darkshadow-color : #BF5D30;
	scrollbar-face-color : #BF5D30;
	scrollbar-highlight-color : #FFFE44;
	scrollbar-shadow-color : #FFFE44;
	scrollbar-track-color : #FFFE44;
}

TD.dessouslogo {
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10 px;
  color: #BB5B31;
  font-weight : bold;
}
TD.menu {
	background : url(./images/jacquet_frere_volaille_09.jpg);
	background-color: #ffffff;  
	background-repeat : no-repeat;
}
TD.contenu {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #2A761C;
}

TD.piedbas {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFB46;
}

TD.titrePage {
  font-size: 10pt;
  color: #BD1918;
  background-color: #FFFE44;
  font-weight : bold;
}

 TD.titrePagedessus {
  background : url(./images/jacquet_frere_volaille_10.jpg);
  background-repeat : repeat-x;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	color: #238C15;
}
/*Formulaire*/
INPUT {
 background-color: #A4EC9A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight : bold;
 color: #238C15;
 border: 1px solid #336600;
}


INPUT.bouton {
 background-color: #A4EC9A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight : bold;
 color: #238C15;
 border:1px solid #248117;
 cursor:pointer;
}

INPUT.bouton:HOVER {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight : bold;
 color: #248117;
 border:1px #238C15;
 cursor:pointer;
}

input.bouton:active {
border:1px #238C15;
background-color:#A4EC9A;
font-weight : bold;
color: #248117;
} 


SELECT {
	background: #A4EC9A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
   font-size: 12px;
   color: #248117;
}
TEXTAREA {
	background: #A4EC9A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 12px;
	color: #248117;
	border: 1px solid #336600;
}



}




a.lienpiedpage:active
{
font-family:Arial;
	text-decoration:none;
	color: #FBD15B;
}
a.lienpiedpage:link
{
font-family:Arial;
	text-decoration:none;
	color: #FBD15B;
}
a.lienpiedpage:visited
{
font-family:Arial;
	text-decoration:none;
	color: #FBD15B;
}


A.lienpiedpage:HOVER {
   font-family:Arial;
	text-decoration:underline;
	color:#FBD15B;
}