/* GENERIC */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif; 
	background:#fff url(images/background.png) center 8px no-repeat;
	font-size:13px;
}

.orange {
	width:100%;
	height:15px;
	background:#F90;
}

.principal {
	margin: 0 auto; 
	width:1100px;
}

h1, h2, h3, h4 {
	margin:0;
}

/* HEADER */

.header {
	height:60px; 
	background: #FFF url(images/logo_header.png) 6px 6px no-repeat; 
	padding:41px 0 0 170px;
	border:none;
}

.images{
	margin-top : -68px;
	border:none;
	text-align:right;
}

.header h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	color:#111f53; 
	font-weight:bold; 
	padding-top:4px; 
	margin:0;
	font-size:60px;
}

.header h1#barentin {
	margin-left:3px;
	margin-top:-45px; 
}

.header h1#barentin span {
	font-size:20px;
	margin-right:10px;
}

.header h4 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#000; 
	font-weight:normal; 
	padding:0; 
	margin:-5px 0 0 0;
}

.header p {
	margin:0;
	padding:0;
	line-height : 25px;
}

.header p a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	font-weight:normal; 
	text-decoration:none;
}

.header p a:hover {
	color:#666; 
	text-decoration:none;
}

/* MENU */
.menu {
	/*height:30px;*/ 
	background:url(images/shadow_top.png) repeat-x top;
	padding-top:40px;
	width: 1100px;
	text-align:left;
	z-index:1000;
	position:absolute;
	height:10px;
}

#nav {
	padding-right:40px;
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	z-index: 15;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
	z-index:1001;
}

#nav li {
	width:220px;
	height:30px;
}


#nav li a{
	display:block;
	/*float:left;*/
	padding:0px 5px 4px 40px;
	text-decoration: none;
	line-height: 30px;
	height:100%;
	outline: none;
	margin-right:3px;
	background: transparent url(images/menu_left.png) top left no-repeat;
}

#nav li a:hover{
	background: transparent url(images/menu_left_hover.png) top left no-repeat;
	color:#AAA;
}

#nav li.current a{
	background: transparent url(images/menu_left_hover.png) top left no-repeat;
	color:#AAA;
}

#nav li a #titre{
	float:right;
	border: none;
	line-height: 25px;
	margin:0;
	outline: none;
	padding: 0 15px 0 5px;
	background: transparent url(images/menu_right.png) top right no-repeat;
	width:100%;
}
#nav li a:hover #titre{
	background: transparent url(images/menu_right.png) top right no-repeat;
}

#nav ul a {
	line-height:26px;
	font-size: 12px;
	cursor: pointer;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;
}

#nav li a {
	text-transform:uppercase;
	color:#FFF;
}

/* PAGE PRINCIPALE */

.page{
	/*background: transparent url(images/autos.png) bottom right no-repeat;*/
	height: 480px;
	border:none;
}

.noback{
	background:none;
}

/* FOOTER */
.footer {
	text-align: center;
	font-size: 1em;
}

.footer p {
		line-height:20px;
		vertical-align:middle;
}

.footer p img {
	margin-top:0;
}
	
.footer span {
	color : #09F;
}

.footer p a {
		padding: 0 5px;
		color:#09F;
		text-decoration:none;
		letter-spacing:0.1em;
}
.footer p a:hover, 
a#occasion:hover {
	color:#666;
	text-decoration:overline underline;
}

#occasion {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#000;
	padding:5px;
	margin:3px 17px;
	display:block;
	color:#09F;
	text-decoration:none;
	letter-spacing:0.1em;
	position:relative;
	z-index:1100;
}

#occasion img {
	vertical-align:middle;
}

#nbpage {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#000;
	padding:5px 7px;
	text-align:center;
	width:30px;
	color:#09F;
	text-decoration:none;
}

#nbpage:hover {
	background:#F90;
	color:#000;
	font-weight:bold;
}

/* PRESENTATION OCCASION */
h2 span {
	font-size:2em;
	color:#F90;
	padding-left:30px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color:#000;
	padding:3px 10px;
	margin-left:30px;
}

ul#details {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1em; 
	z-index:5;
}

ul#details li span {
	color:#009EE0;
	font-weight:bold;
}

/* CADRE */
.cadre {
	border:none; 
	height:200px;
	padding:0;
	position:absolute;
	margin-top:40px;
	z-index:1002;
}

.cadre p{
	line-height:33px;
	width:100%;
	padding:0px;
	margin:0;
	background:#FFF url(images/rayures.png) repeat-x;
}

.cadre p span{
	margin:0;
	padding:0 0 0 25px;
	font-size:15px;
	font-weight: bold;
	color: #111f53;
	background:transparent url(images/fleche.png) 5px center no-repeat;
}

.cadre #left {
	background:transparent url(images/ombre_left.png) left top no-repeat;
	padding-left: 12px; 
}

.cadre #right {
	background:transparent url(images/ombre_right.png) right top no-repeat;
	padding-right:12px;
	z-index:1500;
}

.cadre #texte {
	background:transparent url(images/back50.png);
	color:#FFF;
	padding:15px;
	border-bottom:1px solid #FFF;
	font-size:13px;
}

.cadre #texte p {
	background:none;
	line-height:1.1em;
	margin-bottom: 15px;
	text-align:justify;
}

.cadre #texte p a {
	color: #CCC;
	text-decoration:none;
}

.cadre #texte p a:hover {
	color: #FFF;
	text-decoration:underline;
}

.cadre #texte p#red:first-line {
	color:#009EE0;
	font-weight: bold;
}

.home {
	width:790px;
	padding-left: 280px;
	padding-top: 0px;
	z-index:10;
}

.contact {
	width:480px;
	padding-left: 280px;
	z-index:10;
}

.coordonnees {
	width:300px;
	padding-left: 770px;
	padding-top: 0px;
	z-index:10;
}

.contact2 {
	width:300px;
	padding-left: 280px;
	z-index:10;
}

.coordonnees2 {
	width:480px;
	padding-left: 590px;
	padding-top: 0px;
	z-index:10;
}

.plan {
	width:995px;
	padding-left: 50px;
	padding-top: 30px;
	z-index:10;
}

.occasion {
	width:995px;
	padding-left: 50px;
	padding-top: 30px;
	z-index:10;
}

/* Contact styles */
#contact-form
{
	margin-top: 20px;
}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	color: #009EE0;
}

input, textarea{
	width: 380px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background-color: #fff;
	height: 24px;
	padding: 2px;
}

textarea{
	width: 380px;
	height: 150px;
}

#submit
{
	text-align: center;
	background: url(images/submit.jpg) no-repeat center;
	border: none;
	margin-top: 4px;
	margin-left: 410px;
	width: 87px;
	height: 27px;
	cursor: pointer;
	text-indent: -9000px;
}

#back {
	color:#FFF;
	text-decoration:none;
}

#back:hover {
	font-weight:bold;
}
