body {
	background: #397dc9 url(../img/body.jpg) repeat-x top center;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2767aa;
}
h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 21px;
	font-weight: bold;
	color: #37a6db;
}
h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 21px;
	font-weight: normal;
	color: #37a6db;
}

a img {
	border: none;
}

a {
	color: #37a6db;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: justify;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.picture {
	border: 5px solid #4bc4f1;
}

#site {
	background: transparent url(../img/site.jpg) no-repeat center 212px;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#top {
	height: 212px;
	background: transparent url(../img/top.jpg) no-repeat top left;
}

#content {

}

#left {
	float: left;
	width: 179px;
}

#menu {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
	color: #3b3e43;
	background: #165593 url(../img/menu.png) no-repeat top left;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 4px 7px 4px 7px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background: #24578d none;
}

#services-box {
	margin-top: 1px;
	height: 197px;
	background: transparent url(../img/services-box.png) no-repeat top left;
}

#services-box h2 {
	margin: 0;
	padding: 5px 5px 10px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#services-box ul {
	margin-top: 0;
	list-style-image: url(../img/puce.png);
}

#services-box li {
	color: #fff;
	line-height: 210%;
}

#right {
	float: right;
	width: 574px;
	padding: 0 14px 0 0;
}

#welcome-box {
	position: relative;
	height: 156px;
	padding: 25px;
	background: transparent url(../img/welcome-box.png) no-repeat top left;
	font-size: 8pt;
}

#content-box {
	position: relative;
	padding: 0 25px 0 25px;
	background: transparent url(../img/content-box.png) repeat-y top left;
	font-size: 8pt;
}

#bottom {
	background: transparent url(../img/bottom.png) no-repeat top left;
	height: 149px;
	padding: 10px 25px 25px 25px;
	font-size: 10px;
}

#bottom h2 {
	font-size: 15px;
	font-weight: bold;
}

#realisations-box {
	width: 46%;
	float: left;
}

#coordonnees-box {
	width: 48%;
	float: right;
}

#footer {
	background: transparent url(../img/footer.png) no-repeat top left;
	height: 32px;
	padding-top: 10px;
	font-size: 10px;
	color: #4bc4f1;
	text-align: center;
}

#footer a {
	color: #175694;
	text-decoration: none;
}

#footer a b {
	color: #175694;
	font-size:11px; background:url(../img/picto-tow.png) right 1px no-repeat; padding:0 13px 0 0; color:#175694;
}


