body
{
	background-color: #E1E5E8;
}

.PageLinkTop
{
	background-image: url("../image/bouton_top.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.PageLinkTop:hover
{
	background-image: url("../image/bouton_top_over.png");
	background-repeat: no-repeat;
}

.PageLinkTopHover
{
	background-image: url("../image/bouton_top_over.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.PageLink
{
	background-image: url("../image/bouton_plane.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.PageLink:hover
{
	background-image: url("../image/bouton_plane_over.png");
	background-repeat: no-repeat;
}

.PageLinkHover
{
	background-image: url("../image/bouton_plane_over.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.navLinkSeperator
{
	background-image: url("../image/bouton_separateur.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

.navLinkBottom
{
	background-image: url("../image/photo_menu_bouton.png");
	background-repeat: no-repeat;
}

.navLinkUnderBottom
{
	background-image: url("../image/bouton_separateur.png");
	background-repeat: repeat-y;
	overflow: hidden;
}

.navFiller
{
	background-image: url("../image/bande_menu_filler.png");
	background-repeat: repeat-y;
}

.navLink
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
	color: White;
	text-decoration: none;
}

.contactContent
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

.contactLink
{
	font-family: Arial;
	font-size: 14px;
	color: Black;
	text-decoration: none;
}

.title
{
	background-image: url("../image/title_underline.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2A84C1;
}

.titleLeft
{
	background-image: url("../image/title_underline.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2A84C1;
}

.titleRight
{
	background-image: url("../image/title_underline.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2A84C1;
}

.titleLong
{
	background-image: url("../image/title_underline_long.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2A84C1;
}

.contactEntry
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2A84C1;
}

.quote
{
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}

.normal
{
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	color: Black;
}

.bulletList li
{
	color: #2A84C1;
}

.bulletList li span
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}

#container
{
    background-image: url("../image/fond_blanc.png");
    background-repeat: repeat-y;
}

#menuContainer
{
	background-image: url("../image/bande_menu.png");
    background-repeat: repeat-y;
}

#header
{
	background-image: url("../image/header_plane.png");
	background-repeat: no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 25px;
	color: #A6CBE3;
}

#headerContent
{
	text-align: right;
}

#mainContainer
{
}

#footer
{
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #848B91;
}

/* CONTACT */

#contactContent
{
	text-align: center;
}

#contactAddress
{
	text-align: center;
}

#contactNumber
{
	text-align: center;
}