
/*------------------------------ Contact us Page ------------------------------*/
#contents div.background h1 {
	color: #0e2934;
	margin: 20px 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #0e2934;
	filter: dropshadow(color=#0e2934, offx=4, offy=2);
	text-align:center;
	}
#contents div#contacts ul {
	list-style: none;
	margin: 20px 0;
	padding: 0px;
}
#contents div#contacts ul li {
	width: 450px;
}
#contents div#contacts ul li p b {
	margin: 0;
	text-transform: none;
}

#services span, #solutions span, #support span {
	color: #0e2934;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: justify;
}
#services span a, #solutions span a, #support span a {
	color: #0e2934;
	text-decoration: none;
}
/* personalisation formulaire de max */
#contents {
  		background: #0c2635;
  		color: #111111;
  		font-weight: bold;
  		}
		#contacts {
		/* background-color: #ffff66 */
		}
		fieldset {
		border-style:none;
		}
		form#contact {
			margin: auto;
  			background: #b7c2c8;
  			-moz-border-radius: 5px;
  			-webkit-border-radius: 5px;
  			border-radius: 5px;
  			padding: 20px;
  			width: 700px;
			}
		#identite label{
  			float: left;
  			font-size: 14px;
			padding: 5px;
 			width: 140px;
			}
		#contacts input{
			padding:5px;
			}
		form#contact  ul li  {
  			background: rgba(255,255,255,.3);
  			border-color: #e3ebc3;
  			border-color: rgba(255,255,255,.6);
  			border-style: solid;
  			border-width: 2px;
  			-moz-border-radius: 5px;
  			-webkit-border-radius: 5px;
  			border-radius: 5px;
			}
		#message textarea {  
  			background: rgba(255,255,255,.3);
  			border-color: #e3ebc3;
  			border-color: rgba(255,255,255,.6);
  			border-style: solid;
  			border-width: 3px;
  			-moz-border-radius: 5px;
  			-webkit-border-radius: 5px;
  			border-radius: 5px;
			}	
		#tip {
			float:right;
			width: 165px;
			font-size: 14px;
			line-height: 20px;
			margin:50px 20px;
			}
		#verification
					
/*------------------------------ Page erreur ------------------------------*/
#adresse_erreur label{
  			float: left;
  			font-size: 14px;
			padding: 5px;
 			width: 200px;
			}
		#contacts input{
			padding:5px;
			}
		form#contact  ul li  {
  			background: rgba(255,255,255,.3);
  			border-color: #e3ebc3;
  			border-color: rgba(255,255,255,.6);
  			border-style: solid;
  			border-width: 2px;
  			-moz-border-radius: 5px;
  			-webkit-border-radius: 5px;
  			border-radius: 5px;
			}
