*, html {
	margin: 0;
	padding: 0;
}
body {
/*background:url(../images/bg.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#333;
	color: white;	*/
}
div {
	border: none;
	margin: 0;
	padding: 0;
}
#content {
	margin:auto;
	margin-top:15px;
	width: 900px;
	height:500px;
}
#mainmenu {
	height: 32px;
	background-image:url(../images/back.gif);
}
#left {
	float: left;
	width: 900px;
	height:460px;
	clear: both;
	background-color:white;
}
.lefthead {
	float: top;
	height: 150px;
	background-color:#336699;
	background-image:url(../images/projets.jpg);
	background-repeat:no-repeat;
}
.leftbody {
	margin: 0;
	padding: 0;
}
.gallery {
	float: left;
	width: 680px;
	overflow:auto;
	height:290px;
	padding: 10px;
	color: #333;
	background:white url(../images/bgleftgd2.jpg) repeat-x top;
	background-attachment: scroll;
}
#right {
	height:460px;
	float:right;
	width:450px;
	background-color:#666;
	background-image: url(../images/interior.jpg);
}
#mainmenu {
	float:left;
	font:normal 12px 'Trebuchet MS', 'Arial';
	margin:0;
	padding:0;
	border-bottom:3px solid #dedede;
}
#mainmenu ul {
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	width:880px;
}
#mainmenu li {
	display:inline;
	padding:0;
}
#mainmenu a {
	color:#FFF;
	float:left;
	padding:0 3px 0 3px;
	text-decoration:none;
}
#mainmenu a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
}
#mainmenu a span img {
	border:none;
	margin:8px 4px 0 0;
}
#mainmenu a:hover {
	background: url(../images/back2.gif) repeat-x;
}
#mainmenu a.right {
	float:right;
}
.descpr {
	font:normal 10px 'Trebuchet MS', 'Arial';
	margin-right:20px;
	margin-top:10px;
	overflow:auto;
	border-bottom: 1px solid #999999;
	margin-bottom:15px;
	text-align:justify;
	padding-right: 5px;
	padding-bottom:10px;
}
.descpr h3 {
	padding-bottom: 3px;
	font-size:13px;
}
.imgpr {
	float: left;
	height:110px;
	clear: both;
	padding-right: 15px;
	margin: auto;
	overflow:hidden;
}
.thumb {
	height:150px;
	width: 200px;
}
.list {
	width: 200px;
	margin: 0;
	float: right;
	height: 310px;
	background-color:#666;
	background-image:url(../images/bg2.jpg);
}
.list h1 {
	padding: 10px;
	font:normal 12px 'Trebuchet MS', 'Arial';
	color: white;
	height: 22px;
	background:url(../images/back.gif) repeat-x top;
}

.list ul {
	list-style-position:outside;
	list-style-type:square;
}
.list li {
	padding: 5px;
}

.list li:hover {
	padding: 5px;
	background-color: #4A5363;
}
#footer {
	clear: both;
	height: 32px;
	background-image:url(../images/back.gif);
	text-align:right;
	padding:0px 5px;
}
#footer p {
	padding: 5px;
	color: #dedede;
}


/*CSS liste des projets*/
#listep {
list-style-type:none;
margin:0 0 5px 10px;
}


#listep a {
	color: #999999;
	font-weight:bolder;
	font-size:1.1em;
	text-decoration: none;
}

#listep .titre{ font-weight:bold;
font-size:1.3em;
text-decoration:underline;
margin-bottom:20px;
}

#listep a:hover {
text-decoration:underline;
}

.pic {
	float: left;
	border: 3px solid #ccc;
	width: 80px;
	height: 100px;
	margin: 5px;
	padding: 2px;
	overflow:hidden;
}
.picture{
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 1px;
	overflow:hidden;
}

.picadd {
	float: left;
	border: 3px solid #336699;
	background-color:#dedede;
	width: 80px;
	height: 100px;
	margin: 5px;
	padding: 2px;
}

.picdelete {
	background-color: #666;
	color: white;
	padding: 3px;
	font-size:9px;
}

.picdelete a {
	text-decoration:none;
	color: white;
}

.picdelete:hover {
	background-color: #E35A3A;
	color: white;
	padding: 3px;
	font-size:9px;
}

.param {
	background-color:#CCC;
	text-align:right;
	padding: 3px;
}

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

#footer a:hover {
	color: #0099FF;
	text-decoration:underline;
}
.picproj {
	background-color:red;
	float:left;
	border: none;
	margin: 10px;
	margin-top:0;
}

.detail {
	display:block;
	float: right;
	color:#333;
	text-align:right;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
	text-decoration:none;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
h1 {

	color: #336699;
	padding: 3px 0px;
	margin: 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999;
}
