/****************************
* POUR SARAPIS              *
* AUTEUR : LTI              *
****************************/

body	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	/*Ascenceur*/
	scrollbar-face-color: #E2E2E2;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FDFDFD;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-track-color: #EDEDED;
	scrollbar-arrow-color: #EB8137;
	}
#newsFrame {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	background-image: url('images/tab_orange_milieu.gif');
	background-color: transparent;
}
div {
	background: transparent;
}
p,td,li
	{
	font-size: 11px;
	}

ul	{
	list-style-image: url(images/puce.gif);
	}

ul.ul_menu
	{
	list-style-image: url(images/puce_fdo.gif);
	margin-left: 28px;
	margin-right: 15px;
	}

ul.ul_0
	{
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	}

li.li_menu
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

table.tab_principal
	{
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	background-image: url(images/fond_degrade.jpg);
	background-repeat: repeat-x;
	}

td.td_bord_gd
	{
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	}

td.td_bord_logo
	{
	border-bottom: #999999 solid 1px;
	}

td.td_menu_gauche
	{
	border-left: #D5D5D5 solid 1px;
	}

td.td_bord_bas
	{
	border-bottom: #F1A42B solid 2px;
	}

/* Image Sarapis*/
h1	{
	}

/* Titre page dans barre de menus */
h2	{
	font-size: 10px;
	color: #0033CC;
	font-weight: bold;
	text-transform: uppercase;
	}

/* Sous-titres */
h3
	{
	font-size: 11px;
	color: #F1A42B;
	font-weight: bold;
	text-transform: uppercase;
	}

/**/
h4	{
	font-size: 11px;
	font-weight: bold;
	}

/*Pour tous les titres et sous-titres*/
h1, h2, h3, h4 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*Mise en forme du texte*/
.txt_10
	{
	font-size: 10px;
	}

.txt_normal
	{
	font-size: 11px;
	}

.txt_gras
	{
	font-weight: bold;
	}

.txt_souligne
	{
	text-decoration: underline;
	}

.txt_italic
	{
	font-style: italic;
	}

.txt_justify
	{
	text-align: justify; 
	}

.txt_marges_gd
	{
	margin-left: 15px;
	margin-right: 15px;
	}

.txt_titre
	{
	font-weight: bold;
	color: #0033CC;
	font-size: 10px;
	}

.txt_bleu
	{
	color: #0033CC;
	}

.txt_arial
	{
	font-family: Arial, sans-serif;
	}

/*Liens standars*/
a:active
	{
	color: #0033CC;
	text-decoration: none;
	}

a:link
	{
	color: #0033CC;
	text-decoration: none;
	}

a:visited
	{
	color: #0033CC;
	text-decoration: none;
	}

a:hover
	{
	color: #0033CC;
	text-decoration: underline;
	}

/*Liens menu*/
a.a_menu:active
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu:link
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu:visited
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu:hover
	{
	color: #0033CC;
	text-decoration: none;
	}

a.a_menu
	{
	text-transform: uppercase;
	font-size: 10px;
	}

/*Liens petit menu de gauche*/
a.a_menu2:active
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu2:link
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu2:visited
	{
	color: #666666;
	text-decoration: none;
	}

a.a_menu2:hover
	{
	color: #0033CC;
	text-decoration: none;
	}

a.a_menu2
	{
	font-size: 10px;
	}

/*Description SARAPIS*/
#descSarapis {
	position: absolute;
	left: 40%;
	top: 30%;
	width: 25%;
	background-color: white;
	padding: 15px; margin: 15px;
	border: solid black 1px;
	text-align: justify;
}
.hideDesc {
	visibility: hidden;
	height:0px;
}
.showDesc {
	visibility: visible;
}
