/* @override 
	http://localhost/~raspberrydesign/gestanet/www_layout/stylesheets/screen.css
	http://localhost/~raspberrydesign/gestanet/www/public/stylesheets/screen.css
	http://192.168.1.3/~raspberrydesign/gestanet/www/public/stylesheets/screen.css
	http://localhost/~renaudcharpentier/gestanet/www/public/stylesheets/screen.css
	http://www.gestanet.be/stylesheets/screen.css
*/

body {
	background: url(../images/2011/bg.gif) repeat-x;
}

/* @group Typo */

h1 {
	font-size: 21px;
	color: #18371F;
	font-weight: bold;
	padding-bottom: 18px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #ED1E79;
	padding-bottom: 18px;
}

h3 {
	font-size: 14px;
	color: #4d4d4d;
}

p, div.text, ul, div.news {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #18B9E8;
	font-size: 14px;
}

.marginBottom0 {
	padding-bottom: 0;
}

img.left {
	float: left;
	padding-right: 13px;
	padding-bottom: 5px;
}

.green {
	color: #96BD0D;
}

.orange {
	color: #EA690B;
}

.red {
	color: #E30E6F;
}

.center {
	text-align: center;
	display: block;
}

.right {
	display: block;
	text-align: right;
}

.none {
	display: none;
}

.required {
	color: red;
}



/* @end */

/* @group Header */

#header {
	width: 940px;
	margin: auto;
	height: 140px;
}

#logo {
	padding-top: 15px;
}

#logo a {
	width: 940px;
	height: 111px;
	display: block;
	text-indent: -9999px;
	background: url(../images/2011/logo.png) no-repeat;
}



/* @end */

/* @group Menu */

#menu {
	height: 37px;
	width: 930px;
	margin: 12px auto 25px;
	background: #17361E url(../images/2011/menu_g_left.gif) no-repeat left bottom;
	padding-left: 10px;
}

#menu ul {
	height: 29px;
	float: left;
	padding-top: 8px;
}

#menu ul li {
	float: left;
	height: 21px;
	-width: 122px;
	padding-left: 10px;
}

#menu ul li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	height: 21px;
	display: block;
}

#menu ul li a span.left {
	width: 4px;
	height: 21px;
	display: block;
	float: left;
	font-size: 0;
	background-image: none;
}

#menu ul li a.current span.left, #menu ul li a:hover span.left {
	background-image: url(../images/2011/menu_left.gif);
}

#menu ul li a span.middle {
	float: left;
}

#menu ul li a span.middle span.bg {
	display: block;
	height: 20px;
	padding-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul li a.current span.bg, #menu ul li a:hover span.bg {
	background-color: white;
}

#menu ul li a.current span.middle, #menu ul li a:hover span.middle {
	float: left;
	display: block;
	color: #17361E;
}

#menu ul li a span.right {
	float: left;
	width: 4px;
	height: 21px;
	display: block;
	font-size: 0;
	background-image: none;
}

#menu ul li a.current span.right, #menu ul li a:hover span.right {
	background-image: url(../images/2011/menu_right.gif);
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul {
	position: absolute;
	z-index: 5;
	padding-top: 5px;
	display: none;
}

#menu ul li ul li {
	float: none;
	padding-right: 5px;
	background-image: none;
	height: 34px;
	padding-left: 0;
}

#menu ul li ul li a {
	color: white;
	display: block;
	border-bottom: 1px none white;
	width: 133px;
	height: 23px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 11px;
	background-repeat: no-repeat;
	background-position-y: bottom;
}

#menu ul li ul li.blue a {
	background-image: url(../images/menu_blue.png);
}

#menu ul li ul li.green a {
	background-image: url(../images/menu_green.png);
}

#menu ul li ul li.orange a {
	background-image: url(../images/menu_orange.png);
}

#menu ul li ul li.red a {
	background-image: url(../images/menu_pink.png);
}

#menu ul li ul li a:hover {
	color: white;
}



/* @end */

/* @group Banner */

#banner {
	width: 940px;
	margin: auto;
}

#banner div.top {
	height: 4px;
	width: 940px;
	background: url(../images/2011/banner_top.gif) no-repeat;
	font-size: 0;
}

#banner div.middle {
	height: 476px;
	background: url(../images/2011/banner_middle.gif) repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 5px;
}

#banner_image {
	width: 920px;
	margin: auto;
	position: absolute;
	padding-left: 9px;
}

