/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../../../files/gimgs/nav/grid.gif);
	background-attachment: fixed;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #767676;
}
a:active {
	text-decoration: none;
	color: #767676;
}
a:visited {
	text-decoration: none;
	color: #767676;
	background-color: #edecea;
}
a:hover {
	text-decoration: none;
	color: #252525;
	background-color: #7ad2eb;
}
a img {
	border: none;
}
#footer {
	position: absolute;
	bottom: 20px;
}
#menu {
	width: 300px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position:absolute;
	/* Avant j'avais mis FIXED */	
	/*height: 100%;*/
	height: 900px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#menu ul {
	list-style: none;
	margin: 20px 0 20px 0;
}
#menu ul li.section-title {
	font-style: italic;
}
/* The following selectors style the "Built with Indexhibit" on the menu */	
#menu ul.built {
	margin-bottom: 0;
}
#menu ul.built li {
	color: #bbbbbb;
}
#menu ul.built a {
	color: #bbbbbb;
}
#menu ul.built a:hover {
	color: #333333;
}
/*------------ IMAGES -------------------------------------------*/

#img-container img {
	border-color: #cccccc;
	border-style: dotted;
	border-width: 1px;
}
.home_image {
	border-color: #cccccc;
	border-style: dotted;
	border-width: 1px;
	margin-top: 0px;
	margin-left: 0px;
}
.about_image {
	margin-left: -19px;
}
.logo_sheet {
	position: absolute;
	top: 131px;
}
/*------------ CSS MENU ---------------------------------------*/

#francois {
	position: relative;
	padding: 20px 0 0 0;
}
#francois a {
	display:block;
	width: 280px;
	height: 42px;
	background: url(../../../files/gimgs/nav/nav-francois.gif) 0 -42px no-repeat;
	text-decoration: none;
}
#francois a:hover {
	background-position: 0 0;
}
#francois a:active {
	background-position: 0 0;
}
#liens {
	position: relative;
	padding: 5px 0 0 0;
}
#liens a {
	display:block;
	width: 280px;
	height: 42px;
	background: url(../../../files/gimgs/nav/nav-liens.gif) 0 -42px no-repeat;
	text-decoration: none;
}
#liens a:hover {
	background-position: 0 0;
}
#liens a:active {
	background-position: 0 0;
}
#contact {
	position: relative;
	padding: 5px 0 0 0;
}
#contact a {
	display:block;
	width: 280px;
	height: 42px;
	background: url(../../../files/gimgs/nav/nav-contact.gif) 0 -42px no-repeat;
	text-decoration: none;
}
#contact a:hover {
	background-position: 0 0;
}
#contact a:active {
	background-position: 0 0;
}
/*------------ HOME SHTUFF ------------------------------------*/

#homedesc {
	width: 250px;
	font-style: italic;
	padding-top: 18px;
}
/*------------ PROJECT STYLES ---------------------------------*/

.title {
	padding-bottom: 6px;
}
#out {
	/*background-image:url(../../../files/gimgs/accordeon.jpg);*/
	position: absolute;
	width: 110px;
	left: 859px;
	top: 6px;
	font-style: italic;
}
#out li {
	list-style: none;
	padding-bottom: 10px;
}
#out a {
	font-style: italic;
}
#out p {
	width: 110px;
}
.description {
	font-style: italic;
}
/*------------ END PROJECT STYLES -----------------------------*/

#content {
	height: 100%;
	margin: 18px 0 0 320px;
	top: 0;
}
.container {
	padding: 0px 5px 25px 0px;
}
#content p {
	width: 500px;
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
#img-container {
	/*position: absolute;*/
	top: 105px;
	margin: 0;
	padding: 0;
}
#img-container p {
	width: 540px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}
/*------------ SLIDE SHOW - Navigation -----------------------------*/
	
p.nav a {
	background-color: #eeeeee;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-size: 11px;
	font-family: Georgia, serif;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
p.nav a:hover {
	background-color: #7ad2eb;
}
p.nav span#num {
	letter-spacing: 2px;
	font-family: "Georgia", Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
}

