/*	LAPASTOURELLE.CH - HOME PAGE
	AUTEUR : LAURE VANONCINI */
	
body
	{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFF7EB;
	/* ascenseurs */
	scrollbar-face-color: #7BCF9C;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #E5E1DB;
	scrollbar-shadow-color: #009A31;
	scrollbar-highlight-color: #009A31;
	}

p
	{
	font-size: 11px;
	}

p.p_justify
	{
	font-size: 11px;
	text-align: justify;
	}	
	
li	
	{
	list-style-image: url("../images/puce.gif");
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

ul	
	{
	font-size: 11px;
	}

ol
	{
	font-size: 11px;
	}

td	
	{
	font-size: 11px;
	}

table.tab_all
	{
	background-image: url(../images/fond_menu_gauche.gif);
	background-repeat: repeat-y;
	background-position: left;
	}	
	
td.td_band_droite
	{
	background-image: url(../images/bandeau2.jpg);
	background-repeat: no-repeat;
	background-position: midle;
	}

table.tab_menu_droite
	{
	float: right;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 15px;
	}

td.td_menu_droite
	{
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	}

td.td_ombre
	{
	background-image: url(../images/fond_ombre.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
table.tab_bordure_ext_verte
	{
	border-width: 1px;
	border-style: solid;
	border-color: #7FCC99;
	}

td.td_bordure_bas_verte
	{
	border-bottom: 1px solid #7FCC99;
	}	
	
table.tab_print_adr
	{
	border-width: 1px;
	border-style: solid;
	border-color: #009933;
	}

/* POUR TITRE SITE (IMAGE) */
h1
	{
	}

/* TITRE DE LA PAGE */
h2
	{
	font-weight: 900;
	color: #FF9C00;
	font-size: 13px;
	text-transform: uppercase;
	}

/* SOUS-TITRES DE LA PAGE */
h3
	{
	font-weight: bold;
	color: #804E00;
	font-size: 11px;
	text-transform: uppercase;
	}

/* SOUS-SOUS-TITRES DE LA PAGE */
h4
	{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}

/* POUR TOUS LES TITRES ET SOUS-TITRES */

h1, h2, h3, h4, h5, h6, h7
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* AUTRES */


.txt_gras
	{
	font-size: inherit;
	font-weight: bold;
	}

.txt_10
	{
	font-size: 10px;
	}

.txt_vert_gras
	{
	color: #009933;
	font-weight: bold;
	font-size: 12px;
	}

.txt_11
	{
	font-size: 11px;
	font-weight: inherit;
	}

.txt_11gras
	{
	font-size: 11px;
	font-weight: bold;
	}

.txt_11italic
	{
	font-size: 11px;
	font-style: italic;
	}

.txt_12
	{
	font-size: 12px;
	}

.txt_12gras
	{
	font-size: 12px;
	font-weight: bold;
	}

.txt_copyright
	{
	font-size: 10px;
	color: #999999;
	}

/*LIENS*/
a:active
	{
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	} 

a:link
	{
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	}

a:visited
	{
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	} 

a:hover
	{
	color: #FF9C00;
	text-decoration: underline;
	font-weight: bold;
	}

/* LIENS ORANGES HP */

a.a_hp:active
	{
	color: #FF9C00;
	text-decoration: none;
	font-weight: bold;
	} 

a.a_hp:link
	{
	color: #FF9C00;
	text-decoration: none;
	font-weight: bold;
	}

a.a_hp:visited
	{
	color: #FF9C00;
	text-decoration: none;
	font-weight: bold;
	} 

a.a_hp:hover
	{
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
	}


/* LIENS GRIS */

a.a_menu_droite:active
	{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	} 

a.a_menu_droite:link
	{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

a.a_menu_droite:visited
	{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	} 

a.a_menu_droite:hover
	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}