/* Référencement */
#ref {
        position: absolute;
        visibility: hidden;
        display: none;
}

body {
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
	padding-top:70px;
	background-color:#F9AB00;
	font-family:Arial, Helvetica, sans-serif;
}

td.topgauche {
	height:16px;
	width:17px;
	background-image:url(../images/topgauche.gif);
	background-repeat:no-repeat;
}


td.topdroite {
	height:16px;
	width:35px;
	background-image:url(../images/topdroite.gif);
	background-repeat:no-repeat;
	vertical-align:top;
}

td.centre  {
	background-image:url(../images/fond_bas.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	vertical-align:bottom;
}

td.centre  img{
	padding-bottom:20px;
}

td.topcentre {
	border-top:2px solid #FBC501;
}


td.gauche {
	border-left:2px solid #FBC501;
}

td.droite {
	border-right:2px solid #FBC501;
	background-image:url(../images/droite.jpg);
	background-repeat:no-repeat;
	background-position:left;
}


.images img {
	float:left;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.rechercher {
	width:300px;
	height:38px;
	text-align:right;
	float:right;
	vertical-align:bottom;
	background-image:url(../images/rechercher.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:35px;
}

.rechercher form {
	margin:0px;
	padding:0px;
	padding-top:0px;
	text-align:center;
}

.rechercher input {
	width:110px;
	margin:0px;
	margin-left:125px;
	margin-top:13px;
	font-size:10px;
	border:1px solid #B97FA1;
	vertical-align:top;
	color:#D10179;
}

.button {
	height:34px;
	width:28px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	background-color:transparent;
	border:none;
	cursor:pointer;
}

a {
	color:#DF5A1C;
	font-weight:bold;
}

a:hover 
{
	color:#F37033;
	font-weight:bold;	
}

