body {
	margin: 0;
	padding: 0;
	background-color: #2F2F4F;
	font-family: Arial;
	font-size: 12px;
	color: White;
	table-layout: fixed;
}

table {
	border: 1px solid White;
	text-align: justify;
	border-collapse: collapse;
}



table.Conteneur {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #565F83;
	border: none;
}



table.Haut {
	width: 800px;
}
.Haut td {
	padding: 5px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
}




table.MenuGauche {
	width: 160px;
}
.MenuGauche td {
	padding: 3px;
}



table.s_table {
	width: 638px;
}
.s_table td {
	padding: 7px;
	border: 1px solid White;
}
.s_table tr {
	border: 1px solid White;
}


table.liste{
	/*border: 1px solid White;*/
	text-align: justify;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #565F83;
	/*font-size: 12px;*/
}


table.liste tr {
	border: 1px solid White;
}

table.liste tr.liste :hover {
	background-color: White;
	color: Blue;
	cursor: pointer;
}

table.Bas {
	width: 800px;
	color: #7FFF00;
	font-weight: bold;
	font-size: 10px;
}



/*
td.Titre {
	background-color: Silver;
	color: Black;
	font-weight: bold;
}
*/


tr.Titre {
	background-color: Silver;
	color: Black;
	font-weight: bold;
	text-align: center;
}


/*td {
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-width: thin thin thin thin;
	border-color: White White White White;
	border: thin solid White;
}*/

.NoTel {
	color: #7FFF00;
	font-weight: bold;
}

.EnEvidence {
	color: #FA5F4D;
	font-weight: bold;
}


span.text_normal {
	text-indent: 50px;
}




h1,h2 {
	color: white;	
	font-weight: bold;
}
h1.s_titre {
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
}
h1.s_slogan {
	font-size: 16px;
	text-align: justify;
}

h2.s_titre {
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 16px;
}




img {
	vertical-align: middle;
}
img.photo {
	width: 250px;
}


a {
	font-weight: bold;
}

/* Liens non visités */
a.contact:link {
	color: #7FFF00;/*vert*/
}

/* Liens visités */
a.contact:visited {
	color: #7FFF00;/*vert*/
}

/* Liens cliqués */
a.contact:active {
	color: #FA5F4D;/*rouge*/
}

/* Liens survolés */
a.contact:hover {
	color: #FA5F4D;/*rouge*/
}



/* Liens non visités */
a.menu:link {
	color: white;
}

/* Liens visités */
a.menu:visited {
	color: white;
}

/* Liens cliqués */
a.menu:active {
	color: #FA5F4D;/*rouge*/
}

/* Liens survolés */
a.menu:hover {
	color: #FA5F4D;/*rouge*/
}



.vert {
	color: #7FFF00;
	font-size: 30px;
}

.blanc {
	color: white;
	font-size: 30px;
}

.rouge {
	color: #FA5F4D;
	font-size: 30px;
}




/*
#subTitle {
	background: #000;  color: #fff;  padding: 4px;  font-weight: bold; 
	}

#siteNavigation a, #siteNavigation .current {
	font-weight: bold;  color: #448;
	}
#siteNavigation a:link    { text-decoration: none; }
#siteNavigation a:visited { text-decoration: none; }

#siteNavigation .current { background-color: #ccd; }

#siteNavigation a:hover   { text-decoration: none;  background-color: #fff;  color: #000; }
#siteNavigation a:active  { text-decoration: none;  background-color: #ccc; }


#pageContent {
	clear: both;
	border-bottom: 6px solid #000;
	padding: 10px;  padding-top: 20px;
	line-height: 1.65em;
	background-image: url(backblue.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

#pageContent, #siteNavigation {
	background-color: #ccd;
	}


.imgLeft  { float: left;   margin-right: 10px;  margin-bottom: 10px; }
.imgRight { float: right;  margin-left: 10px;   margin-bottom: 10px; }

hr { height: 1px;  color: #000;  background-color: #000;  margin-bottom: 15px; }

h1 { margin: 0;  font-weight: bold;  font-size: 2em; }
h2 { margin: 0;  font-weight: bold;  font-size: 1.6em; }
h3 { margin: 0;  font-weight: bold;  font-size: 1.3em; }
h4 { margin: 0;  font-weight: bold;  font-size: 1.18em; }

.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }

.tblRegular       { border-collapse: collapse; }
.tblRegular td    { padding: 6px;  background-image: url(fade.gif);  border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td   { border: 0; }
*/