@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #333;
	background-image: url(../images/background/background_page.PNG);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
}
#container  {
	width: 800px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header  {
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #008040;
	background-image: url(../images/background/header.PNG);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
} 
#header h1  {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	text-align: left;
	vertical-align: middle;
}
#sidebar1  {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px;
	font-size: 10px;
	color: #008040;
	background-image: url(../images/background/sidebar1.PNG);
	height: auto;
	margin: 0px;
	bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#mainContent  {
	margin-left: 220px;
	margin-top: 30px;
	margin-right: 20px;
	text-align: justify;
	height: auto;
	font-weight: bold;
} 
#footer  {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #008040;
	border-right-color: #008040;
	border-bottom-color: #008040;
	border-left-color: #008040;
	background-image: url(../images/background/footer.PNG);
	clear: both;
	font-variant: normal;
} 
#footer p  {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-variant: normal;
	line-height: 1px;
	color: #333;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.slogan {
	padding-left: 10px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Comic Sans MS", cursive;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
#cadre_haut {
	background-image: url(../images/background/cadre_haut.PNG);
	background-repeat: no-repeat;
	clear: none;
	height: 24px;
}
#cadre_bas {
	background-image: url(../images/background/cadre_bas.PNG);
	background-repeat: no-repeat;
	clear: none;
	height: 24px;
}
#cadre_contenu {
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #008040;
	text-align: center;
	background-image: url(../images/background/cadre_milieu.PNG);
	background-repeat: no-repeat;
	height: 24px;
}
#cadre_droite_haut {
	background-image: url(../images/background/cadre_droite_haut.PNG);
	background-repeat: no-repeat;
	float: right;
	width: 12px;
	height: 24px;
}
#cadre_gauche_haut {
	background-image: url(../images/background/cadre_gauche_haut.PNG);
	background-repeat: no-repeat;
	width: 12px;
	float: left;
	clear: none;
	height: 24px;
}
#cadre_gauche_milieu {
	background-image: url(../images/background/cadre_gauche_milieu.PNG);
	width: 12px;
	height: 24px;
	float: left;
}
#cadre_droite_milieu {
	background-image: url(../images/background/cadre_droite_milieu.PNG);
	float: right;
	width: 12px;
	height: 24px;
}

#cadre_gauche_bas {
	background-image: url(../images/background/cadre_gauche_bas.PNG);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 24px;
	clear: none;
}
#cadre_droite_bas {
	background-image: url(../images/background/cadre_droite_bas.PNG);
	background-repeat: no-repeat;
	float: right;
	width: 12px;
	clear: none;
	height: 24px;
}
#cadre {
	background-image: url(../images/background/cadre_bas.PNG);
	background-repeat: no-repeat;
	height: auto;
	clear: none;
}
.table {
	font-size: 10px;
	color: #333;
	background-image: url(../images/background/fond_tableau.PNG);
	background-repeat: no-repeat;
	border: thin none #008040;
	background-position: center center;
	font-weight: normal;
}
.table-doc {
	font-size: 12px;
	color: #333;
	background-image: url(../images/background/fond_tableau.PNG);
	background-repeat: no-repeat;
	border: thin solid #008040;
	background-position: center center;
	font-weight: normal;
}
.table-form {
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	background-image: url(/images/background/fond_tableau.PNG);
}
.table-form-header {
	font-size: 14px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
}



.reminder {
	font-family: "Brush Script MT";
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: blink;
	color: #008040;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
.reminder_ss_titre {
	font-family: serif, sans-serif, monospace, Terminal, Script, Tunga, "Bookshelf Symbol 7", Marlett, "MS Outlook", "MS Reference Specialty", Webdings, Symbol, "Arial Unicode MS";
	font-size: 16px;
	font-style: oblique;
	color: #008040;
	list-style-image: url(../images/background/punaise-3.gif);
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: blink;
	color: #F00;
}
.legende {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-style: italic;
	text-align: justify;
	vertical-align: top;
	color: #666;
	cursor: help;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-right: 10px;
}
.sous_cadre {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.barre_horizontale {
	color: #F00;
	text-align: center;
	width: 100%;
}
.header_piece_usure {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bolder;
	color: #008040;
}
.logo_maury {
	width: 85px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.contacts-carte {
	font-family: "Brush Script MT";
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	color: #008040;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	border: thin dashed #008040;
	margin: 0px;
}
.contacts-commercial {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #008040;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}

.contacts-sous-titre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #008040;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}

.contacts-titre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #008040;
	list-style-type: none;
	padding: 0px;
	text-align: left;
	border: thin dashed #008040;
	margin: 0px;
}
.obligatoire {
	color: #F00;
}

.GoogleHelp {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	list-style-type: upper-roman;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 20px;
	list-style-position: inside;
}
