/***** Global *****/
/* Body */
body {
	background: #EEEEEE;
	color: #4A6B84; /* gris : 686A6F*/
	font-size: 14px; /* Base font size: 14px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.429;
	margin: 20;
	padding: 20;
	text-align: left;
}

/* Headings */
h2 {font-size: 22px}	/* 22px */
h3 {font-size: 20px}	/* 20px */
h4 {font-size: 18px}	/* 18px */
h5 {font-size: 16px}	/* 16px */
h6 {font-size: 14px}		/* 14px */

h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

h2 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
	text-decoration:underline;
}
	
table.sample {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
}
 
.sample td, .sample th {
	margin: 0;
	padding: 1px;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #C74350;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #C74350;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 950px;}

#content {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	width: 950px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

