.body
{
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #2e7faa; 
	scrollbar-darkshadow-color: #2e7faa; 
	scrollbar-face-color: #aed7f3; 
	scrollbar-highlight-color: #2e7faa; 
	scrollbar-shadow-color: #2e7faa; 
	scrollbar-track-color: #355877;
	background-image:url(images/fond-home.jpg);
	background-repeat: no-repeat;

}

.produit
{
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #2e7faa; 
	scrollbar-darkshadow-color: #2e7faa; 
	scrollbar-face-color: #aed7f3; 
	scrollbar-highlight-color: #2e7faa; 
	scrollbar-shadow-color: #2e7faa; 
	scrollbar-track-color: #355877;
	background-image:url(images/fond-produit.jpg);
	background-repeat: no-repeat;
}


.menu 										{ font-family: Verdana; font-size: 11px; color: #534e50; text-decoration: none; text-transform : uppercase; }
.menu A:link 							{ font-family: Verdana; font-size: 11px; color: #534e50; text-decoration: none; text-transform : uppercase; }
.menu A:visited						{ font-family: Verdana; font-size: 11px; color: #534e50; text-decoration: none; text-transform : uppercase; }
.menu A:active						{ font-family: Verdana; font-size: 11px; color: #534e50; text-decoration: none; text-transform : uppercase; }
.menu A:hover							{ font-family: Verdana; font-size: 11px; color: #534e50; text-decoration: none; text-transform : uppercase; }

.menuclic									{ font-family: Verdana; font-size: 12px; color: #534e50; text-decoration: none; font-weight: bold; background :#e3e3e3; text-transform : uppercase; }

.titre										{ font-family: Verdana; font-size: 12px; color: #feae00; font-weight: bold;  text-transform : uppercase; }

.information							{ font-family: Verdana; font-size: 12px; color: #cd596e; font-weight: bold; }

.texte										{ font-family: Verdana; font-size: 12px; color: #534e50; }
.texte A:link 						{ font-family: Verdana; font-size: 12px; color: #534e50; text-decoration: none; font-weight: bold; }
.texte A:visited					{ font-family: Verdana; font-size: 12px; color: #534e50; text-decoration: none; font-weight: bold; }
.texte A:active						{ font-family: Verdana; font-size: 12px; color: #534e50; text-decoration: none; font-weight: bold; }
.texte A:hover						{ font-family: Verdana; font-size: 12px; color: #feae00; text-decoration: none; font-weight: bold; }

.texte2										{ font-family: Verdana; font-size: 12px; color: #406077; }
.texte2 A:link 						{ font-family: Verdana; font-size: 12px; color: #406077; text-decoration: none; font-weight: bold; }
.texte2 A:visited					{ font-family: Verdana; font-size: 12px; color: #406077; text-decoration: none; font-weight: bold; }
.texte2 A:active					{ font-family: Verdana; font-size: 12px; color: #406077; text-decoration: none; font-weight: bold; }
.texte2 A:hover						{ font-family: Verdana; font-size: 12px; color: #feae00; text-decoration: none; font-weight: bold; }

.textesmall								{ font-family: Verdana; font-size: 11px; color: #534e50; }

.textesmallb							{ font-family: Verdana; font-size: 11px; color: #406077; }
.textesmallb A:link 			{ font-family: Verdana; font-size: 11px; color: #406077; text-decoration: none; }
.textesmallb A:visited		{ font-family: Verdana; font-size: 11px; color: #406077; text-decoration: none; }
.textesmallb A:active			{ font-family: Verdana; font-size: 11px; color: #406077; text-decoration: none; }
.textesmallb A:hover			{ font-family: Verdana; font-size: 11px; color: #feae00; text-decoration: none; }

.cellulejaune							{ background-color: #feae00; }



.admin
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #2e7faa; 
	scrollbar-darkshadow-color: #2e7faa; 
	scrollbar-face-color: #aed7f3; 
	scrollbar-highlight-color: #2e7faa; 
	scrollbar-shadow-color: #2e7faa; 
	scrollbar-track-color: #355877;
	background-image:url(images/fond-admin.jpg);
}


.textField 				
{ 
background-color: #ffffff; 
font-family: Verdana; 
color: #534e50; 
border-color: #534e50; 
font-size: 12px; 
height: 120px; 
border-style: solid; 
border-top-width: 2; 
}


/* Form elements */
input,textarea, select {
	color : #534e50;
	font: normal 11px Verdana;
	border-color : #feae00;
}

.header_tab { 
	border-top   :1px ridge; 
	border-left  :1px ridge; 
	border-right :1px ridge;
	border-bottom :1px ridge; 
	border-color :black; 
	background :#feae00; 

	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
}

.data_tab { 
	border-color :black;
	border-top   :1px ridge; 
	border-left  :1px ridge; 
	border-right :1px ridge; 
	border-bottom :1px ridge;
	background :#FFFFFA; 

	font-family: Verdana; 
	font-size: 11px; 
	color: #000000;
}

/* The text input fields background colour 
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

