/*
	CSS Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
div {
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
/*
	General Styles
*/


div {
	overflow: hidden;
}

body {
	/* background: #EFEFEF; */
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5F5F5F;
}

a {
	text-decoration: underline;
	color: #3366cc;
}
a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.title {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
	margin: 5px 0 20px 0;
}



h2 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

h3 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px 0;
}

.teaser {
	font-size: 16px;
	font-weight: normal;
	margin: -12px 0 10px 0;
	color: #444444;
}


/*
	Layout Styles
*/
#header {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	height: 50px;
}
	#logo {
		float: left;
		width: 190px;
		height: 40px;
	}
	#menu {
		height: 20px;
		width: 685px;
		float: right;
		margin: 13px 0 0 0;
	}
		#menu ul {
			display: block;
		}
		#menu li {
			display: block;
			float: left;
			margin: 0 12px 0 0;
		}
		#menu li.active a {
			color: #000000;
			text-decoration: none;
		}
		#menu a {
			display: block;
			float: left;
			padding: 2px 4px;
			font-size: 16px;
		}

#main {
	width: 870px;
	margin: 0 auto;
	padding: 15px 15px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 4px #9F9F9F;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 4px #9F9F9F;
	border: 1px solid #cecece;
	position: relative;
}
	#footer_action {
		padding: 20px 0;
		text-align: center;
		font-size: 15px;
		color: #000000;
		width: 520px;
		margin: 0 auto;
	}
		#footer_action p {
			float: left;
			margin: 7px 10px 2px 10px;
		}
		#footer_action .button {
			float: left;
		}
#footer {
	color: #999999;
	text-align: center;
	padding: 15px 0;
	font-size: 11px;
	margin: 0 auto;
	width: 900px;
}
	#footer a {
		color: #999999;
	}


/*
	Page specific styles
*/
/* Home */
#presentation {

}
#screen {
	background: url(../images/screenshot_small.png) left top no-repeat;
	width: 455px;
	height: 230px;
	position: absolute;
	left: 420px;
	top: 70px;
}
#features {
	display: block;
	overflow: auto;
	margin: 20px 0 0 0;
	width: 890px;
	overflow: hidden;
}
	#features li {
		width: 415px;
		height: 60px;
		margin: 0 25px 10px 0;
		float: left;
		list-style-type: none;
		list-style-position: outside;
	}
		#features li p {
			text-align: left;
		}
		#features li.home {
			width: 347px;
			padding: 0 0 0 65px;
			margin: 0 30px 20px 0;
			/* background-color: #EFEFEF; */
		}
		#features li h2 {
			color: #000000;
			font-size: 16px;
			font-weight: normal;
			margin: 0 0 6px 0;
		}
		#calendar {
			background: url(../images/dashboard.png) 5px 1px no-repeat;
		}
		#dashboard {
			background: url(../images/dashboard.png) 5px 1px no-repeat;
		}
		#clock {
			background: url(../images/clock.png) 5px 1px no-repeat;
		}
		#database {
			background: url(../images/database.png) 5px 1px no-repeat;
		}
		#discussion {
			background: url(../images/discussion.png) 5px 1px no-repeat;
		}
		#report {
			background: url(../images/report.png) 5px 1px no-repeat;
		}
		#tasks {
			background: url(../images/tasks.png) 5px 1px no-repeat;
		}
/* Landing Page */
.landing {
	margin: 15px 0 0 0;
}
	.landing #logo {
		padding: 2px 15px 15px 15px;
		margin: 0 0 20px -15px;
		display: block;
		clear: both;
		float: none;
		border-bottom: 3px solid #EAEAEA;
		width: 100%;
	}



/* presentation */

#presentation {
	height: 300px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-right: 10px;
	background: url(../images/presentation.png) left bottom repeat-x;
	margin: -15px -15px 35px -15px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

	#presentation span {
		letter-spacing: 0;
		font-size: 26px;
		line-height: 1.2;
		margin: 0;
		color: #000000;
		width: 360px;
		display: block;
		position: absolute;
		top: 40px;
		left: 20px;
		float: none;
	}
	#presentation h1 {
		line-height: 1.2;
		margin: 0;
		width: 360px;
		display: block;
		position: absolute;
		top: 115px;
		left: 20px;
		float: none;
		font-weight: normal;
	}
	#action {
		position: absolute;
		left: 95px;
		top: 205px;
	}

#button {
	height: 45px;
	width: 190px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	background: url(../images/button.png) left bottom no-repeat;
	display: block;
	float: left;
	clear: left;
	text-decoration: none;
}
#button:hover {
	background: url(../images/button.png) left top no-repeat;
	text-decoration: none;
}

#alternative {
	font-size: 12px;
	/* color: #000; */
	display: block;
	margin: 5px 0 0 0;
	width: 190px;
	text-align: center;
	float: left;
	clear: left;
}






