/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.tabhaut {
	background-image: url(images/fond_tab.jpg);
	background-repeat: repeat-x;
	height:176px;
}
.celhaut {
	height:86px;
}
.celbas{
	height:75px;
	vertical-align:top;
}
.celmil{
	height:15px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.titreTabOrange {color: #FFCC00;}

a.paragraphelien:link {
	color:#666666;
	text-decoration: none;
}
a.paragraphelien:visited {
	color:#666666;
	text-decoration: none;
}
a.paragraphelien:hover {
	color:#ffcc00;
	text-decoration: underline;
}
p {
	padding-right: 20px;
	padding-left: 10px;
}
h1 {
	font-size: 18px;
	padding-left: 30px;
	text-align: center;
}
h2 {

	font-size: 16px;
	padding-left: 35px;
}
h3 {
	font-size: 14px;
	padding-left: 40px;
	font-weight: bold;
}
.ImageDroite {
	float: right;
	margin: 1em;
	}
	
