/* CSS Document */
body {
	padding:0px;
	margin:0px;
	overflow:none;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-arrow-color: #000000;/*#FF9900*/
	scrollbar-track-color: #EAEAEA;
	scrollbar-darkshadow-color: #000000;
}

#site {
	position:relative;
	padding:0px;
	margin: 0px auto;
	width: 740px;
	z-index:1;
	height:540px;
	background-image:url(../images/Site/site_cttp.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	position:relative;
	padding:0px;
	margin: 0px auto;
	height: 100px;
	width:720px;
	z-index:0;
}

#body {
	position:relative;
	padding:0px;
	margin: 0px auto;
	z-index:0;
}

#menu {
	float:left;
	padding:0px;
	margin: 0px auto;
	width: 150px;
	height: 400px;
	z-index:0;
}

#contents {
	float:right;
	padding:0px;
	margin: 0px auto;
	width: 570px;
	height: 400px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background:inherit;
	background-attachment:fixed;
	overflow: auto;
	z-index:0;
}
#galerie ul{
	list-style-type: none;
}
#contents h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#footer {
	position:absolute;
	top:400px;
	left:0px;
	clear:both;
	width:100%;
	height:20px;
	padding:0px;
	margin: 0px auto;
	/*background-color:#FF3333;*/
	z-index:0;
}

/* Boites des liens du menu*/

div.lien
{
	width: 100%;
	text-align: center;
	vertical-align:middle;
	/*border-bottom: 1px solid #000000;*/
	/*background-color:#0066CC;*/
}
.lien a {
	width: 100%;
	
	/*height:20px;*/
	color:#000000;
	display:block;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.lien a:hover {
	width:148px;
/*	height:18px;*/
	background-color:#FF9900;
	text-decoration: underline;
	border: 1px solid;
	border-bottom-color:#000066;
	border-right-color:#000066;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;

}