/****** DESIGN LAPOINTE Services ***********/
* {
  padding: 0px;
  margin: 0px;
}
div { border: 0px solid red; }
a img, a:visited img {
  border: none;
}
body {
  background: #99ff99;
  font-family: Trebuchet MS, Verdana, Arial, sans serif;
  font-size: 0.9em;
}
label {
  font-weight: bold;
}
.header {
  margin: auto;
  margin-top: 5px;
  width: 800px;
}
.mot_cle, .mot_cle a {
  color: #ccc;
  width: 800px;
  margin: auto;
  font-size: 0.8em;
  text-align: center;
}
.mot_cle a {
  text-decoration: none;
}
.mot_cle a:hover {
  text-decoration: underline;
  color: #99cc99;
}
.article_gauche {
  padding: 0px 25px;
  margin-top: 0px;
  border: 0px solid red;
  width: 580px;
  text-align: justify;
}
.article_gauche li {
  margin-left: 35px;
}
.article_droit {
  padding: 0 5px 0 0;
  font-size: 1em;
  border: 0px solid blue;
  width: 140px;
}
.tableau_design {
  border: none;
  border-collapse: collapse;
  width: 800px;
  margin: auto;
}
.tableau_footer {
  width: 100%;
  border: 0px solid #000;
  font-size: 0.9em;
  color: #999;
  text-align: center;  
  background: url(images/fond_footer.gif) no-repeat top left;
  height: 25px;
}
.tableau_footer a {
  text-decoration: none;
  color: #999;
}
.tableau_footer a:hover {
  text-decoration: underline;
}
.tableau_footer td {
  width: 25%;
  text-align: center;
  border: 0px solid #000;
}
.tableau_letter {
  width: 95%;
}
.tableau_letter th {
  background: #99ff99;
  color: #000;
  padding: 0 0 0 10px;
}
.tableau_letter td {
  border-bottom: 2px groove #99ff99;
}
.tableau_edit_letter {
  width: 100%;
  margin: auto;
  text-align: center;
}
.tableau_new_letter {
  width: 50%;
  margin: auto;
}
.pointilles {
  border: 1px dotted #99cc99;
  padding: 5px;
  text-align: justify;
  margin-bottom: 25px;
}
.pointilles a {
  text-decoration: none;
}
.pointilles a:hover {
  text-decoration: underline;
}
.c1 {
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}
.c2 {  
  font-size: 1.1em;
  color: #0033ff;
}
.c3 {
  font-size: 1em;
  color: #006600;
  font-weight: bold;
}
.c4 {
  font-size: 1.3em;
  color: #ffcc00;
  font-weight: bold;
}
.c5 {
  font-size: 1em;
  color: #ff0033;
}
.avertissement {
  padding: 5px;
  width: 50%;
  background: red;
  color: #fff;
  font-size: 1.5em;
}
.titre {
  width: 95%;
  /*background: #8fc28f;*/
  background: #99ff99;
  font-size: 1.2em;
  color: #765;
  padding: 0 15px;
  margin-bottom: 15px;
}
#pub {
  position: absolute;
  z-index: 150;
  width: 500px;
  height: 500px;
  background: url(images/pub_3.gif) no-repeat left top;
  -moz-opacity:0.25;
	opacity: 0.25;
	filter:alpha(opacity=25);
}
#pub_accueil {
  position: absolute;
  float: left;
  z-index: 150;
  width: 160px;
  height: 160px;
  background: url(images/logo_promo.gif) no-repeat left top;
  /*-moz-opacity:0.25;
	opacity: 0.25;
	filter:alpha(opacity=25);
  -khtml-opacity = 0.25;*/
}
.lien_close {
  width: 300px;
  margin-left: 150px;
  margin-top: 600px;
	background: #000;
	color: #fff;
	padding: 3px 7px;
	font-weight: bold;
  text-align: center;
}
.lien_close  a {
	text-decoration: none;
	color: #fff;
}
.hidden {
 display: none;
}
.visible {
 display: inline;
}
.petit_noir {
	color: #000;
	font-size: 0.7em;
}
.petit_noir a {
  text-decoration: none;
  color: #000;
}
.petit_noir a:hover {
  text-decoration: none;
  color: #ff0000;
}
.no_lien a, .no_lien a:link {
  text-decoration: none;
  color: #000;
}
.no_lien a:hover {
  text-decoration: underline;
}
#accueil_site {
  display: block;
  width: 100%;
  height: 952px;
  margin: auto;
  margin-top: 15px;
  background: #99ff99 url(images/accueil.jpg) no-repeat center top;
  -moz-opacity:0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.important {
  margin: auto;
  background: #99ff99;
  font-size: 1.2em;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 5px;
  display: block;
  width: 70%;
  border: 2px solid #ff0000;
}
img.lettrine {
	float: left;
	padding-right: 5px;
}
img.lettrine_2 {
  float: right;
  padding-left: 10px;
}
img.lettrine_3 {
  float: left;
  padding-left: 10px;
  margin-left: 50px;
}
/*************MENU*****************/
#menu {
  float: left;
  background: #99ff99 url("images/bg_2.gif") no-repeat left bottom;
  font-size: 1em;
  line-height: normal;
}
#menu ul {
  margin: 0;
  padding: 50px 0px 0 15px;
  list-style: none;
}
#menu li {
  float: left;
  background: url("images/left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
}
#menu a {
  float: left;
  text-decoration: none;
  font-weight: bold;
  color: #765;
}
#menu a, #menu strong, #menu span {
  display: block;
  background: url("images/right.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
}
#menu #current {
  background-image: url("images/left_on.gif");
}
#menu #current a {
  background-image: url("images/right_on.gif");
  padding-bottom: 5px;
}
/* Commented Backslash Hack Cache des règles à IE5-Mac \*/
#menu a {float: none;}
/* Fin du hack IE5-Mac */
.avert_java {
  width: 100%;
  color: InfoText;
  background: InfoBackground url(images/info.gif) no-repeat 5px 2px ;
  padding: 1px 25px;
  border-bottom: 2px outset;
  text-decoration: blink;
}
.pre_accueil {
  background: url(images/accueil.jpg) no-repeat top center;
  text-align: center;
  width: 815px;
  height: 1100px;
}
/*************COINS ARRONDIS*************/
.fond_haut {
  margin: -2px 0 0 0;
  background: url(images/fond_haut.gif) no-repeat bottom left;
  height: 20px;
}
.fond_centre_gauche {
  margin: auto;
  background: url(images/fond_centre.gif) repeat-y top left;
  height: 500px;
}
.fond_centre_droit {
  margin: auto;
  background: url(images/fond_centre.gif) repeat-y top right;
  height: 500px;
}
html>body .fond_centre_gauche {
  height: auto;
  min-height: 500px;
} 
.fond_bas {
  margin: 0;
  background: url(images/fond_bas.gif) no-repeat top left;
  height: 30px;
}
/**********************FLUX RSS********************/
.flux {
  border: 1px dotted #99cc99;
  background-color: #99ff99;
  padding: 3px 6px;
}
.flux a {
  text-decoration: none;
  font-size: 0.8em;
  color: #0033ff;
}
.flux a:hover {
  text-decoration: underline;
}
.titrage {
  font-style: italic;
  font-weight: bold;
  color: #666;
  padding: 0 0 0 10px;
}
/*********************CONTACT**********************/
.contact li a {
	text-decoration: none;
	color: #000;
}
.contact li a:hover {
	text-decoration: underline;
}
/*********************TARIFS**********************/
.tableau_tarifs  th {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 15px;
}
.tableau_tarifs td {
  padding-right: 40px;
}
td.cel_title {
  display: block;
  background-color: #99ff99;
  color: #000;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.tableau_tarifs input {
  text-align: right;
}
/******************PLAN DU SITE*****************/
.liste_plan a {
  text-decoration: none;
}
.liste_plan a:hover {
  text-decoration: underline;
}
.liste_plan_contact {
  margin-left: 15px;
  list-style: none;
}
.liste_plan a:link, .liste_plan_contact a:link, .liste_plan a:visited, .liste_plan_contact a:visited {
  color: #000;
}
/******************ADMIN***********************/

