 /* ------------------------------------ *
  *  WinToWeb Web Site
  *  novembre 2005 09:27:34
  * ------------------------------------ */
body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

a:visited {
  color: navy;
  text-decoration: underline;
}

a:hover {
  background: #DC143C;
  color: #FFFFFF;
  text-decoration: none;
}

body {
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  background-image: url(images/bg45_s.gif);
  background-color: snow;
}

#container {
  width: 760px;
  height: auto;
  margin: auto;
  border: 1px solid silver;
  /*display: block;*/
  background: white;
}

#logo {
  background-image: url(images/graybg.gif);
  width: 760px;
  height: 80px;
}

#boxwide {
  width: 100%;
  height: auto;
  margin-top: 0;
  /*border: 0px solid;*/
}

#boxad {
  background: #E3ECD7;
  width: 752px;
  /*border: 0;
  border-top: 3px double;
  border-bottom: 3px solid silver;*/
  height: auto;
  padding: 5px;
  margin: 0 0 10px -1px;
  text-align: center;
  font-size: 95%;
}

#leftdiv {
  /*\width: 185px;
  w\idth: 185px; */
  width: 620px;
  background: transparent;
  border: 0px solid #DC143C;
  float: left;
  margin: 0 0 0 -1px;
  margin-right: -1px;
  padding: 0px;
}

#rightdiv {
 /* \width: 185px;
  w\idth: 185px;*/
  width: auto;
  height: auto;
  background: transparent;
  border: px solid;
  float: right;
  margin: 0 0 0 -1px;
  padding: 0 3px 0 0;
}

#texttop {
  /*width: 200px;*/
  padding: 10px;
  font-size: 1em;
}

.boxprg {
  /*border: 1px dotted red;*/
  margin: 0 0 15px 0;
  width: 300px;
  /*height: 280px;*/
  float: left;
}

.titlebox {
  border: 0px solid black;
  background-image: url(images/graybg.gif);
  width: 100%;
  height: 45px;
  /*float: left;*/
}

.imgprg {
  width: auto;
  height: auto;
  padding: 12px 0 0 10px;
  float: left;
  border: 0px solid;
}

.titleprg {
  display: inline;
  padding: 5px 0 5px 15px;
  float: left;
  width: auto;
  border: 0px solid;
  font-weight: bold;
  color: black;
}

.prgname {
  font-size: 120%;
  color: crimson;
}

.textprg {
  width: auto;
  margin: 10px;
  /*height: 150px;*/
  text-align: justify;
  color: #555555;
  /*border:1px solid;*/
}

.p_small {
  margin-top: 3px;
}

.linksbox {
  margin:10px;
  /*border: 1px solid green;*/
  height: auto;
}