a img{
	border: none;
}

td{
	vertical-align: top;
}

.projet{
	background-attachment: scroll;
	background:#2A2C35 url("images/pageprojet_02.jpg") center top no-repeat;
	vertical-align:top;
	width: 1000px;
	margin: 10px auto;
	position: relative;
}
.projet .bande1, .projet .bande2{
	height: 100%;
	width: 20px;
	position: absolute;
	top: 0;
}
.projet .bande1{
	float: left;
	left: 0;
}
.projet .bande2{
	right: 0;
}
.projet .center{
	height: auto;
}

.projet h2, .projet h3{
	clear: left;
	color: #000;
	border-bottom:thin solid #666666;
}
.projet h2{
	font-size: 24pt;
	
}

.projet h3{
	font-size: 18pt;
}

.projet .right{
	float: right;
	width: 340px;
	text-align: center;
	margin: 10px;
}
.projet .right *{
	clear: both;
	margin-bottom: 10px;
	
}

.projet .fondcontenu{
	margin: 10px 30px;
}
.projet .fondcontenu.mince .tablemenu{
	width: 465px;
}
.projet .tablemenu{
	margin: 10px;
}
.projet .tablemenu+.partenaires a, .projet .tablemenu+.partenaires img{
	vertical-align: top;
	float: left;
	margin: 5px;
}

.projet * .Lien_plan{
	display: block;
	float: left;
	width: 195px;
	margin: 8px;
	padding: 5px;
	font-size: 12px;
}
.projet * .Lien_plan sup{
	font-size: 0.7em;
}

.projet .retour{
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.projet .retour{
	width: 223px;
}

.projet .tablemenu:after {
	content: ".";
	display: block;
	clear: left;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
 
html[xmlns] .projet .tablemenu {
	display: block;
}
 
* html .projet .tablemenu {
	height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}