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

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	min-width: 960px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EBEBEB;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
}
.clearfloat {   /* pour <br class="clearfloat" /> */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	color: #CCC;
}
a:link {
	color: #ea6629;
	text-decoration: none;
}
a:visited {
	color: #ea6629;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FFCC00;
}
#toptop {
	height: 30px;
	background: #333;
}
.boutonTop {
	height: 32px;
	width: 140px;
	-moz-border-radius: 50px 50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px 50px;
	padding: 3px 18px 3px;
	color: #333;
	font-size: 18px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(221, 221, 221));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#dddddd');
}
.boutonTop:active {
	background: #FFDFA2;
	background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBCB5D), color-stop(100%, #EFA003));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003', GradientType=0 );
	border-color: #D08A01;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
}
.boutonTop:hover {
	background: #FFDFA2;
	background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBCB5D), color-stop(100%, #EFA003));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003', GradientType=0 );
	border-color: #D08A01;
}
/***** Main Layout ****/
#container {
	width: 100%;
	text-align: center;/* IE fix to center the page */
	background-attachment:initial;
	background-clip:initial;
	background-color:initial;
	background-origin:initial;
	background-position:10% 0;
	background-repeat:no-repeat no-repeat;
}
#content {
	width: 960px;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	padding: 20px;
	text-align:center;
}
#logo {
	height: 15px;
	width: 250px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 30px;
	float:left;
}
#logoGNC {
	height: 15px;
	width: 250px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 30px;
	float:left;
}
#footer {
	height: 100%;
	width: 960px;
	margin: 0 auto;/* center the page in Firefox */
	padding: 20px;
	text-align: center;
	margin-top:20px;
	}
#footer p {
	text-align: center;
	font-size:12px;
	color:#333
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
