@charset "iso-8859-1";
/* Auteur: Jean-Marc BECHLER */
/* Date de création : octobre 2006*/

/***** GENERAL *****/
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	vertical-align: justify;
	list-style-type: none;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}


/***** BLOCS *****/

#conteneur {
	position: absolute;
	width: 100%;
	height: 98%;
	background-color: #000;
}

#header {
	width: 100%;
	height: 25%;
	background-color: #000;
	z-index:3;
}

#banniere {
	position: absolute;
	width: 1004px;
	height: 130px;
	margin: -65.5px 0 0 -502px;
	top: 12%;
	left: 50%;
	background-image: url(banniere_freh2007.jpg);
	background-repeat: no-repeat;
	z-index:4;
}

#marge {
	position: absolute;
	left:0;
	width: 150px;
	height: 70%;
	background-image: url(fond_gauche.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	z-index:2;
}

#lien_marge {
	position: absolute;
	left:0;
	bottom:0;
	width: 150px;
	height: 100px;
	z-index:5;
}

#frame {
	margin-left: 150px;
	height: 70%;
	background-color:#fff;
	overflow: auto;
	border: 1px solid #fff;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	z-index:1;
}

/***** TEXTES *****/

#frame ul {
	margin : 10px 10px 25px 25px;
} 

.liste li {
	list-style-type: square;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	margin : 0 10px 0 25px;
}

p{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-align:justify;
	margin: 0 10px 25px 25px;
}

h1 {
	margin:5px 5px 15px 5px;
	font-family: Verdana;
	font-size: 12px;
	text-align:center;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #ccc;
	color: #000;
	margin : 10px 10px 30px 25px;
	text-indent:5px;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #CC0000;
}

.ss_titre {
	font-family: Verdana;
	font-size: 12px;
	text-align:right;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

.i {
	font-style: italic;
}

.g {
	font-weight: bold;
}

#footer p{
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	text-align: center;
	margin: 10px;
}

/***** LIENS *****/

#frame a:link, #frame a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
}

#frame a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	text-decoration: underline overline;
}

#footer a:link, #footer a:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #ccc;
	font-weight: bolder;
	text-decoration: underline;
}

#footer a:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	text-decoration: underline overline;
}

/***** DIVERS *****/

.tableau {
	margin : 0 0 5px 23px;
}

.cellule {
	border: 1px solid gray;
	padding: 2px;
}

.image{
border:1px solid #fff;
padding: 20px 0 20px 0;
}

a:hover .image {
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
border:1px solid #ff0000;
}

.banniere {
	width: 490px;
	height:60px;
	margin: 0 10px 25px 25px;
	background-color:transparent;
	color:#000;
	overflow: hidden;
	border:1px solid #000;
	padding:4px;
}








