body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.line_grey {
	height: 1px;
	background-color: #E0E0E0;
}

.title {
	margin-bottom: 20px;
}

.clearer {
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

h1,h2,h3,h4,h5{
	font-size: 28px;
	margin: 0;
	padding: 0;
}

h2 a{
}

h3 {
}

li {
}

input {
}

.input {
	background-color: #004372;
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

img {
	border: none;
}

.entry {
	padding-top: 4px;
        line-height : 17px;
}

.box{
	margin: auto;
	padding: 10px;
	background-color: #250517;
	text-align: justify;
	color: #FFF;
	font-size: 14px;
}

.post {
	padding-bottom: 30px;
}

.clearer {
	clear: both;
}

.greyline {
	background-color: #CCC;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.greylinefree {
	background-color: #CCC;
	height: 1px;
}

/* Footer */

#header {
	padding-top: 15px;
	padding-bottom: 30px;
}
 
#header_content {
	width: 1000px;
	height: 48px;
	margin: auto;
	padding-left: 15px;
	padding-bottom: 15px;
}

#languages {
	float: right;
	text-align: right;
	width: 300px;
	padding-top: 5px;
}

#languages a {
	color: #FFF;
	text-decoration: none;
}

#languages a {
	color: #FFF;
	text-decoration: underline;
}

#logotext {
	font-family: 'Maven Pro', sans-serif;
	font-size: 26px;
	color: #FFF;
	
}

#logotext a {
	color: #FFF;
	text-decoration: none;
}
 
.tab {
	float: right;
	text-align: left;
	color: #FFF;
	margin-top: 4px;
	padding-left: 30px;
}

.tab_item {
	padding-right: 2px;	
}

#advantages {
	font-size: 14px;
}

.advantages_tab_left {
	float: left;
	width: 196px;
}

.advantages_tab_right {
	float: left;
	padding-left: 10px;
}
 
#main {
	background-color: #FFF;
}
 
#content {
	width: 1000px;
	margin: auto;
	padding-left: 15px;
	padding-bottom: 15px;
}

#menu a{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover{
	color: #FFF;
	text-decoration: underline;
}
 
.button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.tab_menu {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
 
#footer {
	height: 30px;
}


#notification a {
	color: #000;
	text-decoration: underline;
}

#notification2 a {
	color: #000;
	text-decoration: underline;
}

/* ----------------------------
	Blog
------------------------------ */
#blog_main {
	margin: auto;
	width: 900px;
}

#blog_content {
	margin-top: 50px;
	width: 550px;
	float: left;
	padding-right: 80px;
}

.post a{
	color: #000;
	text-decoration: underline;
}

.post a:hover{
	color: #000;
	text-decoration: underline;
}

#blog_sidebar {
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 250px;
	height: 400px;
	background-color: #ebebeb;
	border-radius: 4px;
	float: left;
}

#blog_sidebar a{
	color: #000;
	text-decoration: none;
}

.blog_sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

.blog_title {
	font-weight: bold;
	font-size: 20px;
	color: #086496;
}

.blog_title a {
	color: #086496;
	text-decoration: none;
}

.blog_title a:hover {
	color: #086496;
	text-decoration: none;
}

#showquestion {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 15px;	
}

#question {
	font-weight: bold;
	margin-bottom: 5px;	
} 

.button_grey {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:166px;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}

.button_grey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.button_grey:active {
	position:relative;
	top:1px;
}

/* ----------------------------
	WebApp
------------------------------ */

#bloc_left {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}

#bloc_left_stats {
	float: left;
	background-color: #ECECEC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 5px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.quickstats_item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #004372;
	width: 60px;
	height: 40px;
	text-align: center;
	float: left;
	color: #FFF;
	padding: 5px;
}

#bloc_right {
	float: left;
}

#bloc_right_menu {
	height: 30px;
	text-align: right;
}

#bloc_right_content {
	width: 630px;
	min-height: 450px;
	margin-left: 20px;
	margin-top: 20px;
	overflow:hidden;
}

#bloc_right_content a{
	text-decoration: none;
	color: #000;
}

#bloc_right_content #subtitle{
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

#bloc_right_content #showquestion{
	width: 500px;
	margin: auto;
}

#bloc_right_content #showquestion #question{
	margin-top: 30px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#bloc_right_content #showquestion #reponses{
	padding-top: 3px;
	padding-bottom: 3px;
}

#bloc_right_content #showquestion #validation{
	margin-top: 40px;
	text-align: center;
}

.page_title {
	font-weight: bold;
	font-size: 18px;
}

.downloadButton {
	cursor: pointer;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.downloadButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.submitButton {
		-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
		box-shadow:inset 0px 0px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
		background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
		background-color:#ededed;
		-webkit-border-top-left-radius:20px;
		-moz-border-radius-topleft:20px;
		border-top-left-radius:20px;
		-webkit-border-top-right-radius:20px;
		-moz-border-radius-topright:20px;
		border-top-right-radius:20px;
		-webkit-border-bottom-right-radius:20px;
		-moz-border-radius-bottomright:20px;
		border-bottom-right-radius:20px;
		-webkit-border-bottom-left-radius:20px;
		-moz-border-radius-bottomleft:20px;
		border-bottom-left-radius:20px;
		text-indent:0;
		border:1px solid #dcdcdc;
		display:inline-block;
		color:#777777;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		font-style:normal;
		height:40px;
		line-height:40px;
		width:200px;
		text-decoration:none;
		text-align:center;
		text-shadow:1px 0px 0px #ffffff;
		cursor: pointer;
	}
	.submitButton:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
		background-color:#dfdfdf;
	}.submitButton:active {
		position:relative;
		top:1px;
	}