* {
	margin:0;
	padding:0;
}
body {
	background:#333333 none repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* wrapper */
div#wrap {
	width:90%;
	margin:0 auto;
	padding:0 10px;
}


/* header & nav */
div.header {
	margin:0 auto;
}
div.nav {
	padding:0;
	margin:0 0 0 15px;
	background:#FC8A36 url('images/nav-bg-right.png') no-repeat scroll bottom right;
}
div.title {
	padding:30px 20px;
	margin:0 auto;
	background:#333333 url('images/titlebg.png') repeat-x scroll 50% 50%;
}
div.innernav {
	margin:0 15px 0 0;
	background:#FC8A36 url('images/nav-bg.png') repeat-x scroll bottom left;
	height:50px;
}
div.outernav {
	width:90%;
	margin:0 auto;
	background:#FC8A36 url('images/nav-bg-left.png') no-repeat scroll bottom left;
	height: 100%;
}
div.innertitle {
	width:90%;
	margin:0 auto;
}

.esp_client
{
	border: none;
	float: right;
	margin-top: 5px;
}

div.nav ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	position:relative;
	height: 50px;
}


div.nav ul li {
	display:inline;
	float:left;
	height: 100%;
	width: 115px;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	margin:0 5px;
	padding:30px 20px 10px 20px;
	height:10px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
	background-color:#C75603;
	font-weight: bold;
}


/* headers */
h1, h2 {
	text-align:left;
	color:#fff;
}
h1 {
	font-size:3em;
	padding-left:10px;
}
h10 {
	font-size:3em;
	padding-left:10px;
}
h10 a, h10 a:hover, h10 a:visited {
	text-decoration:none;
	color:#ffffff;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#FFF;
}
h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#333333;
	margin-bottom: 35px;
}

.accueil {
	color:#666
}


h4 {
	color:#B3CB4C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	margin-bottom: 15px;
	border-left:10px solid #B3CB4C;
}

h5 {
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	border-left:10px solid #F00;
}

