﻿Body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:0px;
	margin:0px;
}

a {
	color: #000000;
}

a:hover {
	color: #e32118;
}

.siteMapPath
{
	padding-left: 20px;
	color: #FFFFFF;
}

.siteMapPath a
{
	color: #000000;
	
}
.siteMapPath a:hover
{
	color: #e32118;
	
}
.siteMapPathSelectedItem 
{
	color:#000000;
	background-color:#e32118;
}

.siteMapPathSelectedItem a
{
	color: #000000;
	
}
.siteMapPathSelectedItem a:hover
{
	color: #000000;
	
}

.siteMapPathRuban
{
	padding-left: 20px;
	color: #FFFFFF;
}

.siteMapPathRuban a
{
	color: #000000;
	
}
.siteMapPathRuban a:hover
{
	color: #FFFFFF;
	
}
.siteMapPathRubanSelectedItem 
{
	color:#FFFFFF;
	background-color:#e32118;
}

.siteMapPathRubanSelectedItem a
{
	color: #FFFFFF;
	
}
.siteMapPathRubanSelectedItem a:hover
{
	color: #000000;
	
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 36px;
	border-bottom: darkgray 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px;
}




h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.accueil
{
	padding:0px;
}

.error
{
	display: inline-block;
	width: 95%;
	color: #cc0000;
	background-color: #ecc1b2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
	border-right: #cc0000 1px solid;
	border-top: #cc0000 1px solid;
	border-left: #cc0000 1px solid;
	border-bottom: #cc0000 1px solid;
	margin: 4px 0px;
	text-align: left;
	direction: ltr;
}