@charset "utf-8";
/* CSS Document */

body { 
	margin: 0px;
	background: #000 url(../images/background.jpg) no-repeat center 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

#page {
	padding-bottom: 20px;
}

#header {
	width: 955px;
	margin: 0 auto;
}

#header div {
	float: left;
}

.logo {
	padding: 15px;
	width: 425px;
}

.topRight {
	padding: 54px 10px 0px 0px;
	height: 35px;
	width: 490px;
}

#menu {
	clear: both;
	background: url(../images/bg_menu.png) repeat-x left top;
	height: 29px;
	margin: 0px;
	padding: 0px;
}

#tabs {
	font-size: 14px;
	color: #fff;
	font-family: Century Gothic, Tahoma, Arial, sans serif;
	width: 955px;
	margin: 0 auto;
}

#menu .float {
	padding: 0px 13px;
	float: right;
}

#menu img {
	float: left;
}

#menu a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px 12px 0px;
	float: left;
}

#menu p {
	font-size: 14px;
	color: #7e8c62;
	text-decoration: none;
	padding: 5px 12px 0px;
	margin: 0px;
	float: left;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	font-size: 14px;
	text-align: left;
	width: 955px;
	margin: 0 auto;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
}

#colGauche {
	float: left;
	width: 460px;
	padding: 21px 0px 28px 18px;
}

#colDroite {
	float: left;
	width: 389px;
	padding: 264px 0px 28px 64px;
}

div.colDroiteUtilisateur {
	width : 410px !IMPORTANT;
}

p.encartUtilisateur {
	background-color: #161616;	
	border: 1px solid #3E3E3E;
	font-size: 1.2em;
	padding : 10px;
}

h1 {
	display: block;
	background: transparent url(../images/logiciel_estimation.png) no-repeat left top;
	width: 422px;
	height: 35px;
	float: right;
	margin: 0;
}

h1 a {
	display: block;
	overflow: hidden;
	width: 422px;
	height: 35px;
	text-indent: -422px;
}

h2 {
	color: #9faa06;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 14px;
}

h3 {
	color:#fff;
	font-size:27px;
}

h4 {
	color: #9faa06;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 14px 0;
	padding-left: 15px;
}

li {
	margin-bottom: 3px;
}

#footer { 
	background: url(../images/bg_menu.png) repeat-x left top;
	height: 29px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	clear: both;
}

#footer .footerText {
	padding: 7px 0px 0px 18px;
	width: 955px;
	margin: 0 auto;
}

#footer a {
	color: #9db02a;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.images {
	margin: 0px 7px 10px 0px;
}

.images2 {
	margin: 0px 9px 10px 0px;
}

.images-list {
	float: left;
	margin: 15px 10px 10px 0px;
}

.topSpacing {
	margin-top: 28px;
}

.bottomSpacing {
	margin-bottom: 28px;
}

/*** Formulaire ***/
.note { font-size: 0.9em; font-style: italic; }
#msg {
	background-color: #161616;
	border: 1px solid #3E3E3E;
	display: block;
	overflow: visible;
}

#msg .wrapper { padding: 10px; }

form fieldset {
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: white;
	margin-bottom: 15px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

form fieldset legend {
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	*margin: 0 0 10px -8px;
}

form fieldset.inline .formRow { margin-bottom: 5px; }
form fieldset.block .formRow { margin-bottom: 10px; }

form fieldset.inline label { display: inline-block; width: 150px; }
form fieldset.block label { display: block; }
form fieldset.block .file label { margin-bottom: 3px; }

form fieldset.inline input, form fieldset.inline select  { display: inline-block; }
form fieldset.block input, form fieldset.block select  { display: block; }

form fieldset input {
	background-color: #505E33;
	width: 250px;
	border: 1px solid #747476;
	color: white;
	padding: 1px 3px;
}

form fieldset select {
	background-color: #505E33;
	width: 258px;
	border: 1px solid #747476;
	color: white;
}

form fieldset textarea {
	background-color: #505E33;
	width: 410px;
	height: 85px;
	border: 1px solid #747476;
	color: white;
}

form .btn {
	background: url(../images/bg_menu.png) left bottom repeat-x;
	width: 85px;
	height: 24px;
	color: white;
	border: 1px solid #747476;
	margin-left: 5px;
	cursor: pointer;
}

a.iconLink {
	background-color: #161616;
	width: 300px;
	overflow: hidden;
	/*height: 70px;*/
	display: block;
	border: 1px solid #3E3E3E;
	font-size: 1.2em;
	padding: 10px;
}

a.iconLink:hover { color: #9FAA06 !important; }
a.iconLink img { margin: 2px 0 0 8px; }
a.iconLink span { margin-top: 22px; display: block; }

form fieldset.block  em { font-size: 0.9em; }
form fieldset.block  em a { color: #9FAA06 !important; }

.tip-top {
	background: url(../images/tipTop.png) left top no-repeat;
	width: 225px;
	height: 48px;
}

.tip {
	background: url(../images/tipMid.png) left top repeat-y;
	width: 225px;
	margin-top: -33px;
	font-size: 0.7em;
	color: black;
}

.tip .tip-title { font-weight: bold; }
.tip .tip-title, .tip .tip-text { padding-left: 30px; }

.tip-bottom {
	background: url(../images/tipBot.png) left bottom no-repeat;
	width: 225px;
	height: 17px;
}

