body
{
	font-family: Arial, 'Trebushet MS', Verdana, Helvetica, sans-serif;
	background: white url(../images/background.png) repeat-x top;
	margin: 0;
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
}

body > #footer 
{
	bottom:0px;
	position:fixed;
	right:0px;
	z-index:99;
}

input.big
{
	border: 3px solid #DDDDDD ;
	background: #EEEEEE;
	color: #003366;
	font-size:14px;
	font-weight: bold;
	font-family: 'Trebushet MS', Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 5px;
}

#header
{
	width:100%;
	height: 90px;
	margin: 0;
	padding: 0;
}

#header td, #header tr
{
	padding: 0;
	margin: 0;
}

#headerButtons img.focused
{
border:3px solid black;
}
#headerButtons img.unfocused
{
border:3px solid white;
}

#headerButton a
{
margin: 20px;
}

td.headerTabs a.menuLink
{
	display:-moz-inline-stack;
	display:inline-block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height:61px;
	width: 38px;
}
td.headerTabs a.unfocused
{
	color: white;
}
td.headerTabs a.focused
{
	background: url(../images/fondHeader_hover.png) repeat-x;
	color: black;
}

#headLinks, #loginFormDiv, #passPerduDivInfos, #passPerduDiv, #headLinks a
{
	color: #04732f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer, #footer a
{
	color: #04732f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.spacerH100
{
	height:100px;
}
.spacerH80
{
	height:80px;
}

div.slider
{
	width:256px; 
	margin:10px 0; 
	background-color:#ccc; 
	height:10px; 
	position: relative; 
}

div.slider div.handle 
{
	width:12px; 
	height:15px; 
	background:url('../images/sliderHandle.png') no-repeat center; 
	cursor:move; 
	position: absolute;
}

div.dashboard 
{
	margin-top: 10px;
}

div.dashboard table td
{
	font-size: 10px;
	
}

div.dashboard table
{
	width: 500px;
	border: 1px solid #EEEEEE;
	background: #F3F3F3;
}
div.dashboard table tr.focused
{
	background: #DDDDDD;
}

table.statsHeaderBox
{
	color: #01742f;
	font-size: 12px;
	width: 100%;
	background-color: #edece7;
	border: 1px solid #dbdbcf;
	height:71px;
}

table.statsHeaderBox td
{
	color: #01742f;
	font-weight:normal;
	font-size: 26px;
}

h1.widgetSettingsTitle
{
	color: #01742F;
	font-weight:bold;
	font-size: 16px;
	margin-top:30px;
	padding-top:0px;
	margin-bottom:20px;
}

td.widgetSettingsText
{
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}

td.widgetSettingsCell
{
	border-bottom:1px dotted #AAAAAA;
	padding-top:20px;
}

td.widgetChooseColor
{
	width:15px;
	height:13px;
	border:1px solid white;
	cursor:pointer;
}

div#bulleErrorEmail, div#bulleErrorLogin
{
	background-image:url('../images/bulleErrorEmail.png');
	background-repeat:no-repeat;
	height:24px;
	width:311px;
	margin-left:297px;
	margin-top:-22px;
	padding-bottom:0px;
	padding-left:28px;
	padding-right:5px;
	padding-top:5px;
	position:absolute;
	font-weight:bold;
}

div#bulleErrorPassword
{
	background-image:url('../images/bulleErrorPassword.png');
	background-repeat:no-repeat;
	height:47px;
	width:311px;
	margin-left:297px;
	margin-top:-22px;
	padding-bottom:0px;
	padding-left:28px;
	padding-right:5px;
	padding-top:5px;
	position:absolute;
	font-weight:bold;
}

div.clicksTotal
{
	width:20%;
	margin-left:20px;
	margin-top: 13px;
	padding-right:44px;
	border-right:1px solid #dbdbcf;
	float:left;
}

div.balance
{
	width:20%;
	margin-top: 13px;
	margin-left:20px;
	padding-right:44px;
	border-right:1px solid #dbdbcf;
	float:left;
}

div.boutons
{
	margin-top: 0px;
	float:left;
}

div.monthOrDay
{
	margin-top:20px;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
}

div.echelle
{
	width : 100%;
	height : 136px;
	background-image:url('../images/fondDotted.png');
	background-position:bottom;
	background-repeat:repeat-x;
}

div.barresDay
{
	width:780px;
	height:100%;
	float:left;
	text-align:center;
}

div.barresMonth
{
	width:500px;
	height:100%;
	float:left;
	text-align:center;
}

a.clickDay
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_normal.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:3%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

a.clickDay:hover
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_hover.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:3%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

a.clickDaySelected
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_fleche.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:3%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

a.clickMonth
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_normal.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:7%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

a.clickMonth:hover
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_hover.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:7%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

a.clickMonthSelected
{
	vertical-align:bottom;
	background-image:url('../images/fondBarres_fleche.png');
	background-position:bottom;
	background-repeat:repeat-y;
	width:7%;
	margin-left:2px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:11px;
	display: -moz-inline-stack;
	display: inline-block;
}

div.timeInfos
{
	float:right;
	text-align: left;
	height:100%;
	font-size:15px;
	color:#000000;
}

h1.timeInfos
{
	font-size: 19px;
	font-weight:normal;
}

div.headerBox
{
	width: 100%;
	background-color: #edece7;
	border: 1px solid #dbdbcf;
	height: 200px;
	margin-bottom: 30px;
}

h1.headerBox
{
	color: #009ee0;
	font-size: 18px;
	margin-top: 0px;
	padding-top:0px;
}

div.headerBoxBeta
{
	width: 100%;
	background-color: #edece7;
	background-image:url('../images/schema_home_beta.png');
	background-position:right;
	background-repeat:no-repeat;
	border: 1px solid #dbdbcf;
	height: 157px;
	margin-bottom: 30px;
	padding-left:15px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h1.headerBoxBeta
{
	color: #009ee0;
	font-size: 18px;
	margin-top: 25px;
	padding-top:0px;
}

h1.beta
{
	color: #000000;
	font-size: 18px;
	font-weight:bold;
}

h2.beta
{
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

div.beta
{
	color: #888888;
	font-size: 12px;
	font-weight:bold;
	text-align:justify;
}

div.etapes
{
	color: #bfbfbd;
	font-size: 11px;
	padding: 15px;
	text-align:right;
}
a.stepButton
{
	display:block;
	float:right;
	width: 138px;
}

div.etapes span.selected
{
	color: #009ee2;
	font-weight: bold;
}

div#inscription1 div.zoneInput, div#inscription2 div.zoneInput
{
	padding:15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
table.links
{
    width:100%;
    margin:0;
    padding:0;
}

table.links tr
{
    margin-top: 10px;
}

table.links tr td
{
    border-bottom:1px solid #DDDDDD;
    margin: 0;
}

table.links tr td.clicks
{
    color:#01732D;
    width:46px;
    background:url('../images/clic.png') no-repeat;
    background-position: center;
    text-align:center;
	height:74px;
}

table.links tr td.clicks_referer
{
    color:#01732D;
    width:35px;
    background:url('../images/clic_referer.png') no-repeat;
    background-position: center;
    text-align:center;
	height:50px;
}


table.links tr td.clicks_referer_blue
{
    color:#0084b7;
    width:35px;
    background:url('../images/clic_referer_blue.png') no-repeat;
    background-position: center;
    text-align:center;
	height:50px;
}

table.links tr td.clicks_stats
{
    color:#01732D;
    width:46px;
    background:url('../images/clic.png') no-repeat;
    background-position: center;
    text-align:center;
	height:56px;
}

table.links tr td.item_left
{
	width:14px;
}

table.links tr td.item_right
{
}

table.links tr td.item_right div.date
{
    color:#53ad17;
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    font-family:Arial;
}

table.links tr td.item_right div.kliosk_title
{
    color:#a5a5a5;
    text-decoration:none;
    font-size:10px;
    font-family:Arial;
}

table.links tr td.item
{
    color:#444444;
    text-decoration:none;
    font-size:11px;
    font-family:Arial;
	padding-left:17px;
	padding-top:9px;
	padding-bottom:9px;
	width:70%;
}

table.links tr td.item a
{
    color:#02712D;
    text-decoration:none;
    font-weight:bold;
    font-size:15px;
	border-bottom: 1px solid #53AD17;
    font-family:Arial;
}

td.greyHeaderLeft
{
	width:10px;
	height:29px;
	background:url('../images/header_grey_left.png') no-repeat;
}

td.greyHeaderRight
{
	width:10px;
	height:29px;
	background:url('../images/header_grey_right.png') no-repeat;
}

td.greyHeaderCenter
{
	color:#02712D;
	height:29px;
	background:url('../images/header_grey_center.png') repeat-x;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana,Arial;
}

td.greyHeaderTitle
{
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
}

a.greyHeaderLink
{
	font-weight:bold;
	font-family:Arial;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

td.category
{
	background:#026c2a;
	margin-top:0px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	border-bottom:1px solid #dbdcce;
}

td.categoryFocused
{
	background:#fff;
	border-left:1px solid #dbdcce;
	border-right:1px solid #dbdcce;
	border-top:1px solid #dbdcce;
	border-bottom:1px solid #fff;
	margin-bottom:1px;
	font-size:10px;
	padding-left:4px;
	padding-right:4px;
	height:19px;
}

span.blue
{
	color: #00adef; 
}

a.blueLink
{
	color: #00adef; 
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}

.italic
{
	font-style:italic;
}

div.settingsHeader
{
	background-color:#278307; 
	color: white; 
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 0px;
	height:19px;
	margin-bottom:15px;
}

a.settingsHeader
{
	color: white; 
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
}

div.statsInHeader
{
	background-color:#309201; 
	color: white; 
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 0px;
	height:19px;
	margin-top:22px;
	margin-bottom:15px;
}

div.statsOutHeader
{
	background-color:#309201; 
	color: white; 
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 0px;
	height:19px;
	margin-top:30px;
	margin-bottom:15px;
}

div.scroller 
{ 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 200px;
	overflow: hidden;
	border:0;
}
div.scroller div.section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:100%;
	height:200px;
	overflow:hidden;
	float:left;
	padding:0px;
}
div.scroller div.content 
{
	width: 100%;
}

div#section2
{
	background:#666666;
	color:#ffffff;
}

table.links tr td.item a.clicks_referer
{
    color:#01732D;
	border-bottom:1px solid #53AD17;
}

table.links tr td.item a.clicks_referer_blue
{
    color:#0084b7;
	border-bottom:1px solid #00ADEF;
}