/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#FFFFFF url(/images/h150.png) repeat scroll 0;*/
	height:280px;
	padding:0px 0 0px 0px;
	width:100%;
	border:1px solid #B5B8C8;
	margin-left: 0px;
	margin-top: 10px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	margin-left:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}


/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:auto;
	float:left;	
	display:block;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:190px;
}

#bandeauformulaire {
	/*background:#FFFFFF url(/images/h150.png) repeat scroll 0;*/
	height:50px;/*	80px */
	padding:0px 0 20px 20px; /*	padding:10px 0 10px 20px; */
	width:612px;
	border:1px solid #B5B8C8;
	margin-left: 10px;
	margin-top: 10px;
}

/* accordion header */
#bandeauformulaire img {
	float:left;
	margin-right:10px;
	margin-left:10px;
	cursor:normal;
	opacity:1;
	filter: alpha(opacity=100);
	margin-top:4px;
	height: 62px;
	width: 60px;
}


/* currently active header */
#bandeauformulaire img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

#bandeauformulaire .bandeau-form-item {
	width:100%;	
	margin-left:-20px;
	display:none;
}

#bandeauformulaire .bandeau-form-item .titre{
	width:auto;
	margin-left:10px;
	margin-top:30px;	
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#bandeauformulaire div {
	width:0px;
	float:left;	
	display:block;		
	margin-right:10px;
}


/* content inside a pane should have fixed width */
#bandeauformulaire div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:auto;
	font-size:15px;	
	float:left;
}
	
#bandeauformulaire div p {	
	font-size:11px;
	width:auto;
	float:left;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
/*
#accordion {*/
	/*background:#FFFFFF url(/images/h150.png) repeat scroll 0;*/
/*	height:80px;
	padding:10px 0 10px 20px;
	width:612px;
	border:1px solid #B5B8C8;
	margin-left: 10px;
	margin-top: 10px;
}
*/
/* accordion header */
/*#accordion img {
	float:left;
	margin-right:10px;
	margin-left:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}
*/

/* currently active header */
/*#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}
*/
/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
/*#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}
*/
/* content inside a pane should have fixed width */
/*#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
*/	
/* #accordion div p {	
	font-size:11px;
	width:190px;
}

*/