.field_admin {
  width: 250px;
  margin: auto;
  display: block;
  border: 1px solid #000;
  padding: 20px;
  margin: auto;
  margin-top: 100px;
}
.leg_admin {
  border: 1px solid #000;
  padding: 0 3px;
  font-weight: bold;
}
table.tableau_admin {
  margin: auto;
}
/*******************************************************************/
/*              ELEMENTS TABLEAU INTRUSION                         */
/*******************************************************************/
.tableau_intrusion {
  border: 3px groove #00f;
  width: 100%;
  font-size: 0.9em;
}
.tableau_intrusion td {
  border: 1px solid #00f;
  padding: 0 5px 0 5px;
}
.tableau_intrusion th {  
  padding: 0 5px 0 5px;
  text-align: center;
  background: #00f;
  color: #fff;
}
.tableau_intrusion a, .tableau_intrusion a:visited {
  text-decoration: none;
  color: #fff;
}
.tableau_intrusion a:hover {
  text-decoration: underline;
  color: #fff;
}
.effet_intrusion  a {
	text-decoration: none;
	color: #000;
}
.effet_intrusion  a:hover {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}
/*******************************************************************/
/*                            DOCUMENTATION                        */
/*******************************************************************/
.doc {
  font-size: 0.9em;
}
.liste_doc li {
  font-size: 0.9em;
  list-style: url(images/signet_1.gif);
}
.liste_doc  {
  margin-left: 150px;
}
.doc a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.doc a:hover {
  text-decoration: underline;
}