/**
 * Style sheet bandeau
 */
/* header : image de fond du bandeau */
#header
{
	background-image:url("tl_files/images_templates/background-header-empty.jpg");
	background-repeat:no-repeat;
	background-position:10px;
}

/* header : logo couleur partie publique */
.banner
{
	width:119px;
	height:80px;
	left:212px;
	top:103px;
	position:absolute;
	background-image:url("tl_files/images_templates/logo-color.jpg");
	background-repeat:no-repeat;
}

/* header : logo noir et blanc partie privée */
.banner_members
{
	width:119px;
	height:80px;
	left:212px;
	top:103px;
	position:absolute;
	background-image:url("tl_files/images_templates/logo-black.jpg");
	background-repeat:no-repeat;
}

/* module de connexion membres : placement */
.mod_login
{
	width:250px;
	float:right;
	text-align:right;
}

/* module de connexion membres : image, placement de l'image, police des champs */
.mod_login .login .submit_container input, .mod_login .submit
{
	width:100%;
	height:20px;
	background-color:#transp;
	background-image:url("tl_files/images_templates/cadenas.gif");
	background-position:right center;
	background-repeat:no-repeat;
	border:0;
	font-family:Verdana;
	font-size:10px;
	color:#6B793E;
	cursor:pointer;
}

/* module de connexion membres : position "vous etes connecté" ou "connexion echouée" */
p.login_info, p.error
{
	margin-right:15px;
	text-align:right;
	font-size:10px;
	color:#6B793E;
}

/* module de connexion membres : correction position texte "vous êtes connecté" */
p.login_info
{
	float:left;
	margin:0px;
	text-align:right;
}

/* module de connexion membres : alignement de connexion membres sur les champs de saisie */
.mod_login h6
{
	width:80%;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:30px;
	text-align:right;
	border-bottom:1px solid #b3b3b1;
	font-size:11px;
	color:#B3B3B1;
}

/* module de connexion membres : position "connexion membres" */
.mod_login label
{
	margin:0;
	font-size:9px;
}

/* module de connexion membres : taille et position des champs de connexion */
.mod_login .formbody input
{
	width:80px;
	height:13px;
	margin:0px 4px 4px 0px;
	font-size:99%;
}

/* module de connexion membres : formatage "se déconnecter" */
.logout .submit_container .submit
{
	width:100%;
	height:20px;
	left:0px;
	margin:0px;
	padding:0px 22px 0px 0px;
	background-image:url("tl_files/images_templates/cadenas_ouvert.gif");
	background-position:right center;
	background-repeat:no-repeat;
	border:0;
	font-family:Verdana;
	font-size:10px;
	color:#6B793E;
	background-color:none;
}

/* module de connexion membres : taille du conteneur du formulaire de connexion/déconnexion */
div.logout
{
	width:250px;
}

/* module de connexion membres : formatage "se connecter" */
.login .formbody .submit
{
	width:120px;
	height:20px;
	margin-right:4px;
	background-color:#transp;
	background-image:url("tl_files/images_templates/cadenas.gif");
	background-position:right center;
	background-repeat:no-repeat;
	border:0;
	font-family:Verdana;
	font-size:10px;
	color:#6B793E;
}

/* module de connexion membres : position "se déconnecter" */
.logout .submit_container
{
	float:right;
	margin-right:22px;
}

/* Fil d'ariane : placement, couleur entrée active, style */
.mod_breadcrumb
{
	margin-right:10px;
	padding-top:5px;
	padding-bottom:40px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	color:#C46B00;
}

/* Fil d'ariane couleur au survol, style */
.mod_breadcrumb a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/* Fil d'ariane couleur entrée, style */
.mod_breadcrumb a
{
	font-weight:bold;
	text-decoration:none;
	color:#703D00;
}

