* { 
margin: 0;
padding: 0;
}

html, body {
	/*height: auto;*/
	background: url(../pictures/bg.jpg) repeat-x left top #999999;
	}
	
body,td,th {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

#global-y {
	width:583px;
	text-align:left;
	margin: 0 auto;
	background:#FFF;	
	}
	
#cadre-y {
	width:583px;
	height:auto;
	background:transparent url(../pictures/bg_gal.gif) repeat-y scroll left top;
	overflow:hidden;
}

#titre-y{ 
	height:150px;
	background:transparent url(../pictures/index_bg.gif) no-repeat left top;
	overflow:hidden;
}
#titre-y h3{
	margin:82 10 1 10px;
	font-size:12px;
	line-height: 16px;
	color:#FFF; 
}

#content-text-y{
	padding:20px;
	background:transparent url(../pictures/bg_gal_ground.gif) no-repeat left bottom;
	overflow:hidden;
}
#content-text-y p{
	font-weight:bold;
	margin-bottom:10px;
}

#content-text-y a{
	font-size: 24px;
	font-weight:bold;
	text-decoration:none;
	margin:30px;
	color:#000;
}
#content-text-y a:hover{
	color:red;
}
#bouton-y {
 display:block;
 height: 30px;
}

.button {
border:none;
font-size: 24px;
font-weight:bold;
height: 28px;
color:#000;
background:transparent;
cursor:pointer;
margin:0px 30px 0px 30px;
}
.button:hover {
	color:red;
}
#bouton-y input:hover {
	color:red;
}

/*--------- Footer ------------- */
#footer-y{
	padding:25 10 20 10px;
	text-align:center;
	background:#868686;
}

#footer-y p{
	font-size: 11px;
	line-height: 14px;
	color:#333;
}

#footer-y a{
	margin: 10px;
	color:#000;
}

#footer-y h2{
	font-size: 9px;
	color:#333;
}