#banner_image li {
	position: absolute;
	z-index: 2;
}

#banner_button {
	position: absolute;
	z-index: 3;
	padding-top: 418px;
	padding-bottom: 0;
	width: 938px;
}

#banner_button li {
	float: left;
	padding-left: 26px;
	padding-right: 0;
}

#banner_button li a {
	display: block;
	width: 201px;
	height: 27px;
	background-repeat: no-repeat;
	padding-top: 8px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

#banner_button li.locaux a {
	background-image: url(../images/banner_button_blue.png);
}

#banner_button li.vitres a {
	background-image: url(../images/banner_button_green.png);
}

#banner_button li.facilitaires a {
	background-image: url(../images/banner_button_orange.png);
}

#banner_button li.ts a {
	background-image: url(../images/banner_button_red.png);
}

#image_show {
	width: 920px;
	margin: auto;
	position: absolute;
	padding-left: 9px;
	z-index: 3;
}

#banner div.bottom {
	background-image: url(../images/2011/banner_bottom.gif);
	width: 940px;
	height: 4px;
	font-size: 0;
}

#button_banner {
	display: none;
}



/* @end */

/* @group Content */

/* @group Breadcrumbs */

#breadcrumbs {
	position: absolute;
	margin-top: -37px;
}

#breadcrumbs li {
	float: left;
	display: block;
	padding-left: 35px;
	background: url(../images/breadcrumbs.gif) no-repeat 14px 2px;
	font-size: 13px;
}

#breadcrumbs li.current a {
	color: #999999;
}

#breadcrumbs li.first {
	padding-left: 0;
	background-image: none;
}



/* @end */

div.more {
	text-align: right;
}

#content {
	width: 940px;
	margin: auto;
	padding-top: 35px;
	overflow: hidden;
}

#content_left {
	width: 648px;
	float: left;
}

#content_left div.bloc div.top {
	width: 648px;
	height: 11px;
	background: url(../images/bloc_top.png) no-repeat;
	font-size: 0;
}

#content_left div.bloc div.middle {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #EBEBEB url(../images/bloc_middle.png) repeat-x;
	min-height: 205px;
	height: auto !important;
	height: 205px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

#content_left div.bloc div.middle div.bloc_left {
	width: 300px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #CCCCCC;
	min-height: 195px;
	height: auto !important;
	height: 195px;
}

#content_left div.bloc div.middle div.bloc_left ul.emplois {
	padding-right: 10px;
	padding-left: 10px;
}

#content_left div.bloc div.middle div.bloc_left ul.emplois li {
	padding: 7px 5px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}

#content_left div.bloc div.middle div.bloc_right {
	width: 280px;
	float: right;
}

#content_left div.bloc div.middle div.bloc_right div.news strong.date, #content_left div.article strong.date {
	display: block;
	color: #96BD0D;
}

#content_left div.article {
	font-size: 14px;
	color: #4D4D4D;
}

#content_left div.bloc div.bottom {
	width: 648px;
	height: 11px;
	background: url(../images/bloc_bottom.png) no-repeat;
	padding-bottom: 20px;
	font-size: 0;
}

/* @group Graphic */

div.graphic div.left {
	background-image: url(../images/graphic_left.png);
	width: 13px;
	height: 160px;
	float: left;
	font-size: 0;
}

#content_left div.bloc div.middle div div.graphic div.middle {
	border-style: none;
	min-height: 153px;
	height: auto !important;
	height: 153px;
	float: left;
	width: 274px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: white;
	background-image: none;
	padding: 0;
	padding-top: 5px;
}

#content_left div.bloc div.middle div.bloc_right div.graphic div.middle {
	width: 254px;
}

div.graphic div.right {
	background-image: url(../images/graphic_right.png);
	width: 13px;
	height: 160px;
	float: left;
	line-height: 0;
}

div.graphic #graphic1 {
	width: 274px;
	height: 150px;
	padding: 0;
}

div.graphic #graphic2 {
	width: 254px;
	height: 150px;
	padding: 0;
}



/* @end */

#content_right {
	width: 220px;
	float: right;
}

#content_right div.shortcut div.top {
	width: 220px;
	height: 6px;
	background: url(../images/shortcut_top.png) no-repeat;
	font-size: 0;
}

#content_right div.shortcut div.middle {
	background: #EBEBEB url(../images/shortcut_middle.png) repeat-x;
	min-height: 108px;
	height: auto !important;
	height: 108px;
	padding: 5px 9px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #4D4D4D;
	font-size: 13px;
	line-height: 16px;
}

