#corps{
	width : 980px;
	margin-top: 10px;
}
#corps #banniere-gauche{
	float: left;
  	width: 20%;
	
}

#corps #banniere-gauche #titre-box{
	background:#6D8804;
	background: -moz-linear-gradient(top, #91AA2A 50%, #6D8804 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#91AA2A), to(#6D8804));
	height: 40px;
	moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
}
#corps #banniere-gauche #titre-box h2{
	padding-top: 10px;
	font-size: 16px;
	color: white;
}

#corps #banniere-gauche #content-box{
	background: #D1D1D1;
	/*border-left : 2px solid #4C4C4C; border-right : 2px solid #4C4C4C; border-bottom : 2px solid #4C4C4C;*/
}

#corps #banniere-gauche #content-box img{
	padding: 18px 0px 18px 0px;
}

.one-long{
	width: 693px;
	height:127px;
	background-image: url(../img/cadre-long.png); background-repeat:no-repeat;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.one-long{
	width: 693px;
	height:127px;
	background-image: url(../img/cadre-long.png); background-repeat:no-repeat;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	
}
.one-long-contenu{
	height: 100px; width: 675px;
	float: left;
	margin-top: 20px;
	margin-left: 7px;
}
.one-long-contenu p{
	font-size: 14px;
	text-align:justify;
	padding: 5px 15px 0px 50px;
	color: #525252;
}
.one{
	margin-bottom: -75px;
	width: 693px;
	height:386px;
	background-image: url(../img/cadres.png); background-repeat:no-repeat;
	margin-left: 40px;
}


#corps #contenu-droite{
	height: 690px;
	margin-left: 21%;
	
	
}
#corps #contenu-droite #titre-box{
	background:#6D8804;
	background: -moz-linear-gradient(top, #91AA2A 50%, #6D8804 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#91AA2A), to(#6D8804));
	height: 40px;
	moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
	margin-bottom: -16px;
}
#corps #contenu-droite #titre-box h2{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	color: white;
	text-align:left;
}

#corps #contenu-droite #content-box{
	background: #D1D1D1;
	height:636px;
	/*border-left : 2px solid #4C4C4C; border-right : 2px solid #4C4C4C; border-bottom : 2px solid #4C4C4C;*/
}

#contenu-droite .box-gauche{
	float: left;
  	height:276px;
	width: 316px;
	margin-left: 6px;
	margin-top: 12px;
}
#contenu-droite .box-gauche h3{
	font-size: 23px;
	color: #555555;
	font-weight:bold;
	padding-top:4px;
	padding-left: 90px;
	text-align:left;
	text-decoration:underline;
}
#contenu-droite .box-gauche p{
	font-size: 14px;
	text-align:justify;
	padding: 5px 15px 0px 50px;
	color: #525252;
}
#contenu-droite .box-gauche p img{
	margin-top: -8px;
	margin-right: 5px;
}
#contenu-droite .box-gauche a{
	color: #6D8315;
	font-weight:bold;
	text-decoration:underline
}

#contenu-droite .box-droite{
	margin-left: 53.5%;
	height:276px;
	width: 316px;
	margin-top: 0px;
	padding-top: 6px;
	
}
#contenu-droite .box-droite p{
	font-size: 12px;
	text-align:justify;
	padding: 0px 15px 30px 10px;
}
#contenu-droite .box-droite img{
	float : left; padding: 0px 10px 0px 0px;
	
}

#contenu-droite .btn-trader{
	  height: 20px;
	  line-height: 20px;
	  padding: 0px 10px;
	  border: 2px solid #91AA2A;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  -ms-border-radius: 20px;
	  -o-border-radius: 20px;
	  border-radius: 20px;
	  color: #fff;
	  font-size: 12px;
	  background-color:#6D8315;
		float: right;
		
		margin-right: 12px;
		margin-top: 10px;
}

#contenu-droite .gros-btn{
	  height: 40px;
	  line-height: 37px;
	  padding: 0px 10px;
	  border: 2px solid #91AA2A;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  -ms-border-radius: 20px;
	  -o-border-radius: 20px;
	  border-radius: 20px;
	  color: #fff;
	  font-size: 16px;
	  background-color:#6D8315;
		float: right;
	
}
#contenu-droite a.gros-btn {
	  color: #fff;
	  text-decoration : none;
	
}

.gros-bouton{
	position : absolute;
	
}





/*
Version : 1.0
Date : 23/11/2011
*/

