* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


div#global {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid;
	border-right: 5px  groove;
	border-bottom: 5px groove;
	}
	
.box_groove {
	position: relative;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid;
	border-right: 5px  groove;
	border-bottom: 5px groove;
	}

	

div#logo {
	float: left; text-align: center;
}

div#menu {
	position relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid;
	border-right: 5px  groove;
	border-bottom: 5px groove;
}

.logo_img {
	height: 80px;
	width: auto;
}

.bld {
	font-weight: bold;
}

.italic{
	font-style: italic;
}
	
.blc {
	color: white;
}

.stat_lst {
	margin-top: -1px;
}
.stat_lst li {
	margin-left: 15px;
}

.pl100 {
	padding-left: 100px;
}

.lblw300{
	display: inline-block;
	width: 300px;
	} 
/* Menu */
.hovermenu ul{
font: bold 9pt arial;
padding-left: 0;
margin-left: 30;
height: 10px;
}


.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
background-color: rgb(220,7,131);
border: 2px solid rgb(211,211,211);
}

.hovermenu ul li a:hover{
background-color: rgb(147,149,152);
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* applique un effet mousedown sur les navigateurs autres que IE */
border-style: inset;
}

.couleur_gris {
	background-color: rgb(203, 205, 207);
}

.clr, .clr_after:after{
	clear: both;
}

.ligne_paire {
	background-color: rgb(224,226,228);
}


.ligne_impaire {
	background-color: rgb(255,255,255);
}

.ligne_plainte {
	background-color: rgb(255,128,192);
}

.table_admin th {
	
	color: white;
	background-color: rgb(234,34,93);
	
}

.texterouge
{
	font-weight: bold;
	color: Red;
}

.fond_gris
{
	background-color: rgb(224,226,228);
}

.box{
	display: inline-block;
	background: White;
	border: 1px inset;
	padding: 3px;
	width: auto;
	min-width: 200px;
	min-height: 20px;
}


.box_w20{
	display: inline-block;
	background: White;
	border: 1px inset;
	padding: 3px;
	width: auto;
	min-width: 20px;
	min-height: 20px;
}

.boxdiv {
	display: block;
	border: 1px inset black;
	height:auto;
	min-height: 20px;
	width:auto; 
	overflow:auto;
}

/*Conserver ci-dessus*/

div#form_div {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



div#visiteur {
	
	float: right;
	margin-top: 20px;
}

.table_entete {
	/*background-color: rgb(147,149,152);*/
	
}

.br_h2{ display: block;
    margin-bottom: 3px;
    font-size:3px;
    line-height: 3px;} 

.tech_float
{
	display: block;
	width: auto;
	float: left;
	height: auto;
	margin: 2px 2px 0 30px;;
	
	/*border: 1px solid red;*/
}

.tech_nfloat
{
	display: block;
	clear: both;
	height: 1px;
	width: auto;
	margin: 5px;
	}

input {
	font-size: 11px;
}

.level1 {
	font-weight: bold;
	font-size: 14px;
}
.level2 {
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
.level3 {
	font-weight: bold;
	margin-left: 40px;
}
.level4 {
	margin-left: 40px;
	margin-bottom: 0px;
}

.s_level1 {
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
}
.s_level2 {
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
.s_level3 {
	margin-left: 50px;
	line-height: 180%;
}
.s_level4 {
	margin-left: 40px;
	margin-bottom: 0px;
}

.texte_normal {
	font-size: 9pt;
	font-weight: normal;
}
.bg_blanc {
	display: block;
	min-width: 50px;
	width: 250px;
	margin-top: 0px;
	background: white;
	border: 1px inset;
}

.marg_bott {margin-bottom: 0px;}

.ajour {
	font-style: italic;
	font-size: 8pt;
}
.a8r {
	font-size: 8pt;
	color: Red;
}

.box_no_border{
	display: block;
	background: White;
}

.boxbold{
	display: block;
	font-weight: bold;
	font-size: 10pt;
}

.textegras{
	font-weight: bold;
}
.textegras_it{
	font-weight: bold;
}
.Titre{
	font-weight: bold;
	font-size: 12pt;
}


.textebleu
{
	color: Blue;
	font-weight: normal;
}



.tab_class {
	 
	 border-top:solid #000000 1px;
	 border-left:solid #000000 1px;
	 border-right: groove #000000 5px;
	 border-bottom: groove #000000 5px;
}

table {
	font-size: 9pt;
}

#tab_admin {
	 
	 border-top:solid #000000 1px;
	 border-left:solid #000000 1px;
	 border-right: groove #000000 5px;
	 border-bottom: groove #000000 5px;
}

.div_admin {
	 
	 border:solid #000000 1px;
	 width: 1000px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 50px;
}

#tab_admin_in {
	 background-color: #F5F5DC;
	 border:solid #000000 1px;
}

.tab_admin {
	 
	 border-top:solid #000000 1px;
	 border-left:solid #000000 1px;
	 border-right: groove #000000 5px;
	 border-bottom: groove #000000 5px;
}
.tab_admin_in {
	 background-color: #F5F5DC;
	 border:solid #000000 1px;
}

.tab_class_in {
	 background-color: #F5F5DC;
	 border:solid #000000 1px;
}
 .p_top p
 {
	border-top: 1px solid black;
	padding-top: 10px;
 }
a {
	text-decoration:none;
	color: rgb(234,34,93);;
	font-weight: bold;
}
a:hover{
	color: #FF8C00;
}

.caddy_all {
	text-decoration:none;
	color: white;
	font-weight: bold;
}

.caddy_all:hover{
	color: #FF8C00;
}

img{
	border: none;
}
.zone_texte{
	border-width: thin;
	border-style: inset;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	border-color: black;
	width: 200px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: rgb(217,219,221);
padding: 5px;
left: -1000px;
border: 1px solid gray;
border-right: 3px solid grey;
border-bottom: 3px solid grey;
visibility: hidden;
color: black;
text-decoration: none;
text-align: left;
width:300px;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 10px; /*position where enlarged image should offset horizontally */
}



.ft_message {
	font-size:14px;
	font-weight: bold;
}

.icon15 {
	height: 15px;
	width: auto;
}

.icon20 {
	height: 20px;
	width: auto;
}