/* CSS Document */

.tableau {
	background-image: url(../img_interface/fond_tableau.jpg);
	background-repeat: repeat-y;
}

.tableau_titre {
	background-color: #39F;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.tableau_contenu {
	background-color: #CCA766;
	font-size: 13px;
	font-weight: bold;
}

.top {
	background-image: url(../img_interface/fond_top.jpg);
}

.bottom {
	background-image: url(../img_interface/fond_bas.jpg);
	margin-left:10px;
	margin-right:10px;
}

body {
	background-color: #4487a8;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;

}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #99C;
}
a:active {
	color: #C9C;
}

.text11{
	font-size: 11px;
}
.text13{
	font-size: 13px;
}
.text12b{
	font-size: 12px;
	color: #36C;
}
.text12b:link{
	color: #36C;
}
.text12b:visited{
	color: #36C;
}
.text14{
	font-size: 14px;

}
.text14 a:link{
	font-size: 14px;
	color: #FFF;
}
.text14 a:visited{
	font-size: 14px;
	color: #FFF;
}
.text14 a:hover{
	font-size: 14px;
	color: #FF6;
}
.titre{
	font-size: 20px;
}
.photo {
	border: 1px inset #FFF;
}
