/* General Stuff */

*{
	margin: 0;
	padding: 0;
}


body{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fffffd;
	font-size:12px;
	text-align:center;
	background:#858581;
	
}



body.contentpaneopen, .contentpaneopen td {
	
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	color:#fffffd;
	width: auto; /* Printable Page */
}

.contentpane{
	color:#fffffd;
	font-size:12px;
	line-height:1.3em;
	
}

img{
	border:none;
}

.clr{
	clear:both;
}
.clrhide{
	clear:both;
	visibility:hidden;
}

/* Normal link 
a {
	color: #94948e;
	text-decoration: none;
	outline:none;
}*/
a {
	color: #fffffd;
	text-decoration: none;
	outline:none;
}

a:hover, a:active, a:focus {
	color: #fffffd;
	text-decoration: underline;
}

.gap{
	padding:0px;
}

p, td{
/*text-align:justify;*/
line-height:16px;
}

.content p, .content td, .content{
text-align:justify;
line-height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#fffffd;

}

table.content {
margin-left: 15px;
}


/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, .nftitle {
	color:#fffffd;;
}


/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate {
	color: #666666;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 135%;
line-height: 45px;
}

h3 {
	font-size: 125%;

}
#contenu h3, h3.content{
	margin: 30px 0px 20px 0px;
	text-decoration:underline;
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}



ul {
	list-style: none;
}
/*
ul li {
	background: url(../images/bulet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;
}
*/
ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	/*background: url(../images/hdot.gif) repeat-x bottom left;*/
	padding-bottom: 20px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

address {
	font-style: normal;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}
/*.button modified to #user5.button to remove CSS style on buttons*/
#user5 moduletable.button{
	background: url(../images/but-bg.gif) repeat-x center #000000;
	border: 1px solid #000000;
	color: #CCCCCC;
	padding: 2px 8px;
}



* html .button, *+html .button {
	padding: 2px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFFF;
	border: 1px solid #F09018;
}
.inputbox-hover {
	background: #FFFFFF;
	border: 1px solid #F09018;
	padding:2px;
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #EFEFEF;
	border-left: 5px solid #CCCCCC;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 3px 0 3px 20px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 3px 20px 3px 0;
}




/* DIV style */

#all{
	
	width:944px;
	text-align:left;
	margin:0 auto;
	background:url(../images/bg.jpg) repeat-y top center;
}








#all_internal{
	width:860px;
	margin-left:42px;
	background:#818180;
}

#mainwrap{
	margin-top:15px;
}

/* header */

#header{
	width:100%;
	height:138px;
	position:relative;
	background:#f5f4f2;
	
}

#logo{
	position:absolute;
	top:20px;
	left:12px;
}

#tagline{
	position:absolute;
	top:35px;
	right:20px;
	width:316px;
	height:78px;
	background:url(../images/tagline.png) no-repeat top left;
}

#tagline h3{
	font-size:15px;
	font-weight:bold;
	
}

#tagline .moduletable{
	line-height:15px;
}




/* mainbody */
#maincontent{
	float:left;
	width:50%;
	margin-left:15px;
	
	
}

#maincontent-c{
	float:left;	
	margin-left:15px;
	
	
}

#maincontent .contentheading, .componentheading{
	width:50%;
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contenu h1, #component-contact h1{
	width:50%;
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#maincontent-c .contentheading{
	
	color:#fffffd;
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}


#maincontent-c .contentheading a{
	color:#fffffd;
	text-decoration:none;
}
#maincontent-c .contentheading a{
	color:#fffffd;
	text-decoration:none;
}

#component-contact{
	width:700px;
padding-left: 15px;
}

#internal_index td{
	font-size:11px;
	color:#fffffd;
	width:201px;
text-align:center;
}

#internal_index2 {
	font-size:14px;
	font-weight:bold;
	color:#fffffd;
	text-align:center;
}


/* right div */

#rightnav{
	float:right;
	width:48%;
	
	
}

#rightnav .moduletable{
	margin-top:-8px;  /* this setting is apply to other browser */
	
	padding:0;
	width:48%;
}



#rightnav ul{
	list-style:none;
	

}

#rightnav ul li{

	height:30px;
	
}

#rightnav ul li a{
	font-weight:bold;
	text-decoration:none;
	color: #7c5c0f;
	font-size:13px;
	line-height:30px;
	
	
}

#rightnav ul li a:hover{
	color:#000;
}

#rightnav h3{
	
	height:41px;
	color:#fff;
	padding:10px 0px 0 60px;
	font-size:13px;
	font-border:bold;
	
}


/* user page */

/* login module */
#user5{
	float: left;

	width:301px;
	display:block;
	overflow:hidden;
	color:#fff;
	
	
}



.form-login .inputbox{
	width:135px;
	height:11px;
	overflow:hidden;
	font-size:10px;
	padding:1px;
	
}

.form-login .button,.form-logout .button {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	background:none;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0;
	
	cursor:pointer;
	margin-top:-10px;
	margin-left:97px;
	
}

.form-login label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:124px;
	padding-right:5px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	
}



#button_l{
	
	margin : 0 0 0 97px;
	
}

#username_l{
	padding:13px 0 5px 0px;
}


#lost_password{
	width:110px;
	margin: 0px;
	border:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;


}
#lost_password a{
	color:#fff;
}