#body {
	padding:0;
	margin:0;
	text-align:center;
	background:#dedede url('../img/bg.png') top center repeat-x;
	font-family:arial;
}

a {
	text-decoration:none;
	vertical-align:top;
}

h1, h2, h3 {
	padding:0px;
	margin:0px;
}

img {
	border:0px;
	vertical-align:top;
}

.clear {
	clear:both;
}

/* ************************************************************ */
/*  CONTENEUR GLOBAL */
/* ************************************************************ */
#wrapper_1 {
	width:1004px;
	margin:0 auto;
	background:#ffffff url('../img/fond_2.png') top center no-repeat;
}
#wrapper_index {
	width:1004px;
	margin:0 auto;
	background:#ffffff url('../img/fond_index.png') top center no-repeat;
}
#wrapper_2 {
	width:1004px;
}

#logo_url {
	float:left;
	color:#5d5d5d;
	text-transform:uppercase;
	letter-spacing:8px;
	height:31px;
	width:412px;
	text-align:center;
	padding-top:8px;
}
#slogan {
	float:left;
	width:561px;
	height:43px;
	text-align:center;
	
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	color:#6d8803;
	color:#6d8803;
	font-size:15px;
}
#slogan h1{
	padding:0px;
	margin:0px;
	color:#6d8803;
	font-size:15px;
}
#slogan h1 a{

	color:#6d8803;
	font-size:15px;
}
#slogan h1 a:hover{
	color:#6d8803;
	font-size:15px;
	text-decoration: underline;
}
#slogan h1 span{
	color:#eeeeee;
}
#logo {
	float:left;
	width:371px;
	height:157px;
	margin-top:-12px;
}
#menu_zone {
	float:left;
	width:622px;
	height:42px;
	text-align:right;
	margin-top:105px;
}
#menu_zone a.item {
	display:inline-block;
	height:42px;
	line-height:35px;
	color:#000000;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	font-size:12px;
	text-decoration:underline;
	padding:0 0px 0 13px;
	margin-left:10px;
	margin-right:1px;
	cursor:pointer;
	background: url('../img/menu_bg_left.png') no-repeat left top;
}
#menu_zone a.item b {
	height:42px;
	float:left;
	display:block;
	padding:0 13px 0 0px;
	background:url('../img/menu_bg_right.png') no-repeat right top;
}
#menu_zone a.item b span {
	height:42px;
	float:left;
	display:block;
	background:url('../img/menu_bg_reap.png') repeat-x center top;
}
#menu_zone a.item:hover  {
	background: url('../img/menu_bg_left_hover.png') no-repeat left top;
}
#menu_zone a.item:hover  b {
	background: url('../img/menu_bg_right_hover.png') no-repeat right top;
}
#menu_zone a.item:hover  b span {
	background: url('../img/menu_bg_reap_hover.png') repeat-x center top;
	color:#ffffff;
}
#cadre {
	float:left;
	width:453px;
	height:150px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:21px;
	text-align:left;
	padding:10px;
}
#cadre div h2 {
	color:#2D2D2D;
	font-size:18px;	
}

#cadre div p {
	color:#2D2D2D;
	font-size:13px;	
}
#slideur {
	float:right;
	height:150px;
	width:453px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	padding:10px;
}
#slideur div h2 {
	color:#2D2D2D;
	font-size:18px;	
}

