* {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

body, td, input, select {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

#commonSearch {
	padding-left: 10px;
	padding-top: 10px;
}

#simpleSearch {
	padding-left: 10px;
}

#addressSearch {
	padding-left: 10px;
}

#onglets {
  overflow: hidden;
  background-color: #dae0d2;
  background-image: url(../images/tableHeaderFond.png);
  background-position: bottom;
  background-repeat: repeat-x;
	line-height: 1.6;
}

#onglets ul {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding: 0px;
  list-style: none;
}

#onglets ul li {
  float: left;
  margin-left: 3px;
}

#onglets ul li a {
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../images/ongletCoinGauche.gif);
  background-position: 0% -250px;
  background-repeat: no-repeat;
}

#onglets ul li#actif {
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../images/ongletCoinGauche.gif);
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

#onglets ul li a span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../images/ongletCoinDroit.gif);
  background-position: 100% -250px;
  background-repeat: no-repeat;
  color: #ffffff;
}

#onglets ul li#actif span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../images/ongletCoinDroit.gif);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  color: #333333;
}

#onglets ul li a:hover {
  background-position: 0% -500px;
}

#onglets ul li a:focus {
  background-position: 0% -500px;
}

#onglets ul li a:hover span {
  background-position: 100% -500px;
}

#onglets ul li a:focus span {
  background-position: 100% -500px;
}

/*li {
  float: left;
  margin-left: 3px;
}*/

tr.header{
  background-image: url(../images/tableHeaderFond.png);
  background-position: bottom;
  background-repeat: repeat-x;
  font-weight: bold;
  text-align: center;
}

table tr td {
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  background-color: #dbe1d3;
  background-position:10px 20px;
  width: 100%;
  height: 123px;
}

th {
	height: 60px;
	text-align: left;
}

.list tr:hover {
	background-color: #EEEEEE;
}

.list th {
	background-color: #7c7c7c;
	color: #FFF;
	height: 20px;
	text-align: center;
	font-size: 14px;
}

.list th a{
	color: #FFF;
}

.login {
	margin: 5px;
}

.login td{
	background-color: #EEEEEE;
	height: 30px;
}

.login th {
	font-size: 15px;
	text-align: center;
	background-color: #CCCCCC;
	height: 35px;
}

.info th {
	background-color: #CCCCCC;
	height: 30px;
	text-align: center;
}

.info td {
	height: 25px;
}

.content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.message {
	vertical-align: top;
	padding-right: 20px;
}

#article_select {
    font-size: 10px;
}
