@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------- */
* {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
font-family : arial,tahoma,sans-serif;
border-collapse : collapse;
}
.clear_both{
	clear : both;
}
a{
	color:blue;
}
a:hover{
	color:red;
}
.hidden{
	display : none;
}
.important{
	color: red;
}
strong{
	font-weight : bold;
}
.center{
	text-align : center;
}
#extra_chargement{
	float:left; 
	position:absolute; 
	width:100px;
	margin:20px;
	padding:5px 10px;
	background:red;
	color:white;
	z-index:9999;
}
/* ------------------------------------------------- */ 
.clear_both{
	clear : btoh;
}
input,
select,
textarea{
	border : 1px solid #cccccc;
}
/* hauteur minimum pour le content */
#g_content {
height: 26em;
}
html>body #g_content {
height: auto;
min-height: 26em;
} 

#g_top,
#g_login,
#g_menu,
#g_content,
#g_bottom{
}
#g_all{
	margin : 2px;
}
#g_top{
	height : 130px;
	width : 100%;
}
#g_menu{
	float : left;
	width : 60%;
}
#g_content{
	clear : both;
	position : relative;
	width : 100%;
}
#g_bottom{
}
#g_lang{
	float : right;
	margin : 3px;
	width : 39%;
}
#v_b_lang a{
	display:block;
	float:left;
	margin: 0 2px;
}
a#lang_actif{
	border:1px dotted blue;
}

