/* DEBUG */
/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

@import url(wysiwyg.css);

html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: scroll #eceaea url(../img/bg_pattern.jpg) top center repeat-y;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #555;
}

img {
	border: 0;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #767887;
}

table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

input, select, textarea {
	border: 1px solid #888;
	padding: 1px;
	margin: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #004488;
	background-color: #fff;
}
input.bg-submit {
	background: scroll #fff url(../img/bg_input_submit.gif) bottom center repeat-x;
}

h1 {
	font-size: 13px;
	color: #004488;
	border-bottom: 1px solid #004488;
	/*background-color: #55bbff;*/
	padding: 2px;
}

h2 {
	font-size: 12px;
	color: #004488;
	padding: 2px;
}

#container {
	position: relative;
	/*height: 100%;*/
	width: 770px;
	margin: 0px auto;

	text-align: left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fff;
}

/************************ entete ********************************/

#header {
	width: 100%;
	height: 161px;
	background: scroll #fff url(../img/bg_header.jpg) center center repeat-x;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 10px;
}
#flash {
	float: left;
	padding: 0;
	margin: 0;
	width: 523px;
	height: 161px;
}
#header-right {
	float: right;
	padding: 0;
	margin: 0;
	width: 247px;
	height: 161px;
	color: #888;
}
#lang {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 24px;
	text-align: right;
}
#lang form {
	padding: 0;
	margin: 0;
}
#lang select {
	border: 1px solid #888;
	padding: 1px;
	margin: 2px;
	font-size: 11px;
	color: #888;
}

#map {
	width: 100%;
	height: 51px;
}
#search {
	width: 100%;
	height: 86px;
	text-align: right;
}
#search form, #search input {
	padding: 0;
	margin: 0;
}
#search input {
	border: 1px solid #888;
	padding: 1px;
	margin: 1px;
	font-size: 11px;
	color: #888;
	background-color: #fff;
}
#search input.bg-search {
	padding-left: 15px;
	background: scroll #fff url(../img/bg_input_search.gif) top left no-repeat;
}
#search input.bg-submit {
	background: scroll #fff url(../img/bg_input_submit.gif) bottom center repeat-x;
}


/************************ wya ********************************/

#wya {
	height: 18px;
	margin-top: 2px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
}
#wyaHP {
	margin-top: 2px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
#wya ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#wya li {
	padding: 0;
	margin: 0;
	float: left;
}
#wya li a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px 10px 2px 8px;
	text-decoration: none;
	color: #bbb;
	background: scroll transparent url(../img/fleche_wya.gif) center left no-repeat;
}
#wya li a:hover, #wya li a.selected {
	color: #004488;
	background: scroll transparent url(../img/fleche_wya_selected.gif) center left no-repeat;
}

/************************ contenu ********************************/

#content {
	padding: 0;
}

#footer {
	/*position: absolute;*/
	ottom: 0;
	width: 100%;
	eight: 21px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	border-top: 1px solid #bbb;
	background: #ddd url(../img/bg_footer.gif) center left repeat-x;
	padding: 5px 0px 5px 0px;
}
#footer a, #footer a:hover {
	color: #FFF;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* formulaire QF_TableLess*/

.qfrow {
	padding: 2px;
}

.qflabel {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 250px;
	padding-right: 10px;
	background-color: #efefef;
}

.qfrow input, .qfrow textarea {
	width: 230px;
}


#flags {
	text-align: center;
	padding: 5px;
}


/*********************************** guide vehicules *************************************/

#intro-guide-vehicules {
	padding: 10px 10px 5px 10px;
	margin: 15px 10px 5px 10px;
	background-color: #efefef;
}

select.select-guide {
	width: 200px;
}

#plan {
	padding: 10px;
}
#plan ul li a:hover {
	color: #00448;
}

/*********************************** guide vehicules *************************************/

.list-notices {
	overflow: auto;
	width: 240px;
	height: 100px;
	background-color: #efefef;
}
.list-notices li a:hover {
	color: #004488;
}

#dlNotices {
	margin: 20px 10px 10px 190px;
}