/*
 * Copyright © ECILIA SARL
 */

body {
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:  #000000;
	background: url(/images/site/bg_body.png) top repeat-x;
	background-color: #008FD0;
	margin-top: 0;
}

h1 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 21px;
	color: #00254A;
	padding-bottom: 10px;
	background: url(/images/site/bg_article_title.png) no-repeat left bottom;
}

h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 18px;
	color: #008FD0;
	text-align: center;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #61C5E1;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h6 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 17px;
	color: #BDC3C7;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

ul {
	margin: 0 0 10px 30px;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #008FD0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
}

ul li {
	list-style-type: square;
}

/* Styles utilitaires */
.checkbox {
	border: 0;
}

.pointer {
	cursor: pointer;
}

.faded {
	color: #49C5E1;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.valign_top {
	vertical-align: top;
}

.valign_bottom {
	vertical-align: bottom;
}

.valign_middle {
	vertical-align: middle;
}

.adjust_margin {
	margin-left: 30px;
}



#fatal_error {
	background-color:  #FFC6C6;
	padding: 5px;
	border: 1px solid red;
}

.error {
	background-color: #FFE8E8;
}

#error_box {
	background-color: #FFE8E8;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid red;
	color: red;
}

#error_box ul {
	margin: 0;
	margin-left: 30px;
	margin-bottom: 10px;
}

#error_box ul li {
	list-style-image: none;
}

#success_box {
	background-color: #E0EDF6;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #006BB3;
	color: #006BB3;
}

.clear {
	clear: both;
}

.button {
	border: 0;
}

.align_right {
	text-align: right;
}

.legend {
	background-color: #004080;
	padding: 10px;
}

.legend span {
	color: white;
}

/* Plan du site */
div#site_map ul{
	margin:0;
	padding: 0;
	padding-left: 10px;
	padding-top: 5px;
}

div#site_map li  {
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}

div#site_map li.category {
	font-weight: bold;
	color: #61C5E1;
	font-size: 15px;
}

div#site_map li.category a {
	font-weight: bold;
	font-style: normal;
}

/* SITE */
div#global {
	margin: 0 auto;
	width: 900px;
}

div#header {
	position: relative;
	width: 900px;
	height: 97px;
	background: url(/images/site/header.png) no-repeat;
}

div#content {
	background-color: white;
	color: #00254A;
	background: url(/images/site/bg_content.png) repeat-y;
}

div#footer {
	float: left;
	width: 900px;
	height: 77px;
	background-color: #004080;
	color: white;
	text-align: center;
}

div#footer a {
	color: white;
}

div#footer a:hover {
	color: #008FD0;
}

div#footer ul {
	margin-top: 30px;
}

div#footer ul li {
	display: inline;
}

div#left_column {
	float: left;
	width: 263px;
}

div#right_column {
	float: right;
	width: 637px;
	padding-bottom: 10px;
}

div#menu {
	width: 263px;
	background-color: white;
	background: url(/images/site/bg_menu.png) repeat-y;
}

div#content_menu {
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/images/site/bg_menu.png) repeat-y;
	background-color: white;
}

div#affiliate {
	width: 263px;
	background-color: #00234A;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

div#affiliate div.auth_block {
	margin-left: 20px;
	margin-top: 5px;
}

div#affiliate h3 {
	color: white;
	border-bottom: 1px solid #61C5E1;
	font-size: 24px;
	width: 225px;
	letter-spacing: 2px;
	padding-bottom: 5px;
	margin-left: 20px;
}

div.auth_block {
	width: 225px;
	background: url(/images/site/bg_auth_block.png) repeat-y;
	padding: 5px;
}

div.auth_block ul {
	margin: 0;
	margin-left: 15px;
}

div.auth_block form {
	padding: 5px;
	padding-bottom: 8px;
}

div.auth_block label {
	float: left;
	color: #4B4236;
	line-height: 20px;
}
div.auth_block input {
	float: right;
	width: 90px;
	margin-right: 10px;
	border: 1px solid black;
}

div.auth_block p {
	padding-bottom: 12px;
}

div.auth_block p.information {
	padding-bottom: 5px;
}

div.auth_block p.submit {
	text-align: right;
}

div.auth_block p.submit a {
	float: left;
}

div.auth_block table.submit button {
	float: right;
	border: 1px solid black;
	background-color: white;
	margin-right: 0px;
	font-weight: bold;
}

div#slogan {
	position: relative;
	width: 637px;
	height: 135px;
	background: url(/images/site/banner_slogan.png) no-repeat;
}

