/* Created by Wikiwi.be - Raphael De Naeyer */
/* glasrasteel-syncro  */

/* General style */

	* { margin:0; padding:0; border:0;}

	html, body {
		min-width: 1000px;
		margin: 0;
		padding: 0;
		FONT-SIZE: 12px;
		FONT-FAMILY: 'Open Sans',Arial, Verdana, Helvetica, sans-serif;
		text-align: left;
		color: #ffffff;
		text-align: center;
		background: url(images/bg_site.jpg) repeat-x top left #47a1d6;
		background-attachment: fixed;
	}
	a {
		color: #47a1d6;
		transition: font-size .50s ease-out, color .25s ease-in-out;
		-moz-transition: font-size .50s ease-out, color .25s ease-in-out;
		-webkit-transition: font-size .50s ease-out, color .25s ease-in-out;
		text-decoration: none;
	}
	a:hover {
		color: #ffffff;
		FONT-SIZE: 16px;
	}
	HR {
		color: #138fd9;
	}
	B, strong  {
		color: #138fd9;
	}

[data-tip] { /* on sélectionne l'attribut data-tip */
	display: none;
}


/* content style */


div#zone_principale {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	top: 20px;

}
div#zone_principale_site {
	position: relative;
	width: 1200px;
	text-align: center;
	margin: auto;

}
div#zone_left {
	position: relative;
	float: left;
	width: 270px;
	text-align: left;
}
div#zone_middle {
	position: relative;
	float: left;
	width: 780px;
	text-align: center;
	margin: 0px 0px 0px 00px;
	border: 1px solid #138fd9;
	background-color: white;
	padding: 10px;

	-webkit-border-radius: 30px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-bottomright: 0;
	border-radius: 30px;
	border-bottom-right-radius: 0;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 20px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 20px 0px rgba(255, 255, 255, 1);

}
div#zone_left_logo {
	position: relative;
	float: left;
	width: 270px;
	text-align: center;
}
div#zone_left_content {
	position: relative;
	float: left;
	width:  260px;
	top: 35px;
	font-size: 13px;
}
div#zone_left_content b {
	color: #ffffff;
}
img#logo_syncro-system {

	position: relative;
	width: 222px;
	height: 112px;
	margin-top: 10px;
}
ul#zone_menu {
	position: relative;
	float: left;
	width: 270px;
	margin-top: 25px;
	list-style: none;
	font-size: 12px;
}
ul#zone_menu li {
	/*position: relative;
	float: left;*/
	width: 100%;
	text-align: left;
}
ul#zone_menu li a {
	display: block;
	width: 100%;
	margin-top: 5px;
	height:32px;
	color: #ffffff;
	line-height: 32px;
	padding: 5px 5px 5px 5px;
	background-color: #0b72b1;
border-bottom: 1px solid #005181;
	transition: background-color .50s ease-out, color .25s ease-in-out, font-size .50s ease-out, color .25s ease-in-out;
	-moz-transition: background-color .50s ease-out, color .25s ease-in-out, font-size .50s ease-out, color .25s ease-in-out;
	-webkit-transition: background-color .50s ease-out, color .25s ease-in-out, font-size .50s ease-out, color .25s ease-in-out;
}
ul#zone_menu li a:hover {
	background-color: #138fd9;
	font-size: 13px;
	border-left: 1px solid #ffffff;
}
ul#zone_menu li a.current {
	font-size: 13px;
	background-color: #0f7fc3;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #0f7fc3;

}

ul#zone_menu li.list2 a {
	position: relative;
	margin-left: 10px;
	width: 260px;
	margin-top: 0px;
}


div#ch_lng {
	position: relative;
	float: left;
	width: 270px;
	height: 40px;
	text-align: right;
}
div#ch_lng a, div#ch_lng span {
	position: relative;
	float: left;
	width: 100px;
	line-height: 20px;
	margin: 15px;

	text-align: center;
	background: url(images/bg_site.jpg) repeat-x top left #47a1d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	transition: font-size .50s ease-out, background .25s ease-in-out;
	-moz-transition: font-size .50s ease-out, background .25s ease-in-out;
	-webkit-transition: font-size .50s ease-out, background .25s ease-in-out;
}
div#ch_lng a:hover {
	font-size: 13px;
	background: url(images/bg_site.jpg) repeat-x bottom left #47a1d6;
}
div#ch_lng span {
	border-bottom: 1px solid #ffffff;

}


div#zone_photos {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	top: 0px;
	min-height: 200px;

	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#wrapper {
	width: 100%;
	margin: 0px;
	position: relative;
}

