/* CSS Document */

.titre_page
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	top:12px;
	color:#ffffff;
	left:160px;
	letter-spacing:15px;
}
.titre_page:first-letter
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#bf901c;
}
.nom_produit
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bc9e84;
	font-weight:bold;

}
.txt_base
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFF66;
}
.txt_base_rech
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color:#FFFF66;*/ 
	color:#ffc600;
	font-weight:bold;
}
.txt_base_produit
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#240000;
}

.tbl_produit
{
	border:1px solid #d7d7d7;
}

#cat
{
	line-height:20px;
	padding-left:3px;

	list-style-type:carre;
	color:#155dff;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;


}

#cat a
{
	color:#000000;
	text-decoration:none;
}
#cat a:hover
{
	color:#000000;
	background-color:/*#bc9e84*/#000000;
}







#cat1
{
	line-height:20px;
	padding-left:3px;

	list-style-type:carre;
	color:#155dff;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;


}

#cat1 
{
	color:#000000;
	text-decoration:none;
}
#cat1 
{
	color:#7c8e7c;
	background-color:/*#bc9e84*/#FFFFFF;
}


/*POUR LA PAGINATION */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a{
padding: 0 5px;
border: 1px solid #693635;
text-decoration: none; 
color: #693635;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #693635;
color: #000;
background-color: #693635;
}

.pagination a.currentpage{
background-color: #693635;
color: #FFFFFF !important;
border-color: #693635;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: #693635;
cursor: default;
color: #929292;
border-color: #693635;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*POUR LES BOUTONS*/

a.ovalbutton{
background: transparent url('../gfx/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../gfx/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 5px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
