html, body {
	font: 11px "Arial", Lucida Grande, Verdana, Sans-Serif;
	background-color:#000000;
	margin: 0;
	padding: 0;
}
#container {
	background:rgb(243,242,235);
    width:800px;
	margin:auto;
	height:100%;
	
}

#header {
    width:100%;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}
#header h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align:center;
  margin: 0.5em 0 1em 0.5em;
  padding: 0.5em 0 0 0;
 /* border-top: 1px solid rgb(216,210,195);*/
}

#message {

/*background-color: transparent;*/
font-family: arial, verdana, helvetica, sans-serif;
width:300px;
height:300px;
text-align:center;
margin: 5% 0% 0% 32%;
border-color:#FFFFF;
border-style:solid;
}
#message .inputstyle	{

width: 130px;
border-color: #FFFFCC;
}
#message .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}
#message  a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

#message  a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

#footer-align{
width:80%;
margin-left:10%;
margin-right:-10%; /* pour IE et Opera*/
}

a{

  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

 a:hover {
  text-decoration: none;
}

#table_lien{

padding:0px;
border-collapse:colllapse;
border-spacing: 0px; /*marche pas sous IE*/
border-width:0px;
text-align:center;
width:700px;
}

#td_lien_nom{
text-align:center;
background-image: url(../images/bar_lien.jpg);
}
#td_lien_description{
color:#000000;
background-color:#e7de64;
height:75px;
width:600px;

}
#td_lien_image{
background-color:#e7de64;
width:100px;
}