#slideur div p {
	color:#2D2D2D;
	font-size:13px;	
}
#nextBtn {
    float:left;
	width:25px;
	height:50px;
	background:url('../img/right-arrow.png') no-repeat center top;
	cursor:pointer;
	margin-top:60px;
	margin-left:7px;
}
#prevBtn {
    float:left;
	width:25px;
	height:50px;
	background:url('../img/left-arrow.png') no-repeat center top;
	cursor:pointer;
	margin-top:60px;
	margin-right:7px;
}
#ligne2 {
	width:980px;
	margin:0 auto;
}
#ligne2_gauche {
	float:right;
	height:253px;
	width:390px;
	margin-right:8px;
	margin-top: -8px;
}
#ligne2_droite {
	float:left;
	height:240px;
	width:570px;
	margin-left:8px;
	background-color: black;
	-moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px;
}
#ligne2_gtitle {
	height:40px;
	width:390px;
	background:#6D8804;
	background: -moz-linear-gradient(top, #91AA2A 50%, #6D8804 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#91AA2A), to(#6D8804));
	-moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px;
	text-align:left;
	color:#ffffff;
	margin-top:8px;
}
#ligne2_dtitle {
	-moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px;
	height:35px;
	width:491px;
	padding-left:74px;
	text-align:left;
	color:#ffffff;
	background:#000000 url('../img/r1.png') no-repeat left top;
}
#ligne2_gtitle h2, #ligne2_dtitle h2 { 
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}
#ligne2_gcnt {
	height:200px;
	width:390px;
	background:url('../img/r3.png') no-repeat center top #040404;
	text-align:left;
}
.flux-news table tr td img{
	margin-bottom: 5px;
	margin-top: 5px;
	width: 115px;
}
.flux-news table tr td{
	text-align:left;
	vertical-align:top;
	width: 115px;
	padding: 0px 5px 0px 6px; 

}
.flux-news table tr td p{
	color: white;
	font-size:10px;
	text-align: left;
	margin-top: 2px;
}
.flux-news table tr td p a{
	color: white;
	font-size:12px;
	text-align: left;
	margin-top: px;
	font-weight:bold;
}
.flux-news table tr td p a:hover{
	text-decoration: underline;
}
.flux-news .titre{
	color: white;
	font-size:14px;
	font-weight:bold;
	margin-top: 3px;
}
#l1_col1 {
	float:left;
	width:47px;
	color:#ffffff;
	height:31px;
	text-align:center;
	padding-top:8px;
	font-size:12px;
}
#l1_col2 {
	float:left;
	width:102px;
	color:#ffffff;
	height:31px;
	text-align:center;
	padding-top:8px;
	font-size:12px;
}
#l1_col3 {
	float:left;
	width:132px;
	color:#ffffff;
	height:31px;
	text-align:center;
	padding-top:8px;
	font-size:12px;
}
#l1_col4 {
	float:left;
	width:109px;
	color:#ffffff;
	height:31px;
	text-align:center;
	padding-top:8px;
	font-size:12px;
}
.l2_col1 {
	float:left;
	width:47px;
	color:#ffffff;
	height:27px;
	text-align:center;
	padding-top:13px;
	font-size:12px;
}
.l2_col2 {
	float:left;
	width:102px;
	color:#ffffff;
	height:34px;
	text-align:center;
	padding-top:6px;
	font-size:12px;
}
.l2_col3 {
	float:left;
	width:132px;
	color:#ffffff;
	height:27px;
	text-align:center;
	padding-top:13px;
	font-size:12px;
}
.l2_col3 a {
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
}
.l2_col4 {
	float:left;
	width:109px;
	color:#ffffff;
	height:27px;
	text-align:center;
	padding-top:13px;
	font-size:12px;
}
#menu_zone_2 {
	height:40px;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
	background:#6D8804;
	background: -moz-linear-gradient(top, #91AA2A 50%, #6D8804 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#91AA2A), to(#6D8804));
	height: 40px;
	moz-border: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
}
#menu_zone_2 a.item {
	display:inline-block;
	height:40px;
	line-height:33px;
	color:#ffffff;
	text-decoration:none;
	font-family:arial;
	text-align:center;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	padding:0 15px 0 15px;
}
#menu_zone_2  a.item b {
	float:left;
	display:block;
}
#menu_zone_2  a.item b span {
	float:left;
	display:block;
}

#menu_zone_2 a.item:hover {
	background:url('../img/menu2_hover.png') repeat-x center top;
}

#menu_zone_2 a.actif {
	background:url('../img/menu2_hover.png') repeat-x center top;
}
.description_cnt {	
	height:125px;
	color:#ffffff;
	text-align:left;
	padding:20px 10px;
	font-size:13px;
	background: url('../img/r5.png') no-repeat center top;
}
.description_cnt a {
	color:#ffffff;
}
.description_cnt p {
	color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0px;
}
.description_cnt p a {
	color:#ffffff;
}
.description_cnt h3 {
	color:#ffffff;
	font-size:15px;
}

#ligne3_title {
	height:30px;
	width:710px;
	background: url('../img/r6.png') no-repeat center top;
	text-align:left;
	color:#ffffff;
	margin-top:8px;
	padding-top:6px;
	padding-left:10px;
	margin-left: -5px;
}
#ligne3_title h2 {
	color:#ffffff;
	font-size:18px;
}


