/* CSS Document */

.row {
	padding:1px 1px 1px 1px;
}

.label {
	width:70px;
}

.value {
	width:200px;
}

.submit {
	float:right;
}

div#content {
	margin-top: 10px;
	width:100%;
}

div#header_container {
	width:100%;
	height:160px;
}

div#menu_container {
	background: url(../img/navigationbar-10x30.png) repeat-x;
	width:100%;
	height:30px;
}

div#logo {
	background: url(../img/setinformatique.png) no-repeat;
	width:900px;
	height:150px;
}

div#home, div#services, div#contact, div#downloads {
	float:left;
	width:120px;
	height:30px;
}

div#service1 {
	width:900px;
	height:150px;
	background: url(../img/service1.jpg) no-repeat;
}

div#service2 {
	width:900px;
	height:150px;
	background: url(../img/service2.jpg) no-repeat;
}

div#contacto {
	width:900px;
	height:400px;
	background: url(../img/contact.jpg) no-repeat;
}

div#down {
	width:900px;
	height:400px;
	background: url(../img/down.png) no-repeat;
}

div#accueill {
	width:895px;
	height:398px;
	background: url(../img/accueill.jpg) no-repeat;
}

div#home {
	background: url(../img/home-001-30x120.png) no-repeat;
}

div#home:hover {
	background: url(../img/home-hover-001-30x120.png) no-repeat;
}

div#services {
	background: url(../img/services-001-30x120.png) no-repeat;
}

div#services:hover {
	background: url(../img/services-hover-001-30x120.png) no-repeat;
}

div#contact {
	background: url(../img/contact-001-30x120.png) no-repeat;
}

div#contact:hover {
	background: url(../img/contact-hover-001-30x120.png) no-repeat;
}

div#downloads {
	background: url(../img/downloads-001-30x120.png) no-repeat;
}

div#downloads:hover {
	background: url(../img/downloads-hover-001-30x120.png) no-repeat;
}

input#search_submit {
	float:right;
	background: url(../img/ok-001-30x30.png) no-repeat;
	width:30px;
	height:30px;
	border:0px solid #fff;
	cursor:default;
}

input#search_submit:hover {
	background: url(../img/ok-hover-001-30x30.png) no-repeat;
	cursor: hand;
}

input#search_value {
	float:right;
	font: 1em/1em verdana;
	margin-top:3px;
	margin-right:3px;
	height:18px;
	width:200px;
}

div#search_container {
	float:right;
	height:100%;
}

div#contact_container {
	float:left;
	width:280px;
}

