.bordure {
	border: 1px solid #FFFFFF;
}
.gd_fond {
	background-attachment: fixed;
	background-image: url(../img/gd_fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.gd_fond2 {
	background-attachment: fixed;
	background-image: url(../img/gd_fond2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.titre {
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.titre2 {
	background-attachment: fixed;
	background-image: url(../img/fond_titre2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #003366;
	height: 15px;
}

h5{
text-decoration:underline;
}

#border td{
border:1px dotted #C6D9FF;
}

#recherche {
	width:260px;
	background-color:#FFCC66;
	border:1px solid #FF9933;
	text-align:center;
	padding:2px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
}

#recherche a {
	color:#FF0000;
	text-decoration:none;
}

#recherche a:hover {
	color:#FFF;
}


