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


body {
	background: #000;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	
}

#main {
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	background-image: url(img/fond-gabarit.png);
	background-repeat: no-repeat;
	clear: none;
	height: 600px;
	width: 1024px;
	padding-top: 50px;
	padding-right: 29px;
	padding-bottom: 86px;
	padding-left: 35px;
}
#container {
	height: 600px;
	width: 961px;
}
#header {
	height: 33px;
	width: 961px;
}
#gallery {
	height: 550px;
	width: 961px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#gallery_menu {
	height: 523px;
	width: 961px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image:url(img/fond-photographe.png);
	background-repeat:no-repeat;
	
}

#left_galerie {
	width:294px;
	height:244px;
	padding-top:250px;
	float:left;
	color:#FFF;
	font-size:24px;
	letter-spacing:11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 18px;
}

#left {
	width:294px;
	height:444px;
	float:left;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 43px;
	margin-left: 18px;	
	
}

#rigth {
	float:left;
	width:600px;
	height:350px;
	margin-top: 150px;
	margin-left:35px;
}


#rigthbio {
	float:left;
	width:600px;
	height:485px;
	margin-top: 35px;
	margin-left:35px;
	overflow: auto;

}

#menu {
	float:left;
	width:630px !important;
	width:550px;
	height:320px;
	margin-top: 190px !important;
	margin-left:390px	!important;
	margin-left:190px;
}

#lienretour {
	position:relative;
	color:#FFF;
	text-align:right;
	float:right;
	top:-20px;
	padding-right:5px;
	z-index: 500;	
	
} 

#lienretour_nav {
	position:relative;
	color:#FFF;
	text-align:right;
	float:right;
	top:-55px;
	padding-right:5px;
	z-index: 500;	
	
} 
#footer {
	background-color: #000;
	height: 35px;
	width: 961px;
	text-align: right;
	float:left;
	
	}
	
#footer_flash {
	position:relative;
	top:-16px;
	background-color: #000;
	height: 35px;
	width: 961px;
	text-align: right;
	float:left;
	
	}

a.lienmenu {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a.lienmenu:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

a.lienretour {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a.lienretour:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

a.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5em;
	text-align: right;
}
a.footer:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5em;
}
.texte_bio {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	color: #FFF;
}

.texte_caps {
	text-transform:uppercase;
	font-size:14px;
}