#carousel {
	width: auto;
	position: relative;

	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	/*background: transparent url(js/carousel/img/carousel_polaroid.png) no-repeat 0 0;*/
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px;
	float: left;
	position: relative;
}

#carousel li img {
	position: absolute;
	width: 100%;
	margin-top: 0px;
	left: 0px;

	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#carousel li span {
	/*	background: transparent url(js/carousel/img/carousel_shine.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;*/
}
.clearfix {
	float: none;
	clear: both;
}

div#nextprev {
	position: absolute;
	width: 100%;
	top: 50%;
	height: 24px;
}
#carousel .prev, #carousel .next {
	position: absolute;
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 14px;
	height: 24px;
}
#carousel .prev {
	background-position: 0 0;
	width: 14px;
	left: 10px;
	transition: left .50s ease-in-out, background .50s ease-in-out;
	-moz-transition: left .50s ease-in-out, background .50s ease-in-out;
	-webkit-transition: left .50s ease-in-out, background .50s ease-in-out;
}
#carousel .prev:hover {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat 0 0;
	background-color: #138fd9;

}
#carousel .next {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -18px 0;
	right: 10px;
	transition: right .50s ease-in-out, background .50s ease-in-out;
	-moz-transition: right .50s ease-in-out, background .50s ease-in-out;
	-webkit-transition: right .50s ease-in-out, background .50s ease-in-out;
}
#carousel .next:hover {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -18px 0 #138fd9;

	background-color: #138fd9;
}
#carousel .pager {
	text-align: center;
	margin: 0 auto;
	bottom: 20px;
	height: 8px;
}
#carousel .pager a {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
p#portfolio_detail_fr a {
	position: absolute;
	z-index: 50;
	font-size: 16px;
	margin: 0px 0px 0px 20px;
	padding: 2px 5px 2px 5px;
	top: 15px;
	right: 15px;
	color:  #203766;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
}
p#portfolio_detail_nl a {
	position: absolute;
	z-index: 50;
	font-size: 16px;
	margin: 0px 0px 0px 20px;
	padding: 2px 5px 2px 5px;
	bottom: 15px;
	left: 15px;
	color:  #203766;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
}

p#portfolio_detail_fr a:hover , p#portfolio_detail_nl a:hover {

	font-size: 18px;
	color:  #ffffff;
	background-color: #138fd9;
}











div#zone_ttl2 {
	position: relative;
	width: 97%;
	height:30px;
	margin: 10px 10px 10px 10px;
	border-bottom: 3px solid #138fd9;
}
h1#ttl2{
	position: absolute;
	width: 100%;
	color:#138fd9;
	font-weight: 400;
	font-size: 22px;
	line-height:23px;
	top: 0px;
}
h1#ttl2 a{
	color:#138fd9;
	font-size: 22px;
}
div#zone_texte {
	position: relative;
	float: left;
	width: 97%;
	margin: 0px 0px 30px 10px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #005181;

}
div#zone_texte p#text{
	position: relative;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}
div#zone_texte a{
	color: #005181;
}
div#zone_texte  ul {
	margin: 10px 0px 0px 30px;
}

div#zone_galerie_photos {
	margin: 50px 0px 0px 0px;

}
div#zone_galerie_photos a {
	position: relative;
	float: left;
	margin: 10px 15px 10px 15px;
	border: 2px solid #ffffff;
	height: 150px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);


	transition: border .25s ease-in-out;
	-moz-transition: border .25s ease-in-out;
	-webkit-transition: border .25s ease-in-out;
}
div#zone_galerie_photos a span {
	position: absolute;
	background-color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: 400;
}
div#zone_galerie_photos a img {
	margin: 0px;
	padding: 0px;
}
div#zone_galerie_photos a:hover {
	border: 2px solid #138fd9;
}

p#copyright {
	position: absolute;
	width: 80%;
	color: #ffffff;
	height: 30px;
	right: 0px;
	bottom: 0px;
	font-size:10px;

	line-height: 30px;
	text-align: center;
}
p#copyright a {
	color: #ffffff;
	font-size:10px;
	line-height: 40px;
	text-decoration: none;
	transition: font-size .50s ease-out, color .25s ease-in-out;
	-moz-transition: font-size .50s ease-out, color .25s ease-in-out;
	-webkit-transition: font-size .50s ease-out, color .25s ease-in-out;
}
p#copyright a:hover {
	font-size:14px;
	color: #ffffff;
}

table#table_galerie {
	font-size: 11px;
}
table#table_galerie td {
	vertical-align: top;
}
table#table_galerie img#galerie {
	border: 1px solid #cecece;
}