#content_right div.shortcut div.middle ul li {
	text-align: left;
}

#content_right div.shortcut div.middle div.more {
	padding-top: 10px;
}

#content_right div.shortcut div.middle div.more a {
	font-size: 13px;
}

#environment div.middle img.left {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.slideshow {
	height: 150px;
}

#content_right div.shortcut div.middle div.slideshow img {
	position: absolute;
}

#content_right div.shortcut div.bottom {
	width: 220px;
	height: 6px;
	background: url(../images/shortcut_bottom.png) no-repeat;
	padding-bottom: 22px;
	line-height: 0;
}

/* @group contacts */

#help {
	border: 1px solid #ccc;
	padding: 10px;
	border-bottom-style: none;
	display: none;
}

#helpLink {
	border-top: 1px solid #ccc;
	text-align: right;
	color: #4d4d4d;
	font-size: 14px;
	padding-bottom: 30px;
	padding-top: 6px;
}

#helpLink span {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	cursor: pointer;
}

#content_right div.shortcut div.middle div.address {
	color: #808080;
	border-top: 1px groove #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}

#content_right div.shortcut div.middle div.address h3 {
	color: #4D4D4D;
	padding-left: 20px;
	padding-bottom: 5px;
}

#content_right div.shortcut div.middle div.address h3.open {
	background: url(../images/contact_open.png) no-repeat 0 4px;
}

#content_right div.shortcut div.middle div.address h3.close {
	background: url(../images/contact_close.png) no-repeat 5px 0;
	cursor: pointer;
}

#content_right div.shortcut div.middle div.address div address {
	font-weight: normal;
	font-style: normal;
	padding-bottom: 18px;
}

#content_right div.shortcut div.middle div.address div strong {
	float: left;
	width: 30px;
}

form {
	padding-bottom: 18px;
}

form fieldset {
	border: 2px solid #d4d4d4;
	padding: 12px;
	margin-bottom: 20px;
	position: relative;
}

form fieldset legend {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
	position: absolute;
	top: -12px;
	color: #EA690B;
	left: 5px;
}

form fieldset div {
	overflow: hidden;
	clear: both;
}

form fieldset div label {
	float: left;
	font-size: 14px;
	color: #4D4D4D;
	width: 140px;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
	height: 25px;
}

form fieldset div input {
	border: 1px solid #CCCCCC;
	width: 360px;
	height: 20px;
	color: #4D4D4D;
	font-size: 14px;
	float: left;
}

form fieldset div select {
	font-size: 16px;
	color: #4D4D4D;
	/*height: 20px;*/
	float: left;
}

form fieldset div textarea {
	border: 1px solid #CCCCCC;
	width: 365px;
	height: 120px;
	float: left;
}

form div.action {
	padding-left: 162px;
	padding-top: 5px;
}

form div.action input {
	background-image: url(../images/contact_button.gif);
	width: 85px;
	height: 25px;
	background-color: transparent;
	border-style: none;
	text-align: left;
	font-size: 14px;
	color: white;
	cursor: pointer;
}



/* @end */

/* @group Offres d'emploi */

#content_right div.button_pink {
	padding-bottom: 16px;
}

#content_right div.button_pink a {
	width: 220px;
	height: 31px;
	background: url(../images/button_pink.png) no-repeat;
	display: block;
	color: white;
	font-size: 20px;
	text-align: center;
	padding-top: 9px;
}

#content_right div.button_pink a span {
	font-size: 14px;
}

#content_left div div.interest {
	padding-bottom: 14px;
}



/* @end */

/* @group Actualités */

#content_left div.pagination_top {
	position: absolute;
	margin-top: -33px;
	width: 648px;
	text-align: right;
	font-size: 14px;
	color: #4D4D4D;
}

#content_left div.pagination_top div.page_link span.paginate, #content_left div.pagination div.page_link span.paginate {
	padding-left: 1px;
	padding-right: 1px;
}

#content_left div.pagination {
	text-align: right;
	font-size: 14px;
	color: #4D4D4D;
}



/* @end */

/* @group Références */

#references {
	overflow: hidden;
}

#references li {
	float: left;
	width: 162px;
	height: 125px;
}

#references li a {
	width: 162px;
	height: 125px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}



/* @end */

/* @group Plan du site */

