@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);

.container{
	background: #FFF;
}

#blockContent{
	width: 900px;
	padding: 0;
	float: none;
	/*padding-top: 245px;*/
	padding-top: 225px;
	margin: 20px;
	margin-bottom: 0;
	background-image: url(../img/big-shot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
	min-height: 50px;
}

* html #blockContent{
	height: 50px;
}

table{
	
}

table td {
	padding: 10px;
	border-right: 1px solid gray;
	vertical-align: top;
	background-color: white;
}

table td.last {
	border: none;
	padding-right: 0px;
	font-size: 12px;
}

table td div, table td div div{
	padding: 0px;
	margin:0;
	line-height: 18px;
}

table td div div{
	background-image: url(../img/arrow-content.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

table td a {
	color: black;
}

div.miseajour{
	float: left;
	margin-left: 5px;
}

.form-client{
	float: right;
	width: 120px;
	margin-right: 10px;
	padding: 10px 0 0 0;
	
}

.form-client label{
	padding: 0 0 0 15px;
	font-size: 11px;
}
.form-client .text{
	width: 100px;
	clear: both;
	margin-bottom: 10px;
}

.submit{
	padding: 0 0 0 32px;
}