@charset "UTF-8";
/*************** Reset CSS3  **************************
	Resets default browser settings
	reset.css
********************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }
a:active { outline: none; }
body { line-height: 1; color: black; background: white; }
ol,ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption,th,td { text-align: left; font-weight: normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/************  Page style  ********************************/
html, body {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	background: #E3E3E3 url("img/bg.gif") repeat top;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

/*
#container {
	background: #E3E3E3 url("img/bg.gif") repeat;
	margin: 0 auto;
	position: relative;
	top: 150px;
}
*/
/* layout */

#wrapper {
	height: 800px;
	width: 1024px;
	margin: 0 auto;
}

nav {
	background: none transparent;
	height: 50px;
	left: 20px;
	margin: 0;
	width: 1000px;
}

header {
	background: transparent;
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	position: absolute;
}

#main {
	background: url("img/1.main.jpg") no-repeat;
	height: 800px;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	float: right;
	margin-top: 50px;
	width: 1024px;
}

footer {
	background: #3E3E3E url("img/bg_footer.gif") repeat;
	clear: both;
	height: 200px;
	margin: 0 auto;
	width: 1024px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: #333333;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

p {
	margin-bottom: 18px;
}

li {
	padding-left: 5px;
}

/* nav */

#logo {
	float: left;
	margin: 100px 0 0 15px;
}

nav .menu {
	font-size: 16px;
	font-weight: bold;
}

nav .menu ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
}

nav .menu li {
	display: block;
	float: left;
	padding-left: 15px;
}

nav .menu a {
	color: #666666;
	display: block;
	float: left;
	padding: 0px 15px 0 9px;
	text-decoration: none;
}

nav .menu a:hover {
	color: #999999;
}

nav .menu img {
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease; /* appel de la transition à l'état initial */
}

nav .menu img:hover {
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	transform: translate(0, -20px); /* déclenchement de la transition au survol */
}

/** HEADER */

header h1, header h2 {
	color: transparent;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: normal;
}

header h1 { 	
	font-size: 30px;
	float: left;
}

header h1 a:link, header h1 a:visited {
	text-decoration: none;
	color: transparent;
}

header h1 a:hover { 
	text-decoration: none; 
}

header h2 {
	font-size: 16px;
	color: transparent;
}

header a {
	text-decoration: none;
}

/** ARTICLES **/

article {
	padding: 0;
}

article img {
	border: none;
	/*box-shadow:			3px 3px 7px #777777;
	-moz-box-shadow: 	3px 3px 7px #777777;
	-webkit-box-shadow: 3px 3px 7px #777777;
	*/
}

article h2 {
	margin-top: 20px;
}

#content p, ul, ol, hr {
	margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 4px 24px 0 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 4px 0 0 24px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}

/* footer widget blocks */

aside h3 {
	font-size: 18px;
}

aside ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: -15px;
}

aside li a {
	display: block;
	text-decoration: none;
}

aside li a:hover {
	text-decoration: underline;
}

#copyright {
	clear: both;
	position: relative;
	top: 40px;
	left: 350px;
	font-size: 80%;
	width: 500px;
}

#footer-area {
	color: #FFFFFF;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}

.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 216px;
}

footer aside h4 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
}

footer a:link, footer a:visited {
	color: #FFFFFF;
}

footer p {
	margin-top: -15px;
}

/** ACCORDION */
.accordbk {
	background: transparent;
	margin-left: 100px;
}

.horizontalaccordion > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.horizontalaccordion > ul > li {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40px;
	height: 420px;
	transition: 		width 0.3s ease-in-out;
	-o-transition: 		width 0.3s ease-in-out;
	-moz-transition: 	width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
}

.horizontalaccordion > ul > li > h3 {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	height: 19px;
	width: 400px;
	border-left: #F0F0F0 1px solid;
	font-family: Whimsy TT, Helvetica, sans-serif;
	letter-spacing: 0.2rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
	background: #E2E2E2;
	white-space: nowrap;
	transform:			rotate(-90deg) translate(0px,-420px); transform-origin:			right top 0;
	-o-transform:		rotate(-90deg) translate(0px,-420px); -o-transform-origin:		right top 0;
	-ms-transform:		translate(0px,0px); -ms-transform-origin:	right top 0;
	-moz-transform:		rotate(-90deg) translate(0px,-420px); -moz-transform-origin:	right top 0;
	-webkit-transform:	rotate(-90deg) translate(0px,-420px); -webkit-transform-origin:	right top 0;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2E2E2, endColorstr=#999999);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2E2E2, endColorstr=#999999)";*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#999999));
	background-image: -moz-linear-gradient(left, #E2E2E2, #999999);
	background-image:		linear-gradient(left, #E2E2E2, #999999);
}

.horizontalaccordion > ul > li > div {
	display: none;
	float: right;
	overflow: auto;
	*top: 0px;
	*left: 0px;
	margin: 0;
	width: 460px;
	height: 330px;
}

.horizontalaccordion > ul > li > div img {
	float: left;
	margin-right: 8px;
}

.horizontalaccordion > ul > li:hover {
	overflow: hidden;
	width: 800px;
}

.horizontalaccordion:hover > ul > li:hover > div {
	display: block;
	position: absolute;
	top: 240px;
	left: 650px;
	padding: 0 10px 10px 10px;
}

.horizontalaccordion:hover > ul > li:hover > h3 {
	color: #212121;
	background: #F0F0F0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#454545));
	background-image:	-moz-linear-gradient(left, #F0F0F0, #454545);
	background-image:		 linear-gradient(left, #F0F0F0, #454545);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F0F0, endColorstr=#454545);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F0F0, endColorstr=#454545)";*/
}

.horizontalaccordion > ul > li > h3:hover {
	cursor: pointer;
}

.horizontalaccordion h4 {
	display: inline;
	font-weight: bold;
}