#login_button{
	
	padding-left:134px;
	letter-spacing:-1px;
	
}

#bottom_module{
	margin:0;
	padding:0;
	width:100%;
	height:475px;
	background:url(../images/user_bg.jpg) no-repeat top left;
	float:left;
	position:relative;
	overflow:hidden;
}

/* user6 */



#user6 .contentpaneopen p{
	color:#fff;
}

#contact_homepage{
	color:#fff;
	font-size:19px;
}

#contact_homepage #title{
	font-weight:bold;
}
.accueil a{
	font-weight:bold;
	font-size:18px;
	color:#fff;
	line-height: 22px;
}
.accueil2 a{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	line-height: 22px;
}

/* footer */

#footer{
	width:860px;
	height:220px;
	background:#f5f4f2;
	font-size:12px;
	font-weight:bold;
	color:#7d7a6f;
margin: auto;
}
#bottomlogowrap{
margin:auto;
text-align:center;
width:100%;
height: 60px;
}
#bottomlogo
{
margin:auto;
text-align:center;
width:100%;
}

#footer div.moduletable{
margin: 0px 8px;



}

#footer div.moduletable a{
	text-decoration:none;
	color:#7d7a6f;
}

#footer div.moduletable a:hover, #footer ul li a:hover{
	color:#111;
}

#footer .separator{
	margin-right:3px;
}

#bottommenu{

	padding:15px 0px 0 8px;
	margin:0px;
	width:840px;
	
	 
	
}

#footer ul{
	list-style:none;
	
}

#footer ul li{
	float:left;
	padding-left:0;
	margin:0px;
	line-height:30px;
}

#footer ul li a{
	text-decoration:none;
	color:#fffffd;
	padding:0 8px;
	border-left:2px solid #7d7a6f;
	
}

#footer ul li.active a{
	color:#111;
}

.footermarques
{
font-weight:normal;
margin-top:10px;
}

.footerliens{

font:11px normal;
margin-top:20px;

}

.footerliens a{

font:11px normal;
text-decoration:none;
color:#7d7a6f;

}


/* user box */

#user1{

	width:411px;
	float:left;
	
	height:auto;
	display:block;
	overflow:hidden;
	
	

	
}
#user1 div div div div{
	background:none;
	padding:0;
	margin:0;
}
#user1 div div div{
	background:url(../images/user1bg_top.jpg) no-repeat top left;
	padding: 10px 17px 17px;
}

#user1 div div{
	background:url(../images/user1bg_bottom.jpg) no-repeat bottom left;
}
#user1 div{
	background:#535353;
}

#user1 div.module h3{
	font-size: 18px;
	font-weight:normal;
	margin-bottom:5px;

}





#user2{
	width:411px;
	float:right;
	
	
	color:#fffffd;
	display:block;
	overflow:hidden;
}

#user2 div.moduletable h3{
	background:#ff7d31;
	height:20px;
	line-height:18px;
	overflow:hidden;
	margin-bottom:2px;
	color:#fffffd;
	text-align:left;
	font-size:18px;
	padding-left:8px;
	margin-top:6px;
}

#user2_content{
	line-height:15px;
}

#user2 div.moduletable {
	margin-bottom:0px;
}

#user1 div.module h3{
	
	text-align:left;
}

#user1_content{
	
}

#user4{
	width:834px;
	
}

#user4_img{
	width:415px;
	float:left;
	margin-left:17px;
}

#user4_content{
	font-size:10px;
	float:left;
	margin:10px 0 0 10px;
	width:350px;
	
}

#user4 h3{
	border-bottom:1px solid #cbd7e6;
	margin-left:17px;
	
}

#user4_all{
	margin-top:8px;
}

#user_box2{
	margin-bottom:10px;
}

/* CSS for Articles */

.content1, .content2{
	width:200px;
}

.ecritureNoire{
	color:#000;
}

#contenu p{
text-align: justify;
margin:0px;
padding: 10px 20px 5px 0px;
width: 95%;

}

table#contenu, div#contenu{
/*margin-left: 15px;*/
}

#maincontent-c .contentheading, #maincontent-c .componentheading{


}

#contenu ul {
	list-style: square;
	margin-left:30px;
	padding:0 0 5px; 0;
	
}

#contenu ul li {

	line-height: 180%;
	padding-left: 20px;

}

#contenu ol li {
	line-height: 180%;
	margin-left: 35px;
	
}
#contenu ol li {
color:
	
}
.offre{
margin:0px;
float:left;
border:none;
width:209px;
}
.hidden{
display: none;
}

table.offretab{
	border: medium none ; 
	text-align: center;
	margin-top: 15px; width: 830px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal;
	font-weight: bold;
	font-size: 10px; 
	line-height: normal;
	font-size-adjust: none; 
	font-stretch: normal; 
	height: 207px; 
	}

p.offretab, .offretab{
text-align:center;
}
td.offretabbg{
/*background:url('/images/logo-experticartrans.jpg') no-repeat center;*/
text-align:center;
}


/* code pour stock voitures*/
 .hlt td{
                background-color: #818180;
                color: #fcfcfc;
				font-weight:bold;
				height: 94px;
            }
		
			.down td{
			height: 94px;
			}
			.title td{
			height: 50px;
			line-height:25px;
			}
			.backgroundstock{
			background-color:#535353;
			width:840px;
			}