/* Global
------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	background-color:#fff;
}

body {
	font:.8em "Lucida Grande", arial, sans-serif;
	color:#949494;
	line-height:1.6em;
	background:url('../img/mountains.jpg') no-repeat top center;
}

.spaced {
	line-height:2em;
}

.small {
	font-size:.85em;
	line-height:1em;
}

img {
	border:none;
}

#content img {
	float:right;
}

.clear:after, #content:after, #contentFrame:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


	
/* Texte et liens
------------------------------------------------------------------------*/
a,a:link,a:visited,a:active {
	color:#7c9ec0;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#dc291e;
	text-decoration:none;
	cursor:pointer;
}

#menuBloc a:hover {
	color:#abc7e3;
}

object {
	cursor:pointer;
}

h2 {
	font-size:1.6em;
	color:#dc291e;
	font-weight:normal;
	letter-spacing:0.09em;
	margin-bottom:.5em;
}

h3 {
	font-size:1.2em;
	color:#7c9ec0;
	letter-spacing:0.12em;
	font-variant:small-caps;
	margin-bottom:.8em;
}

p {
	margin-top:1em;
}

	
/* Structure globale
------------------------------------------------------------------------*/
#header {
	float:none;
	width:100%;
	height:40px;
}

#topLine {
	float:left;
	width:100%;
	height:5px;
	background-color:#91bee6;
	border-bottom:1px solid #fff;
}

#topShadow {
	float:left;
	width:100%;
	height:34px;
	background-image:url('../img/topShadow.png');
	background-repeat:repeat-x;
}

#wrapper {
	display:block;
	width:950px;
	min-height:550px;
	margin: 0 auto;
	margin-top:30px;
}

#sidebar {
	float:left;
	width:200px;
}

#logoValais {
	width:100%;
	margin-bottom:25px;
}

#menuBloc {
	width:145px;
	margin:0 auto;
	line-height:2em;
	background-image:url('../img/bgBlue.png');
}

#menuBloc a {
	display:block;
	padding:3px 0 3px 15px;
}

#menuBloc ul, li {
	list-style:none;
	display:block;
	font-variant:small-caps;
	font-size:1.15em;
}

#menuBloc a:hover, a:hover, li.selected {
	background-image:url('../img/bgWhite.png');
}

#menuBloc li.selected {
	font-weight:bold;
}

#logoAproz {
	width:100%;
	margin:70px 0 0 6px;
}

#contentFrame {
	float:right;
	width:650px;
	padding:25px;
	margin-bottom:100px;
	background-image:url('../img/bgBlue.png');
}

#content {
	width:570px;
	padding:40px;
	background-image:url('../img/bgWhite.png');
}

#seeText {
	float:left;
	width:320px;
	height:336px;
	padding:40px;
	background-image:url('../img/bgWhite.png');
}

#seeImg {
	float:right;
	width:250px;
	height:416px;
}

#contactLeft {
	float:left;
	width:280px;
}
#contactRight {
	float:right;
	width:220px;
}


/* pages
------------------------------------------------------------------------*/
.knowImg {
	margin-left:50px;
	margin-bottom:-50px;
}

.dataTable {
	 margin:10px 0 30px 0;
	 font-size:.8em;
}

.title {
	font-weight:bold;
}

.column {
	width:20%;
}

#video {
	width:720px;
	margin:auto;
	padding:20px 0 50px 0;
}

.back {
	font-size:1.1em;
	padding-bottom:10px;
}

.videoImg {
	float:right;
	margin:20px 0 0 20px;
}

.selectMovie {
	text-align:right;
	padding-bottom:10px;
}
