/* CSS Document */

html {
	height: 100%; 
}

body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	line-height: 120%;
	font-size: 11px;
	background-color: #cccccc;
  background-image: url('../images/background_maindiv.jpg');
  background-repeat: repeat-y;
	background-position: top center;
}

/*-- structures des headers------*/

.componentheading {
  font-size: 13px;
  font-weight: bold;
  color : #66ff66;
}

/*---structure des divisions-----*/

.global_container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 750px;
  background-image: url('../images/background_maindiv.jpg');
  background-repeat: repeat-y;
	background-position: top center;  
}


.left_container {
  width: 200px;
  float: left;
  margin-left: 0px;
  text-align: left;
  height: 100%;
  overflow: hidden;
}

.ads_left_container {
  width: 200px;
  float: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mid_container {
  width: 520px;
  float: right;
  margin-right: 15px;
  margin-left: 10px;
}


/*--structure des liens--*/

a:link, a:visited {
	color: #ffffff; text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #66ff66;	text-decoration: none;
	font-weight: bold;
}

/*--------menu gauche (principale)---------*/

ul {
  color: #0000ff;
  list-style-position: outside;
}

.menu a {
  color: #ffffff;
  list-style-type: square;
  font-weight: bold;
  font-size:11px;
}

.menu a:hover {
  color: #66ff66;
  list-style-type: circle;
  font-weight: bold;
  font-size:11px;
}