/* Form */
form {
	width: 340px;
}
form label {
	font-size: 12px;
	display: block;
	clear: both;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 2px;
}
form legend {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 5px 5px;
	display: block;
}
form fieldset {
	border-bottom: 1px solid #cecece;
}
form input {
	font-size: 13px;
	width: 200px;
	margin: 2px;
}
form select {
	font-size: 13px;
	margin: 2px;
}
form textarea {
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding: 2px 3px;
	width: 320px;
	height: 150px;
	margin: 2px;
}
form button {
	font-size: 14px;
	padding: 2px 5px;
	margin: 2px 4px;
}
form .row {
	margin: 0 0 4px 0;
	padding: 3px 5px;
}
form .row.errors label {
	color: #DF4900;
}
form .row .inline {
	float: left;
	margin: 0 10px 0 0;
}
form em {
	color: #FF5301;
}
form .hint {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #8F8F8F;
}

.subdomain {
	font-size: 18px;
	color: #000000;
	/* border: 1px solid #DFDFDF; */
	background: #d7f3bd;
}
.subdomain input {
	/* text-align: right; */
	font-size: 16px;
	width: 156px;
}

form .small {
	width: 150px;
}
form .medium {
	width: 230px;
}
form .red {
	color: #FF5301;
}




#sidebar {
	width: 200px;
	border-right: 1px solid #DFDFDF;
	float: left;
	margin: 0 25px 500px 0;
	padding: 10px 0 20px 0;
	position: relative;
	overflow: visible;
}
#sidebar .section {
	color: #BFBFBF;
	padding: 0 10px 10px 5px;
}
#sidebar a {
	display: block;
	padding: 0 10px 0 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 34px;
}
#sidebar .active a {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	position: relative;
	right: -1px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 10px 0 4px;
}



table {
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
table td {
	border-left: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	padding: 2px 5px;
}


#plans {
	margin: 15px auto 10px auto;
	background: #EFEFEF;
}
	#plans td {
		width: 210px;
		padding: 9px 10px;
	}
		.name {
			font-size: 30px;
			margin: 0;
			color: #000000;
			display: block;
			float: left;
		}
		.price {
			font-size: 16px;
			margin: 0 0 5px 0;
			color: #5F5F5F;
			display: block;
			font-weight: bold;
			float: right;
			clear: right;
		}
		.price span {
			font-weight: normal;
		}
		.tagline {
			font-size: 10px;
			text-transform: uppercase;
			color: #8F8F8F;
			display: block;
			float: right;
			clear: right;
		}
	#plans td p {
		text-align: center;
		font-size: 16px;
		color: #5F5F5F;
		margin: 3px 0 3px 0;
	}
	#plans td p span {
		font-weight: bold;
		color: #FF5301;
	}
	#plans td .button {
		margin: 15px auto 2px auto;
	}

#free {
	width: 890px;
	height: 400px;
	background: url(../images/gratuit.png) left bottom no-repeat;
	position: absolute;
	left: 5px;
	top: 85px;
}

.highlight {
	padding: 1px;
	background: #FEFFAF;
}

.button {
	display: block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 120px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button_small2.png) left bottom no-repeat;
}
.button:hover {
	background: url(../images/button_small2.png) left top no-repeat;
}



	.flash .notice {
		border: 1px solid #e5db55;
		background: #fffbcc url(../images/notice.png) 7px 6px no-repeat;
	}
	.flash .confirm {
		border: 1px solid #9abf85;
		background: #d7f3bd url(../images/confirm.png) 7px 6px no-repeat;
	}
	.flash .error {
		border: 1px solid #e59d9e;
		background: #fdc0c1 url(../images/error.png) 7px 6px no-repeat;
	}
	.flash .hint {
		border: 1px solid #6FB3DD;
		background: #D4F1FF url(../images/hint.png) 7px 6px no-repeat;
	}






#main .error {
	padding: 8px 10px 3px 10px;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	margin: 10px 0;
}
	#main .error ul {
		margin: 10px 0 0 10px;
		font-weight: normal;
		display: block;
	}
	#main .error li {
		list-style-type: disc;
		list-style-position: inside;
		padding: 2px 0;
	}

#main .confirmation {
	padding: 8px 10px;
	color: green;
	border: 1px solid green;
	margin: 0 0 10px 0;
	line-height: 1.2;
}


#success {
	margin: 85px auto;
	height: 50px;
	background: url(../images/success.png) left top no-repeat;
	padding: 3px 0 0 60px;
	font-size: 18px;
	color: #000000;
	width: 340px;
}
#success span {
	font-weight: bold;
}

#screenshot {
	margin: 5px auto;
	display: block;
}

#tur {
	width: 83%;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
}
#tur .item span {
	font-weight: bold;
	padding: 0 3px 0 10px;
}

#form {
	width: 360px;
	float: left;
}

#copy {
	width: 300px;
	float: right;
	padding: 0 0 10px 20px;
	border-left: 2px solid #EFEFEF;
}
#copy p {
	text-align: left;
}
#copy .bullets {
	padding: 0 0 0 5px;
}
#copy .bullets li {
	list-style-type: disc;
	margin: 0 0 4px 15px;
}
.bold {
	font-weight: bold;
}
