﻿
hr
{
height: 1px;
border: 0;
}

UL
{
	display: inline;
}

body
{
	background-position: top;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: small;
	color: black;
	line-height: 1.4em;
	background-color: #e6f2f7;
	background-image: url('images/back-grad-main.jpg');
	background-repeat: repeat-x;
}
P
{
	text-align:justify;
}

IMG
{
	border: 0;
}


.Menu
{
	font-size: 125%;
	color: #35783B;
	font-weight:normal;
}
.MenuSub
{
	font-size: 100%;
	color: #35783B;
	font-weight: normal;
	background-position:bottom;
	background-image: url(images/menu-grad.gif);
	background-repeat: repeat-x;
}
.Legal
{
	font-size: 80%;
	color:#505050;
}
H1
{
	font-size: 140%;
	font-weight: bold;
	color: #4088B3;
	display: inline;
}
H2
{
	font-size: 120%;
	font-weight: bold;
	color: #606060;
	display: inline;
}
H3
{
	font-size: 110%;
	font-weight: bold;
	color: #606060;
	display: inline;
}
.Article
{
	font-size: 100%;
	color: #6D5527;
}


.ZoneArticle
{
	background-color: #f8f8f8; 
	border-style: solid; 
	border-width: 1px; 
	border-top-color: #f0f0f0; 
	border-right-color: #f0f0f0; 
	border-bottom-color: #f0f0f0; 
	border-left-color: #f0f0f0; 
	padding: 15px
}

.ZoneComments
{
	background-color: #f8f8f8; 
	border-style: solid; 
	border-width: 1px; 
	border-top-color: #e6f2f7; 
	border-right-color: #e6f2f7; 
	border-bottom-color: #e6f2f7; 
	border-left-color: #e6f2f7; 
	padding: 15px
}



.TableData
{
	background-image: url(images/back-grad.jpg); 
	background-repeat: repeat-x;
	border-right: #ADC9C7 1px solid;
	border-left: #ADC9C7 1px solid;
	border-bottom: #ADC9C7 1px solid;
	border-top: #ADC9C7 1px solid;
}

.TableRow
{
	background-image: url(images/grid-back.gif); 
	background-repeat: repeat-x;
}

.TableMain
{
	border-right: #b8b7b8 1px solid;
	border-left: #b8b7b8 1px solid;
	border-bottom: #b8b7b8 1px solid;
	background-repeat: repeat-x;
	background-image: url(images/back-grad.jpg);
}



.MessageAlerte
{
	font-size: 110%;
	color: red;
	font-weight: normal;
	border-right: red thin dotted;
	border-top: red thin dotted;
	border-left: red thin dotted;
	border-bottom: red thin dotted;
	background-color: #ffffcc;
	text-align: center;
	margin: 5px;
}



A:link
{
	color: inherit;
	text-decoration: none;
	font-weight:normal;
}

A:visited
{
	color: inherit;
	text-decoration: none;
	font-weight:normal;
}

A:hover
{
	color: inherit;
	text-decoration: underline;
}
