body {
	margin: 0;
	background: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background: url("images/bg.jpg") repeat-x;
}

#main{
	width: 930px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #555;
	background: url("images/foot.jpg") no-repeat;
	background-position: bottom right;
	padding-bottom: 120px;
}

#header {
	width: 600px;
	margin-bottom: 20px;
}
#langues {
	float:right;
}

#page {
	padding: 10px;
}

#projets{
	margin-left: 20px;
	margin-bottom: 10px;
}

#block0{
	margin-bottom: 50px;
	margin-left: 20px;
}

#block1{
	float: left;
	margin-right: 100px;
	margin-left: 20px;
	margin-top: 40px;
	display: inline; 
}
#block2{
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	display: inline; 
}

#foot{
	clear: both;
    text-align: center;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
#foot a{
	color: #666;
	text-decoration: underline;
}

.projetblock {
	height:210px;
	width:210px;
	background: #fff;
	float:left;
	margin-right:10px;
	border: 1px dashed #888;
}
.projetimage{
	margin: 5px;
}
.projettext{
	margin: 5px 5px 5px 10px;
	font-size: 13px;
}

img { 
	border: none;
}

a {
	color: #0067c4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

.zhongwen {
	line-height: 20px;
}
