@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	margin:0;
	font-family: Arial, Helvetica;
	font-size:12px;
	background: #F4F4F4;
	color: #444;
	text-align:justify;
}

.shadow-sep{
	/*background: transparent url(../images/shadow-sep.png) no-repeat;*/
	width:100%;
	background:#CCCCCC;
	border-bottom:1px solid white;
	height: 1px;
	margin:10px 0 10px 0;
	float:left;
}

a:link { color:#0099FF; text-decoration:none; }
a:visited { color:#0099FF; text-decoration:none; }
a:hover { color:#0099FF; text-decoration:underline; }
a:active { color:#0099FF; text-decoration:none; }

img { border:0; }

h1 {
	/*background:url(../images/bg_portfolio_slider_title.png) no-repeat;*/
	font-size:26px;
	font-weight:bold;
	margin:0;
	padding:8px 0px 10px 0;
	color:#444;
	text-shadow: #FFF 0px 1px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #CCC;
}

/* GLOBAL CONTAINER */
#container {
	position: relative;
}

/* TOP BAR */
#topbar {
	position:relative;
	background:url(../images/bg_topbar.png) repeat;
	width:100%;
	height:30px;
}
#topbar .content {
	margin:auto;
	display:block;
	width:960px;
}
#topbar .logo {
	float:left;
	margin-top:7px;
}
#topbar .navbar {
	float:right;
}
#topbar .navbar img {
	margin-top:4px;
	padding:6px;
	border:0;
}

/* TOP */
#top {
	position:relative;
	background:url(../images/bg_top.png) repeat;
	width:100%;
	height:113px;
}
#top .content {
	margin:auto;
	display:block;
	width:960px;
}
#top .logo {
	float:left;
}
#top .search {
	float:right;
	margin-top:30px;
	display:inline;
}
#top .search .input {
	background:url(../images/search_field.png);
	width:132px;
	height:21px;
	color:#000000;
	font-size:small;
	border:0;
	padding-left:3px;
	float:left;
}
#top .search .image {
	float:left;
}


/* CONTENT */
#content {
	float:left;
	/*background:#E6E6E6;*/
	position:relative;
	width:100%;
	margin:0px;
}
#content .content {
position:relative;
	margin:auto;
	width:960px;
	padding-top:20px;
	padding-bottom:10px;
}

/* NAVBAR */
#content .content .navbar {
	background:url(../images/bg_navbar.png) no-repeat;
	height:56px;
	width:557px;
	position:absolute;
	left:350px;
	top:-30px;
	padding-top:10px;
}
#content .content .navbar ul{
	display:inline;
	margin-left:-20px;
	/margin:0;
	/margin-left:30px;
	/list-style:none;
	/list-style-type:none;
	text-align:center;
}
#content .content .navbar li{
	display:inline;
	width:83px;
	height:36px;
	font-size:16px;
	text-align:center;
}
#content .content .navbar li a{
	display:inline-block;
	color: #FFF;
	width:83px;
	height:27px;
	padding-top:9px;
}
#content .content .navbar li a:hover{
	display:inline-block;
	width:83px;
	height:27px;
	padding-top:9px;
	color:#FFF;
	background:url(../images/bg_menu_li.png);
	text-decoration:none;
}

/* BLOC HOME */
#content .home {
	float:left;
	width:100%;
}

/* BLOC STANDARD */
#content .content .bloc {
	width:100%;
	float:left;
	margin-bottom:10px;
}
#content .content .bloc .bloc_top {
	/*background:url(../images/bloc_top.png) no-repeat;*/
	height:5px;
	margin-top:10px;
	position:relative;
}
#content .content .bloc .bloc_middle {
	/*background:url(../images/bloc_middle.png) repeat-y;*/
	float:left;
}

#content .content .bloc .bloc_middle h2 {
	margin-left:20px;
}
#content .content .bloc .bloc_middle .text {
	padding:0;
	margin:10px 0 10px 0;
	float:left;
}
#content .content .bloc .bloc_middle p {

}
#content .content .bloc .bloc_middle li {
	font-family: Arial, sans-serif;
	font-weight:bold;
	list-style-type: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
	margin:0px;
}
#content .content .bloc .bloc_middle .image {
	width:30%;
	float:left;
	text-align:center;
	padding:0 20px 20px 0;
}
#content .content .bloc .bloc_middle .image img {
	width:100%;
}

