/* Document CSS pour gestion site OSER */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #699;
	scrollbar-face-color:#339966;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color: #33cc66;
	scrollbar-3dlight-color: #ffcc00;
	scrollbar-darkshadow-color: #ffcc00;
} 

.actif {
background-color : white; 
color: black; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 5px; 
border-left-style : solid; 
border-color : red; 
padding-left : 5px; 
} 

.head {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	padding-left : 3px;
	padding : 3px;
	font-weight : bold;
	border-top: 0 solid;
	border-right: 0 solid;
	border-bottom: 0 none;
	border-left: 0 none;
} 

h1 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 13pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 25px; 
border-color : red; 
border-left-style : solid; 
padding-left : 3px; 
} 

h2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : #000066; 
border-left-style : solid; 
padding-left : 3px; 
} 

h3 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : #006600; 
border-left-style : solid; 
padding-left : 3px; 
} 

h4 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 5px; 
border-color : #33cc66; 
border-left-style : solid; 
padding-left : 3px; 
} 

p, table, form  {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 0px;
 
} 

.huit {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
margin-left : 4px; 
} 

.cadre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding : 5px;
	margin-left : 5px;
	border: 1px none gray;

} 


/* AFFICHAGE DES CARACTÈRES */
i {
color : #000066; 
} 

b {
color : red; 
} 


.menus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #33CC66;
}

.big_blc {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	padding-left : 3px;
	padding : 3px;
	font-weight : bold;
	border-top: 0 solid;
	border-right: 0 solid;
	border-bottom: 0 none;
	border-left: 0 none;
	color: #FFF;
}

/* ----- Style des liens -----------------------  */
a
{
text-decoration : none; 
font-size : 8pt; 
color : black; 
} 
/*  Affichage sur passage souris  */
a:hover {
text-decoration :none; 
font-weight : bold;
font-size : 8pt; 
color : red; 
} 
/*  Affichage sur click souris    */
a:active {
text-decoration :none; 
font-weight : bold;
font-size : 8pt; 
color : red;
} 
