/* CSS Virtualgamessc.com */

/* STRUCTURE */

body {
	margin-left					: 0px;
	margin-top					: 0px;
	margin-right				: 0px;
	margin-bottom				: 0px;
	background-color			: #ffffff; 
	padding:0px;
	margin:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}

a {
color:#000000;
}

a:hover {

}


.header {
	position:relative;
	background-image:url(/images/fond_header.jpg);
	height:224px;
}

.content_bande {
	position:relative;
	width:100%;
	background-image:url(/images/fond_bande.jpg);
	height:34px;
	background-position:right;
}

.content {
text-align:left;
position:relative;
	width:100%;
	background-color			: #f9f9f9; 
	background-image:url(/images/fond_content.jpg);
	background-position:right;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#aaf14e;
font-size:18px;
padding:0px;
margin:0px;

}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff5812;
font-size:15px;
padding:0px;
margin:0px;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff5812;
font-size:12px;
padding:0px;
margin:0px;
}

td .underline {
border-bottom:1px solid #ff5812;
}.price {
	font-size: 18px;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('oval-gray-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('oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 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%;
}

