/* CSS Document */

table{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;
}
h2{
font-size:x-large;
font-weight:bold;
color:#004000;
}


h3{
font-size:medium;
color:#004000;
}


body {
	background-color: #C5A352;
	background-image: url(../modele/modele_r2_c1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #845E17;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #845E17;
}
a:hover {
	text-decoration: none;
	color: #845E17;
}
a:active {
	text-decoration: underline;
	color: #845E17;
}
.bas{
font-size:xx-small;
color: #845E17;
}