/* NEW OFFICIEL EN TEST sur index-test.html */

body
{
  font-size: 70%;
  color:#000000;
  margin:0px;
  background-color:#efefef;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
  font-family: verdana,helvetica,arial,sans-serif;
}

p
{
  padding: 3px 3px 3px 15px;
}

img
{
  border: 0;
  vertical-align: text-top;
}

table.layout
{
  padding: 0;
  border: 0;
  text-align:left;
  border: 1px solid #ccc;
}

table.listpict
{
	text-align:top;
}

/* Header */

#header
{
  text-align: center;
  white-space: nowrap;
  margin: 0;
  border: 0;
  border-bottom: 1px dotted #ccc;
  background-color: #006633;
}

/* End Header */


/* Menu */

#lmenu
{
  text-align: left;
  vertical-align: top;
  font-size: 120%;
  background-color: white;
  border-right: 1px dotted #ccc;
  border: 0;
  padding-left:0px;
  padding-top:30px;
}

#lmenu ul
{
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 10px;
  border: 0;
  border-bottom: 1px dotted #ccc;
}

#lmenu li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 100%;
  display: inline;
}

#lmenu a:link,
#lmenu a:visited
{
  text-decoration:none;
  color:blue;
  background-color:transparent;
}

#lmenu a:hover
{
  text-decoration:underline;
}

#lmenu a:active
{
  border: 2px solid #0d5681;
  text-decoration:none;
  color:white;
  background-color:#58B7EF;
}

/* End Menu */

/* Content */

#content td
{
  vertical-align:text-top;
}

#content
{
  text-align: left;
  vertical-align: top;
  font-size: 100%;
  color:#000000;
  background-color:white;
}

#content h1
{
  color:#006633;
}

#content h2
{
  color:#006633;
  font-size:140%;
  padding-left:15px;
  margin-bottom:-10px;
}

#content h3
{
  color:#006633;
  font-size:150%;
  margin-top:10px;
  margin-bottom:5px;
}

#content a:link,
#content a:visited
{
  text-decoration:underline;
  color:blue;
  background-color:transparent;
}

#content a:hover
{
  text-decoration:none;
  color:black;
  background-color:transparent;
}

#content a:active
{
  border: 1px solid #ff8000;
  text-decoration:none;
  color:white;
  background-color:#0d5681;
}

/* End Content */

/* Picture */

#picture
{
  text-align: center;
  vertical-align: top;
  font-size: 100%;
  font-weight: bold;
  color:#000000;
  background-color:white;
}

#picture img
{
    margin-left:10px;
    margin-right:10px;
}

div.pictframe
{
  text-align: center;
  vertical-align: top;
  font-size: 100%;
  font-weight: bold;
  color:#000000;
  background-color:white;
}

div.pictframe img
{
    margin-left:10px;
    margin-right:10px;
}

/* End of Picture */

/* Footer */

#footer
{
  text-align: right;
  color: white;
  vertical-align: bottom;
  margin: 0;
  padding: 16px;
  border:0;
  border-top: 1px dotted #ccc;
  background-color: #006633;
}

#footer a:link,
#footer a:visited
{
  text-decoration:none;
  color:white;
  background-color:transparent;
}

#footer a:hover
{
  text-decoration:underline;
  color:white;
  background-color:transparent;
}

#footer a:active
{
  text-decoration:none;
  color:#0d5681;
  background-color:white;
}

/* End Footer */