.bigsep {
	height:3px;
	width:710px;
	background: url('../img/big_sep.png') no-repeat center top;
	margin:0 auto;
	margin-top:5px;
	margin-bottom: 5px;
	float: left;
}
.box {
	width:710px;
	margin-top:5px;
}
.box_th {
	float:left;
	height:90px;
	width:160px;
	margin-right: 10px;
}
.box_desc {
	margin-left:20px;
	text-align:left;
	width:680px;
}
.box_desc h2{
	color:#6d8803;
	font-size:16px;
	margin-bottom: -10px;
}
.box_desc h2 a{
	color:#6d8803;
	font-size:16px;
	margin-bottom: -10px;
}
.box_desc p{
	color:#292929;
	font-size:13px;
	font-style:italic;
	text-align:justify;
}
.box_desc p a{
	color:#6d8803;
}
.box_link {
	float:right;
	width:350px;
	text-align:center;
	margin-right: 100px;
	margin-bottom:5px;
	margin-top: -10px;
}
.btn1 {
	height:29px;
	width:148px;
	background:url('../img/visiter.png') no-repeat center top;
	display:block;
	float:left;
	padding-top:6px;
	text-align:center;
	color:#ffffff;
	text-decoration:underline;
	margin-top:5px;
}
.btn2 {
	height:29px;
	width:148px;
	background:url('../img/telecharger.png') no-repeat center top;
	display:block;
	float:right;
	padding-top:6px;
	text-align:center;
	color:#ffffff;
	text-decoration:underline;
	margin-top:5px;
}
.paginer {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	color:#292929;
	font-size:13px;
}
.pageinactif {
	color:#292929;
	font-weight:bold;
	font-size:13px;
}
.pageactif {
	color:#6d8803;
	font-weight:bold;
	font-size:13px;
}
.link {
	min-height:36px;
	width:980px;
	padding-top:16px;
	background:#6d8803 url('../img/link.png') no-repeat center top;
	font-size:12px;
	text-align:center;
	color:#ffffff;
}
.link a{
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
}
.footer0 {
	height:108px;
	background:#000000;
}
.footer {
	height:108px;
	width:980px;
	margin:0 auto;
	background:url('../img/footer.png') no-repeat center top;
}
.footer_zone {
	color:#ffffff;
	font-size:12px;
	text-align:left;
	float:left;
	margin:20px 0 0 20px;
	font-style:italic;
}
.footer_zone div a{
	color:#ffffff;
	font-size:12px;
}

#cadre0 {
	background:#ffffff;
	width:981px;
	margin:0 auto;
	padding-top:5px;
	margin-top:-2px;
}



#sidebar {
	float:left;
	width:200px;
}
.sidebar_zone {
	width:200px;
	padding-bottom:10px;
	margin-bottom:15px;
	background:#d1d1d1;
}
.sidebar_title {
	width:200px;
	height:30px;
	padding-top:10px;
	text-align:center;
	margin-bottom:10px;
	background:url('../img/r2.png') repeat-x center top;
}
.sidebar_title h2{
	color:#ffffff;
	font-size:16px;
}
.sidebar_item {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-left:20px;
	margin-bottom:2px;
}
.sidebar_item a span{
	text-decoration:underline;
}
.sidebar_item a {
	color:#000000;
}
.sidebar_item:hover a {
	color:#6d8803;
}

#content {
	float:right;
	width:770px;
}
#flash_zone {
	width:770px;
}
#flash_title {
	width:770px;
	height:40px;
	background:url('../img/r2.png') repeat-x center top;
	text-align:left;
}
#flash_title h2{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	color:#ffffff;
}
#flash_code {
	width:770px;
	height:570px;
	background:#000000;
	text-align:center;
}
#flash_content {
	width:740px;
	background:#d0d0d0;
	text-align:justify; 
	padding:15px;
	color:#000000;
	font-size:12px;
}
#flash_content a {
	color:#000000;
	text-decoration:underline;
}
#flash_content .photo-reseaux {
	float: left;
	margin-right: 10px;
}
#flash_content .chapeau {
	font-size: 13px;
	font-weight:bold;
	margin-top:0px;
}
#flash_content p.date {
	font-size: 10px;
	font-style:italic;
}
#pub750x90 {
	width:750px;
	height:90px;
	background:#000000;
	margin:0 auto;
	margin-bottom:10px;
}
.liste_title {
	width:770px;
	height:40px;
	background:url('../img/r2.png') repeat-x center top;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
}
.liste_title h2{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	color:#ffffff;
}
.jeu {
	float:left;
	width:160px;
	margin-bottom:10px;
}
.jeu_sep {
	margin-left:25px;
}
.jeu_thumb {
	width:160px;
	height:90px;
	background:#000000;
}
.jeu_lien a {
	color:#6d8803;
	font-weight:bold;
	text-decoration:underline;
}