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

/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
	background: url(../img/h400.png) top left;
	width: 290px;
	height: 380px;
	float: left;
	padding: 10px;
	margin: 5px 8px 10px 8px;
	color:#000;
}
/* accordion header */
.accordion h3 {
	background: url(../img/h30.png) scroll -12px -2px;
	color: #FFF;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding:0 15px;
	line-height: 25px;
	font-size:14px;
	border:1px solid #8dd0ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor:pointer;		
}

.autocad {
	clear: left;
	float: none;
	margin: 0 19px 0 19px;
	padding:0;
}

*html .autocad {
margin: 0 24px;
}

.autocad h3 {
	background: url(../img/h40.png) scroll -12px -2px;
	color: #FF9933;
	text-align:center;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	width: 918px;
	height: 28px;
	line-height: 26px;
	font-size:14px;
	border:1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: default;		
}

*+html .autocad h3 {
line-height: 25px;
}

*html .autocad h3 {
width: 915px;
line-height: 25px;
}

.accordion h3.location {
	background: url(../img/h30.png) scroll -12px -62px;
	border:1px solid #9cd558;
}

/* currently active header */
.accordion h3.current {
	background: url(../img/h30.png) scroll -12px -32px;
	cursor:default;
}

.accordion h3.current.location {
	background: url(../img/h30.png) scroll -12px -62px;
	border:1px solid #9cd558;
}

.accordion .titre, .accordion h3.titre {
	color: #5d5d5d;
	display: block;
	text-align: center;
	background: none;
	font-size: 12px;
	font-weight: normal;
	border: none;
	margin: 0;
	padding:0;
}

.accordion .titre h1, .accordion .titre big {
	margin:0;
	padding:0;
	font-size: 20px;
	font-weight: bold;
}


/* accordion pane */
.accordion div.pane {
	display:none;
	height:194px;
	padding: 8px 10px;
	color:#000;
	font-size:12px;
}

.accordion div.pane.one {
	display: block;
}

div.pane p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

div.pane p small {
	font-size: 10px;
}

div.pane p img {
	margin: 0 10px 5px 0;
	padding:0;
	float: left;
}

div.pane.one img {
	margin: 20px 0 0 0;
}
