@charset "utf-8";
/* CSS Document */

body{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#393939;}
#header{
	background-image:url(../images/header.png);
	width:980px;
	height:435px;}
td{
	padding-left:4px;}
label{
	width:140px;
	margin-bottom:6px;
	display:inline-block;}
input{
	margin-bottom:6px;
	width:200px;
}
select{
	margin-bottom:6px;
	width:200px;
}
textarea{
	margin-bottom:6px;
	width:200px;
	height:100px;
	
}
	
.site{
text-align:left;
width:980px;
margin:0 auto;}
.content{
	width:900px;
	background-color:#F5F2E7;
	margin-left:40px;}
.content .titre{
font-weight:bold;
font-size:18px;
margin-bottom:4px;
}
.blog_gauche{
	float:left;
	width:289px;
	padding-left:10px;
	padding-right:10px;
	}
.blog_droite{
	float:left;
	width:560px;
	padding-left:20px;
	padding-right:10px;
	border-left: dotted 1px black;
	}
.clear{
	clear:both;
}
.footer{
	background-image:url(../images/footer.png);
	width:900px;
	height:20px;}