﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/site_jetbudget_fond.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align:justify;
}


/*---styles généraux--*/
.accessibilite {
	display: none;
}

/*--site--*/
#conteneur {
	width: 950px;
	height:auto;
	margin: 0 auto;
	position:relative;
	background:url(../images/site_jetbudget_center.jpg) repeat-y;
	margin-top:30px;
}


/*--top--*/
#top h1 a{
	display:block;
	width:310px;
	height:65px;
	position:absolute;
	margin-left:10px;
	margin-top: 15px;
}

#top h1 a span{
display:none;
}

/*--menu--*/
.menu {
	position:relative;
	height:30px; 
	width:598px;
	float:left;
	margin-top:25px;	
}

table {
	font-size:12px;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:60;
	padding-top:9px;
	width: 552px;	
	font-size:10px;
}

.menu li {
	float:left;
	text-align:center;
}

.menu a {
	text-decoration:none; 
	color:#ffffff;
	padding:0px;

	}
	
.menu a:hover {
	color:#ffffff;
}

.menu .active {
	color:#ffffff;
}

#slide {
	position:absolute;
	bottom:0; 
	height:30px; 
	background:#e2001a;
	z-index:15;
}

/*--navigation--*/
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	width: 200px;
	font: 1.2em "Trebuchet MS", sans-serif;
}
			
#navigation a, #navigation span {
	display: block;
	color: #fff;
	text-decoration: none;
	background:left bottom no-repeat;
}
	
#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: none;
	background-color:#000;
	color:#FFF;
}
			
#navigation .subMenu {
	font-size: .8em;
	background: #ccc 0 0 repeat-x;
	font-size: .9em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}
			
#navigation ul.subMenu a {
	background: none;
	padding-left: 10px;
}

#navigation ul.subMenu li .active {
	color:#e2001a;
}	

#navigation .toggleSubMenu1 {
background:#000;
}
	
/*--left--*/
#left {
	width:300px;
	height:auto;
	float:left;	
	color:#666;
	margin-left:12px;
}

#left h2 {
	 color:#F00;
}

#left a {
	text-decoration:none;
	color:#666;
}

#left a:hover {
	text-decoration:none;
	color:#df041a;
}

.formulaire {
	padding-top:40px;
	margin-left:10px;
	width:280px;
}

label {
	display:block;
	width:110px;
	float:left;
}

/*input[type=text] {
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

textarea {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 400px;
	color: white;
	height: 80px;
}

textarea:focus {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 400px;
	color: white;
	height: 80px;
}

select {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 60px;
	text-align:center;
	color: white;
	height: 18px;
}

select.type {
	width:150px;
	margin:0px;	
	height:20px;
}

select.type1 {
	width:102px;
	margin:0px;

}

select:focus {
	background:#999;
}

input[type=radio] {
background-color: transparent;
}

input:focus,textarea:focus {
background: #999;
}

input[type="submit"]:hover{
	width:75px;
	height:20px;
	background:#999;
	border:none;
	color:#FFF;
}

input[type="submit"] { 
	width:75px;
	height:20px;
	border: 1px #1A1A1A solid;
	background: #414141;
	color:#FFF;
}
input[type="submit1"]:hover{
	width:150px;
	height:20px;
	background:#999;
	border:none;
	color:#FFF;
	text-align:center;
}

input[type="submit1"] { 
	width:150px;
	height:20px;
	border: 1px #1A1A1A solid;
	background: #414141;
	color:#FFF;
	text-align:center;
}*/

/*--right--*/
#right {
	width:520px;
	height:auto;
	float:right;
	padding-left:15px;
	padding-right:60px;
}

#right h1 {
	font-size:18px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}


#right h3 {
	padding-top:5px;
	color:#8b6d35;
	text-align:center;
}

#right a {
	text-decoration:none;
	color:#F00;
}

#right a:hover {
	text-decoration:none;
	color:#fff;
}

#right a:active {
	color:#fff;
}

#right .titre {
	color:#ac1622;
	text-align:left;
	font-size:14px;
}

#right .titrebleu {
	color:#74a4d3;
	text-align:left;
}

#right td {
	height:25px;
	padding-left:5px;
}
/*--cbottom--*/
#bottom {
	height: 108px;
	width: 950px;
	background:url(../images/site_jetbudget_bottom.jpg) no-repeat;
}

.menu_bottom {
		margin-top:25px;
}

.menu_bottom li {
	list-style:none;
}

.menu_bottom a {
	text-decoration:none; 
	color:#ffffff;
	padding:0px;

	}
	
.menu_bottom a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.menu_bottom .active {
	color:#f00;
}

