/* --------------- BODY ---------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	overflow-x: auto;
	overflow-y: scroll;
	background-color: #000000;
	background-image:url(images/fond-site.png);
	/* ------- texte -------- */
	font-family: "Tahoma", Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	/* ----- scrollbar ------ */
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #666666;
	scrollbar-dark-shadow-color: #666666;
	scrollbar-face-color: #3B4E77;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #3B4E77;
}
/* pour IE6 */
body { behavior:url("csshover.htc"); }
/* --------------- MAIN ----------------- */
#fondflamme {
	position: absolute;
	z-index: 0;
	background-image: url(images/CONTOUR-FOND-1200.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
	top: 0;
	width: 1200px;
	height: auto;
	left: 50%;
	margin: 0;
	margin-left: -600px;
	padding: 0;
	text-align: center;
}
#centragepage
{
	width: 800px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	position: relative;
	width: 800px;
	height: auto;
}
#header-top1
{
	text-align:center;
	width:800px;
	height:35px;
	background-image:url(images/CONTOUR-SITE-800-top1.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
}
#header-top2
{
	text-align:center;
	width:800px;
	height:120px;
	background-image:url(images/CONTOUR-SITE-800-top2.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
}

#contenant
{
	position : relative;
	width: 800px;
	height: auto;
	background-image:url(images/CONTOUR-SITE-800-center.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
}
#menu
{
	position : relative;
	width: 730px;
	height: 20px;
}
#sousmenu
{
	position : relative;
	width: 584px;
	height: 20px;
}
#contenu
{
	overflow: hidden;
	text-align: left;
	width: 700px;
	height: auto;
	padding:20px;
}
#footer
{
	position : relative;
	width: 800px;
	height: auto;
}
#footer-btm1
{
	text-align:center;
	width:800px;
	height:120px;
	background-image:url(images/CONTOUR-SITE-800-btm1.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
}
#footer-btm2
{
	text-align:center;
	width:800px;
	height:35px;
	background-image:url(images/CONTOUR-SITE-800-btm2.png);
	behavior: url(iepngfix/iepngfix.htc) /* pour IE6 */
}

/* --------------- MENU ----------------- */
/* -- 1er niveau -- */
#MainMenuNiveau1
{
	position : absolute;
	z-index: 10;
	background: #FFFFFF;
	width: 730px;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#MainMenuNiveau1 li
{
	float: left;
	width: 146px;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing:1;
	font-weight: bold;
	background: #3B4E77; /* bleu nuit */
	background-image:url(images/bouton-menu-bleu.jpg);
}
#MainMenuNiveau1 li a:link, #MainMenuNiveau1 li a:visited
{
	display: block;
	height: auto;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}
#MainMenuNiveau1 li a:hover { background-color: #F2462E; background-image:url(images/bouton-menu-rouge.jpg);
}
#MainMenuNiveau1 li a:active { background-color: #5F879D; }

/* -- 2eme niveau -- */
#MainMenuNiveau1 .Niveau2
{
	display: none;
	position : relative;
	z-index: 10;
	list-style-type: none;
 	margin: 0;
	padding: 0;
	border: 0;
}
#MainMenuNiveau1 .Niveau2 li
{
	float: none;
	width: 146px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	letter-spacing:1;
}
#MainMenuNiveau1 .Niveau2 li a:link, #MainMenuNiveau1 .Niveau2 li a:visited
{
	display: block;
	color: #3B4E77; /* bleu nuit */
	margin: 0;
	border: 0;
	text-decoration: none;
	background-color: #EFEFEF; /* gris clair */
}
#MainMenuNiveau1 .Niveau2 li a:hover
{
	color: #FFFFFF;
	background-color: #F2462E; /* rouge */
	background-image:url(images/bouton-menu-rouge.jpg);
}
#MainMenuNiveau1 li:hover > .Niveau2 { display: block; }

/* ------------- SOUS-MENU -------------- */
/* -- 1er niveau -- */
#SousMenuNiveau1
{
	position : absolute;
	z-index: 9;
	background: #FFFFFF;
	width: 584px;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#SousMenuNiveau1 li
{
	float: left;
	width: 146px;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing:1;
	font-weight: bold;
	background: #3B4E77; /* bleu nuit */
	background-image:url(images/bouton-menu-bleu.jpg);
}
#SousMenuNiveau1 li a:link, #SousMenuNiveau1 li a:visited
{
	display: block;
	height: auto;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}
#SousMenuNiveau1 li a:hover { background-color: #F2462E; background-image:url(images/bouton-menu-rouge.jpg);
}
#SousMenuNiveau1 li a:active { background-color: #5F879D; }

/* -- 2eme niveau -- */
#SousMenuNiveau1 .Niveau2
{
	display: none;
	position : relative;
	z-index: 9;
	list-style-type: none;
 	margin: 0;
	padding: 0;
	border: 0;
}
#SousMenuNiveau1 .Niveau2 li
{
	float: none;
	width: 146px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	letter-spacing:1;
}
#SousMenuNiveau1 .Niveau2 li a:link, #SousMenuNiveau1 .Niveau2 li a:visited
{
	display: block;
	color: #3B4E77; /* bleu nuit */
	margin: 0;
	border: 0;
	text-decoration: none;
	background-color: #EFEFEF; /* gris clair */
}
#SousMenuNiveau1 .Niveau2 li a:hover
{
	color: #FFFFFF;
	background-color: #F2462E; /* rouge */
	background-image:url(images/bouton-menu-rouge.jpg);
}
#SousMenuNiveau1 li:hover > .Niveau2 { display: block; }
/* ------ SOUS-MENU MATERIEL -------- */
/* -- 1er niveau -- */
#SousMenuMateriel 
{
	position : absolute;
	z-index: 9;
	background: #FFFFFF;
	width: 585px;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#SousMenuMateriel li
{
	float: left;
	width: 65px;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing:1;
	font-weight: bold;
	background: #3B4E77; /* bleu nuit */
	background-image:url(images/bouton-menu-bleu.jpg);
}
#SousMenuMateriel li a:link, #SousMenuMateriel li a:visited
{
	display: block;
	height: auto;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}
#SousMenuMateriel li a:hover { background-color: #F2462E; background-image:url(images/bouton-menu-rouge.jpg);
}
#SousMenuMateriel li a:active { background-color: #5F879D; }

/* --------- NEWS - LIVRE D OR ---------- */
.news {
	width: 660px;
    margin:auto;
}
.divNews {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 15px;
	background-color: #3B4E77;
	background-image:url(images/bande-news-660-bleu.jpg);
	background-repeat : no-repeat;
}
.titreNews {
	color: #FFFFFF;
	letter-spacing:1;
	font-size: 11pt;
	font-weight: Bold;
}
.mailNews a {
	color: #EFEFEF;
	font-size: 8pt;
	font-Style: italic;
}
.dateNews {
	color: #FFFFFF;
	font-size: 8pt;
	font-Style: italic;
}
.contenuNews {
	color: #000000;
	text-align: left;
	padding: 15px;
	border: 3px solid #3B4E77;
    background-color: #EFEFEF;
    background-image: url(images/news-fond.png);
    background-repeat : repeat-y;
}
/* -------------- IMAGES ---------------- */
.imageG
{
	float: left;
	margin-right: 20px;
}
.imageD
{
	float: right;
	margin-left: 20px;
}
.imageC
{
	text-align:center;
}
/* -------------- TEXTES ---------------- */
h2, .titre1
{
	color: #3B4E77;
	text-align: center;
	font-size: 18pt;
	font-weight: Bold;
}
h3, .titre2
{
	color: #3B4E77;
	font-size: 14pt;
	font-weight: Bold;
}
h4, .titre3
{
	color: #3B4E77;
	font-size: 10pt;
	font-weight: Bold;
}
.paragraphe
{
	text-align: justify;
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
}
.text8pt
{
	font-size: 8pt;
}
.important
{
	color: #F2462E;
	font-weight: Bold;
}
/* -------------- TABLEAUX -------------- */
.tableauC
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #F9F9F9;
	padding: 2px;
}
.tableauC th
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #EEEEEE;
	color: #F2462E;
	font-size: 10pt;
}
.tableauC td
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
}
.tableauL
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #F9F9F9;
	padding: 2px;
}
.tableauL th
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	color: #F2462E;
	font-size: 10pt;
	text-align: left;
}
.tableauL td
{
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}
/* --------------- DIVERS --------------- */
table
{
	width:100%;
	border:0;
	border-collapse: collapse;
	padding: 5px;
}
td, li
{
	text-align: left;
	font-size: 10pt;
}
a {
	color: #3B4E77;
	font-size: 10pt;
	font-weight: Bold;
}
a img {
	text-decoration: none;
}
hr {
	height: 1px;
	margin: 3px;
	padding: 0;
	color: #666666;
	background-color: #666666;
	border: 0;
}
fieldset {
	border-width : 1px;
	border-style: solid;
	border-color: #C0C0C0;
	margin: 0;
	padding: 3px;
	background-color:#EFEFEF";
}
input, textarea {
	color: #3B4E77;
	font-family: "Tahoma", Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: Bold;
}
.transparent {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.7;
}
/* ----------- IMAGE PNG IE6 ------------ */
img, div, a, input { behavior: url(iepngfix/iepngfix.htc) }


/* -------------------------------------- */