/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */


/* Page styling */
body {
	background: url("../../site/images/pixelfond.jpg");
	font-family:Arial,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #433B2E;
	text-align:center;
}

div.conteneur{
	position: relative;
	top:0px;
	width: 1047px;
	height: 719px;
	margin-top: 0px; 
	margin: auto;
}

div.p_content {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.page {
	position: relative;
	overflow: hidden;
	width: 1047px;
	height: 719px;
	margin-top: 0px; /* make this half your image/element height */
	background: #433B2E url("../../site/images/fond.jpg");
}

div.content {
	position: relative;
	overflow: hidden;
	top: 45px;
	right: 80px;
	width: 750px;
	height: 600px;
	float: right;
}

/* Links container */
div.links {
	position: absolute;
	margin:auto;
	width: 520px;
	height: 30px;
	text-align: right;
	right:70px;
	bottom:30px;
}

a.navlinks,a.navlinks:visited {
	color: #433B2E;
	font-size: 11px;
	padding-left: 13px;
	padding-right: 13px;
	text-decoration:none;
}

a.navlinks:hover{
	color: #cccc00;
}


/*Activity Pages Styling */
div#head{
	position: relative;
	clear: both;
	width: 734px;
}

div#service{
	position: relative;
	float: left;
	width: 440px;
	margin-top: 25px;
}

div#quote {
	position: relative;
	float: right;
	width: 240px;
	height: 180px;
	margin-right: 25px;
	_margin-right: 15px;
	margin-top: 25px;
}

div#price {
	position: relative;
	float: left;
	width: 350px;
	margin-top: 25px;
	text-align: left;
}

div#activity_gallery {
	position: relative;
	float: right;
	width: 330px;
	margin-top: 25px;
}

.va_paragraph {
	overflow: hidden;
	text-align: justify;
	margin-left: 15px;
	_margin-left: 7px;	
	margin-top: 15px;
}

div.title {
	color: #cccc00;
	font-size: 18px;
	margin-bottom: 15px;
	text-align:left;
	font-weight:bold;
}

/* quote styling */
.quote {
	padding: 7px;
	font-size: 15px;
	font-weight:bold;
	text-align: left;
	line-height: 1.1;
	border: 1px dotted;  
	background: url("../../site/images/quote_bg.png");
}

/* Gallery_activity content styling */
div.gallery-preview {
	overflow: hidden;
	height: 150px;
}

div.thumb {
	background-position:top right;
	float: left;
	height: 60px;
	width:60px;
	text-align: center;
	overflow:hidden;
}

div.cadrethumb {
	background:url("../../site/images/ombre_photo.png");
	background-position:top right;
	float: left;
	height: 68px;
	width:68px;
	margin: 5px;
	text-align: center;
}

img.thumb {
	border: none;
	/* height: 60px; */
	/* height:50px; */
}

/* Presentation page styling */
#selfimage {
	position: absolute;
	top: 20px;
	left: 470px;
	width: 260px;
	height: 240px;
}

.selfimage p {
	font-weight: bold;
}

#presentation{
	clear: both;
	float: left;
	width: 400px;
}

#objective{
	clear: both;
	float: left;
	width: 734px;
}

#method{
	float: left;
	width: 320px;
}

#contact{
	float: right;
	width: 50%;
}

a.contact,a.contact:visited {
	color: #433B2E;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.contact:hover{
	color: #cccc00;
}

/* Global styles */
.bold {
	font-weight:bold;
}

.font-style {
	font-family:Arial,Helvetica, sans-serif;
	font-size: 12px;
}
