/* ---------------------------------------------------------------
                  css du framework
------------------------------------------------------------------ */

body{
	font-size:10pt;
	margin:0px;
	margin-top:10px;
	width:100%;
	color:black;
	background-color:#404040;	/*#006532;*/
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.container_principal {
  position: relative;
  /*background-image:url('fond.jpg');background-repeat:no-repeat;*/
  background-color:white;
  width: 980px;
  height: 700px;
  border: 1px solid #CCCCCC;
}

/* ---------------------------------------------------------------
                  Titre
------------------------------------------------------------------ */

.container_titre{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 980px;
  height: 156px;
  border-bottom: 8px solid #CCCCCC;
  text-align:left;
	font-size:10pt;
	color:black;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* ---------------------------------------------------------------
                  Menu
------------------------------------------------------------------ */

.container_menu {
  position: absolute;
  top: 164px;
  left: 0px;
  padding:0px;
  width: 200px;
  height: 536px;
  font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align:left;
  color:white;
  font-size:10pt;
  line-height:12pt;
  font-style:normal;
	text-align:left;
	background-color:#AD002C;
}
A.menu:link, A.menu:visited, A.menu:active {
	color:white;
	font-weight:bold;
	text-decoration: none;
}
A.menu:hover {
	color:#CCCCCC;
	background:transparent;
	font-weight:bold;
	text-decoration: none;
}

/* ---------------------------------------------------------------
                  iFrame
 Rem : les caracrtéristiques des polices des iFrames sont décrites dans le BODY de inc_iframe.php
------------------------------------------------------------------ */

.container_iframe {
  position:absolute;
  top:20px;
  left:30px;
  width: 740px;
  height: 460px;
}
.titre {
  font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12pt;
  line-height:16pt;
  font-style:normal;
  font-weight:bold;
 	color:#A10920;
	font-weight:bold;
}
A.lientitre:link, A.lientitre:visited, A.lientitre:active {
	color:#A10920;
	font-size:12pt;
	font-weight:bold;
	text-decoration: none;
}
A.lientitre:hover {
	color:#CCCCCC;
	font-size:12pt;
	background:transparent;
	font-weight:bold;
	text-decoration: none;
}
A.lien1:link, A.lien1:visited {
  font-weight:bold;
	color:black;
	text-decoration: underline;
}
A.lien1:active, A.lien1:hover {
  font-weight:bold;
	color:black;
	text-decoration: none;
}
A.lien2:link, A.lien2:visited, A.lien2:active {
	color:white;
	font-size:12pt;
	font-weight:bold;
	text-decoration: none;
}
A.lien2:hover {
	color:#CCCCCC;
	font-size:12pt;
	background:transparent;
	font-weight:bold;
	text-decoration: none;
}
A.lien10:link, A.lien10:visited, A.lien10:active {
  font-style:normal;
  font-weight:bold;
 	color:#006532;
	text-decoration: none;
}
A.lien10:hover {
	color:#CCCCCC;
  font-style:normal;
  font-weight:bold;
 	text-decoration: none;
}
.text10 {
  font-style:normal;
  font-weight:bold;
 	color:#006532;
}

/* ---------------------------------------------------------------
                  Page (cartouche contenu : bas droite)
------------------------------------------------------------------ */

.container_page {
  position: absolute;
  top: 164px;
  left: 200px;
  padding:30px;
  width: 720px;		/* la largeur marges comprises est donc 780 (720 + 2x30) */
  height: 476px;	/* la hauteur marges comprises est donc 536 (476 + 2x30) */
  font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  color:black;
  font-size:9pt;
  line-height:12pt;
  font-style:normal;
	text-align:left;
}
.container_page_bas {
	position:absolute;
	top:500px;	/* 516px; */
	width:720px;
	text-align:center;
	color:gray;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:12pt;
	font-weight:normal;
	font-style:normal;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
A.discret:link, A.discret:visited {
	color:gray;
	text-decoration: none;
}
A.discret:active, A.discret:hover {
	color:black;
	text-decoration: none;
}

/* ---------------------------------------------------------------
                  Divers
------------------------------------------------------------------ */

.text1 {
  font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:14pt;
  line-height:20pt;
  font-style:normal;
 	color:white;
	font-weight:bold;
	}
	