/*--------------------------------------------------------------------

  Cyberiance / David / 2009-11-03
  Les propriétés CSS, ça se classe alphabétiquement !

--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Styles Babylone 5.2
--------------------------------------------------------------------*/
/* formulaire */
.bab-form { margin: 0; padding: 0; width: 350px; }
.bab-form td { margin: 0; padding: 0 0 5px 0; }
#content .bab-form h3 { background: #066; color: #FFF; font-size: 14px; font-weight: bold; margin: 0; padding: 2px 6px 2px 6px; }
.bab-form td.separator { border-top: 1px dashed #BBB; padding-top: 5px; }
.bab-form-colonne-gauche { width: 100px; }
.bab-form-erreur { color: #F99; font-weight: bold; }

.bab-form-text {
	background: #EEE;
	border: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 250px;
}
.bab-form-text-demi { width: 150px; }
.bab-form-text-error { color: #903; background: #FDD; }
.bab-form-submit {
	background: #066;
	border: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
body, form, h1, h2, h3, h4, li, ol, p, ul { margin: 0; padding: 0; }
body { background: url(int-bg.png) center top no-repeat; }
body#home { background: url(home-bg.png) center top no-repeat; }
body#content { background: #FFF; padding: 20px; }
a { color: #066; text-decoration: none; }
a:hover { color: #09C; }
a img, img { border:0; }
hr {
	border: 0;
	border-bottom: 1px solid #888;
	height: 1px;
}
.clear { clear: both; }
/*------------------------------------------------------------------------------
Typographie
------------------------------------------------------------------------------*/
body {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3, h4, ol, p, ul { margin: 8px 0 8px 0; }
h1, h2, h3 { font-weight: normal; }
h2, h3 { margin: 14px 0 14px 0; }
#content h1 {
	background: url(h1-bg.png) left bottom no-repeat;
	border-bottom: 4px solid #066;
	color: #066;
	font-size: 32px;
	line-height: 40px;
	padding: 20px 0 10px 144px;
}
#content h2 {
	border-left: 50px solid #066;
	color: #066;
	font-size: 24px;
	line-height: 20px;
	padding-left: 10px;
}
#content h3 { font-size: 18px; }
ul li { list-style-type: square; margin-left: 16px; }
/*------------------------------------------------------------------------------
Blocs
------------------------------------------------------------------------------*/
#main, #home-header > div, #header > div {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
}
#main { top: 150px; }
#home #main { top: 450px; }
#header { background: url(int-header-bg.gif) center top no-repeat; height: 150px; }
#header div { display: none; }
#menu-langues {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	left: 0;
	line-height: 11px;
	position: absolute;
	top: -16px;
}
#home #menu-langues { top: -445px; }
#menu-langues a { color: #FFF; }
#menu-langues a:hover { text-decoration: underline;}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#main-menu { float: right; }
#main-menu ul, #main-menu li { margin: 0; }
#main-menu li { display: block; float: left; margin-right: 10px; width: 200px; list-style-type: none; height: 1px; }
#main-menu a {
	background: #066;
	color: #FFF;
	display: block;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	padding: 8px 0 8px 10px;
	position: relative; margin-top: -40px;
	width: 190px;
}
#main-menu a.selected {
	background: #FFF;
	color: #066;
}
#main-menu a:hover { border-top: 2px solid #044; border-left: 2px solid #044; height: 22px; width: 188px; }
#main-menu a.selected:hover {
	border: 0;
	height: 24px;
	width: 190px;
}
#home #main-menu { float: none; }
#home #main-menu li { height: 100px; }
#home #main-menu a { background: #066 url(home-buttons.jpg) no-repeat; height: 124px; }
#home #main-menu a:hover { height: 122px; }
#home #main-menu a.region { background-position: left 40px; }
#home #main-menu a.gite { background-position: -200px 40px; }
#home #main-menu a.chambres { background-position: -400px 40px; }
/*----------------------------------------------------------------------------*/
#menu-secondaire {
	clear: right;
	height: 40px;
}
#menu-secondaire ul, #menu-secondaire li { margin: 0; }
#menu-secondaire ul { /*float: right;*/ }
#menu-secondaire li { float: left; list-style-type: none; margin: 0;}
#menu-secondaire a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
	padding: 13px 10px 13px 10px;
	margin: 0;
}
#menu-secondaire a:hover, #menu-secondaire a.selected { border-bottom: 4px solid #066; padding-bottom: 9px; }
#home #menu-secondaire { background: url(home-menu-secondaire-bg.png) left bottom no-repeat; clear: left; float: none; }
#home #menu-secondaire ul { float: none; }
/*----------------------------------------------------------------------------*/
#description { clear: left; padding-bottom: 40px; width: 620px; }
/*----------------------------------------------------------------------------*/
#content {
	padding: 0px 20px 20px 0px;
	min-height: 400px;
	width: 700px;
}
/*----------------------------------------------------------------------------*/
#sideBar {
	margin: 0 20px 20px 0px;
}
.articleFils {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
/*	padding: 0 10px 10px 10px;*/
}
.articleFils a {
	display: block;
	text-align: right;
}
/*----------------------------------------------------------------------------*/
#news {
	float: right;
	width: 240px;

}
#news > h2 {
	background: #066;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
#news > h2 a { color: #FFF; }
.news {
	border-bottom: 1px dotted #777;
	font-size: 12px;
	line-height: 120%;
	margin: 5px;
	padding: 5px;
}
.news img {
	float: left;
	margin-right: 8px;
}
.news h3 {
	color: #066;
	font-size: 14px;
	margin: 0 0 4px 0;
}
.news p { margin: 0; }
.news .suite {
	float: right;
	margin-right: -15px;
	text-align: right;
}
#news-all {
	padding-bottom: 40px;
	text-align: right;
}
/*----------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #999;
	background: url(footer-bg.png) center top no-repeat;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}
#footer a { color: #999; }
#footer a:hover { color: #066; }
#adresse { }
#fast-links { }
#foot-links { display: none; }
/*------------------------------------------------------------------------------
Formulaire de contact
------------------------------------------------------------------------------*/
#contact{
	/*text-align:center;*/
}
#contact .textField{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #CCC;
	background-image:url(input-fond.png);
	background-repeat:repeat-x;
	padding:3px;
	width:144px;
}
#contact .textFieldError{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #F90;
	background-image:url();
	background-color:#FDB;
	padding:3px;
	width:144px;
}
#contact .errorMsg{
	color:#F90;
	font-weight:bold;
}
#contact textarea{
	border:1px solid #CCC;
	background-image:url(input-fond.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#000;
}
#contact .sendButton{
	background: #F90;
	border: 0;
	border-top: 1px solid #FC8;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	width: 100px;
}