/*
 * Style sheet pour les pages de la rubrique 1
 * $Id: style_home.css,v 1.0 2006/05/01 didierst Exp $
 */

init { }

/*Body*/
.body_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

/*fonts*/
.txt_langue_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #859aa6;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

.txt_contact_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #859aa6;
	font-size: 11px;
	line-height: 16px;
}

.txt_bullet_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #859aa6;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

.txt_maj_home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #859aa6;
	font-size: 10px;
	line-height: 16px;
}

/*ancres*/
a
{
	color: #195294;
	text-decoration: none;
}

a:hover
{
	color: #00436f;
	text-decoration: none;
	background-color: #f4f1d9;
}

a.txt_langue_home
{
	text-decoration: none;
}

a.txt_langue_home:hover
{
	color: #00436f;
	text-decoration: none;
	background-color: #f4f1d9;
}

a.lien_image { text-decoration: none; }

a.lien_image:hover
{
	text-decoration: none;
	background-color: transparent;
}

/* Tables */
.td_langue_home { padding: 54px 0px 0px 4px; }
.td_langue_home2 { padding: 27px 0px 0px 4px; }
.td_contact_home { padding: 13px 0px 0px 6px; }
.td_titre_logo { padding: 7px 0px 0px 5px; }
.td_ballon_haut { padding: 2px 0px 0px 22px; }
.td_ballon_bas { padding: 0px 0px 0px 159px; }


/*Styles pour la page des 3 sites*/
.td_3_sites_gauche { padding: 10px 22px 0px 0px; }
.td_3_sites_droit { padding: 10px 0px 0px 22px; }

.text_3_sites
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #507492;
	font-size: 11px;
	line-height: 15px;
}
a.text_3_sites { text-decoration: underline; }

a.text_3_sites:hover
{
	text-decoration: none;
	color: #00436f;
}