div#slogan h2 {
	position: absolute;
	top: 14px;
	left: 50px;
	color: #008FD0;
	font-size: 24px;
	font-weight: normal;
}

div#slogan h3 {
	position: absolute;
	top: 34px;
	left: 176px;
	color: #004595;
	font-size: 24px;
}

div#coords {
	color: white;
	float: right;
	text-align: justify;
	margin-top: -6px;
	margin-right: 10px;
}

div#breadcrumb {
	position: relative;
	left: 279px;
	width: 617px;
	top: 70px;
	color: white;
}

div#breadcrumb a {
	color: #61C5E1;
	font-weight: bold;
}

div.article table {
	border: none;
	border: 0px solid black;
}

div.article {
	color: #00254A;
	padding: 10px;
	text-align: justify;
}


/* Formulaire de contact */

form#form_contact {
	padding-left: 20px;
}

form#form_contact p {
	width: 500px;
}

form#form_contact p label {
	float: left;
	width: 200px;
}

form#form_contact p input {
	width: 250px;
	border: 1px solid black;
}

form#form_contact p textarea {
	width: 250px;
	height: 100px;
	border: 1px solid black;
}

form#form_contact p button {
	background-color: #00254A;
	color: white;
	border: none;
	padding: 3px;
	float: right;
	margin-right: 50px;
}

/* Mot de passe perdu */
form#lost_password p {
	width: 500px;
}

form#lost_password p label {
	float: left;
	width: 200px;
}

form#lost_password p input {
	width: 200px;
	border: 1px solid black;
}

form#lost_password p button {
	background-color: #00254A;
	color: white;
	border: none;
	padding: 3px;
	float: right;
	margin-right: 95px;
}

/* Documents associés */
div#associated_docs {
	float: right;
	background-color: white;
	margin-left: 10px;
	margin-top: 30px;
	padding: 5px;
	border: 1px solid #61C5E1;
	margin-bottom: 10px;
}

/* Tableaux  */

/* Aucune bordure */
table.border_none {
	background-color: silver;
	border: 0px dotted silver;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.border_none tr {
	background-color: white;
}

table.border_none tr td {
	border: 0px dotted silver;
}

td.border_none {
	border: 0;
}

/* Bordure simple */
table.border_simple {
	background-color: black;
	border: 1px solid #1A7C9D;
	border-spacing: 1px;
	border-collapse: collapse;
	font-size: 14px;
}

table.border_simple tr {
	background-color: white;
}

table.border_simple tr:first-child, table.border_simple2 tr:first-child {
	background-color: #EDF9FC;
}

table.border_simple tr:first-child td , table.border_simple2 tr:first-child td  {
	color: #61C5E1;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

table.border_simple tr:first-child td p , table.border_simple2 tr:first-child td p {
	margin: 0;
}

table.border_simple tr td p , table.border_simple2 tr td p {
	margin-bottom: 0;
}

table.border_simple tr td {
	border: 1px solid #1A7C9D;
	text-align: left;
}

table.border_simple2 {
	background-color: black;
	border: 1px solid #1A7C9D;
	border-spacing: 1px;
	border-collapse: collapse;
	font-size: 11px;
}

table.border_simple2 tr {
	background-color: white;
}

table.border_simple2 tr td {
	border: 1px solid #1A7C9D;
}

/* Bordure double */
table.border_double {
	background-color: black;
	border: 2px solid #1A7C9D;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.border_double tr {
	background-color: white;
}

table.border_double tr td {
	border: 2px solid #1A7C9D;
}

/* Article associés à la rubrique */
div#associated_articles {
	background-color: #EAF7FB;
	width: 263px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px dashed #BFE7F2;
}
div#associated_articles h3 {
	color: #008FD0;
	text-align: center;
	font-size: 20px;
}

td.sttd {
	background-color: #003D79;
}

table h3 {
	margin: 0;
}

.information {
	background-color: white;
	border: 1px solid #61C5E1;
	padding: 5px;
	padding-bottom: 5px;
	width: 205px;
	font-size: 11px;
}

#news_link {
	display:block;
	float:left;
	margin-left:48px;
	margin-top:75px;
	padding-left:60px;
	width:300px;
	height:46px;
	background:url("/images/site/news.png") no-repeat scroll left top transparent;
	color:#973409;
	font-size:18px;
	font-weight:bold;
	line-height:46px;
}

.welcome_message {
	border: 2px solid #E7AF34;
	padding: 8px;
	padding-left: 70px;
	background: url(/images/site/member_space_icon.png)  0% 40% no-repeat #FEFBE7;
	padding-bottom: 0;
}

.field_gray {
	color: #aaaaaa;
	font-style: italic;
}