* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #993300 url("bodybackground.gif") repeat-x;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
#contenu{
	width:540px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 0 5px 0 5px;
}
#contenu,p{
	color: black;
	font-size: 1.11em;
}
#main {
	background: #fff url(bottom.gif) left bottom no-repeat;
	color: #000;
	left: 50%;
	margin-left: -277px;
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	width: 554px;
}
hr {
	border-top: 1px dotted #fc0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	clear: both;
	display: block;
	margin: 10px 40px 0px 0px;
}

.site li{
	 display:inline;
	 margin: 0 10px 0 0;
}

.site{
	margin:10px 0 0 20px;
	list-style-type:none ;
}
.site img {
	border: solid 2px #AA6604;
	margin: 10px 0 0  0;
}
h2{
	color: #946600;
	font-size: 1.4em;
}
h1, #lookhy, #competences, #contact, #adresse {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#competences, #contact, #adresse {
	padding-left: 40px;
}
#competences,a {
	text-decoration: none;
}
#competences dt {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0.5em;
}
#competences dt, #competences dd {
	line-height: 25px;
}
#competences dd {
	color: #666;
}
#contact h2, #adresse h2 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 10px;
}
#contact strong, #adresse strong {
	color: #f90;
	font-size: 12px;
}
label {
	display: block;
	padding: 3px 0px;
}
#comment, #nom, #email {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #00f;
	border: 1px solid #fc0;
	background-color: #ddd;
}
#comment-lbl, #comment {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#comment {
	clear: left;
	margin-bottom: 10px;
}
#list {
	margin: 5px 5px 0px 0px;
}
#list-lbl {
	display: inline;
}
#send {
	margin-top: 10px;
}
address {
	color: #666;
	font-style: normal;
	text-align: center;
}
#mailerror {
	clear: both;
	color: #900;
	text-align: center;
}