#content ul.sitemap {
	clear: both;
	overflow: hidden;
}

#content ul.sitemap li {
	width: 191px;
	text-align: left;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 8px 17px 18px 27px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

#content ul.sitemap li.blue a {
	background-image: none;
	display: block;
	color: #18B9E8;
	border-bottom: 1px solid #18B9E8;
}

#content ul.sitemap li.green a {
	background-image: none;
	display: block;
	color: #96BD0D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content ul.sitemap li.orange a {
	background-image: none;
	display: block;
	color: #EA690B;
	border-bottom: 1px solid #EA690B;
}

#content ul.sitemap li.red a {
	background-image: none;
	display: block;
	color: #E30E6F;
	border-bottom: 1px solid #E30E6F;
}

#content ul.sitemap li a {
	font-size: 18px;
	color: #4D4D4D;
}

#content ul.sitemap li ul {
	padding-bottom: 0;
	padding-top: 5px;
}

#content ul.sitemap li ul li {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	padding-bottom: 0;
	background-image: none;
	padding-left: 0;
}

#content ul.sitemap li.green ul li a, #content ul.sitemap li.blue ul li a, #content ul.sitemap li.red ul li a, #content ul.sitemap li.orange ul li a {
	font-size: 14px;
	color: #4D4D4D;
	display: inline;
	border-bottom-style: none;
}



/* @end */



/* @end */

/* @group Footer */

#footer {
	background: url(../images/footer_bg.png) repeat-x;
}

#footer div.center {
	width: 940px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	overflow: hidden;
	color: #4D4D4D;
	font-size: 13px;
}

#footer_left {
	float: left;
	width: 340px;
	text-align: left;
}

#footer_left a {
	font-size: 13px;
	color: #4D4D4D;
}

#footer_middle {
	float: left;
	text-align: left;
}

#footer_right {
	float: right;
	text-align: right;
	width: 300px;
}

#footer_right a {
	font-size: 13px;
	/*color: #ED1E79;*/
	color: #4D4D4D;
}



/* @end */

/* @group Feedback */

#feedbackSite {
	float: left;
	padding-right: 5px;
	cursor: pointer;
}

#feedbackForm {
	position: fixed;
	z-index: 10;
	left: 25%;
	top: 30%;
	width: 550px;
	height: 270px;
	background-color: white;
	padding: 10px;
}

#feedbackForm form fieldset div label {
	text-align: left;
	height: auto;
	padding-bottom: 5px;
	padding-top: 14px;
}

#feedbackForm form fieldset div input, #feedbackForm form fieldset div textarea {
	width: 95%;
}

#feedbackForm form div.action {
	padding-left: 0;
	padding-top: 10px;
}

#closeFeedback {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	margin-top: -26px;
	margin-left: 544px;
	text-indent: -9999px;
	cursor: pointer;
}

#feedbackForm h1 {
	padding-bottom: 0;
}



/* @end */

/* @group Language */

#contener_language {
	width: 150px;
	float: right;
	position: relative;
	padding-right: 10px;
	height: 37px;
	background: url(../images/2011/menu_g_right.gif) no-repeat right top;
}

#language {
	z-index: 5;
	width: 150px;
	position: absolute;
	right: 10px;
	background-position: right top;
}

#language ul {
	padding-top: 21px;
	padding-bottom: 6px;
	height: 28px;
	width: 150px;
	display: none;
	background: url(../images/2011/lang_bottom.png) 0 bottom;
	margin-left: 10px;
	position: absolute;
	top: 19px;
	z-index: -1;
}

#language ul li {
	float: left;
	padding-right: 4px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#language ul li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}

#language ul li.fr a {
	background-image: url(../images/flags/france.png);
}

#language ul li.nl a {
	background-image: url(../images/flags/netherlands.png);
}

#language ul li.de a {
	background-image: url(../images/flags/germany.png);
}

#language ul li.en a {
	background-image: url(../images/flags/britain.png);
}

#language ul li span {
	display: none;
}

#choose {
	clear: both;
	width: 130px;
	height: 26px;
	color: white;
	font-size: 13px;
	padding-top: 11px;
	cursor: pointer;
	background: #17361E url(../images/2011/language_arrow.gif) no-repeat right center;
	padding-left: 20px;
}



/* @end */

#content_right div.shortcut div.middle span.note, #content_right div.shortcut div.middle span.note a {
	color: silver;
	font-size: 8px;
	display: block;
	margin-top: -14px;
}
