﻿/* CSS Document */

html { height:100%; }
body {height:100%;
	  background-color:#010e16;
	  background-image:url("images/fond.gif"); 
	  margin: 0; 
	  padding: 0;
	  font-size: 12px; 
	  font-family:Arial, Helvetica, sans-serif; 
	  color:black;}
a {color: #D8E20C; text-decoration: none; font-weight: bold}
a:hover {font-weight:normal;}

.menu img {border: none;}

object{
	width: 1000px;
	height: 200px;
	}
	
.swf {
	height: 200px;
	width: 1000px;
	text-align: center;
	background-color: #CCCCCC;
	}
	
.swf a img {
	margin-top: 80px;
	margin-bottom: 5px;
	border: 0px;
	}

h1 {
	font-size: 20px;
	color: #24637F;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 9px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(images/puce1.png);
	background-repeat: no-repeat;
	line-height: 20px;
	}

h2 {
	font-size: 16px;
	color: #99CC00;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 9px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(images/bouton.gif);
	background-repeat: no-repeat;
	background-color: #F0F1EE;
	line-height: 15px;
	}

h3 {
	background-image: url(images/puce3.png);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 9px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 2px;
	line-height: 14px;
	font-size: 14px;
	color: #D8E20C;
	}
h4 {
	background-image: url(images/puce3.png);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 9px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 2px;
	line-height: 12px;
	font-size: 12px; 
	  color:black;
	}
	
.logo img {
	margin-top: 5px;
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	}

/***********************************************************/
	
/** SlideDeck **/


#slidedeck_frame {
    position: relative;
	background: url("images/slidedeck/back.png") 0 0 no-repeat;
	width: 900px;
	height: 314px;
	padding: 28px 30px;
}
#slidedeck_frame dl {
    position: relative;
	width: 900px;
	height: 300px;
	margin: 0;
    padding: 0;
}			
.slidedeck dd {
    position: relative;
	text-align:left;
	height: 294px;
	padding: 10px 15px;
    margin: 0;
	border-right: 5px solid #D8E20C;
	background: url("images/slidedeck/slides.png") bottom left #D8E20C repeat-x;
}
.slidedeck dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url("images/slidedeck/spines.png") top left #D8E20C;
	color: #505050;
    margin: 0;
    padding: 0;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url("images/slidedeck/corner.png");
	width: 12px;
	height: 25px;
}
**/
/*******************************************************/

