@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	background-color: #DAD6BA;
	background-image:url(../img/fond.jpg);
	background-repeat:repeat;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: #948333;
}
a:active {
	color: black;
}
img {
	border : 0px;
}
.bordure{
	border: 2px solid black;
	width: 980px;
	background-color:white;
}
.logo{
	float:left;
	margin:10px 0 5px 10px;
}
.logo2{
	float:right;
	margin:13px 10px 0 0;
}
.flash{
	float:right;
	padding:0 45px 0 0;
}
.fond1{
	background-image:url(../img/fond-1.gif);
	background-repeat:repeat;
	height:360px;
	width:500px;
}
.fond2{
	background-image:url(../img/fond-2.gif);
	background-repeat:repeat;
	height:360px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}
.texte{
	padding:10px 0 10px 0;
	background-color:#CEC6A1;
	text-align:center;
}
.texte a{
	color: black;
	text-decoration:none;
	font-weight:bold;
}
.texte a:hover{
	color: white;
	text-decoration:none;
	font-weight:bold;
}
.menubas{
	font-weight: normal;
	color: black;
	text-align: center;
	vertical-align:bottom;
	padding-bottom: 8px;
	height:50px;
}
.menubas a{
	color: black;
	font-size: 11px;
	text-decoration:none;
	font-variant:small-caps;
}
.menubas a:hover{
	color: #948333;
}
.idim{
	font-size:10px;
	text-align:right;
	padding-right: 2px;
	vertical-align:middle;
	height:20px;
}
.idim a{
	font-size:10px;
	color:#75B306;
	text-decoration:none;
	font-weight:bold;
}
.idim a:hover{
	color:black;
}
.version {
	font-weight: bold;
	font-size: 11px;	
	text-align:right;	
	padding-right: 40px;
}
.version a{
	color: #948333;
	text-decoration:none;
	font-variant:small-caps;
}
.version a:hover{
	color: black;
}








	