#content .content .bloc .bloc_bottom {
	/*background:url(../images/bloc_bottom.png) no-repeat;*/
	height:5px;
	position:relative;
	clear:both;
}
#content .content .chemin {
	float:left;
	padding-left:6px;
}

#content .content .subpage {
	background:#F3F3F3;
	float:left;
	width:100%;
	margin-top:10px;
	text-align:left;
	font-weight:bold;
}
#content .content .subpage ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
#content .content .subpage li {
	float:left;
	padding:7px;
	background:#999;
	border-radius:10px;
	margin-right:5px;
}
#content .content .subpage li a {
	color:white;
}


/* BOTTOM */
#bottom {
	float:left;
	background:url(../images/bg_bottom.png) repeat;
	height:214px;
	width:100%;
}
#bottom .content {
	margin:auto;
	display:block;
	width:960px;
	text-align:left;
}
#bottom .content .news h2 {
	font-size:20px;
	color:#B6AEA5;
	margin-left:50px;
}
#bottom .content .news {
	background:url(../images/quote_bg.png);
	color:white;
	width:700px;
	height:190px;
	float:left;
}
#bottom .content .news:a {
	color:#CCC;
	text-decoration:none;
}	
	
#bottom .content .hr {
	float:right;
	display:inline;
	margin-top:20px;
	margin-right:20px;
}
#bottom .content .socialblock {
	width:150px;
	float:right;
	margin-top:20px;
	diplay:inline_block;
}
#bottom .content .socialblock img {
	padding:5px;
}

/* FOOTER */
#footer {
	float:left;
	background: #2c2A28;
	height:80px;
	width:100%;
	padding-bottom:0;
}
#footer .content {
	margin:auto;
	display:block;
	width:960px;
	text-align:left;
	color:#999999;
}
#footer a:link { color: #0099FF; text-decoration:none; }
#footer a:visited { color: #0099FF; text-decoration:none; }
#footer a:hover { color: #0099FF; text-decoration:underline; }
#footer a:active { color: #0099FF; text-decoration:none; }


/* PORTFOLIO */
#thumbnail {
	float:left;
}
#thumbnail .container{
	float:left;
	width:30%;
	/width:260px;
	margin-right:30px;
	border-bottom:#CCCCCC 1px solid;
}
#thumbnail .image_portfolio {
	float:left;
	border:4px solid #DDD;
	background:white;
	width:98%;
	padding:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}
#thumbnail .image_portfolio img {
	max-height:150px;
}
#thumbnail .title {
	color:#666;
	font-weight:bold;
	font-size:12px;
	text-algin:center;
	padding-top:5px;
	height:40px;
	float:left;
	width:100%;
}
#thumbnail .desc {
	float:left;
	padding-top:10px;
	width:100%;
	height:70px;
}
ul#filter {
    float: left;  
    font-size: 16px;  
    list-style: none;  
    margin-left: 0;  
    width: 100%;
	border-bottom:#CCC 1px solid;
	padding:0;
	padding-bottom:10px;
	margin-bottom:10px;
}  
ul#filter li a {
    float: left;
	border-right:1px solid #CCC;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
	background-image:none;
	background:none;
}
ul#filter li.current a {
    color:#333;
}

/* CONTACT PAGE */
.alert {
	width:350px;
	margin: 10px 0 1px 0;
	padding:5px;
	background:#FF0000;
	color:#FFF;
	font-weight:bold;
}

.confirm {
	width:350px;
	margin: 10px 0 1px 0;
	padding:5px;
	background:#99CC00;
	color:#FFF;
	font-weight:bold;
}

.contact_details{
	float:left;
	width:35%;
	padding-left:20px;
	padding-right:20px;	
	text-align:justify;
	border-right:#CCCCCC 1px solid;
}

.contact_form {
	float:right;
	padding-right:10px;
	width:55%;
}

#content .input {
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	color: #FFFFFF;
	border: #000000 1px solid;
	width:350px;
	margin-bottom:10px;
	padding:4px;
}
#content submit { background: #0099CC; }
#content textarea {
	background: #666666;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:350px;
	height:80px;
	padding:4px;
	color:#FFFFFF;
	border:#000000 1px solid;
}

/* SEARCH */
.search_category {
	color:grey;
	font-size:x-small;
}


