html {
	background-color: #fff;
	color: #595959;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	cursor: default;
}
/* partage de classe*/
.f-left {
/* le display inline empeche le bug IE6 de duplication des caracteres */
	display: inline;
	float: left;
}
.f-right {
/* le display inline empeche le bug IE6 de duplication des caracteres */
	display: inline;
	float: right;
}
.clear {
	clear: both;
}
.m-10 {
	margin: 10px;
}
.m-10-l {
	margin-left: 10px;
}
.m-10-t {
	margin-top: 10px;
}
.m-10-r {
	margin-right: 10px;
}
.t-bold {
	font-weight: bold;
}
.t-12 {
	font-size: 12px;
}
.t-10 {
	font-size: 10px;
}
.bg-gris {
	background-color: #eaeced;
}
.bg-gris2 {
	background-color: #cacfd1;
}
.bg-gris3 {
	background-color: #70787c;
}
.bg-gris3-bis {
	background-color: #80888c;
}
.bg-gris3-ter {
	background-color: #939a9d;
}
.bg-gris-trans {
	background: repeat-x bottom left transparent url(../img/home/concours/trans-gris.png);
}
* HTML .bg-gris-trans{
 background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./img/home/concours/trans-gris', sizingMethod='scale');
}
.t-gris {
	color: #70787c;
}
.t-gris2 {
	color: #595959;
}
.t-blanc {
	color: #fff;
}
.t-rouge {
	color: #d41111;
}
.t-right {
	text-align: right;
}
.t-caps {
	text-transform: uppercase;
}
.c-pointer {
	cursor: pointer;
}
/**/
.border-v {
	background-color: #72bb07;
	font-size: 1px;
}
.border-b {
	background-color: #10b7dc;
	font-size: 1px;
}
.border-m {
	background-color: #816ceb;
	font-size: 1px;
}
.border-o {
	background-color: #ff7800;
	font-size: 1px;
}
.border-r {
	background-color: #d7075b;
	font-size: 1px;
}
.arrow-v {
	background: no-repeat top left transparent url(../img/home/arrow-green.gif);
}
.arrow-b {
	background: no-repeat top left transparent url(../img/home/arrow-blue.gif);
}
.arrow-m {
	background: no-repeat top left transparent url(../img/home/arrow-mauve.gif);
}
.arrow-o {
	background: no-repeat top left transparent url(../img/home/arrow-orange.gif);
}
.arrow-r {
	background: no-repeat top left transparent url(../img/home/arrow-red.gif);
}
.arrow {
	width: 8px;
	height: 13px;
	cursor:pointer
}
.link-v a {
	font-size: 12px;
	font-weight: bold;
	color: #72bb07;
	text-transform: uppercase;
}
.link-b a {
	font-size: 12px;
	font-weight: bold;
	color: #10b7dc;
	text-transform: uppercase;
}
.link-m a {
	font-size: 12px;
	font-weight: bold;
	color: #816ceb;
	text-transform: uppercase;
}
.link-o a {
	font-size: 12px;
	font-weight: bold;
	color: #ff7800;
	text-transform: uppercase;
}
.link-r a {
	font-size: 12px;
	font-weight: bold;
	color: #d7075b;
	text-transform: uppercase;
}
.t-v {
	color: #72bb07;
}
.t-b {
	color: #10b7dc;
}
.t-m {
	color: #816ceb;
}
.t-o {
	color: #ff7800;
}
.t-r {
	color: #d7075b;
}
.box-01-fond-01 {
	background: no-repeat top left transparent url(../img/home/fond-particuliers.jpg);
	height: 214px;
}
.box-01-fond-02 {
	background: no-repeat top left transparent url(../img/home/fond-professionnels.jpg);
	height: 214px;
}
.box-01-fond-03 {
	background: no-repeat top left transparent url(../img/home/fond-entreprises.jpg);
	height: 214px;
}
.box-01-fond-04 {
	background: no-repeat top left transparent url(../img/home/fond-collectivites.jpg);
	height: 214px;
}
.box-01-fond-05 {
	background: no-repeat top left transparent url(../img/home/fond-partenaires.jpg);
	height: 214px;
}
/**/
input {
	color: #595959;
	font-size: 11px;
}
input[type="text"], input[type="password"] {
	border-width: 0px;
	padding: 5px 2px 2px;
	height: 16px;
	width: 160px;
}
input[type="image"] {
	height: 20px;
	width: 20px;
	vertical-align: bottom;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover, a:focus {
	text-decoration: underline;
}
/* structure */
.container {
	width: 955px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	text-align: center;
}
.header {
	width: 100%;
	height: auto;
	background: repeat-x top left #eaeced url(../img/borders/header.gif);
	margin-bottom: 30px;
}
.container-content {
	width: 955px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
.content {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 10px;
	text-align: left;
}
.content img {
	display: block;
}
.content-up {
	width: 100%;
	height: auto;
}
.content-down {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.footer {
	width: 955px;
	-width: 954px;
	/*min-height: 200px;
*/
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.title-gris {
	width: 284px;
	height: 16px;
	padding: 5px 10px 0;
}
.title-gris p {
	width: 100%;
	height: auto;
}
/* ****************************** */
.header-banner {
	width: 100%;
	height: 150px;
	background: no-repeat top left transparent url(../img/header/01.png);
}
* HTML .header-banner {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (src='./img/header/01.png', sizingMethod='image');
}
.header-rss {
	width: auto;
	height: 30px;
	margin-right: 10px;
}
.header-form {
	width: 200px;
	margin: 0 10px 0 0;
	-margin: 0 5px 0 0;
	height: auto;
}
.header-form p {
	margin-top: 5px;
}
.header-pub {
	min-height: 30px;
	width: 955px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 180px;
}
.header-pub-content {
	min-height: 30px;
	height: 30px;
	width: 955px;
}
.header-pub-degrade {
	background: repeat-x top left transparent url(../img/ads/degrade.png);
	height: 30px;
	width: 955px;
}
* HTML .header-pub-degrade {
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (src='./img/ads/degrade.png', sizingMethod='scale');
	background: repeat-x;
	height: 30px;
}
/* ********************************* */
.box-01 {
	width: 618px;
	height: 243px;
}
.box-01-border {
	height: 5px;
	width: 617px;
}
.box-01-content {
	width: 390px;
	height: 214px;
	overflow: hidden;
	margin-right: 10px;
}
.box-01-titre {
	margin-top: 10px;
	padding-left: 15px;
	height: 15px;
	width: auto;
}
.box-01-txt {
	padding-left: 15px;
	line-height: 1.2;
}
.box-02, .box-03, .box-04, .box-05, .box-06-07 {
	width: 304px;
	height: auto;
}
.box-02 {
	height: 114px;
}
.box-03 {
	height: 117px;
	position:relative;
	overflow:hidden;
}
.box-05 {
	position:relative;
	overflow:hidden;
}
.box-04, .box-05, .box-06-07 {
	height: 305px;
	overflow: hidden;
}
.box-02-03 {
	width: 304px;
	margin-left: 10px;
	margin-top: 6px;
}
.decouvrez-fond {
	width: 100%;
	height: 90px;
}
.decouvrez-cat {
	width: 119px;
	height: auto;
	margin-left: 15px;
	-margin-left: 10px;
	margin-top: 12px;
	background: no-repeat top left transparent url(../img/home/puce-jaune.gif);
	padding-left: 18px;
	-padding-left: 15px;
}
.concours {
	width: 304px;
	height: 117px;
	overflow: hidden;
}
.concours-menu {
	width: 100%;
	height: 31px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
}
.bigbox{
	height:305px
	}

#concours-titre, #bigbox-titre{
	height:14px;
	left:30px;
	position:absolute;
	top:9px;
	width:242px;
	z-index:110;
	overflow:hidden
}
#concours-titre div, #bigbox-titre div{
	background:none !important;
}
.concours-menu-interface {
	padding: 10px;
	width: 284px;
	height: 15px;
}
.concours-menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.box-04-fond {
	height: 242px;
	width: 100%;
	display: none;
}
.box-04-content {
	height:auto;
	min-height:74px;
	width:304px;
	padding:6px 0 0;
	overflow:hidden;
}
.box-04-img {
	width: 70px;
	height: 100%;
	margin-right: 8px;
}
.box-04-txt {
	height: 100%;
	width: 220px;
	line-height: 1.2;
}
.promo-conteneur {
	overflow: hidden;
}
.jeux-contenu {
	width: 304px;
	height: 305px;
}
.box-06, .box-07 {
	background: top left repeat-y #eaeced url(../img/home/degrade-gris.gif);
}
.box-06-content {
	width: 250px;
	height: 145px;
	margin: 10px;
	overflow: hidden;
}
.box-06 {
	width: 100%;
	height: 165px;
}
.box-06 p {
	margin-bottom: 2px;
}
.box-07 {
	width: 100%;
	height: 130px;
}
.box-07 div {
	margin: 2px 0;
}
.box-06-fond {
	background: top left no-repeat transparent url(../img/home/nletter.gif);
	width: 100%;
	height: 100%;
}
.box-07-content {
	width: 250px;
	height: 110px;
	margin: 10px;
	overflow: hidden;
}
.box-07-fond {
	background: top left no-repeat transparent url(../img/home/sondage.gif);
	width: 100%;
	height: 100%;
}
/*****/
.sitemap-section {
	width: 158px;
	-width: 149px;
	height: auto;
	margin-bottom: 10px;
}
.sitemap-section-titre {
	height: 18px;
	width: 100%;
	padding-top: 7px;
	padding-left: 10px;
}
.sitemap-section-titre a {
	color: #595959;
	font-family: Arial, sans-serif;
}
.sitemap-section-contenu {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 1.1;
}
.footer-credits {
	width: 100%;
	height: auto;
}
.footer-separateur {
	background: top center no-repeat transparent url(../img/footer/separateur.gif);
	width: 932px;
	height: 2px;
	margin: 0 auto;
}
.footer-credits-content {
	height: 50px;
	width: 935px;
	padding: 10px;
}