﻿body
{
	font-family: Tahoma, Arial;
	font-size: small;
	color: black;
	line-height: 1.4em;
}

.BordOrange
{
	background-color: white;
	border-right: #ffcc00 5px solid;
	border-left: #ffcc00 5px solid;
	border-bottom: #ffcc00 5px solid;
	border-collapse: collapse;
}
.TexteBleu
{
	font-size: 100%;
	line-height: 1.5em;
	color: Black;
}
.TexteOrange
{
	font-size: 100%;
	color: Black;
}


.Legal
{
	font-size: 70%;
	color: Black;
}

.ImageProg
{
	padding-right: 10px;
}



H1
{
	font-size: 160%;
	font-weight: normal;
	color: Black;
	display: inline;
}

H2
{
	font-size: 120%;
	font-weight:normal;
	color: Black;
	display: inline;
}





H3
{
	font-size: 100%;
	font-weight: bold;
	color: #1b499c;
	display: inline;
}


.Menu
{
	font-size: 100%;
	font-weight:bold;
	color: Black;
}


.TexteGris
{
	font-size: 130%;
	color: Black;
}


.Description
{
	font-size: 100%;
	color: black;
}



A:link
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: Black;
	text-decoration: none;
	text-decoration: underline;
}
