body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 auto;
	width: 960px;
	background-color: #EAEFF5;
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #707070;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 15px;
	padding-bottom: 15px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

table {
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px 0px;
	text-align: left;
	table-layout: auto;
}

table td {
	vertical-align: middle;
	text-align: center;
}

table td>* {
	vertical-align: middle;
}

img {
	text-decoration: none;
	border: none;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

ol li {
	display: list-item;
	list-style-type: decimal;
}

li {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	display: block;
	list-style-type: none;
	text-align: left;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input {
	font-size: 13px;
}

input[type="file"] {
	overflow: hidden;
}

input[type='text']:hover {
	cursor: text;
}

input[type='submit']:hover {
	cursor: pointer;
}

input[type="text"], input[type="submit"],textarea {
	text-align: left;
}

input,button,select {
	vertical-align: middle;
}

p {
	text-align: left;
	margin: .75em 0;
}

address {
	margin: .75em 0;
	font-style: normal;
}

a, a:link, a:visited {
	color: rgb(36, 57, 216);
	border: none;
	text-align: left;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	color: rgb(216, 36, 36);
	text-decoration: none;
	border: none;
	outline: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/**
 * Classes raccourcits
 */
 
 .normal_list {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
	padding-top: 5px;
}

.normal_list li {
	display: list-item;
	list-style-type: disc;
}

.table_cell {
	display: table-cell;
}

.valid_box,.info_box,.error_box {
	padding: 0.8em;
	display: block;
}

.valid_box {
	background-color: #E6EFC2;
	border: 2px solid #C6D880;
	color: #264409;
}

.info_box {
	background-color: #FFF6BF;
	border: 2px solid #FFD324;
	color: #514721;
}

.error_box {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
	color: #8A1F11;
}

.full_width {
	width: 100%;
}

.half_width {
	width: 50%;
}

.quarter_width {
	width: 25%;
}

.third_width {
	width: 33%;
}

.two_third_width {
	width: 66%;
}

.inline_list {
	margin: 0 0;
	padding: 0 0;
}

.inline_list li {
	display: inline;
}

.list_item {
	display: list-item;
}

.vertical_align_top {
	vertical-align: top;
}

.vertical_align_bottom {
	vertical-align: bottom;
}

.vertical_align_middle {
	vertical-align: middle;
}

.inline_block {
	display: inline-block;
}

.no_padding {
	padding: 0px 0px 0px 0px;
}

.no_margin {
	margin: 0px 0px 0px 0px;
}

.no_border {
	border: none;
}

.text_align_right {
	text-align: right;
}

.text_align_center {
	text-align: center;
}

.text_align_left {
	text-align: left;
}

.block {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.inline {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.margin_auto {
	margin: auto;
}

.clear {
	clear: both;
}

