/*
 * Copyright (c) 2010, Augré du vent. Tous droits réservés.
 */

body {
	font-family: "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 10px 0 10px 0;
	overflow-y: scroll;
}

strong {
	color: #000000;
}

/*-- Page structure --*/
.mainTable {
	width: 840px;
	/*height: 100%;*/
}

.contentBox {
	height: 100%;
	border: 2px groove #005EBD;
	padding: 5px;
}

/*used by popup.js*/
.popupContentBox {
	position:absolute;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px groove #005EBD;
}

.logoBox {
	width: 150px;
	height: 96px;
	padding-right: 10px;
	text-align: center;
}

.banniereBox {
	height: 35px;
	vertical-align: top;
	text-align:center;
}

.keyWordsBox {
	height: 50px;
	vertical-align: bottom;
	font-size: 12px;
	text-align: center;
}

/*-- Style contenu --*/
.contenu {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}

.contenu p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

.contenu td {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 12px;
	color: #333;
}

.contenu div {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

.contenu a {
	font-size: 12px;
	color: #008080;
	text-decoration: none;
}

.contenu a:hover {
	text-decoration: none;
	color: #ecb535;
}

.contenu ul {
	margin: 0;
	padding: 0 0 0 5px;
}

.contenu li {
	padding: 0;
	list-style-type: none;
}

.contenu .image {
	border: 1px solid #B88A00;
}

.contenu .common {
	padding-left: 5px;
	line-height: 16px;
}

.contenu .centered {
	text-align: center;
}

.contenu .underlined {
	text-decoration: underline;
}

.contenu .underlined:hover {
	text-decoration: underline;
}

.contenu .blue {
	color: #004080;
}

.contenu .small {
	color: #005EBD;
	font-size: 10px;
}

.contenu .back {
	background: transparent url(../img/puces/back.gif) no-repeat left;
	padding-left: 15px;
}

.contenu .pin {
	background: transparent url(../img/puces/rond_vert_jaune.gif) no-repeat 0 center;
	padding-left: 10px;
}

.contenu .pdf {
	background: transparent url(../img/puces/icon-pdf.png) no-repeat 0 center;
	padding-left: 20px;
}

/* Formulaire */
form {
	padding: 0;
	margin: 0;
}

.contenu .label {
	color: #005EBD;
	font-size: 12px;
	padding-bottom: 5px;
	vertical-align: top;
	white-space: nowrap;
}

.contenu .inputText {
	font-size: 11px;
	border: 1px solid #666;
	margin-left: 5px;
	width: 150px;
	height: 15px;
}

.contenu .inputArea {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
	margin-left: 5px;
	border: 1px solid #666;
	height: 80px;
	width: 250px;
}

.contenu .inputButton {
	color: #005EBD;
	font-size: 10px;
	border: 1px solid #666;
	background-color: #fff;
	cursor: pointer;
	margin-top: 5px;
}

.contenu .inputButton:hover {
	color: #004080;
	background-color: #ddd;
}

.contenu .small_link a {
	color: #666;
	font-size: 10px;
	font-family: Arial sans-serif;
}

.contenu .small_link a:hover {
	text-decoration: underline;
}

.contenu .linkTitle {
	color: #666;
	font-size: 12px;
	padding-bottom: 0;
}

/*Style pour le pied de page*/
#footer {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
}

.description {
	color: #666;
	font-size: 10px;
	padding: 0 0 5px;
	margin: 0;
	text-align: center;
}

.description strong {
	color: #004080;
	font-weight: bold;
}

.closeBox {
	text-align: center;
	padding-bottom: 5px;
}

.closeBox a {
	background: transparent url(../img/puces/close.gif) no-repeat 0 center;
	padding-left: 12px;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #004080;
	text-decoration: none;
}

.closeBox a:hover {
	color: #008080;
}

/*Fonts & colors */
.pageTitle {
	text-align: right;
	font-size: 20px;
	color: #005EBD;
}

div .subtitle {
	color: #004080;
	font-style: italic;
	font-weight: bold;
}

div .topDescription {
	color: black;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;

	padding: 0 0 10px 0;
	margin: 0;
}

div .topDescription2 {
	color: black;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align:justify;

	padding: 0 0 10px 0;
	margin: 0;
}

div .title1 {
	font-family: Arial, sans-serif;
	color: #004080;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 0 5px 0;
	margin: 0;
	letter-spacing: 1px;
}

div .title2 {
	color: #004080;
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 5px 12px;
	margin: 0;
	background: transparent url(../img/puces/rond_bleu_jaune.gif) no-repeat 0 3px;
}

div .rightImageBox {
	float: right;
	padding-left: 5px;
}

div .rightImageBoxClear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

div .transNav {
	text-align: center;
	vertical-align: middle;
	color: #004080;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

div .transNav img {
	position: relative;
	top: 4px;
}