/* @override http://dev.tarif-colis.info/default.css */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	font-family: Tahoma, "Trebuchet MS", Trebuchet, Arial;
}


#wrapper{
	background-color: #353535;
	position: relative;
}

#content_wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #6e6e6e;
	position: relative;
}

#header{
	color: #fff997;
	padding: 20px 20px 20px 0;
	background: #353535 url(/img/fondhead.jpg) no-repeat 0 -33px;
	text-shadow: black 2px 2px 4px;
}

#header a{
	color: #fff997;
	text-decoration: none;
}


#header h1 {
	display: inline-block;
	font: 4em Impact, Verdana;
	
}

#header h1 img{
	position: relative;
	margin-right: 10px;
	top: 13px;
}

#header h2{
	padding: 0 10px 15px;
	display: inline;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}


#content{
	position: relative;
	padding: 20px 291px 60px 20px;
		min-height: 800px;
}

#colonne{
	position: absolute;
	right: 10px;
}

#content p{
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul{
	padding-left: 30px;
	font-size: 14px;
}

#content a{
	color: #004165;
}

.pubh{
	position: relative;
}

#content pre{
	background-color: #dfdfdf;
	padding: 20px;
	line-height: 16px;
}

#content a:hover{
	background-color: #f8ffb4;
	color: red;
}

#content h2{
	font: 2em Impact, Verdana;
	color: #e6e6e6;
	margin-bottom: 10px;
	text-shadow: #131313 2px 2px 3px;
}

#footer{
	position: absolute;
	bottom: 0;
	background-color: #353535;
	width: 900px;
	padding: 20px;
	color: gray;
	font-size: 12px;
}

#footer a{
	color: #426287;
}



.cmxform fieldset{
	border-style: solid;
	border-width: 1px;
	padding: 20px;
}

.cmxform input{
	font-size: 14px;
	margin: 5px;
	padding: 3px;
}

.cmxform img{
	background-color: white;
	margin-right: 10px;
	border: 7px solid #fff;
}

.cmxform span{
	margin-top: 20px;
	display: block;
}

.cmxform #contact_submit{
	font-weight: bold;
	padding: 5px;
	-moz-border-radius:8px;
  	-webkit-border-radius:8px;
	border-width: 4px;
	border-color: #f1dd61;
	background-color: #f1dd61;
}

/* @group demolaposte */

#loading{
	float: right;
}

.addthis_toolbox{
	background-color: silver;
	padding: 5px;
	display: inline-block;
}

#link_colis{
	width: 240px;
	margin-left: 50px;
}

#link_colis span{
	position: relative;
	top: 3px;
	left: 3px;
}

#demo_laposte{
	padding: 10px;
	background-color: #fcfde4;
	border: 7px solid #ffad3e;
	margin-top: 15px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}


#laposte_pays {
	width: 185px;
}

#laposte_tarif{
	width: 100px;
	border: 1px solid #a7a7a7;
}

#laposte_poids ,
#laposte_valeur {
	width: 100px;
	text-align: center;
	font: bold 16px Tahoma, Arial;
	color: #4a494e;
	height: 22px;
	margin-bottom: 5px;
	margin-left: 15px;
}


/* @end */