/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #666666;
	background: #A40001;
	height: 100%;
}

#tableauprincipal {
	width: 100%;
	height: 100%;
}

.motifbandeau {
	vertical-align: top; 
	background-image: url(/2007/images/motiffondhaut.jpg);
	background-repeat: repeat-x;
	background-position: right;
	width: 50%;
}

#tdbandeauhaut {
	height: 220px;
	width : 852px;
}

#menu {
	height: 30px;
	vertical-align : middle;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#partieprincipale {
	background: #FFFFFF;
	height: 100%;
	width: 100%
}

#baspage {
	height : 20px;
}

#contenu {
	vertical-align: top;
	height: 100%;
	width: 100%
}

#cadregris {
	width: 150px;
	height: 100%;
	background: #DDDDDD;
}

#contenupartenaires {
	vertical-align: top;
	text-align : center;
	height: 100%;
}

/**   Elements relatifs aux formulaires **/
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

select {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.button {
  color: #A40001;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 2px #cccccc;
  width: auto;
  background: #DADADA;
  padding-right: 15px;
  padding-left: 15px;
  height: 24px;
  margin: 1px;
}


