html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:14px;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}

html, body{
	width:100%;
	height:100%;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size:14px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
h1{
	display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h2{
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

body{
	background-image:URL(../img/back.jpg);
}

#header{
	position:relative;
	height:auto;
	width:100%;
	z-index:10;
}
#menu{
	position:relative;
    width: 100%;
    height: 50px;
	background-color:white;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
	text-align: center;
	z-index:10;
}#menuList{
    font-size: 26px;
    padding-top: 10px;
    width: 813px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}#menuList li{
	margin-left: 55px;
	display:inline-table;
}#menuList li:first-child{
	margin-left:0;
}#menuList li :hover{
	border-bottom: 2px solid orange;
}.noBorderMenu :hover{
	border-bottom: 0 !important;
}
#menuList #sub:hover #sousMenuList{
	display:block;
}
#menuList a{
	text-decoration:none;
	color:black;
}#sousMenuList {
    background-color: white;
    margin-top: 3px;
    list-style: none;
    height: 230px;
    width: 198px;
    font-size: 24px;
	display: none;
    border-bottom: 2px solid orange;
    border-top: 2px solid orange;
    box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
}#sousMenuList li{
    margin-left: 10px !important;
    margin-top: 12px;
    float: left;
    clear: left;
}#sousMenuList li :hover{
	border-bottom: 0;
}

#wrapper{
	position: relative;
	top: 60px;
	width: 950px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
	background-color: white;
}

#pageContent{
    position: relative;
    min-height: 500px;
    width: calc(100% - 40px);
    background-color: white;
    margin-top: 0px;
    padding: 20px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
}
#pageContent ul{
	padding-left:40px;
}
#pageContent ul li{
	padding-top:10px;
}

/*Header SwapShow*/
#SwapShowImgHeader{
	position:relative;
	width:950px;
	height:150px;
	left:calc(50% - 475px);
	opacity:0;
}#logo{
	background-image: url('../img/logo/trwhlogo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 150px;
    width: 210px;
    z-index: 1;
    position: absolute;
}

/*Galerie SwapShow*/
#slideBox{
	position:relative;
	width:686px;
	height:468px;
	left:calc(50% - 343px);
	background-image:URL('../img/slideshow/border.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
}
#galerieContent{
	position:relative;
	width:600px;
	height:auto;
	left:calc(50% - 300px);
}
#SwapShowImg{
    margin-left: 23px;
    margin-top: 21px;
    height: 400px;
    width: 640px;
    position: absolute;
}#SwapShowImg img{
	position:relative;
	height:400px;
	width:600px;
}#SwapShowImg figcaption {
	position:relative;
	margin-top:-57px;
	padding: 20px;
	border-top: 1px solid rgb(225,225,225);
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
}.SwapShowContent{
	height:400px;
	width:600px;
}

.miniImg{
	height:60px;
	width:auto;
	opacity:0.8;
	float:left;
	padding-left:10px;
	padding-top:10px;
}
.miniImg:first-child{
	padding-left:0;
}

.slideImg{
	height:500px;
}



#footer{
	width: calc(100% - 40px);
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
    z-index: 99;
}#footerContent{
	height:55px;
	padding-top:10px;
}

#marginBottom{
	height:60px;
}

.middleText{
	font-size:20px;
}

/*Lecteur RSS*/
#fluxRss{
    position: absolute;
    float: right;
    right: 10px;
    top: 208px;
}
#sponsor{
	position:relative;
	height:55px;
	width:100%;
	text-align:center;
	padding-bottom: 15px;
}
.sponsorLogo{
	height:60px;
	margin-left:90px;
	margin-top:6px;
}
.noMarginLeft{
	margin-left:0;
	margin-top:6px;
}


/*Custom class*/
.menuSep{
	border-left;
	color:grey;
	opacity:0.7;
	
}
.sameColumn td{
	width:50%;
}
hr{
	width:500px;
}