@charset "utf-8";
*{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
body{
	text-align	: center;
	background:#FFF;
}
body,td,p,form{	
	font-size: 12px;
	color: #CCCCCC;
}

a:link, a:hover, a:visited, a:active{
	text-decoration:none;
	color:#5F8D24;
}
#scont table, table.credou{
	border:#CCC 2px solid;	
	box-shadow: 1px 1px 9px #000;
	-moz-box-shadow: 1px 1px 9px #000;
    -webkit-box-shadow:1px 1px 9px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5); 
}
#scont table td, .credou td{
	background:#111;
	border:#666 1px solid;	
	margin:0px;
	padding:2px;
	font-size:14px;
	font-weight:700;
	text-align:center;
}
#scont table .titro td, .credou .titro td, div.titro{
	background:#5F8D24 url(images/bottom.png) repeat-x top center;
	border:#666 1px solid;	
	margin:0px;
	padding:5px;
	font-size:17px;
	color:#333;
}
.credou strike{
	color:#F30;
	font-weight:100;
}
.encadre{
	border:#5F8D24 2px solid;	
	background-color:#111;
	text-align:left;
	padding:10px;
}
.textpanier{
	border:#6F9E35 2px solid;
	color:#6F9E35;
	font-weight:700;
	font-size:14px;
	width:90px;	
	text-align:center;
}
.bouton{ 
	background-color:#5F8D24;
	padding:0px;
	display:inline-block;
	border:#111 2px solid;
	color:#FFF;	
	font-weight:bold;
	margin:3px;
}
.bouton input, .bouton a, .bouton a:hover, .bouton a:visited, .bouton a:active, .bouton a:link, .bouton a:hover{ 
	background-color:#6F9E35;
	padding:3px;
	border:#FFF 1px outset;
	text-shadow: 0px 1px 0px;
	color:#FFF;
	font-weight:700;
	cursor:pointer;
	display:inline-block;
	white-space:nowrap;
}
.bouton input{ 
	height:25px;
}
.bouton a{ 
	padding:1px;
	padding-right:5px;
	padding-left:5px;
	border-width:1px;
}
.petit{
	font-size:10px;
}
.found{
	background:#FFFF00;	
	color:#000000;
}
h1 {
	color: #5F8D24;
	font-size: 20px;
	margin:1px;
	padding:0px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.9);
	_filter: Shadow(Color=#000000, 	Direction=135, Strength=5);
}
h2 {
	color: #FFF;
	font-size: 18px;
	margin:1px;
	padding:0px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.9);
	_filter: Shadow(Color=#000000, 	Direction=135, Strength=5);
}