table#table_galerie {
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-size: 12px;
	width: 300px;
}
table#table_galerie thead td {
	background-color: #47a1d6;
	text-align: center;
	padding: 0px;
	height: 30px;
	color: #ffffff;
}
table#table_galerie thead td STRONG,table#table_galerie thead td B {
	font-size: 14px;
	color: white;
	letter-spacing: 2px;
}
table#table_galerie tr {
	background: #ddebf3;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
}
table#table_galerie td {
	padding: 5px;
	width: 150px;
	height: 23px;
	text-align: center;
}

table#table_galerie .ttlgrilles {
	background: #e7f0dd;
}

table#table_galerie  td:hover {
	background-color: #11608d;
	color: #ffffff;
}
table#table_galerie  td:hover a {
	color: #ffffff;
}

/* Form style */
TABLE#txt_form {
	position: relative;
	font-size: 13px;
	line-height: 30px;
	margin-left: 10%;
	top: 30px;
}
TABLE#txt_form td {
	padding: 3px;
	border-bottom: 1px dashed grey;
}
TABLE#txt_form td.derniereligne {
	padding: 3px;
	border-bottom: 1px solid grey;
}

TABLE#txt_form tr {
	padding: 5px;
}




div#box_demipage, div#box_largepage  {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 46%;
	text-align: left;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #ededed);

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

	-webkit-box-shadow: 1px 2px 20px rgba(255,255,255,.6) inset,
		0px 2px 20px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 20px rgba(255,255,255,.6) inset,
		0px 2px 20px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 20px rgba(255,255,255,1) inset,
		0px 2px 20px 1px rgba(0,0,0,0.3);
}
div#box_largepage {
	width: 95%;
	margin-top: 20px;
}
div#box_demipage_separ {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	top: -50px;
	width: 1px;
	height: 1000px;
	border-right: 1px solid #c32978;
	font-size: 2px;
}
div#box_demipage h2, div#box_largepage h2{
	margin: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	background-color: #138fd9;
	background-image: linear-gradient(#138fd9, #115981);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
div#box_largepage h2 {
	width: 100%;
	font-size: 18px;
}
div#box_demipage hr, div#box_largepage hr {
	border: none;
	border-top: 1px solid #138fd9;
	height:1px;
	width: 90%;
	margin-left: 20px;
}
div#box_largepage hr {
	width: 100%;
}
div#box_demipage p , div#box_largepage p, div#box_largepage ul, div#box_largepage ol {
	margin: 5px 10px 5px 10px;
}
div#box_demipage img, div#box_largepage img {
	margin: 10px;
}
div#box_demipage img#icone_number {
	position: absolute;
	left: -5px;
	top: -6px;
}
div#box_demipage p img {
	margin: 2px;
}



INPUT {
	BORDER-RIGHT: #03633b 1px solid;
	BORDER-TOP: #03633b 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #03633b 1px solid;
	BORDER-BOTTOM: #03633b 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F5F5;
	border-radius: 5px;
	padding: 2px;
}
INPUT:focus,TEXTAREA:focus,SELECT:focus,radio:focus,
	INPUT:hover:focus,TEXTAREA:hover:focus,SELECT:hover:focus,radio:hover:focus,
	a:hover INPUT,a:hover TEXTAREA,a:hover SELECT,a:hover radio
{
	transition: background-color .50s ease-out, color .25s ease-in-out;
	-moz-transition: background-color .50s ease-out, color .25s ease-in-out;
	-webkit-transition: background-color .50s ease-out, color .25s ease-in-out;
	BACKGROUND-COLOR: #efd2cb;
	FONT-SIZE: 12px;
}
INPUT:hover,TEXTAREA:hover,SELECT:hover,radio:hover {
	BACKGROUND-COLOR: #f7e9e7;
	FONT-SIZE: 12px;
}
TEXTAREA {
	BORDER-RIGHT: #03633b 1px solid;
	BORDER-TOP: #03633b 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #03633b 1px solid;
	BORDER-BOTTOM: #03633b 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F5F5;
}
SELECT {
	BORDER-RIGHT: #03633b 1px solid;
	BORDER-TOP: #03633b 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #03633b 1px solid;
	BORDER-BOTTOM: #03633b 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F5F5;
}
radio {
	BORDER-RIGHT: #03633b 1px solid;
	BORDER-TOP: #03633b 1px solid; FONT-SIZE: 11px;
	BORDER-LEFT: #03633b 1px solid;
	BORDER-BOTTOM: #03633b 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F5F5;
}