@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(../images/fond.jpg);
	background-repeat:repeat-x;
	background-color:#F2D779;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

#header{
	position:relative;
	margin:5px auto 0px auto;
	width:950px;
	height:149px;
	background:url(../images/header.png);
}
#centre{
	position:relative;
	margin:0px auto;
	width:950px;
	height:auto;
	min-height:500px;
	height:auto!important;
	background:url(../images/bg_centre.png);
	padding:5px 0px 10px 0px;
}

#menu{
	float:left;
	height:406px;
	width:225px;
	margin-left:25px;
	background:url(../images/menu.png);
	background-repeat:no-repeat;
}

#menu_title{
	position:absolute;
	width:200px;
	height:400px;
	margin:10px 0px 0px 5px;
	background:none;
}

#menu a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#menu a:hover{
	color:#e2d7ac;
	font-weight:bold;
	text-decoration:none;
}

.accueil{
	position:absolute;
	left:60px;
	top:23px;
	font-size:22px;
}
.voyages{
	position:absolute;
	left:50px;
	top:78px;
	font-size:20px;
}
.groupes{
	position:absolute;
	left:20px;
	top:125px;
	font-size:19px;
	line-height:20px;
}
.avion{
	position:absolute;
	left:45px;
	top:190px;
	font-size:18px;
}
.partenaires{
	position:absolute;
	left:3px;
	top:247px;
	font-size:17px;
}
.autocars{
	position:absolute;
	left:40px;
	top:300px;
	font-size:18px;
}
.contact{
	position:absolute;
	left:10px;
	top:343px;
	font-size:23px;
}

#footer{
	position:relative;
	margin:0px auto;
	background:url(../images/footer.png);
	width:950px;
	height:41px;
	color:#8e8875;
	font-size:10px;
	text-align:center;
}

#footer a{
	text-decoration:none;
	color:#8e8875;
}

#footer a:hover{
	text-decoration:underline;
}



#centre_mainframe{
	position:relative;
	width:650px;
	height:auto;
	background:none;
	margin:0px 0px 0px 265px;
	padding-top:5px;
}

h1{
	font-size:22px;
	color:#9E9C59;
	margin:20px 0px 10px 0px;	
	width:615px;
	padding:2px;
	display:block;
	background:#F1F3D8;
}

.img_center{
	position:relative;
	margin:0px auto 5px auto;
}

.input{
	height:17px;
	margin:2px;
	border:#9E9C59 1px solid;
}
.input_text{
	margin:2px;
	border:#9E9C59 1px solid;
}

.inputselect{
	height:22px;
	margin:2px;
	border:#9E9C59 1px solid;
}


#message{
	position:relative;
	margin:0px;
	height:auto;
	padding:5px;
	text-align:center;
	color:#990000;
	font-size:14px;
	border:2px dashed #990000;
	width:610px;
	margin-bottom:10px;
}

.dirigeants{
	text-align:center;
}

.txt_small{
	font-size:10px;
}

.agences{
	width:100%;
	height:auto;
	margin-top:10px;
	display:block;
}


.agences .left{
	float:left;
	padding-right:10px;
}

.agences .right{
	float:right;
	padding-left:10px;
}

#centre_mainframe a{
	color:#9E9C59;
	text-decoration:none;
}

#centre_mainframe a:hover{
	text-decoration:underline;
}

#nos_agences_global{
	position:relative;
	height:auto;
	width:635px;
	background:url(../images/carte_agences.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


#nos_agences_global h2{
	margin:0px 0px;
}

.nos_agences .img_commerciaux{
	width:100px;
	height:100px;
	float:left;
	/*display:inline;*/
	margin-left:15px;
	text-align:center;
}

.agences .img_commerciaux img{
	margin-left:20px;
}

a img{
	border:none;
}

#recherche{
	border:1px dashed #9E9C59;
	width:620px;
	text-align:center;
	margin-bottom:15px;
	font-size:10px;
}

h6{
	font-size:16px;
	color:#FFF;
	margin:10px 0px 5px 0px;	
	width:615px;
	padding:2px;
	display:block;
	font-weight:bold;
}

.color1{
	background:#FFFFFF;
}

.color2{
	background:#EBEBEB;
}

