/* CSS Document */

body {
	background-color: #eae0b0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #02578e;
	text-decoration: underline;
}

a:hover {
	color: #02578e;
	text-decoration: none;
}

body.accueil #menuiAccueil a, body.autocar #menuiAutocar a, body.croisieres #menuiCroisieres a, body.sportives #menuiSportives a, body.sud #menuiSud a, body.monde #menuiMonde a, body.reservation #menuiReservation a, body.equipe #menuiEquipe a, body.joindre #menuiJoindre a {
	background-color: #1378ab;
}

div#main {
	width: 918px;
	margin: 0 auto;
	background-image: url(../images/background.png);
	padding: 0 16px;
}

div#header {
	background: url(../images/header.jpg) no-repeat;
	min-height: 210px;
	height: 210px;
	clear: both;
}

p#logo {
	float: left;
	padding: 3px 0 0 22px;
	margin: 0;
}

p#tagline {
	float: right;
	margin: 0;
	padding: 20px 93px 0 0;
}

div#menu {
	background-color: #02578e;
	float: left;
	width: 100%;
	margin-top: 1px;
}

div#menu ul {
	background-color: #02578e;
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.75em;
	clear: both;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	display: block;
	padding: 8px 12px 8px 12px;
	background-color: #025488;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.05em;
}

div#menu ul li a:active, div#menu ul li a:hover {
	background-color: #1378ab;
	color: #FFFFFF;
	text-decoration: none;
}

div#bottomMenu 
{
	background-image: url(../images/bottomMenu.png);
	background-repeat:repeat-x;
	height: 12px;
	float: left;
	width: 100%;
}


div#footer {
	clear: both;
	width: 918px;
	margin: 2em -16px 0 -16px;
	padding: 0 16px;
	font-size: 0.7em;
	text-align: center;
	background: url(../images/footer.png) no-repeat center bottom;
}

p#copyright {
	padding: 0px 0 26px 0;
	color: #FFFFFF;
	margin: 0;
}

p#mentionPermis {
	margin: 0;
	padding-bottom: 12px;
}

div#footer a {
	color: #e7dca8;
	text-decoration: underline;
}

div#content {
	clear: both;
	padding: 1px 20px;
}

h1 {
	color: #013a5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: normal;
	margin: 0em 0 5px 5px;
}
div#mainContentPage {padding: 2px; background: url(../images/contenu_middle.png) repeat-y; }
div#mainContentPage div#content { padding: 0 10px; line-height: 1.5em; font-size: 0.7em; }

h2 {color: #1378ab; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.25em; font-weight: bold; font-weight: bold; margin: 1em 0 0 0;}
h3 {font-size: 1em; color: #010101; font-weight: bold; margin: 0;}

div.sessionMsg { padding: 5px; border: solid 1px #1378ab; margin: 1em 0 1em 0; }
