﻿body {
	background:url(../images/bg.jpg) top center repeat;
	border:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#323232;
	line-height:17px;
	
}
main{
	width:960px;
	margin:auto;
}
/*------------------Header ----------------------------------------------------*/
header {
	overflow:hidden;
	width:100%;
	margin-top: 20px;
	margin-bottom:40px;
}
#logo {
	background:url(../images/logo.jpg) no-repeat;
	display:inline-block;
	width:354px;
	height:101px;
	text-indent:-5000px;
}
#search {
	display:inline-block;
	width:calc(100% - 358px);
	height:101px;
}
#search .bg {
	background:url(../images/search.gif) no-repeat;
	width:247px;
	height:29px;
	float:right;
	margin:33px;
}
#search .submit {
	background:none;
	width:29px;
	height:29px;
	float:right;
	cursor:pointer;
}
#search .input {
	float:right;
	background:none;
	color:#303030;
	width:208px;
	height:17px;
	padding:6px 5px;
}
#menu {
	width:100%;
	margin-top:25px;
	margin-bottom:0px;
	padding-bottom:1px;
	display :table;
	border-bottom : 6px solid black;
}
#menu li {
	display:table-cell;
	width:calc(100% / 5);
	height:57px;
	border-radius:4px 4px 0 0;
	text-align:center;
	vertical-align:middle;
}
#menu li a {
	display:block;
	font-size:20px;
	color:#fff;
	font-weight:600;
	padding:0 35px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:57px;
}
#menu li a:hover, #menu #menu_active a {
	background:#323232;
}
.nav1 {background:#3081c8}
.nav2 {background:#8cbd20}
.nav3 {background:#c0495a}
.nav4 {background:#b530ba}
.nav5 {background:#30b6c9}
.button {
	display:inline-block;
	font-size:16px;
	color:#fff;
	background:#f09e2f;
	line-height:35px;
	padding:0 16px;
	border-radius:4px;
	position:relative;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase
}
/*------------------Annonce ----------------------------------------------------*/
#annonce
{	display:table;
}
.colonne
{	display : table-cell;
}
#annonce h2
{	font-size: 32px;
    color: #323232;
    line-height: 40px;
    padding: 4px 0 15px 0;
    letter-spacing: -1px;
}
#annonce p
{	font-size: 12px;
    font-weight: bold;
    color: #323232;
    line-height: 20px;
    text-align: left;
    padding-bottom: 25px;
}
#annonce h1
{	font-size: 38px;
    line-height: 40px;
    padding: 4px 0 8px 0;
    letter-spacing: -1px;
	color : #B530BA;
}
/*------------------colonne de gauche page d'accueil----------------------------------------------------*/
.ville
{	color :#B530BA;
}
.circuit
{	color:#8ebb21;
}
.gauche
{	width:60%;
	padding-left:30px;
}
section
{	display:table;
	margin-top : 30px;

}
section h2
{	text-transform: uppercase;
	font-size : 35px;
    font-weight: 600;
    color: #3081c8;
	text-align:center;
	padding-bottom:30px;
}
.destination
{	display : table;
	margin-top : 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #cccccc;
}
.destination img 
{	width:170px;
}

figure
{	display:table-cell;
	width:30%;
}
.introduction
{	display:table-cell;
	text-align:justify;
	padding-left:5px;
	width:70%;
}
section h3
{	
	font-size : 25px;
	line-height:25px;
    font-weight: 300;
    color: #3081c8;
	
}
section h4
{	font-size : 15px;
	line-height:15px;
    font-weight: 200;
    color: #3081c8;
	padding-bottom:15px;
	padding-top : 10px;

}
.marker_1, .marker_2 {display:inline-block;background:url(../images/marker_1.gif) 0 0 no-repeat;width:17px;height:17px}
.marker_2, .marker_1:hover {background:url(../images/marker_2.gif) 0 0 no-repeat}
/*------------------colonne de gauche destination ville---------------------------------------------------*/
article > img
{	float :left;
	padding-right : 10px;
}
article p
{	padding-bottom : 10px;
	text-align:justify;
}
.titre-article
{	text-transform: none;
	font-size : 25px;
    font-weight: 600;
    color: #3081c8;
	text-align:center;
	padding-bottom:30px;
}
.destination strong
{	font-size:18px;
	font-weight:300;
}
article a
{	color: #b530ba;
    text-decoration: underline;
}
article li
{	padding-left: 13px;
	background: url(../images/marker_3.gif) 0 5px no-repeat
}
article ul
{	padding-top : 5px;
	padding-left : 15px;
	padding-bottom:15px;
}
.fin-article
{	text-align:center;
}
.fin-article img
{	display:inline;
}


/*------------------colonne de droite----------------------------------------------------*/
.droite img
{	display:inline;
	
}
.droite
{	text-align:center;
}
#offres
{	display : table-cell;
	width:60%;
}
aside
{	display : table-cell;
	width:40%;
	text-align:center;
	
}
aside figure
{	display:block;
	padding-bottom:10px;
	padding-top : 10px;
	width:100%;
	margin:auto;
}
figcaption
{	padding-top:5px;
	font-size:14px;
	color: black;
}
figcaption a
{	margin-top:5px;
}
aside img
{	width:160px;
}
/*-----------------pied de page----------------------------------------------------*/
footer {
	background: url(../images/bg_footer.jpg) top center repeat;
    height: 100px;
	padding-top:31px;
	text-align:center;
	line-height:18px;
	margin-top:20px;
	color:#fff;
}
footer a {
	color:#30b6c9;
}
