@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #333333;
	background-attachment: fixed;
}

#main {
	width:990px;
	height:957px;
	background-image: url(images/fond_main.jpg);
	background-repeat: repeat-y;	
	background-color: #d9d9dc;
}

#main_profil {
	width:990px;
	height:auto;
	background-image: url(images/fond_main_profil.jpg);
	background-repeat: repeat-y;	
}

#main_droite {
	position: absolute;
	left: 990px;
	width:60px;
	height:957px;
	background: url(images/fond_main_droite.png);
	background-repeat: repeat-y;		
}

#header {
	width: 990px;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
}
#header_float {
	position:absolute;
	z-index: 1;
	position:fixed;
	width: 990px;
	height: 115px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;	
}
#header_droite {
	position:absolute;
	position:fixed;
	width:110px;
	height:115px;
	left:990px;
	top:0;
	background-image: url(images/header_droite.png);
	background-repeat: no-repeat;	
}

#deco {
	position:relative;
	width: 405px;
	height: 340px;
	background-image: url(images/deco.jpg);
	background-repeat: no-repeat;	
}

#menu_droite {
	position:absolute;
	left:660px;
	top:100px;
	width: 330px;
	height: 200px;
	background-image: url(images/menu_droite.jpg);
	background-repeat: no-repeat;	
}

#menu {
	position:relative;
	width:170px;
	height:155px;
	top:15px;
}

#navig {
	position: absolute;
	top:300px;
	left:205px;
	width:575px;
	height:430px;
	color:#999999;
}

#galerie {
	position:relative;
	left:43px;
}

#legende {
	position:relative;
	top:10px;
	font-family: Trebuchet MS;
	font-size:12pt;
	color:#000000;	
}

#prec {
	position:absolute;
	left:0;
	top: 170px;	
}

#suiv {
	position:absolute;
	right:0;
	top: 170px;	
}

#contactfloat {
	position:fixed;
	right:10px;
	bottom:10px;
	background: white;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
}

a.lnk:link {
	color: #cc3300;
	text-decoration: none;
}

a.lnk:visited {
	color: #cc3300;
	text-decoration: none;
}

a.lnk:hover {
	color: #cc3300;
	text-decoration: underline;
}

.validator {
	margin-top: 10px;
}

#bottom {
	position: absolute;
	top:798px;
	width:990px;
	height:159px;	
	background-image: url(images/fond_bottom.jpg);
	background-repeat: no-repeat;
}

.titre {
	font-family: Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	font-size:14pt;
	color:#000000;
	margin-bottom:10px;
}

.texte {
	font-family: Trebuchet MS;
	font-size:12pt;
	color:#000000;
	text-align:center;
}

.evidence {
	font-family: Tahoma;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;		
}

A.evidence {
	text-decoration:none;
	font-family: Tahoma;
	color:#000000;	
}

#email {
	width:169px;
	height:85px;
	display:block;
	background-image: url(images/email.png);	
	background-repeat:no-repeat;
	margin-top:20px;
}

#voiepostale {
	width:454px;
	height:101px;
	display:block;
	background-image: url(images/voiepostale.png);	
	background-repeat:no-repeat;
	margin-top:20px;
}

A.print {
	width:170px;
	height:41px;
	display:block;
	background-image: url(images/printOFF.png);
	border:0;
	text-decoration:none;
}

A.print:hover {
	background: url(images/printON.png);
}

.web {
	margin-top:10px;
}

A.web {
	width:170px;
	height:41px;
	display:block;
	background-image: url(images/webOFF.png);
	border:0;
	text-decoration:none;
}

A.web:hover {
	background: url(images/webON.png);
}

.illu {
	margin-top:10px;	
}

A.illu {
	width:170px;
	height:41px;
	display:block;
	background-image: url(images/illuOFF.png);
	border:0;
	text-decoration:none;
}

A.illu:hover {
	background: url(images/illuON.png);
}

A#plaquette {
	position:absolute;
	right:104px;
	bottom:107px;
	width:177px;
	height:41px;
	display:block;
	background-image: url(images/plaquetteOFF.jpg);
	border:0;
	text-decoration:none;
}

A#plaquette:hover {
	background: url(images/plaquetteON.jpg);
}

A#flash {
	position:absolute;
	right:104px;
	bottom:73px;
	width:177px;
	height:36px;
	display:block;
	background-image: url(images/flashOFF.jpg);
	border:0;
	text-decoration:none;
}

A#flash:hover {
	background: url(images/flashON.jpg);
}

A#contact {
	position:absolute;
	right:104px;
	bottom:37px;
	width:177px;
	height:34px;
	display:block;
	background-image: url(images/contactOFF.jpg);
	border:0;
	text-decoration:none;
}

A#contact:hover {
	background: url(images/contactON.jpg);
}

.hidden {
	display:none;	
}

.spacer {
	display: block;
	clear: both;
}