@charset "UTF-8";
body  {
	margin: -100 px; /* 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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFF;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div , p, table, tr, td, h1, h2, h3, h4, ul, ol{
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #ad0052;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4f4f4f;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #4f4f4f;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
hr {
	border: 1px solid #BC2565;
}
sup  {
	font-size: 75%;
	line-height: 75%;
	vertical-align: super;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.thrColFixHdr #header {
	padding: 0;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	margin: 0;
	width: 960px;
	height: 250px;
	clear: none;
} 
.thrColFixHdr #menuGauche {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 160px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	margin-top: 40px;
}
.thrColFixHdr #mainContent {
	margin-bottom: 0px;
	margin-top: -120px;
	padding-left: 200px;
	padding-right: 0px;
	padding-bottom: 0;
	width: 760px;
} 
.logoImg {
	float: left;
	border: 0;
}
#slogan {
	width: 500px;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
	left: 460px;
	top: 10px;
	background-image: url(images/crochets.png);
	background-repeat: no-repeat;
	height: 100px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 460px;
}
#slogan p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#menuDroit {
	margin-left: 15px;
}
#menuDroit ul {
	font-size: 12px;
	line-height: 24px;
	list-style-image: url(images/fleche_666.png);
}
#menuDroit ul li a {
	color: #4f4f4f;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(images/fleche_666.png);
	list-style-type: none;
}
#menuDroit ul li a:active {
	color: #ad0052;
}
#menuDroit ul li a:hover {
	color: #ad0052;
}
#navTop  {
	background-image: url(images/TopMenuBg.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 720px;
	text-align: left;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#navTop ul {
	height: 35px;
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navTop ul li.inline {
	display: inline;
}
#navTop ul li.inline a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FAF1CA;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navTop ul li.inline a:active {
	background-image: url(images/TopMenuBg.gif);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	color: #ad0052;
}
#navTop ul li.inline a:hover , ul li.inline a:active {
	background-image: url(images/TopMenuBg.gif);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	color: #ad0052;
}
#Central {
	margin: 0px;
	padding: 0px;
	width: 760px;
	box-shadow: -1px 24px 24px #555;
	-moz-box-shadow: -1px 24px 24px #555;
	-webkit-box-shadow: -1px 24px 24px #555;
}
#TopContent {
	background-image: url(images/TopContent.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 460px;
}
#TopContent2 {
	background-image: url(images/TopContent2.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 300px;
}
#Central table .fonds{
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
}
#content {
	font-size: 12px;
	line-height: 14px;
	color: #4f4f4f;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 420px;
	height: 100%;
	vertical-align: top;
	text-align: justify;
}
#content ol {
	padding-left: 20px;
}
#content ul
{
	margin-left: 15px;
	margin-bottom: 10px;
}
#content ul li {
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content2 {
	font-size: 12px;
	line-height: 14px;
	color: #4f4f4f;
	background-color: #faf1ca;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 260px;
	height: 100%;
	vertical-align: top;
	text-align: justify;
}
#content2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content2 form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#content2 table .form_rencontres{
	font-size: 10px;
	color: #000;
	text-align: left;
	width: 100%;
}
.titreCadre {
	background-image: url(images/LeftMenuBg.gif);
	background-repeat: repeat-x;
	height: 23px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	background-position: 0px 0px;
	padding-top: 7px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 160px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: #EBEBEB; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 15px 10px 15px 20px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
}
.thrColFixHdr #footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	clear: both;
	width: 720px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #c10560;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ad0052;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding-bottom: 6px;
}
.thrColFixHdr #footer2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 720px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #c10560;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ad0052;
}
#motsCle {
	color: #FF4C95;
	line-height: 18px;
	font-weight: normal;
}
.size24 {
	font-size: 24px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size14 {
	font-size: 14px;
}
.size12 {
	font-size: 12px;
}
.thrColFixHdr #copyright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	clear: both;
	width: 720px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/Copyright.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF4C95;
	height: 20px;
	font-size: 10px;
	color: #FFF;
}
#copyright a      {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover    {
	text-decoration: underline;
}
.thrColFixHdr #copyright2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 720px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/Copyright.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF4C95;
	height: 20px;
	font-size: 10px;
	color: #FFF;
}
#copyright2 a      {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#copyright2 a:hover    {
	text-decoration: underline;
}
#mentions   {
	font-size: 10px;
	color: #FFF;
	float: left;
}
#mentions a      {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mentions a:hover    {
	text-decoration: underline;
}.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;
}
#liens p  {
	text-align: left;
	padding-bottom: 12px;
}
#liens p a {
	font-weight: bold;
	color: #ad0052;
	padding-bottom: 12px;
	text-decoration: none;
}
#liens p a:visited, #liens p a:hover {
	color: #4f4f4f;
	text-decoration: underline;
}
.source10 {
	font-size: 10px;
	line-height: 12px;
}
#colonneDroite {
	text-align: center;
}
#tableau {
	width: 100%;
}
#tableau tr td {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ad0052;
	padding-right: 2px;
	padding-left: 2px;
}
#content p a {
	font-weight: bold;
	color: #ad0052;
	text-decoration: underline;
}
#tableau tr td white {
	color: #FFF;
}
#content2 p a {
	color: #BC2565;
	text-decoration: none;
}
#content2 p a:hover {
	text-decoration: underline;
}
div .legende ol{
	padding-left: 20px;
}
div .legende ol li{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
.fiscalite {
	font-size: 10px;
	line-height: 11px;
}
.fiscalite tr   td{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.alignL {
	text-align: left;
}
#picto {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 280px 0 0 -50 px;
	padding: 0px;
	float: left;
	width: 200px;
	height: 615px;
}
