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

body{
	background:#000 url(images/bgbody.jpg) center repeat-y;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}
.txt{
	padding:10px;
}

.page{
	width:900px;
	margin:auto;
}
.conteneur{
		
}
.conteneurTop{
	background:url(images/top_page.png);
	height:21px;
}
.conteneurCorp{
	background:url(images/bkg_page.jpg) repeat-y;	
	min-height:500px;
}
.conteneurBottom{
	background:url(images/bottom.png) center no-repeat;
	height:23px;
}

#foot{
	text-align:center;
	font-size:10px;
	color:#666;
}
.txt a {
	color:#FFF;
	text-decoration:none;
}
.txt a:hover{
	color:#666;
}
.vignette{
	style:width:130px;
	float:left;
	margin:3px;
	width:150px;
	text-align:center;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
