/* CSS Document */

body {
	background-color:#F4F2F2;
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
}

img {
	border:none;
	margin:0;
	padding:0;
}

h2 {
	font-size:13px;
}

a {
	text-decoration:none;
	color:#707070;
}

a:hover {
	text-decoration:underline;
	color:#707070;
}

a:visited {
	color:#707070;
}

#global {
	position:relative;
	width:100%;
	height:100%;
}

#menuGauche  {
	width:145px;
	height:145px;
	/*background-image:url(images/fond_menu.gif);
	background-repeat:no-repeat;*/
	float:left;
	margin-left: 3px;
	margin-top: 10px;
	padding-left:10px;
	padding-top:2px;
	z-index:100;
}

#imagePage {
	float:right;
	width:648px;
	height:232px;
	right:0px;
	top:0px;
	z-index:100;
}

#corpsPage {
	float:left;
	width:100%;
	margin-top:30px;
}

	#corpsPage h1 {
		margin-left:40px;
		width:500px;
		background-image:url('images/pixel_1.gif');
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	#corpsPage h1 span {
		margin:0;
		font-size:14px;
		font-weight:bolder;
		font-stretch:expanded;
		background-color:#F4F2F2;
		margin-bottom:-2px;
		width:19px;
		color:#707070;
	}
	
	#corpsPage p {
		margin-left:40px;
		font-size:11px;
		margin-top:5px;
		width:90%;
	}

#ligneListing {
	margin-left:15px;
	font-size:11px;
	margin-top:5px;
	width:96%;
	color:#444444;
}

#ligneListing h1 {
	color:#000000;
}

#ligneListing a {
	color:#000000;
}

#ligneListing h2 {
	margin-left:23px;
	margin-top:20px;
}

#ligneListing p {
	margin-left:23px;
}

.browse_tool {
	display:none;
}

.browse_tool {
	display:none;
}

.browse_tool_button {
	display:none;
}

.bt_pages_ghost {
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
}

.browse_tool_curpage {
	font-weight:lighter;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
	color:#D0CECE;
	text-decoration:underline;
}

.bt_pages {
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
}

.colonneImages img {

}

.imgThumb {
	border:4px #707070 solid; 
	margin-bottom:3px;
	width:137px;
	height:137px;
	overflow:hidden;
}

#listingDesc {
	margin-left:23px; 
	width:500px;
	font-size:12px;
}

#listingDesc img {
	border:4px #707070 solid; 
}

#cadreContact {
	width:450px;
	margin-left:120px;
	font-size:11px;
	
}

#cadreContact input {
	border:#707070 1px solid;
	background-color:#F4F2F2;
}

#cadreContact textarea {
	border:#707070 1px solid;
	background-color:#F4F2F2;
}