/* --------------- Cellules ombrées de gauche et de droite */
body {
	background-color: #f1f1f1;
}
#Table3D {
	background-color: white;
	table-layout: fixed;
	height: 100%;
	width: 988px;
}
#LeftCell {
	background-image: url(../_images/fonds/ml.jpg);
	background-repeat: repeat-y;
	width: 13px;
	height: 100%;
}
#LeftCell div {
 	height: 100%;
	background-image: url(../_images/fonds/bl.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#RightCell {
	background-image: url(../_images/fonds/mr.jpg);
	background-repeat: repeat-y;
	width: 13px;
	height: 100%;
}
#RightCell div {
 	height: 100%;
	background-image: url(../_images/fonds/br.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
 }

/* --------------- Menu en haut à droite (texte gris en majuscules) */
#TopSmallMenuCell {
}
.TopSmallMenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	text-align: right;
	color: #888888;
	text-transform: uppercase;
}
.TopSmallMenu a {
	color: #888888;
	padding-left: 8px;
	padding-right: 8px;
}
.TopSmallMenu a:hover {
	color: #53629a;
}
.TopSmallMenu a.Selected {
	color: black;
	font-weight: bold;
}

/* --------------- Menu Groupe (barre bleue horizontale) */
.GroupeMenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	text-align: right;
	background-color: #1f3985;
	background-image: url(../_images/menu/groupe3.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	padding: 6px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 1px;
}
.GroupeMenu a {
	color: white;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}
.GroupeMenu a:hover {
	color: white;
}
.GroupeSubMenu {
	overflow: hidden;
	background-color: #efc629;
	height: 5px;
	margin-bottom: 1px;
}
.Translations {
	padding-left: 4px;
	text-align: left;
	height: 26px;
}
.Translations IMG {
	border: 1px solid silver;
}
.Translations a {
	padding-left: 2px;
	padding-right: 2px;
}

/* --------------- Menu local principal */
#MainTable {
	table-layout: fixed;
}
#MainMenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: black;
	background-image: url(../_images/menu/fond.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#MainMenu A {
	color: black;
	display: block;
	margin: 4px;
}
#MainMenu .FOLDER {
	padding-right: 8px;
	background-image: url(../_images/menu/closed.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#MainMenu .A1 {
	font-weight: bold;
	color: white;
}
#MainMenu .D1 {
	color: white;
	padding: 6px;
	height: 290px;
}
#MainMenu .A2 {
	color: white;
}
#MainMenu .D2 {
	color: white;
	padding-left: 12px;
}
#MainMenu .A3 {
	color: white;
}
#MainMenu .D3 {
	font-weight: normal;
	color: white;
	padding-left: 12px;
}
#MainMenu .A4 {
	color: white;
}
#MainMenu .D4 {
	font-weight: normal;
	padding-left: 12px;
}
#MainMenu .FOLDERSelected {
	padding-right: 8px;
	background-image: url(../_images/menu/open.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#MainMenu .FExpanded {
	padding-right: 8px;
	background-image: url(../_images/menu/open.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#MainMenu .FILESelected A, #MainMenu .FOLDERSelected A {
	font-weight: bold;
	color: #53629a;
}
#MainMenu .SecureMenu A {
	background-image: url(../_images/lock.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* --------------- Eléments de page */
.PageMainContent {
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(../_images/fonds/bm.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.PageTitle {
	padding: 32px;
	padding-left: 16px;
	padding-right: 16px;
	color: #003082;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 18pt;
}

/* --------------- Colonne de droite (animations Flash) */
.SlideShow320 {
	width: 210px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}	
.CSS_Legend {
	background-image: url(../_images/fonds/bm.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	width: 210px;
}
.CSS_Legend_VA {
	vertical-align: middle;
}
.CSS_Legend_TitleA {
	padding-top: 93px;
}
.CSS_IMG_Legend {
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}

.CSS_Legend P, .SlideShow320 P {
	color: black;
	text-align: center;
	line-height: 18pt;
}
.CSS_Flash_Legend {
	color: black;
}

/* --------------- Eléments de formulaire */
.AdminMenuLayer {
	background-image: url(../_images/fonds/bm.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	width: 210px;
}
.cssFormField {
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	border: 1px solid silver;
}
button, .cssSubmitButton {
	font-family: Tahoma;
	font-size: 8pt;
	width: 85px;

	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;

	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;

	background-color: #F1F1F1;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#E1E1E1", endColorstr="white", gradientType="0");
	border: 1px solid silver;
}

@media print {
	#Table3D { width: 100%; }
	.GroupeMenu { display: none; }
	.GroupeSubMenu { display: none; }
	#MainMenu { display: none; }
	#TopSmallMenuCell { display: none; }
	#LegendCell { display: none; }
	.PageMainContent { background-image: none; }
	#LeftCell { background-image: none;}
	#RightCell { background-image: none;}
	#LeftCell div { display: none; }
	#RightCell div { display: none; }
	body { background-color: white; }
}

