/*******************
Centrage vert.
*******************/
#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 0px solid #43353A;
}

#page-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
}
#page {
	width: 1076px;
	margin: auto;
	text-align: left;
	border: 0px solid #fff;
}

#navigation, #content,.section{
	padding: 0;
	margin: 0;
	list-style: none;
}

#content {
	overflow: hidden;
	width: 614px;
	height: 476px;
	float: left;	
	position: relative;
	background-color: #ffebeb;
	font-family: "Trebuchet MS", Arial, "Century Gothic", Geneva, Tahoma, Verdana, sans-serif;
	border: 0px solid black;
}
	#content h2 {
		border-bottom: 1px solid #EBC9C9;
		padding-left: 10px;
		margin: 16px 0 10px 0;
	}
	
	#content h3 {
		margin-bottom: 16px;
	}
		
	#content a {
		color: #572518;
		text-decoration: none;
	}
	#content a:hover {
		color: #cf181d;
		text-decoration: underline;
	}
	
	
/*******************
Top
*******************/
#top {
	width: 956px;
	height: 67px;
	background: url("images/essai05_top.jpg") no-repeat;
	position: relative;
}
/*******************
 Menu de navigation
*******************/
#navigation {
	width: 258px;
	height: 476px;
	background: url("images/essai05_left.jpg") no-repeat;
	float: left;
	text-align: left;
	position: relative;
	border: 0px solid black;
}
	
		
.section {
	width: 1900px;
	position: relative;
}

	.section .sub{
		position: relative;
		float: left;
		padding: 11px;
		/*width: 552px;
		height: 412px;*/
		width: 590px;
		height: 452px;
		overflow: hidden;	
		background-color: #ffebeb;
	}
		.section .sub .tab { padding-left: 10px; } /*tabulation de textes*/
		.section .sub p {
			margin: 0px 0;
			border: 0px solid black;
		}
		
/*******************
 Contact
*******************/
		.section .sub .contact {
			border: 0px solid black;
			/* position: relative; */
			width: 100%;
			height: 421px;
			background: url("images/house.jpg") 200px 90px no-repeat;
		}
		
		/*Mail*/
		.section .sub .contact .email a {
			width: 120px;
			height: 40px;
			display: block;
			margin-top: 20px;
			background: url("images/email_64.png") 7px 0 no-repeat;
			border: 0px solid black;
			font-size: 80%;
			padding-left: 75px;
			padding-top: 20px;
		}

		
		/*Bouton Fb like*/
		.section .sub .contact .fb-like {
			border: 0px solid blue;
			margin-top: 30px;
			padding-left: 9px;
		}
		
		/*logo Twitter*/
		.section .sub .contact #TwitButton {
			width: 100px;
			height: 100px;
			background: url("images/twitter_newbird_blue.png") no-repeat;
			display: block;
			position: absolute;
			top: 110px;
			right: 290px;
			z-index: 10;
			-moz-transform:rotate(35deg); /*firefox*/
			-webkit-transform:rotate(35deg); /*Chrome, Safari*/
			-o-transform:rotate(35deg); /*Opera*/
		}
		.section .sub .contact #TwitButton:hover {
			/* border: 1px solid red; */
			-moz-transform:rotate(30deg); /*firefox*/
			-webkit-transform:rotate(30deg); /*Chrome, Safari*/
			-o-transform:rotate(30deg); /*Opera*/
		}
		/*logo Fb*/
		.section .sub .contact .fb-follow-button {
			width: 100px;
			height: 100px;
    		display: block;
			border: 0px solid #fff;
			position: absolute;
			top: 325px;
			right: 190px;
			z-index: 5;
		}
		
		.section .sub .contact .test {
			border: 1px solid #fff;
			position:absolute;
			top: 40px;
			left:0;
			z-index:-10;
		}	
		.section .sub .contact code {
			z-index: -25;
			color:#ccc;
			font-family:"Courier New";
			font-size: 80%;
			
		}
		
		/*copyright*/
		#content .section .sub .contact a.copyright {
			position: absolute;
			font-size: 70%;
			bottom: 10px;
			right: 15px;
			z-index: 5;
			text-align: right;
			color: #9E9DA1;
		}


		/*Flèches*/
		.section .next, .section .prev{
			font-size: 18px;
			position: absolute;
			bottom: 0px;/*15px*/
			letter-spacing: -2px;
		}
		.section .next { right: 12px; }
		.section .prev { left: 12px; }
		
		.section a.next , .section a.prev  {
			border: 0px solid red;
			width: 48px;
			height: 48px;
			display: block;
			border: 0px solid red;
		}
		.section a.next, .section a:active.next, .section a:visited.next, .section a:focus.next {
			background: url("images/right.png") 0 0 no-repeat;
		}
		.section a.prev, .section a:active.prev, .section a:visited.prev, .section a:focus.prev {
			background: url("images/left.png") 0 0 no-repeat;
		}
		.section a:hover.next, .section a:hover.prev {
			background-position: 0 -48px;
		}
		

/*******************
Right
*******************/
#right {
	float: left;
	width: 84px;
	height: 476px;
	background: url("images/essai05_right.jpg") no-repeat;
	position: relative;
}
/*******************
Bottom
*******************/
#bottom {
	clear: both;
	width: 956px;
	height: 73px;
	background: url("images/essai05_bottom.jpg") no-repeat;
	position: relative;
}


.message{
	background: #EEE;
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	padding: 1px;
	position: absolute;
	left: 11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}
