body {
	text-align: center;
}
div#site {
	background: white;
	margin: auto;
	width: 978px;
	padding: 0 12px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #633a8d;
	background: white url('/argosSites/serb/img/shadow_side.gif') repeat-y;
	text-align: left;
}
p {
	margin-bottom: 10px;
}

/*__ Messages erreur ou succès __*/
p.error,
p.success {
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
p.error {
	color: #D7137A;
	border-color: #D7137A;
	background-color: #FFEFF9;
	background-image: url('../img/icon_error.gif');
}
p.success {
	color: #008E96;
	border-color: #008E96;
	background-color: #E0EFEF;
	background-image: url('../img/icon_success.gif');
}

/*__ Bannière __*/
div#banner {
	width: 978px;
	height: 164px;
	background: #772ccc;
	color: white;
	font-size: 20px;
	position: relative;
}
	div#banner img {
		position: absolute;
		right: 0;
	}
	div#banner #slogan {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		left: 29px;
		font-size: 25px;
	}

/*__ Barre __*/
div#bar {
	position: relative;
	height: 35px;
	overflow: hidden;
	color: white;
	text-transform: uppercase;
	background: #969ea6 url('../img/bg_bar.gif') repeat-x top;
}
	/*-- Menu --*/
	div#bar ul#menu {
		margin-left: 0;
	}
		div#bar ul#menu li {
			display: inline;
		}
			div#bar ul#menu li a {
				float: left;
				display: block;
				height: 35px;
				line-height: 35px;
				vertical-align: middle;
				padding: 0 37px;
				color: white;
				text-decoration: none;
				background: url('../img/bg_menu_off.gif') no-repeat top right;
			}
			div#bar ul#menu li#home {
				display: none;
			}
				/* div#bar ul#menu li#home a {
					padding: 0 15px;
				}  */
			div#bar ul#menu li a:hover,
			div#bar ul#menu li a.active {
				background: url('../img/bg_menu_on.gif') repeat-x top;
			}
			div#bar ul#menu li a img {
				color: white;
				margin-top: 10px;
			}
	/*-- Recherche --*/
	div#bar form#search {}
		/* div#bar form#search label {
			display: block;
			float: left;
			padding: 0 10px 0 35px;
			margin-right: 5px;
			height: 35px;
			line-height: 35px;
			vertical-align: middle;
		}
		div#bar form#search label img {
			color: white;
			margin-top: 10px;
		} */
		div#bar form#search input#search_text {
			width: 150px;
			height: 16px;
			padding: 3px 15px 3px 3px;
			border: 1px solid #633a8d;
			background: white;
			margin-top: 5px;
			margin-left: 35px;
		}
		div#bar form#search input#search_submit {
			position: absolute;
			z-index: 1;
			margin-top: 5px;
			margin-left: -14px;
			width: 28px;
			height: 24px;
			font-size: 0.0001px;
			border: 0;
			background: url('../img/bg_ok.gif') no-repeat;
			cursor: pointer;
		}
	/*-- Choix des langues --*/
	div#bar div#lang {
		float: right;
		margin-top: -20px;
		margin-right: 20px;
	}
		div#bar div#lang a {
			color: white;
			padding-left: 10px;
			text-decoration: none;
		}
		div#bar div#lang a:hover {
			color: #633a8d;
		}

/*__ Page __*/
div#page {
	padding: 50px 0;
	margin: 0 1px;
	min-height: 361px;
	background: url('../img/bg_page.jpg') no-repeat left bottom;
}
/*__ Liens __*/
#links {
	clear: both;
	position: absolute;
	height: 45px;
	width: 978px;
	padding-right: 20px;
	margin-top: -32px;
	margin-left: -11px;
	text-align: right;
	color: #545b65;
	text-transform: uppercase;
	background: url('/argosSites/serb/img/shadow_bottom.gif') no-repeat left bottom;
}
#links ul {
	margin: 0;
	width: 978px;
	height: 45px;
}
	#links ul li {
		display: inline;
		line-height: 35px;
	}
		#links ul li a {
			padding: 0 10px;
			color: #545b65;
			text-decoration: none;
			font-size: 10px;
		}
		#links ul li a:hover {
			text-decoration: underline;
		}