@charset "UTF-8";
/* CSS Document */
/*----GENERAL----*/
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Verdana, sans-serif;
	color: #7A7A7A; 
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
}

ul {
	list-style-type: none;
	list-style-image: url("../pages/img/puce.gif");
	margin: 0 0 0 20px;
	padding:0 0 0 0	;
}

/*----LIENS----*/
a, a:hover, a:link, a:visited, a:active, a:focus {
	text-decoration: none;
}

.contentHome a, .contentHome a:link, .contentHome a:visited {
	color: #7A7A7A; 
    text-decoration: none; 
}

.contentHome a:hover, .contentHome a:focus, .contentHome a:active {
	background: #FFF;
}

a, a:link, a:visited {
	color: #7A7A7A; 
    text-decoration: none; 
}

a:hover, a:focus, a:active {
	background: #FFF;
	color: #4E4E4E;
}

.liens {
	cursor: pointer;
}

/*----TITRES----*/
h1 {
	font-size: 20px;
    line-height: 20px;
    letter-spacing: 3px;
} 

h2 {
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
}

p {
	line-height: 15px;
}

img {
	margin: 5px 0;
}

/*----DIV CONTENT----*/
#contentHome {
	margin: 20% auto; 
	padding: 0 0 0 200px; 
	position: relative;
	width: 300px; 
    z-index: 98;
}
	
#content {
	margin: 5% auto; 
	padding: 0; 
	position: relative;
	width: 300px; 
    z-index: 98;
}

/*----CREDITS----*/
#credits {
	position: fixed;
	bottom: 3%;
	margin-left: 75px;
	z-index: 99;
	font-size: 9px;
	text-transform: uppercase;
	height: 35px;
	margin-bottom: 20px;
	overflow: hidden;
}

#credits:hover {
	height: 55px;
	margin-bottom: 0;
	overflow: visible;
}

#credits_static {
	position: fixed;
	bottom: 3%;
	margin-left: 75px;
	z-index: 99;
	font-size: 9px;
	text-transform: uppercase;
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#credits_static:hover {
	height: 40px;
	margin-bottom: 0;
	overflow: visible;
}

/*----BACKGROUND----*/
#background {
	margin: 0;
	height: 100%;
	width: 100%;
}

#background img {
	margin: 0;
	height: 100%;
	width: 100%;
}

/*----MENU DE NAVIGATION----*/
.navigation { 
	list-style-type: none;
	list-style-image: none;
	padding: 0; 
	list-style: none; 
	color: #7A7A7A; 
	margin-bottom: 13px;
	margin:0 0 0 0;
} 

.navigation a, .navigation span { 
    color: #7A7A7A; 
    text-decoration: none; 
    line-height: 20px;
} 
	
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
	font-size: 20px;
    line-height: 21px;
    letter-spacing: 3px;
	text-decoration: none;
} 

.navigation a:hover, .navigation a:focus, .navigation a:active { 
	background: #FFF; 
	color: #4E4E4E;
} 

.navigation .subMenu { 
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 16px 75px; 
	padding: 0; 
} 

.navigation ul.subMenu a {
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
}

.subMenu li {
	line-height: 12px;
}

.navigation ul.subMenu a:hover, .navigation ul.subMenu a:focus, .navigation ul.subMenu a:active { 
	background: #FFF; 
} 

/*----CLASSES----*/
.titre {
	float: left;
	display: inline;
	margin: 0 0 12px -75px;
	padding: 0;
	width: 100px;
	text-align: right;
	font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
}

.lang {
	float: left;
	width: 150px;
	display: inline;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 27px 0 0 50px;
}

.navig {
	position: relative; 
	left: -55px;
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	margin: 0 0 46px 0;
}

.h2 {
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
}

.clearfloat {
	clear: both;
}

.news {
}

.news li{
	margin-bottom: 10px;
}

.dates {
}

.dates li{
	margin-bottom: 10px;
}

.photos {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.photos li{
	margin-bottom: 5px;
	font-size: 8px;
	line-height: 3px;
}

.signature {
	font-style: italic;
}

.url {
	margin-top: 50px;	
}

/*----ALBUMS----*/
.albums {
	height: 100px;
	margin: 0 0 18px 0;
	min-height: 100px;
	max-height: 100px;
}

.albums img {
	margin: 5px 17px 0 0;
	padding: 0;
	float: left;
	width: 100px;
	height: 100px;
}

.albums p {
	margin: 47px 0 0 0;
	padding: 0;
	float: left;
}

/*----BACKGROUND FLASH----*/
#background {
	position: absolute;
	top: 0;
	z-index: 1;
}
