/*
 * Style sheet pour la home page
 * $Id: style_home.css,v 1.0 2006/03/22 didierst Exp $
 */

init { }

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

b { font-weight: bold; }

/*fonts*/

.txt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #558287;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.txt_adresse
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00a6a7;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.txt_bullet_home
{
	font-weight: bold;
}

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

.txt_bullet_langue_home
{
	font-weight: bold;
}
/*ancres*/
a.txt_adresse
{
	color: #00a6a7;
	text-decoration: none;
}

a.txt_adresse:hover
{
	color: #558287;
	text-decoration: none;
	background-color: #fbccc1;
}

a.txt_langue_home
{
	text-decoration: none;
}

a.txt_langue_home:hover
{
	color: #00a6a7;
	text-decoration: none;
	background-color: #fbccc1;
}

/*Paragraphes*/
.p_ligne_adresse { margin: 0px 0px 0px 0px; }
.p_txt_centre
{
	margin: 8px 99px 0px 99px;
	text-align: justify;
}
.p_txt_centre_r
{
	margin: 8px 99px 0px 99px;
	text-align: right;
}



/*Tables*/
.td_langue_home { padding: 168px 0px 0px 0px; }
.td_contact_home { padding: 0px 0px 0px 13px; }

/*Images*/
img.img_home { margin: 0px 0px 0px 1px; }


/*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;
}

