/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	background-color: #282828;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

h1 {
	border-top: 5px solid #282828;
	border-bottom: 5px solid #282828;
	text-align: center;
	padding: 11px;
	font-size: 27px;
	font-weight: bold;
	color: #282828;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	margin-top: 15px;
}

h2 {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

a {
	color: #96B525;
}

a:hover {
	color: #768E13;
}

/*
Base du design
*/

.logo {
	background: url(/pics3/logo_clickintext.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 39px;
	width: 228px;
	height: 54px;
}

.h {
	width: 100%;
	height: 106px;
	border-top: 10px solid #505050;
	background-color: #383838;
	border-bottom: 4px solid #ffa300;
}

.c {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position: relative; 
}

.menu {
	position: absolute;
	bottom: 0;
	right: 0
}

.menu a {
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	background-color: #494949;
	width: 156px;
	float: left;
	margin-left: 4px;
	text-align: center;
}

.menu a:hover,
.menu a.on {
	background-color: #ffae1f;
	color: white;
	padding-top: 15px;
	padding-bottom: 9px;
}

.ssmenu {
	background-color: #FFA300;
	border-bottom: 3px solid #FFC663;
	text-align: right;
	padding-top: 7px;
}

.ssmenu a {
	color: #fce2bc;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 3px;
	font-size: 16px;
	width: 156px;
	margin-left: 4px;
	text-align: center;
	background-color: #f49000;
}

.ssmenu a:hover,
.ssmenu a.on {
	color: white;
	background-color: #FFC663;
}

.contenu {
	background: url(/pics3/bgCore.gif) repeat-x;
	background-position: bottom left;
	background-color: white;
	padding-bottom: 50px;
}

.bar {
	position: absolute;
	top: 0;
	bottom: -90px;
	width: 95px;
	background-color: #ffae1f;
	border-left: 20px solid #ffc663;
	border-right: 5px solid #ffba41;
	left: 20px;
	text-align: right;
}

.barombre {
	position: absolute;
	top: 0;
	bottom: -90px;
	width: 10px;
	left: 140px;
	background: url(/pics3/bgLeft.png);
}

.p {
	margin-left: 140px
}

.footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}

.footer a {
	color: white;
	text-decoration: none;
}

.listing {
 font-size: 13px
}
.listing h2{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}