@charset "utf-8";

.body {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #9f9f9f;
	background-image: url(images/fond.jpg);
	background-repeat:no-repeat;
	background-color:#D4D4D4;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDDD5D;
	font-size: 12px;
	font-weight: bold;
}
.txt {
	line-height: 12px;
}
.txt-violet {
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #6b4686;
}
.txt-rose {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #993366;
}
.txt-gris {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.txt-bleu {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #025f8e;
	font-weight: bold;
}
.titre-blanc {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.info-jaune {
	font-family: Arial;
	font-size: 13px;
	color: #ecb43e;
	font-weight: bold;
	text-transform: capitalize;
}
.txt-blanc {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.selection{
	font-family: "trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #8d3b71;
}
a.lienmenuweb{
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#image {
	position: fixed;
	left: 308px;
	top: 334px;
}
#btn {
	position: relative;
	float: right;
	right: 0px;
	bottom: 36px;

}


a.lienmenuweb:hover{
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #8d3b71;
	text-decoration: none;
}
a.lienmenuweb:active{
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #8d3b71;
	text-decoration: none;
}
.testbtnvoir {
	float: right;
	position:absolute;
	margin-top:255px;
	margin-left:298px;
}

#derniers-projets {
	text-align: left;
	padding: 10px 60px 0 90px;
}
#derniers-projets p{
	margin: 0;
	padding: 0;
}
#derniers-projets a{
	text-decoration: none;
}
#derniers-projets .btn-ref{
	background: url(images/btn_ref.png) no-repeat;
	display: block;
	height: 19px;
	width: 278px;
}
#derniers-projets .btn-ref:hover{
	background: url(images/btn_ref2.png) no-repeat;
}
#derniers-projets img{
	border: 0;
}
#derniers-projets h1{
	border-bottom: 1px solid #999;
	width: 100%;
	margin-bottom: 10px;
}
#derniers-projets td{
}
#derniers-projets .capture {
	border: 2px solid #999;
}
#derniers-projets .loupe {
	position: relative;
	bottom: 56px;
	right: 26px;
}
#derniers-projets .loupe2 {
	position: relative;
	bottom: 56px;
	left: 126px;
}

#categories {
	font-size: 11px;
	list-style: none;
}
ul#categories {
	margin: 0 10px 0 10px;
	padding: 0;
}
a.titrecat {
	background: #999;
	display: list-item;
	text-decoration: none;
	padding: 3px;
	margin: 4px 0;
	text-indent: 6px;
	color: #fff;
	list-style: square inside;
	font-weight: bold;
}
ul.subMenu {
	margin: 6px 0;
	padding: 0 0 0 40px;
}
.subMenu li {
	margin: 0;
	list-style-image: url(images/fleche-rose.gif);
}
.subMenu li a{
	text-decoration: none;
	color: #696969;
}
.subMenu a:hover, .subMenu strong{
	color: #8C366E;
}