﻿/* Generic Selectors */ 
body {
  font-family: Verdana,Arial,sans-serif;
  text-align: justify;
  font-size: 14px;
  color:#000000;
  background-color:#F5F5F5;

}
p {
width: 80%;
}
li {
list-style-type: none;
line-height: 150%;
}
h1 {
font-family: Verdana,Arial,sans-serif;
padding-left: 0px;
font-size: 18px;
font-weight: bold;
  width: 80%;
}
h2 {
font-family: Verdana,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
width:80%
}
/**************** Pseudo classes ****************/ 
a:link { 
color: #CC0000; 
text-decoration: underline; 
font-weight: bold;
background-color:#F5F5F5; 
} 

li :link { 
color: blue; 
text-decoration: underline; 
font-weight: bold; 
} 
a:visited {
	color: navy;
	text-decoration: underline;
	font-weight: bold;
}
li a:visited { 
	color: navy; 
	text-decoration: underline; 
	font-weight: bold; 
} 
a:hover { 
	color:purple; 
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: underline; 
} 

li a:hover { 
	display: block; 
	color: purple; 
	padding-bottom: 0px; 
	font-weight: bold; 
	border-bottom-width: 0px; 
	border-bottom-style: solid; 
} 
a:active { 
	color:black; 
	font-weight: bold;
	text-decoration: underline; 
} 
hr {
	width:80%;
	float:left;
}
td, th {
	border-width:1px;
	border-style:solid;
	border-color:navy; text-align:center;
}
/************************* ID's *************************/ 
#logo {
	float: left;
	padding-left: 150px;
	padding-top: 0px;
	background-image:url('images/logo.gif');
	background-position: center;
	background-repeat: no-repeat;
	width:750px;
	height:100px;
}
#slogan {
	float:right;
	padding-right:100px;
	margin-right: 30px;
	margin-top: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	font-size:8pt;
		z-index:200;
}
/*#navHori ul {
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
	overflow:hidden;
	background-color:blue;
	width: 850px;
}*/
#navigation 
{ 
position: absolute;
margin-top: 150px;
margin-left: 55px;  
width: 160px; 
min-height: 200px; 
border-right: 1px solid silver; 
font-weight: normal; 
text-decoration:none;
text-align:center;
} 
#info {position:relative; z-index:10; padding-top:20px; padding-bottom:90px;}

a, a:visited, a:hover, a:active {}
#gallery {width:800px; position:relative;
padding-left:30px}
#gallery .default {position:absolute; left:300px; top:50px; border:1px solid #888; z-index:0;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; float:left;}
#gallery ul li {display:inline; width:60px; height:60px; float:left;}

#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; padding:4px; border:1px solid #fff;}
#gallery ul li a img {width:50px; height:50px; border:0;}

#gallery ul li a b {position:absolute; left:-9999px; display:block; width:500px; height:400px; background:#F5F5F5;}

#gallery ul li a:hover,
#gallery ul li a:active,
#gallery ul li a:focus {white-space:normal; border-color:#000; outline:0;}

#gallery ul li a:hover b {position:absolute; left:250px; top:5px; z-index:100;}
#gallery ul li a:active b,
#gallery ul li a:focus b {position:absolute; left:250px; top:5px;}


#gallery ul li a b i {display:block; width:670px; height:360px; text-align:center; display:table-cell; vertical-align:middle;}
#gallery ul li a b i img {width: auto; height:350px; border:1px solid #888; }
#blanc {height:200px;}

#centerDoc { 
position: relative; 
padding: 0 0 20px 0; /*top right bottom left*/ 
margin-top:150px; 
margin-left: 235px;
min-height:200px;
width:750px 
}
/* menu */



#menuHolder 
{
position:absolute; 
z-index:100; 
font:normal 14px/25px verdana, sans-serif; 
left:10%;
width:750px;
padding-top:105px;
padding-left:50px
}
#menuHolder
ul{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
padding:0px; 
list-style:none; 
}
#menuHolder
ul li {
display:block;
position:relative;
float:left;
width:110px;
}
#menuHolder
li ul {
display:none;
}
#menuHolder
ul li a {
display:block;
text-decoration:none;
color: #ffffff;
border-top:1px solid #ffffff;
padding:5px 15px 5px 15px;
background: teal;
margin-left:1px;
white-space:nowrap;
}
#menuHolder
ul li a:hover {
background: blue; 
}
#menuHolder
li:hover ul{
display:block;
position:absolute;
}
#menuHolder
li:hover li {
float:none;
font-size:11px;
}
#menuHolder
li:hover a{
background: blue;
color: white
}
#menuHolder
li:hover li a:hover{
background: #95a9b1;
color: black
}

/* this is for the click version 
ul.ulTop li.liTop a.aTop2 {
position:relative;
z-index:50;
display:block;
float:left;
width:120px;
margin-top:32767px;
background:transparent;
}
ul.ulTop li.liTop a.aTop2:hover {
background:url(images/boutonclair.png) no-repeat left top;
}
ul.ulTop li.liTop a.aTop2:focus,
ul.ulTop li.liTop a.aTop2:active {
margin-right:1px;
background:url(images/boutonclair.png) no-repeat left top;
}*/
/* bas de page */
#footer {
	margin-top: 42px;
	/*background-image:url('images/red_bg2.gif');*/
	width:750px;
	padding-left:100px;	
	background-position: left top;
	background-repeat: repeat-x;
}
#collage2 {
	background-image:url('images/piedpage.gif');
	background-position:  center top;
	background-repeat: no-repeat;
	height: 52px;
	padding:20px;
}
#copyright {
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 12px;
}