*
{
	padding: 0;
	margin: 0;
	border: 0;
}
body
{	padding-top: 100px;

	BACKGROUND: url(soie.jpg) #000 center 50%; COLOR: #fff;
	color: #000;
	font: .8em/1.5em Verdana, Arial, sans-serif;
}

#menu,#colonne2
{

	background: url(fond2.png) ;
	background-repeat: inherit;
	height: 600px;
	text-align:center;

}
#menu
{
	float:left;
	padding:0px;
	width: 214px;
	line-height: 40px;
}
#menu li	{ border-top: #CCCCCC 1px  dashed; list-style-type: none;  }
#menu li:hover{background: #333333; color:#CCCCCC;  }
#menu li:active{background:#CC0033; color:#CCCCCC;  }
DIV#menu A {DISPLAY: block;}

#menu a:link {
	color: white;
	text-decoration: none;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	text-decoration: none;
}
#menu a:active {
	color: white;
	text-decoration: none;
}

#colonne2
{	width: 356px;
	float:right;
}

#corps
{
	width: 100%;
	height: 600px;
	background-color: #FF8;
	BACKGROUND: url(alu.jpg) #fff center 50%;
	text-align:center;
}
#corps H1 { padding-top: 20px;padding-bottom: 12px; padding-left:20px; float:left; font-size:14px;}


p
{
	padding: 20px;
}

a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0033;

}
a:active {
	color: #CC0033;
	text-decoration: none; }

textarea {
 border:1px solid black;
 }
 input {
 border:1px solid black;
 }