* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #40546f url(img/bg_body.jpg) top repeat-x;
	text-align: center;
	position: relative;
}
div {
	/*border: 1px solid red;
*/
}
/*___________Blocks___________________________________________________________*/
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*min-height: 100%;
*/
	text-align: left;
	background: #efefef url(img/bg_container.jpg) top repeat-y;
}
#header {
	height: 180px;
	width: 770px;
	position: relative;
	background: #efefef url(img/header_pr_2009.jpg) no-repeat;
}
.header {
	height: 180px;
	width: 770px;
	position: relative;
}
#header_default {
	background: #efefef url(img/header_pr_2009.jpg) no-repeat;
}
#header_blog {
	position: relative;
	background: #efefef url(img/header_blog.jpg) no-repeat;
}
#header_portfolio {
	position: relative;
	background: #efefef url(img/header_portfolio.jpg) no-repeat;
}
#header_solutions {
	height: 180px;
	width: 770px;
	position: relative;
	background: #efefef url(img/header_solutions.jpg) no-repeat;
}
#header_projets {
	height: 180px;
	width: 770px;
	position: relative;
	background: #efefef url(img/header_projets.jpg) no-repeat;
}
#header_contact {
	height: 180px;
	width: 770px;
	position: relative;
	background: #efefef url(img/header_contact.jpg) no-repeat;
}
#top_header {
	position: absolute;
	width: 100%;
	top: 0;
	height: 50px;
	background: transparent url(img/bg_body_head.gif) top repeat-x;
}
#espace_top {
	position: absolute;
	top: 0;
	right: 10px;
	background: transparent url(img/bg_espace_top.gif) top no-repeat;
	width: 202px;
	height: 30px;
	text-align: center;
}
#menu {
	height: 30px;
	background: #000 url(img/bg_menu.gif) top right no-repeat;
}
#menu form {
	margin-left: 55px;
	display: inline;
}
.presentation {
	position: absolute;
	bottom: 0px;
	left: 25px;
	height: 110px;
	width: 280px;
	background: transparent url(img/bg_pres.png) no-repeat;
	opacity: 0.90;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	padding-right: 10px;
	color: #000;
	font-size: 14px;
	font-family: arial;
}
#logo {
	position: absolute;
	top: 15px;
	left: 12px;
}
#content {
	overflow: auto;
	min-height: 100%;
	padding-bottom: 60px;
	background: transparent url(img/bg_content.gif) top repeat-y;
}
#left {
	float: left;
	width: 379px;
	padding: 3px;
	background:transparent;
}
#right {
	float: right;
	width: 385px;
}
#content #left{
  background:transparent url(img/bg_left_bandes.jpg) top right no-repeat;
}
/*blog*/
#content_blog {
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 60px;
	background: transparent url(img/bg_container_blog.gif) top repeat-y;
}
#content_blog #left {
	float: left;
	width: 565px;
	background:transparent url(img/bg_left_bandes.jpg) top right no-repeat;
}
#content_blog #right {
	float: right;
	width: 199px;
}
/*projets*/
#content_projets {
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 60px;
	background: transparent url(img/bg_container_projets.gif) top repeat-y;
}
#content_projets #left {
	float: left;
	width: 199px;
}
#content_projets #right {
	float: right;
	width: 565px;
}
#content_portfolio {
	padding: 5px;
}
/*bottom*/
#bottom_container {
	height: 15px;
	background: #efefef url(img/bottom_cont.gif) top no-repeat;
}
#bottom_container_blog {
	height: 15px;
	background: #efefef url(img/bottom_cont_blog.gif) top no-repeat;
}
#bottom_container_solutions {
	height: 15px;
	background: #efefef url(img/bottom_cont_solutions.gif) top no-repeat;
}
#bottom_container_projets {
	height: 15px;
	background: #efefef url(img/bottom_cont_projets.gif) top no-repeat;
}
#footer {
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
/*___________classes__________________________________________________________*/
.news, .news_special, fieldset, .competences {
	margin: 4px;
	margin-bottom: 10px;
	padding: 1px;
	padding-bottom: 5px;
	background: #f8f8f8 url(img/bg_news.jpg) top repeat-x;
	overflow: hidden;
	border: 1px solid #dde3e5;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.news_special{
  	background: #f8f8f8 url(img/bg_news_special.jpg) top repeat-x;
}
.competences{
	margin: 8px;
	margin-bottom: 10px;
	background: #f8f8f8 url(img/bg_comp_menu.gif) left repeat-y;
	padding:0;
}
legend {
	background: #f8f8f8;
	padding: 2px 10px;
	font-size: 14px;
	border: 1px solid #dde3e5;
	-moz-border-radius:  8px;
	-moz-border-radius-top: 0px;
	
}
.bot_news {
	text-align: right;
	clear: both;
	margin: 1px;
	height: 18px;
	padding-right: 5px;
	color: #6699cc;
}
.categorie {
	color: #999;
	font-size: 10px;
	padding-left: 8px;
	margin-bottom: 8px;
	display: block;
	font-style: italic;
}
.comments {
	margin: 5px;
	padding: 3px;
	border: 1px dotted #dde3e5;
}
.cat, .cat_long {
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding:6px 3px;
	color: #102034;
	margin-right: 2px;
	background: #efefef url(img/bg_cat.gif) bottom repeat-x;
	position: relative;
}
.top_cat {
	position: relative;
	margin-bottom: 3px;
}
#comp_menu {
	float: left;
	width: 230px;
	min-height: 100%;
}
#comp_content {
	float: right;
	width: 500px;
	padding: 5px;
	background: #f8f8f8 url(img/bg_comp_content.jpg) top right no-repeat;
}
.solutions {
	padding: 4px;
	overflow: auto;
}
.solutions div {
	border: 1px solid #565656;
	width: 180px;
	height: 120px;
	display: block;
	float: left;
	margin: 2px;
	padding: 2px;
}
.portfolio_thumbs {
	margin: 4px 40px 10px 40px;
	background: #f8f8f8 url(img/bg_news.jpg) top repeat-x;
	overflow: hidden;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border: 1px solid #dde3e5;
	padding: 5px 12px;
	overflow: auto;
}