h3 {
	color: #EEE;
	font-size: 15px;
	margin:1px;
	padding:0px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.9);
	_filter: Shadow(Color=#000000, 	Direction=135, Strength=5);
}
#menu1{
	height:30px;
	padding-top:0px;
	padding-right:70px;
	padding-bottom:10px;
}
#menu1 a, #menu2 a, #menu3 a{
	text-decoration:none;
}
#menu1{
	background:url(images/menu.png) repeat-x top center;
}
#menu1 a font{
	margin:3px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	display:inline-block;
	margin:3px;
	cursor:pointer;
}
#menu2 a font{
	margin:3px;
	font-size:10px;
	color:#FFF;
	display:inline-block;
	margin:3px;
	cursor:pointer;
}
#menu2{
	padding:10px;
	background:#5F8D24 url(images/bottom.png) repeat-x top center;
	vertical-align:middle;
	text-align:center;
}
#menu3{
	border-right:#333 1px dashed;
}
#menu3 a{
	display:block;
	padding:2px;
	padding-left:4px;
	width:113px;
	height:14px;
	_width:123px;
	_height:19px;
	margin:1px;
}
#menu3 a.suron{
	background:url(images/bt_menuo.png) no-repeat center left;
	font-weight:900:
}
#menu3 a.surof{
	background:url(images/bt_menu.png) no-repeat center left;
}
#menu3 a.souson{
	padding-left:25px;
	background:url(images/bt_menuso.png) no-repeat center left;
	font-weight:900:
}
#menu3 a.sousof{
	padding-left:25px;
	background:url(images/bt_menus.png) no-repeat center left;
}
#menu3{
	padding-top:30px;
	padding-left:10px;
}
#menu3 a font{
	color:#FFF;
	font-size:10px;
}
#sousrayons a{
	display:block;
	width:120px;
	text-decoration:none;
	margin:5px;
}
#sousrayons a font{
	display:block;
	color: #D71D4E;
	font-size: 11px;
}
#sousrayons hr{
	color:#06C;
	background-color : #FFF;
	height : 1px;
	border : 0 solid #06C;
	border-top-width : 1px;	
}
#minis{
	padding:0px;
}
#minis div{
	position:relative; 
	float:left; 
	margin:3px;
	z-index:100;
}
#minis div span{
	display:none;
	position:absolute;
	top:30px;
	left:-30px;
	width:120px;
	background-color:#5A0606;
	border:#9CC 1px solid;
	color:#9CF;
	font-size:11px;
	padding:3px;
	z-index:150;
}
#minis td, #minis div span td, #minis div span table tr td{
	color:#CFF;
	font-size:10px;
}
#minis div:hover span, #minis div.iehover span{
	display:block;
	z-index:2000;
	
}
.pages{
	background-color:#de1456;
	padding:5px;
	text-align:center;
	color:#FFF;
}
input.formul1{
	width:300px;
	border:#690 2px inset;
	background-color:#333;
	color:#FFF;
}
select.formul1{
	border:#690 2px inset;
	background-color:#333;
	color:#FFF;
}
select.formul1 option{
	background-color:#333;
	color:#FFF;
}
.creds, .creds *{
	color:#690;
	font-weight:900;
}

.creds{
	font-size:20px;
	text-shadow: 0 2px 3px rgba(0,0,0,2);
}
#homeprim{
	width:530px; 
	height:100px; 
	padding:5px; 
	border:#333 2px solid;
	margin-bottom:10px; 
	text-align:right; 
	box-shadow: 1px 1px 9px #000;
	-moz-box-shadow: 1px 1px 9px #000;
    -webkit-box-shadow:1px 1px 9px #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
	cursor:pointer;
	color: #5F8D24;
}
#homeprim *{
	font-size:14px;
	color:#CCC;
}
.liste{
	float:left;
	width:280px;
	height:100px;
	margin:3px;
}
.liste div{
	float:left;
	width:80px; 
	height:80px; 
	padding:0px; 
}
.liste span{
	float:left;
	height:80px;
	width:150px;
	padding:10px;
	padding-top:5px;
}
.liste span *, .lister li *{
	color:#5F8D24;
}
.liste span * b, .lister li * b{
	color:#CCC;	
	text-shadow: 0 2px 3px rgba(0,0,0,2);
}
#topten{
	position:relative;
	width:560px;
}
.home_ten{
	display:inline-block;
	float:left;
	position:relative;
	width:250px;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-right:10px;
}
.empty{
	font-size:24px;
	color:#CCC;
	text-shadow: 0 2px 5px rgba(0,0,0,0.9);
	display:block;
	margin:30px;
}
.warning_red{
	background-color:#990000;
	border:#FF9999 5px solid; 
	padding:10px; color:#FFFFFF; 
	font-size:12px; 
	font-weight:bolder;
	margin:20px;
}
.warning_green{
	background-color:#009900;
	border:#99FF99 5px solid; 
	padding:10px; color:#FFFFFF; 
	font-size:12px; 
	font-weight:bolder;
	margin:20px;
}
#connnorm{
	background:#666;
}
#connnorm td{
	padding:2px;
}
#connnorm input{
	width:180px;
	border:#333 2px inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#DDD;
}

#connnorm input.connok{
	width:auto;
	border:#030 2px outset;
	background:#6F9E35;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#paym{
	list-style-type:none;
	
}