﻿/*****************************************************
  AUTHOR: Luke Symes (luke.wpDesign.org)
  PURPOSE: Style page using a purple color scheme.
*****************************************************/

a {
font-family: calibri;
color:#A400FD;
}

a:hover {
font-family: calibri;
color:#4500B1;
}



img {
	font-family: calibri;
	border-color: #00FFFF;
/* border-color:#D8BFFF; */
}

img:hover {
	font-family: calibri;
	border-color: #000080;

/* border-color:#A400FD;*/
}

* html a.thumbnail {
font-family: calibri;
background:#D8BFFF;
}

* html a.thumbnail:hover {
font-family: calibri;
background:#A400FD;
}

#header-{
color:#FFF;
font-family: calibri;
background:#A400FD url(../img/purple/hdr-colour.png) top repeat-x;
}

#navbar li a {
font-family: calibri;
background:#E9BFFF url(../img/purple/navbar.png) bottom repeat-x;
}

#navbar {
font-family: calibri;
background:#E9BFFF url(../img/purple/navbar.png) bottom repeat-x;
}

#navbar li a {
font-family: calibri;
color:#B100A4;
}

#navbar li.current a {
font-family: calibri;
background:#D280FF;
color:#7300B1;
}

#navbar li a:hover {
font-family: calibri;
background:#D280FF;
color:#7300B1;
}

.BoiteLien li a {
font-family: calibri;
background:#E9BFFF url(../images/violet/side-link.png) bottom repeat-x;
border:1px solid #D280FF;
color:#7300B1;
}

.BoiteLien  li a:hover {
font-family: calibri;
background:#D280FF;
border-color:#A400FD;
}



.sideContent li a {
font-family: calibri;
background:#E9BFFF url(../images/violet/side-link.png) bottom repeat-x;
border:1px solid #D280FF;
color:#7300B1;
}

.sideContent li a:hover {
font-family: calibri;
background:#D280FF;
border-color:#A400FD;
}

#footer {
font-family: calibri;
color:#FFF;
background:#A400FD url(../img/purple/ftr-colour.png) bottom repeat-x;
}