@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#c8c3bc;
	background-image: url(../images/background_body.gif);
}

body.iframe {
	margin:0;
	padding:0;
	height:95%;
	background-color:#FFFFFF;
	background-image: none;
}

td.menu {
	height: 100%;
	width:155px;
	background:url(../images/background_menu.gif) repeat-y;
}

#fullheight{
	height:100%
}

h1 {
	font:16px Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	letter-spacing: -1;
	text-align:left;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

h2 {
	font:16px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	font-weight:bold;
	letter-spacing: 0;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

p {
	font:12px Arial, Helvetica, sans-serif;
	color:#434343;
	text-align:justify;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#copy {
	position: fixed;
	bottom: 0;
}

#copy p {
	font:10px Arial, Helvetica, sans-serif;
	color:#c38d8f;
	text-align:left;
	line-height: 16px;
	letter-spacing:0px;
	margin-bottom: 5px;
	margin-top: 16px;
	margin-left: 28px;
	margin-right: 15px;
}

#copy a {
	color: #fff;
	text-decoration: none;
}

#copy a:hover {
	color: #ff0006;
	text-decoration: none;
	background-color: transparent;
}

li {
	font:12px Arial, Helvetica, sans-serif;
	color:#90191c;
	list-style-type:decimal;
	text-align:left;
	font-weight:bold;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

span.sous {
	font-weight:normal;
	letter-spacing: 0;
}

span.li {
	color:#111111;
	font-weight:normal;
}

a {
	color: #90191c;
	text-decoration:underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #90191c;
}

/* STYLE POUR LA GALLERIE */

#gallery { 
	text-align: center;
	padding-top: 12px;
	background-color: #fff;
	margin-bottom: 10px;
	}

#gallery img { 
	margin: 0 3px 4px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #f2f2f2;
	opacity: 0.8;
	}

#gallery a:hover img {
	background-color: #90191c;
	opacity: 1;
	}
	
#gallery a:hover {
	background-color: transparent;
	opacity: 1;
	}
	
	
/* STYLE POUR LES DIVS HOVER */

.teaser { 
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 170px;
}

.teaser:hover { 
	background-color: #fafafa;
}
