* {
  font-family: Arial;
}

body, html, div {
  margin: 0;
  padding: 0;
}

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover { text-decoration: underline; color: #600; }

fieldset {
  border: 0px;
}

fieldset legend {
  display: none;
}

#container {
  width: 1024px;
  height: 790px;
  position: relative;
  background-color: white;
  background-image: url("images/bordure.jpg");
  background-repeat: no-repeat;
}

#menu *,
#news *,
#header * {
  color: #333;
  font-size: 12px;
}

#link_head {
	font-size: 0px;
	color: transparent;
	position: absolute;
	display: block;
	width: 300px;
	height: 150px;
}

/********** MENU **********************/

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 224px;
  background: transparent;
}

#menu ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  padding-top: 150px;
}

#menu ul li {
  border: 1px solid black;
  border-width: 1px 0px 0px 0px;
  text-indent: 10px;
}

#menu ul li.last {
  border: 1px solid #600;
  border-width: 1px 0px 1px 0px;
  text-indent: 10px;
}

#menu li a {
  padding: 4px 0 2px 0;
  display: block;
  height: 1.6em;
}
#menu li a:hover {
  background-image: url("images/bg_menu.jpg");
  background-repeat: repeat-y;
}

#visitor {
  margin-top: 60px;
  text-indent: 20px;
}

/*********** HEADER **********************/

#header {
  position: absolute;
  width: 800px;
  padding-top: 129px;
  top: 0px;
  background-image: url("images_banniere/bras.jpg");
  background-repeat: no-repeat;
  left: 224px;
}

#header h1 {
  text-align: right;
  font-size: 13.5px;
  margin: 0;
  color: #600;
  background-color: #FFFF4D;
  padding: 3px 15px 2px 0px;
  border-bottom: 1px solid #333;
}

#header h1 span {
  color: #600;
  font-size: 13.5px;
  margin-left: 30px;
}

/*********** CONTENT **********************/

#content {
  position: absolute;
  width: 600px;
  top: 150px;
  left: 224px;
}

#content * {
}

/*********** NEWS ************************/

#news {
  position: absolute;
  width: 200px;
  top: 150px;
  left: 824px;
}

#news h2 {
  font-size: 13px;
  color: #600;
  padding: 3px 0px 2px 20px;
}

#news h3 {
  background-color: #FFFF4D;
  padding: 0px 0px 0px 10px;
  margin: 0;
  margin-top: 15px;
}

#news h3.date {
  background-color: white;
  padding: 0;
  text-align: center;
}

#news p {
  margin: 0;
  padding: 5px;
  background-color: #FFFFDD;
}

#news img {
	float: left;
	padding: 3px;
	margin: 0;
}
