/* CSS Document */

.language{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: right;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 2px;
  padding-bottom: 2px;

}

.main{
	width:1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}



.header{
	height: 186px;
	background-image:  url(/images/header.jpg);
	width: 1000px;
}

.left{
	width: 180px;
	background-image: url(../images/left.jpg);
	height: 448px;
	background-repeat: no-repeat;
}


.left_bottom{
height: 100%;
background-image:  url(/images/left_bottom.jpg); 
background-repeat: repeat-y;
}

.right{
	width: 26px;
	background-image: url(../images/right.jpg);
	height: 448px;
	background-repeat: no-repeat;
}

.right_bottom{
	background-image:  url(/images/right_bottom.jpg);
	background-repeat: repeat-y;
}

.menu{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: bolder;
  width:180px;
  height:35px;
  margin-top: 10px;
}

.menu a{
  color: #0c65a9;
  text-decoration: none;
}

.menu a:hover{
  color: #0c65a9;
  text-decoration: none;
}
 
.body{
	width:794px;
	background-repeat: no-repeat;
	background-image: url(../images/body.jpg);
}

.page{
	  font-family:Verdana, Arial, sans-serif;
	  font-size: 12px;
  	text-align: justify;
  	margin: 20px;
  	padding: 20px;

}

.title{
	font-family:Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#1c3027;
}

.table_header{
  font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color:#0c65a9;
  color:#ffffff;
}

.footer{
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  background-image:url('../images/footer.jpg');
  width:1000px;
  height:50px;

}

.footer a{
  color: #FFFFFF;
}

TD.categorie{
    font-family:Verdana, Arial, sans-serif;
	  font-size: 12px;
  	text-align: justify;
  	margin:8px;
  	padding:8px;

}
