body {
	margin: 0;
	padding: 0;
	background: #90acc1 url(/images/bg.jpg) repeat-x;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 auto;
	width: 953px;
}
#header {
	width: 953px;
	height: 231px;
	float: left;
	position: relative;
	background: url(/images/header.jpg) no-repeat;
}
.logo {
	width: 385px;
	height: 102px;
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	top: 57px;
	left: 105px;
}
.orange-line {
	position: absolute;
	top: 231px;
	left: 0;
	background: #234159;
	width: 951px;
	height: 29px;
}
.home {
	float: left;
	background: url(/images/ico-home.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 18px;
	height: 17px;
	margin: 5px 0 0 9px;
	display: inline;
}
.contact {
	float: right;
	background: url(/images/users.png) right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 13px Arial, sans-serif;
	overflow: hidden;
	width: 82px;
	height: 22px;
	margin: 3px 30px 0 0;
	display: inline;
	line-height: 24px;
}
.rss {
	float: right;
	background: url(/images/ico-rss.gif) right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 13px Arial, sans-serif;
	overflow: hidden;
	width: 102px;
	height: 22px;
	margin: 3px 9px 0 0;
	display: inline;
	line-height: 24px;
}
.orange-line span {
	color: #fff;
	font: bold 12px Arial, sans-serif;
	float: left;
	padding: 9px 0 0 20px;
}
.orange-line ul {
	margin: 0;
	padding: 0 7px 0 0;
	float: right;
}
.orange-line ul li {
	float: left;
	display: inline;
	padding: 2px 0 0 7px;
}
.orange-line ul li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 24px;
	height: 23px;
	float: left;
}
.orange-line ul li a.fr {
	background: url(/images/ico-fr.gif) no-repeat;
}
.orange-line ul li a.uk {
	background: url(/images/ico-uk.gif) no-repeat;
}
.container {
	width: 951px;
	float: left;
	background: #fff;
	padding: 0 0 50px;
}
.left-col {
	width: 194px;
	float: left;
	margin: 41px 0 0 12px;
	display: inline;
}
.left-col h2 {
	margin: 0;
	padding: 1px 0 0;
	background: url(/images/block-heading-bg.jpg) no-repeat;
	width: 193px;
	height: 34px;
	color: #fff;
	font: bold 15px Arial, sans-serif;
	text-align: center;
	float: left;
}
.left-col ul {
	margin: 8px 0 0 4px;
	padding: 0 0 16px;
	float: left;
	width: 173px;
	background: url(/images/line-sep.gif) repeat-x;
	display: inline;
}
.left-col ul li {
	float: left;
	width: 173px;
	list-style: none;
	background: url(/images/line-sep.gif) repeat-x 0 100%;
	font: bold 12px Arial, sans-serif;
	padding: 10px 0 10px;
}
.left-col ul li a {
	color: #575757;
	text-decoration: none;
	background: url(/images/arrow.jpg) no-repeat 0 1px;
	padding: 3px 0 3px 24px;
}
.left-col ul li a:hover {
	background: url(/images/arrow.jpg) no-repeat 0 -20px;
	color: #b0b0b0;
}
.rails-logo {
	background: url(/images/rails.jpg) no-repeat;
	background-position: 20%;
	width: 194px;
	height: 176px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.link {
	float: left;
	display: inline;
	margin: 37px 0 0 4px;
	background: url(/images/line-sep-orange.gif) repeat-x;
}
.link span {
	background: url(/images/line-sep-orange.gif) repeat-x 0 100%;
	float: left;
	padding: 13px 0 8px;
	width: 173px;
}
.link span .qui-sommes-nous {
	background: url(/images/qui-sommes-nous.gif) no-repeat;
	width: 133px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.content {
	width: 504px;
	float: left;
	margin: 50px 0 0 21px;
	display: inline;
	font: 12px/18px Arial, sans-serif;
	color: #393939;
}
.content a{
	color: #393939;
	font-weight: bold;
}
.sous-menu {
	margin: 0 0 6px;
	padding: 7px 0 25px;
	float: left;
	width: 504px;
	background: url(/images/line-small.gif) no-repeat 0 100%;
}
.sous-menu li {
	float: left;
	list-style: none;
	width: 492px;
	font: bold 12px Arial, sans-serif;
	background: url(/images/bullet.gif) no-repeat 0 3px;
	padding: 0 0 14px 12px;
}
.sous-menu li a {
	color: #979797;
	text-decoration: none;
}
.sous-menu li a:hover {
	color: #484848;
}
.content h1 {
	margin: 0;
	padding: 0;
	color: #007394;
	font: bold 30px Arial, sans-serif;
}
.content h2 {
	margin: 0;
	padding: 7px 0 18px;
	color: #dd6f00;
	font: bold 18px Arial, sans-serif;
}
.content h2 a {
	text-decoration: none;
	color: #dd6f00;
	background: url(/images/bullet-2.gif) no-repeat 0 5px;
	padding: 0 0 0 25px;
}
.content h2 a:hover {
	text-decoration: underline;
}
.content p {
	margin: 0;
	padding: 0 0 18px;
	text-align: justify;
}
.gallery {
	width: 504px;
	height: 222px;
	float: left;
	margin: 32px 0 0;
}
.button-prev,
.button-next {
	float: left;
	background: url(/images/button-left.gif) no-repeat;
	width: 18px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 100px 0 0;
}
.button-next {
	background: url(/images/button-right.gif) no-repeat 0 -1px;
}
.gallery ul {
	margin: 0;
	padding: 0 1px 0 1px;
	float: left;
}
.gallery ul li {
	float: left;
	display: inline;
}
.gallery ul li.left {
	border-left: 2px solid #a7bf00;
	padding: 0 13px 0 0;
}
.gallery ul li.right {
	border-right: 2px solid #a7bf00;
}
.gallery ul li img {
	float: left;
}
.right-col {
	float: left;
	width: 196px;
	margin: 36px 0 0 17px;
	display: inline;
}
.ico-nav {
	margin: 0;
	padding: 0 0 7px;
	float: left;
}
.ico-nav li {
	display: inline;
	float: left;
}
.ico-nav li a {
	text-indent: -9999px;
	overflow: hidden;
	height: 68px;
	float: left;
	display: inline;
}
.ico-nav li a.tele {
	background: url(/images/ico-tele.gif) no-repeat;
	width: 77px;
	margin: 0 18px 0 0;
}
.ico-nav li a.contact {
	background: url(/images/ico-contact.gif) no-repeat;
	width: 44px;
	margin: 0 22px 0 0;
}
.ico-nav li a.rss {
	background: url(/images/ico-rss.gif) no-repeat;
	width: 33px;
}
.newsletter {
	float: left;
	width: 194px;
	height: 95px;
	background: url(/images/form-bg.gif) no-repeat;
}
.newsletter h2 {
	margin: 0;
	padding: 1px 0 4px;
	text-align: center;
	color: #fff;
	font: bold 15px Arial, sans-serif;
}
.newsletter p {
	margin: 0;
	padding: 0 5px 3px 0;
	color: #484848;
	font: 10px/10px Arial, sans-serif;
	text-align: center;
	width: 189px;
}
.form {
	float: left;
	padding: 5px 0 0 7px;
}
.form input {
	float: left;
	padding: 0;
	width: 177px;
	height: 15px;
	border: 1px solid #aaa8a4;
	font-size: 11px;
}
.form input#btn {
	border: none;
	width: 38px;
	height: 13px;
	float: right;
	margin: 8px 13px 0 0;
	display: inline;
}
.banner {
	float: left;
	margin: 11px 0 0 -1px;
	display: inline;
}
.banner img {
	float: left;
}
#footer {
	float: left;
	width: 951px;
	height: 118px;
	background: url(/images/footer.gif) no-repeat;
	padding: 0 0 60px;
}
.footer-logo {
	background: url(/images/footer-logo.gif) no-repeat;
	width: 176px;
	height: 38px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 14px 0 0 405px;
	display: inline;
}
#footer ul {
	margin: 15px 0 0 400px;
	padding: 0;
	float: left;
	
	display: inline;
}
#footer ul li {
	display: inline;
	float: left;
	font: bold 11px Arial, sans-serif;
	background: url(/images/sep.gif) no-repeat 0 2px;
	padding: 0 6px 0 10px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	text-decoration: none;
	color: #656565;
}
#footer ul li a:hover {
	text-decoration: underline;
}