@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(graphs/background.jpg);
	font: 80% verdana, arial, sans-serif;
    scrollbar-face-color: #cc0000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #bb6666;
	scrollbar-arrow-color: #ffff00;
    color : #FFFFDD;
}

table{
	font-size : 9pt;
	font-style:normal;
	font-family: Verdana, sans-serif;
    color: #ffd;
}

html, body{
	padding : 0;
	margin : 0;
	height : 100%;
}

#blocPrincipal {
	width:1000px;
	min-height:101%;
	position:relative;
	margin-left : auto;
	margin-right: auto;
	top:0px;	
	z-index: 2;
}

#blocContenu {
	width:800px;
	min-height:101%;
	background-color:#B50B0C;
	position:absolute;
	margin-left : 200px;
	top:0px;	
	z-index: 3;
}

#blocContenuInterne {
	width:740px;
	min-height:300px;
	position:absolute;
	margin-left : 30px;
	top:25px;	
	z-index: 7;
}

#blocFooter {
	width:740px;
	height:50px;
	position:absolute;
	background-color:red;
	margin-left:30px;
	bottom:10px;	
	z-index: 33;
}

#logo{
	width:190px;
	height:83px;
	background-image:url(graphs/logo.png);	
	position:absolute;
	margin-left:0px;
	margin-top:10px;		
	z-index: 4;
}
#logo_admin{
	width:10px;
	height:10px;
	position:absolute;
	margin-left:140px;	
	margin-top:74px;	
	z-index: 5;
}

#menu1{
	width:152px;
	height:39px;
	position:absolute;
	margin-left:48px;
	margin-top:150px;	
	z-index: 4;
}
#menu2{
	width:152px;
	height:39px;
	position:absolute;
	margin-left:48px;
	margin-top:189px;	
	z-index: 4;
}
#menu3{
	width:152px;
	height:38px;
	position:absolute;
	margin-left:48px;
	margin-top:228px;	
	z-index: 4;
}
#menu4{
	width:152px;
	height:38px;
	position:absolute;
	margin-left:48px;
	margin-top:266px;	
	z-index: 4;
}
#menu5{
	width:152px;
	height:39px;
	position:absolute;
	margin-left:48px;
	margin-top:304px;	
	z-index: 4;
}
#menu6{
	width:152px;
	height:38px;
	position:absolute;
	margin-left:48px;
	margin-top:343px;	
	z-index: 4;
}
#menu7{
	width:152px;
	height:38px;
	position:absolute;
	margin-left:48px;
	margin-top:381px;	
	z-index: 4;
}
#menu8{
	width:152px;
	height:38px;
	position:absolute;
	margin-left:48px;
	margin-top:419px;	
	z-index: 4;
}
#menu9{
	width:152px;
	height:43px;
	position:absolute;
	margin-left:48px;
	margin-top:457px;	
	z-index: 4;
}


/*
#feuille {
	background-image: url(graphs/fondA.png);	
	background-repeat:repeat; 
	position:relative;
	width: 800px;
	height: 600px;
	top:10px;
	margin-left : auto;
	margin-right : auto;
	border: 0px;
	z-index: 1;
}

#menu { 
	width:600px;
	height:400px;
	position:absolute;
	margin-top:100px;	
	margin-left : 100px;
	z-index: 3;
}
*/

/* GALERIES */
.vignette {
	border-width:3px;
    border-style:double;
    border-color:white;
}
.vignette:hover {
	width:116px;
	height:116px;
	box-shadow: 0px 0px 12px #560000;
}

/* INTERVIEWS */
#vignetteLeft {
	border-width:2px;
	border-style:solid;
    border-color:white;
	margin-right:6px;
}
#vignetteLeft:hover {
	box-shadow: 0px 0px 12px #220000;
	border-color:#F88181;
}




A {color:#ff7; text-decoration:none;}
A:link {color:#ff7; text-decoration:none;}
A:hover {color:#ff7; text-decoration:none;}
A:visited {color:#ff1; text-decoration:none;}