body {
	background: #ffffff;
	font: normal 0.8em Arial,Verdana,sans-serif;
	
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}

.hidden {
	display: none;
	visibility: hidden;
}

img {
	border: 0;
}


#container {
	width: 850px;
	margin: 0px auto;
	background: #fff;
	
}

	#header {
		background: #fff;
		height: 310px;
		overflow: hidden;
		padding-bottom: 15px;
	}

		#top {
			height: 75px;
			overflow: hidden;
		}

			h1 {
				font-size: 9px;
				text-align: center;
			}

			#logo {
				float: left;
				margin-right: 2em;
			}

			#slogan {
				color: #365FB9;
				/* font-family: ???; */
				font-size: 1em;
				font-weight: bold;
				font-family: Verdana,Arial,sans-serif;
				padding-top: 30px;
			}

			#header #top .admin {
				display: block;
				float: right;
				border: 1px solid #d19a7d;
				padding: 10px;
				background-color: #ff3e3e;
				color: #fbf268;
				text-transform: uppercase;
				font-size: 14px;
				font-weight: bold;
			}

				#header #top a.admin {
					color: #fbf268;
				}

					#header #top a.admin:hover {
						color: yellow;
					}

		#navzone {
			width: 850px;
			height: 234px;
			background: transparent url(/images/nav_illust.jpg) top right no-repeat;
		}

			#tarifonline {
				float: right;
				width: 240px;
				height: 55px;
				position: relative;
				top: 179px;
				cursor: pointer;
			}

			#navigation { /* dégradé non-jointif car jpg maquette mal sauvé => à redécouper... */
				width: 195px;
				height: 205px;
				background: transparent url(/images/nav_fullbg.jpg) top right no-repeat;
			}

				#navigation ul {
					list-style-type: none; /* outside url(/images/nav_bullet.jpg); */
					padding-top: 5px !important;
					padding-top: 3px;
				}

				#navigation ul li {
					font-size: 0.9em;
					color: #07309C;

					height: 22px;
					line-height: 22px;
					font-weight: bold;
					overflow: hidden;

					padding-left: 25px;

					zbackground: transparent url(/images/nav_line.jpg) bottom left no-repeat;
				}

				#navigation ul li a {
					color: #07309C;
					text-decoration: none;
				}

				#navigation a:hover {
					color: #fc6a17;
					text-decoration: none;
				}
				
			#search {
				margin-top: 3px;
				font-size: 11px;
				color: #fff;
				padding-left: 10px;
				height: 26px;
				line-height: 26px;
				background: transparent url(/images/search_bg.jpg) top left repeat-y;
				text-align: right;
				padding-right: 260px;
			}
			
				#search form label {
					float: left;
				}

				#search form input {
					font-size: 12px;
				}
				
				#search form #sfSubmit {
					width: 77px;
					height: 18px;
					border: none;
					background: transparent url(/images/search.jpg) top left no-repeat;
				}


	#footer {
		text-align: center;
		color: #858585;
		font-size: 10px;
		padding: 0px;
		padding-top: 4em;
		background: #fff;
	}
	
		#footer h6 {
			display: inline;
		}
	
		#footer h6 a {
			font-size: 12px;
			padding-right: 0.5em;
			line-height: 1.6em;
			color: #ff5e00;
			text-decoration: underline;
			
		}

		#footer p a {
			color: #858585;
			text-decoration: none;
		}

#adminLink {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

	#adminLink a {
		color: #a00;
	}

		#adminLink a:hover {
			color: #0a0;
		}
