* {
  margin: 0;
  padding: 0;
}

a {
	color: #3F55B0;
	text-decoration: none;
}

a:hover {
	color: #F39400;
}

input:hover {
	background: #F49400;
	/*cursor: pointer;*/
}
textarea:hover {
	background: #F49400;
}

#all {
	font-family: Arial,Helvetica,sans-serif normal;
  margin: 0 auto;
  min-height: 600px;
  width: 977px;
  border: 1px solid #8592C8;
  border-top: none;
  background: #FFF url(bandeau-left.jpg) no-repeat 0 236px;
}

#header {
	}
	
#bandeau-head {
	margin: 0 0 10px 0;
}

#links {
  border: 1px solid #F39400;
  border-left: none;
  border-right: none;
  background: #F39400;
}

#links a, #links a:visited {
	color:#000;
	font-weight: bold;
}

#links a:hover {
  color :#FFF;
}

table.form {
  margin-left:90px;
  width:630px;
}

table.form td {
	margin: 50px 0;
	font-weight: bold;
}

table td.titre {
	text-align: right;
	width: 170px;
}

table.cat {
	width: 100%
	 }

table.cat td{
	text-align: right;
}

#content {
	margin: 30px 20px 30px 120px;
	font-size: 11px;
	}

#boxes {
	float: right;
	margin: 30px 20px 10px 0;
	/*border: 1px solid #000;*/
	width: 140px;
}

#photoCar {
	float: right;
  margin: 30px 20px 10px 0;
  /*border: 1px solid #000;*/
  width: 140px;
}

#photoCar img {
	cursor: pointer;
	margin: 12px auto;
	display:block;
	width:120px;
	height:90px;
}

#footer  {
	margin: 60px 0 0 0;
	text-align: center;
}

#footer ul, #footer li{
	font-size: 10px;
	list-style: none;
	display:inline;
	}

#footer li {
	background: transparent url(puce-footer.gif) no-repeat scroll 0px 7px;
	padding: 0 1px 0 7px;
}

#footer li.first {
	background: none;
	padding-left: 1px; 
	}


.orange {
	color: #F39400;
}

div.error {
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #DD4444;
	color: white;
	width: 450px;
	font-weight: bold;
}

.submitbut:hover {
	color:#FFF;
}
	
.submitbut {
	background: #F49400;
	cursor: pointer;
	padding: 0 10px;
	font-weight: bold;
	margin-left:130px
}

h1 {
	display:inline;
	font-weight: normal;
	border-bottom: 1px solid #F39400;
	font-size: 18px;
}

.subdesc {
	font-size: 15px;
	margin: 20px 0 20px -20px;
}

.ban1 {
	background: url(banniere1.gif) no-repeat 50px 80px;
}
.ban2 {
	background: url(banniere2.gif) no-repeat 700px 400px;;
}

.iw1 {
	width:450px;
}
.iw1b {
	width:170px;
}
	

