@charset "UTF-8";
/* CSS Document */
html {overflow-y: scroll;}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:#261b06;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#909577;
}
#content {
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:552px;
	padding:100px 36px 0 408px;
	background:url(../images/fond_general.jpg) no-repeat 0 0;
	height:410px;
}
#projets{
	background:url(../images/fond_encadrebeige.png) no-repeat 0 0;
	height:329px;
	padding:0 35px 50px 35px;
}
h1{
	position:absolute;
	left: 301px;
	top: 20px;
}
h2{margin:0 0 35px 0; padding-left:166px;}

/*.imprimes{
	background:url(../images/fond_imprimes.jpg) no-repeat;
}
.processing{
	background:url(../images/fond.jpg) no-repeat;
}*/
p.ti_vignette {
	margin-bottom:5px;
}
.vignette {
	margin:3px 0 3px 1px;
}
a img {
	border:0
}
;
a {
	color:#322307;
}
a:link {
	color:#322307;
	text-decoration:none;
}
a:visited {
	color:#022d48;
	text-decoration:none;
}
a:hover, a:focus {
	color:#5c5f34;
	text-decoration:underline;
}
#col1 {
	float:left;
	width:120px;
	line-height:11px;
}
#col2 {
	float:left;
	width:120px;
	line-height:11px;
}
.menu {
	font-size: 14px;
	position:absolute;
	left:304px;
	top:79px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
.coordonnees {
	position:absolute;
	top:53px;
	left:767px;
}
.clear{
	font-size:1px;
	height:1px;
	padding:0;margin:0;
	clear:both; float:none;
}

/* styles specifiques aux pages travaux */
/*#content{
	text-align:left;
	width:966px;
	padding:75px 0px 0 30px;
	background:url(../images/fond_general.jpg) no-repeat 0 0;
	height:auto;
	margin: 0 auto;
	position:relative;
	}*/
#box{
	background:#e7e6c6;
	padding:5px 10px 10px 10px;
	width:800px;
	position:absolute;
	top:75px;
	left:30px;
}

.btFermer{
	margin:0;
	padding-bottom:5px;
	display:block;
	width:100px;
	text-align:right;
	float:right;
}
#box a:link,#box a:visited{text-decoration:underline;}
