
BODY{
/* la couleur principale (face) */
scrollbar-face-color:#999999;
/* la couleur des fleches */
scrollbar-arrow-color:#000000;
/* la couleur de fond (entre le curseur et la fleche) */
scrollbar-track-color:#000000;
/* la couleur claire (haut+gauche) */
scrollbar-highlight-color:#666666;
/* la couleur claire 2 (haut+gauche) */
scrollbar-3dlight-color:#333333;
/* la couleur foncee (bas+droite) */
scrollbar-shadow-color:#000000;
/* la couleur foncee 2 (bas+droite) */
scrollbar-darkshadow-color:#333333;
}

/*Typo du tableau des tarifs*/
.TitreTabPrix{
	font-size: 14px
}
.lienTabPrix{
	color: #FFFFFF;
	text-decoration: none;
}

.lien2 {
	text-decoration: none;
	color: #ffffff;
}
.lien2:visited {
	text-decoration: none;
	color: #ffffff;
}
.lien2:hover {
	text-decoration: none;
	color: #333333;
}
.lien2:active {
	text-decoration: none;
	color: #ffffff;
}

/*Typo des articles*/
.fontart{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.lien1{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}
.lien1:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}
.lien1:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}

.lien2:visited {
	text-decoration: none;
	color: #ffffff;
}
.lien2:hover {
	text-decoration: none;
	color: #333333;
}
.lien2:active {
	text-decoration: none;
	color: #ffffff;
}

.lien3{
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}
.lien3:hover {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.lien4{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}
.lien4:hover {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.lien5{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	text-decoration: none;
}
.lien5:hover {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

/*Lien dans articles*/

.lienArt{
	color: #FF0000;
	text-decoration: none;
}
.LienArt:hover {
	color: #FF0000;
	text-decoration: none;
}




/* Pour les liens du backoffice (update/insert/delete) */


.Titre {
	font-family : "Times New Roman", Times, serif;
	color : #990000;
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
	letter-spacing : 4px;
}

.TitreTexte {
	font-family : "Times New Roman", Times, serif;
	color : #990000;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 4px;
}


.Texte {
	font-family : "Times New Roman", Times, serif;
	color : #000000;
	font-size : 14px;
	letter-spacing : 1px;
}
.Legende {
	font-family : "Times New Roman", Times, serif;
	color : #648DF6;
	font-size : 12px;
	letter-spacing : 1px;
}
.TitreBlanc {
	font-family : "Times New Roman", Times, serif;
	color : #FFFFFF;
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
	letter-spacing : 4px;
}

#toolbar 	{	
			margin: 0;
			padding: 0;
			width: 262px;
			background: buttonface;
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			text-align:right;
		  	}
			
.button 	{
			background: buttonface; 
			border: 1px solid buttonface;
			margin: 1; 
			}
			
.raised		{ 
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			background: buttonface;
			margin: 1;
			}
			
.pressed	{
			border-top: 1px solid buttonshadow;
			border-left: 1px solid buttonshadow;
			border-bottom: 1px solid buttonhighlight;
			border-right: 1px solid buttonhighlight;
			background: buttonface;
			margin: 1;
			}
