/* *********************************** */
/* Caracteristiques de la page globale */
/* *********************************** */
@charset "utf-8";
body {
	margin: 0px;
}
/* ************************************************************** */
/* Le div du haut qui contient images, logo, téléphone et boutons */
/* ************************************************************** */
#header {
	height: 201px;
	width: 990px;
	display: block;
	margin: auto;
}
/* ************************************************************************* */
/* Le div du bas qui contient l'image de fond , la courbe, le contour violet */
/* ************************************************************************* */
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 990px;
	height: 360px;
	background-image: url(images/container_bas.gif);
	margin: auto;
}
/* ********************************************************************** */
/* Le div de gauche, dans "container", qui contient le calepin et le menu */
/* ********************************************************************** */
#calepin {
	float: left;
	height: 340px;
	width: 210px;
	background-image: url(images/calepin.gif);
}
/* ************************** */
/* La liste / menu du calepin */
/* ************************** */
#calepin ul {
	margin-top: 25px;
	list-style-type: none;
}
#calepin li {
	margin-bottom: 25px;
	margin-left: 10px;
}
/* *********************************************************************** */
/* Le 2e div a droite du calepin, qui contient les images de 60px de large */
/* *********************************************************************** */
#photos {
	width: 90px;
	height: 340px;
	float: left;
	text-align: center;
}
#photos p{
	margin:0px;
}
/* ******************************************************************** */
/* Le div central, qui contient le texte, avec les barres de défilement */
/* ******************************************************************** */
#texte {
	height: 330px;
	width: 455px;
	float: left;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	padding-right: 10px;
	margin-top: 10px;
}
#contact {
	height: 330px;
	width: 545px;
	float: left;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	padding-right: 10px;
	margin-top: 10px;
}
#texte p{
	margin:0px;
}
#contact p{
	margin:0px;
}
#texte ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

.gros-texte-bleu {
	font-size: 11pt;
	color: #132382;
}
.gros-texte-orange {
	font-size: 11pt;
	color: #F0A804;
}
.gros-texte-rouge {
	font-size: 11pt;
	color: #FF0000;
}

/* *************************************** */
/* Le div de droite, qui contient la carte */
/* *************************************** */
#carte {
	float: left;
	height: 340px;
	width: 175px;
	margin-left: 40px;
	text-align: center;
}
.adresse_bleue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3333cc;
	font-weight: bold;
}
#carte p{
	margin:0px;
}
.titre_orange {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 20px;
	color: #FF9900;
}
.titre_cyan {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 20px;
	color: #6CBEA8;
}
.titre_bleu {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #162988;
}
.titre_rouge {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 20px;
	color: #FF0000;
}
.titre_violet {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 20px;
	color: #8210D2;
}
.liens_ancres {
	text-align: center;
}
.liens_ancres2 {
	text-align: center;
	font-size: 8pt;
}
.liste_puce_orange {
	color: #FF6600;
}

.texte-retrait {
	color: #000000;
	text-align: justify;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 9pt;
}

.sous-titre-bleu {
	font-size: 10pt;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	color: #3333CC;
	font-weight: bold;
	background-image: url(puces/puce_orange.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	background-position: 0,10;
}
.sous-titre-cyan {
	font-size: 10pt;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	background-image: url(puces/puce_cyan.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	background-position: 0,10;
}
.sous-titre-orange {
	font-size: 10pt;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	background-image: url(puces/puce_cyan.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	background-position: 0,10;
}
.para_cube-cyan {
	font-size: 10pt;
	padding-bottom: 3px;
	color: #000000;
	background-image: url(puces/puce_cyan.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0,10;
}
.para_cube-rouge {
	font-size: 10pt;
	padding-bottom: 3px;
	color: #000000;
	background-image: url(puces/puce_rouge.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0,10;
}
.para_cube-violet {
	font-size: 10pt;
	padding-bottom: 3px;
	color: #000000;
	background-image: url(puces/puce_violet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0,10;
}
.para_cube-bleu {
	font-size: 10pt;
	padding-bottom: 3px;
	color: #000000;
	background-image: url(puces/puce_bleu.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0,10;
}
.astreinte {
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
}

.para_cube-orange {
	font-size: 10pt;
	padding-bottom: 3px;
	color: #000000;
	background-image: url(puces/puce_orange.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0,10;
	text-align: left;
}
