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

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	background-color:#59B850;
background: -moz-linear-gradient(top, #59B850, #086608); /* pour Firefox 3.6+ */  
background: -webkit-gradient(linear, left top, left bottom, from(#59B850), to(#086608)); /* pour webkit */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59B850', endColorstr='#086608'); /* pour IE */ 
}

body {
	background-color:#59B850;
background: -moz-linear-gradient(top, #59B850, #086608); /* pour Firefox 3.6+ */  
background: -webkit-gradient(linear, left top, left bottom, from(#59B850), to(#086608)); /* pour webkit */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59B850', endColorstr='#086608'); /* pour IE */ 
}

		img {border: none;}
		a img {
		border-width : 0;
		}

a, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main_container {
width:976px;
margin:auto;
padding:2px;
border:1px solid #FFF;
background:#FFF;
}

#header {
	padding:5px;
	background-color:#086608 ;
background: -moz-linear-gradient(top, #086608, #59B850) ; /* pour Firefox 3.6+ */  
background: -webkit-gradient(linear, left top, left bottom, from(#086608), to(#59B850)); /* pour webkit */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086608', endColorstr='#59B850'); /* pour IE */ 
}

#main_content {
	padding-top:0;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:80px;
	background:#59B850 url(../images/jeux-de-belote.png) bottom center no-repeat;
}

#footer {
	clear:both;
	background-color:#59B850;
	padding-top:10px;
	padding-bottom:10px;
background: -moz-linear-gradient(top, #59B850, #086608); /* pour Firefox 3.6+ */  
background: -webkit-gradient(linear, left top, left bottom, from(#59B850), to(#086608)); /* pour webkit */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59B850', endColorstr='#086608'); /* pour IE */ 
}

#footer ul { margin-left:40px;}

#reco_container {
width:1020px; margin:auto;	
}
#reco_content {
width:40px; margin-left:1005px;  position:fixed; top:32%;
}

.menu {
	list-style:none;
}

.menu li {
	display:inline;
	width:120px;
	padding:2px 5px;
	background:#59B850;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

.menu li:hover, .menu li.actif {
	background:#086608;
}

.menu li a {
	color:#000;
}
.menu li a:hover {
	text-decoration:none;
	color:#FFF;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.un_demi { width:49% ; }
.un_quart { width:24%;}
.un_tiers { width:33%; }
.deux_tiers { width:66%;}


.pub_header {
	width:728px;
	height:90px;
	background:#CCC;
	display:block;
}

.pub_carre {
	width:300px;
	height:250px;
		background:#CCC;
	display:block;
}
	