vertcentre {
	color:#B3CB4C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	text-align: left;

}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#333333;
}
ul {
	padding:0 0 20px 35px;
}
code {
	border:1px solid #D4620F;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form {}
form input, form textarea {
	border:2px solid #dddddd;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

form input.formbutton {
	background:#FC8A36 url('images/nav-bg.png') repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.9em;
	border:1px solid #C75603;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */
table {
margin-left:auto;
margin-right:auto;


	}

#tableau
{
	border-style:outset;
}

table tr th, table tr td {
	padding:3px 3px;
}
table th {
	background:#FC8A36 url('images/nav-bg.png') repeat-x scroll bottom left;
	color:#ffffff;
}

.estimation_form tr th
{
	color: black;
	font-size: 1em;
	font-weight: normal;
	background: #f0f0f0 repeat-x scroll bottom left;
}

.admin_table tr th
{
	color: black;
	font-size: 1.1em;
	font-weight: lighter;
	background: #999999 repeat-x scroll bottom left;
}

.admin_table tr td
{
	color: black;
	font-size: 1em;
	font-weight: normal;
	background: #f0f0f0 repeat-x scroll bottom left;
}

.rep_estimation_table tr th
{
	color: black;
	text-align: left;
	font-size: 1.1em;
	font-weight: lighter;
	background: #999999 repeat-x scroll bottom left;
}

.rep_estimation_table tr td
{
	color: black;
	font-size: 1em;
	font-weight: normal;
	background: #f0f0f0 repeat-x scroll bottom left;
}

.center_td
{
	text-align: center;
}

.achetez_form td
{
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.vide td
{
	border: none;
}

/* default links */
a {
	color:#D4620F;
}
a:visited {
	color:#D4620F;
}
a:hover {
	color:#F5832F;
	text-align: right;
}
a:right {
	color:#F5832F;
	}


/* centeral page */

.attention
{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: blink;
	color: red;
	margin-bottom: 20px;
}

.cadre_tiret
{
	margin: auto;
	text-align: center;
	width: 80%;
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: auto;
}

.float_left
{
	float: left;
	margin-left: 2px;
}

.float_right
{
	float: right;
	margin-right: 2px;
}

.float_left_b
{
	float: left;
}

clear_float
{
	clear: both;
}

.evidence
{
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 5px;
	color:#333333;
	text-decoration: underline;
}

.estimation
{
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 60%;
	margin-bottom: 30px;
	padding: 5px;
	overflow: auto;
}

.contact_form
{
	border: 1px dashed gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 85%;
	margin-bottom: 30px;
	padding: 5px;
	overflow: auto;
}

.plus_dinfos {
	width: 130px;
	padding: 0px;
	margin: 0px;
	padding: 4px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
	background-image: url("images/logo_infos.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	border: 1px dotted gray;

}

.plus_dinfos a
{
	color: gray;
	font-size: 0.85em;
}

div.pagewrapper {
	margin:0 auto;
	background:#ffffff url('images/content-bg-right.png') no-repeat scroll top right;

}
div.innerpagewrapper {
	background:#ffffff url('images/content-bg-left.png') no-repeat scroll top left;
	margin:0 11px 0 0;
}
div.page {
	margin:0 0 0 11px;
	background-color:#ffffff;
	padding:10px 10px 0 10px;
}
div.page ul {
	list-style-type: square;
	font-size:0.95em;
	text-align: left;
}

div.page .puce_accueil
{
	list-style-image: url("images/puce_accueil.gif");
	font-size:1em;
	text-align: left;
	vertical-align:middle;
}

div.page .puce_je_vends
{
	list-style-image: url("images/puce_je_vends.png");
	font-size:1em;
	text-align: left;
	vertical-align:middle;
}

div.page ul li {
	padding:3px 0;
}


/* content */
div.content {
	width:63%;
	float:left;
	color: #900;
}

div.largeur {
	width:100%;
	float:left;
}

div.largeur_mult {
	width:100%;
	float:left;
	background-image: url("images/img_multiple_rot.png");
	background-position: top right;
	background-repeat: repeat-y;
}

div.largeur2 {
	width:100%;
	float:left;
}

/* sidebar */
div.sidebar {
	width:35%;
	float:right;
}
div.sidebar ul {
	list-style:none;
	padding:10px 10px 25px 10px;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:1.1em;
}

/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	border-top:1px solid #c6c6c6;
	background:#dddddd url('images/footerbg.png') repeat-x scroll bottom left;
	height:80px;
}
div.footer p {
	text-align:center;
	color:#666666;
	padding-top:30px;
	font-size:0.9em;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
	color:#666666;
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
#soustitreorange {
	color: #ED7930;
	font-weight: bold;
}
#centrer {
	text-align: center;
}

adroite {
	text-align: center;
}
#droite2 {
	text-align: right;
}
vertcentre {
	text-align: center;
}
vertcentre {
	font-weight: bold;
}
#wrap .pagewrapper .innerpagewrapper .page .content p .centre {
	text-align: left;
}
.centre {
	text-align: center;
	color: #B3CB4C;
	font-weight: bold;
}
.centrevert {
	text-align: center;
	color: #9FBA36;
	font-weight: bold;
	font-size: 10px;
}
.centrevert {
	text-align: center;
	font-size: 17px;
}
#plan {
	text-align: center;
}
h1t {
	font-size: 36em;
}
.header .title .innertitle h1 {
	font-size: 1em;
}


#boiteInfo {
        width:400px;
        padding:4px;
        font:16px Helvetica, Arial, sans-serif;
        left:43%;
		position:fixed;

        margin-top: -12px;
        margin-left: -100px;
        display:none;
        text-align:center;
        border:#C00 2px solid;
        background:#fff;
        }
#textecouleur {
	color: #666;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
#motif {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 30px;
	font-weight: bold;
}
#motif2 {
	font-size: 16px;
}
#wrap .pagewrapper .innerpagewrapper .page .content #tableau tr #motif br1 {
	font-weight: bold;
}




.depo {
	text-align: right;
	font-size: 1em;
}
