
/*	Pierre Kunz
	Septembre 2007
	AUTEUR : DIMITRI HEBERT  */
	
body
	{
	font-family: verdana, arial,helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#000000;
	background-color: #ffffff;
	
	/* ascenseurs */
	scrollbar-face-color: #669900;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #669900;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #669900;
	}

p
	{
	font-size: 11px;
	line-height: 18px;
	} 	

	
p.p_justify
	{
	text-align:justify;
	line-height: 15px;
	}


li	
	{
	list-style-image: url("../images/puce.gif");
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

ul	
	{
	font-size: 11px;
	}
	
ol
	{
	font-size: 11px;
	}


td.td_align_middle	
	{
	vertical-align:middle; 
	}



td	
	{
	font-size: 11px;
	}

td.td_padding
	{
	padding-left: 10px;
	padding-right: 10px;
	}
	
td.td_padding_10
	{
	padding-left: 10px;
	padding-right: 10px;
	}
	
	
td.td_padding_left
	{
	padding-left: 10px;
	}

	
td.td_padding_right
	{
	padding-right: 10px;
	}

	
td.td_padding_left_15
	{
	padding-left: 15px;
	}

	
td.td_padding_right_15
	{
	padding-right: 15px;
	}
	
td.td_padding_15
	{
	padding-right: 15x;
	padding-left: 15px;
	}

td.td_padding_30
	{
	padding-right: 30px;
	padding-left: 30px;
	}

td.td_padding_right_30
	{
	padding-right: 30px;
	}

td.td_padding_left_30
	{
	padding-left: 30px;
	}

td.td_bg_blanc
{
	
	background-color: #FFFFFF;
}	
td.td_bg_norepeat_h
{
	background-repeat:no-repeat;
	background-image:url("../_images/design/barre_h_vert_noir.png");
}	

td.td_bg_norepeat_v
{
	background-repeat:no-repeat;
	background-image:url("../_images/design/barre_v_vert_noir.png");
	background-position:bottom;
}	
	
td.td_bg_norepeat_pk
{
	background-repeat:no-repeat;
	background-image:url("../_images/photos/portrait_pierre_kunz.jpg");
	background-position:bottom;
}	
	
td.td_bg_norepeat_head
{
	background-repeat:no-repeat;
	background-image:url("../_images/photos/pierre_kunz_head.jpg");
	background-position:bottom;
}	
	
	
td.td_bg_norepeat_mapworld
{
	background-repeat:no-repeat;
	background-image:url("../_images/design/map_world.png");
	background-position:top;
}	
	
td.td_bg_norepeat_event
{
	background-repeat:no-repeat;
	background-image:url("../_images/design/wall_pk_1.gif");
	background-position:top;
}	
	
		
img.img_bord_vert
	{
	border-top: 1px #669900 solid;
	border-bottom: 1px #669900 solid;
	border-left: 1px #669900 solid;
	border-right: 1px #669900 solid;
	}
	

img.img_bord_blanc
	{
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	}
	
	
td.td_bord_t_vert
	{
	border-top: 1px #336600 solid;
	}	
td.td_bord_l_vert
	{
	border-left: 1px #336600 solid;
	}	
td.td_bord_r_vert
	{
	border-right: 1px #336600 solid;
	}	
td.td_bord_b_vert
	{
	border-bottom: 1px #336600 solid;
	}
	
	
.pointille_haut
	{
	border-top: 1px #ffffff dashed;
	}

.pointille_bas
	{
	border-bottom: 1px #ffffff dashed;
	}

.div_scroll
	{
	overflow: auto;
	height: 250px;
	}


/* POUR TITRE SITE (IMAGE) font-size: 15px;
	font-weight: bold;*/
h1
	{

	font-size: 15px;
	font-weight: bold;
	
	}

/* TITRE DE LA PAGE */
h2
	{
	font-size: 12px;
	font-weight: bold;
	}

/* SOUS-TITRES DE LA PAGE */
h3
	{
	font-size: 11px;
	font-weight: bold;
	}

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

/* POUR TOUS LES TITRES ET SOUS-TITRES */
h1, h2, h3, h4
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* FORMULAIRES */

input.form_pb
	{
	font-size: 10px;
	border: 1px #669900 solid;
	background-color: #FFFFFF;
	}

select.sl_larg
	{
	width: 200px;
	}

	
select.sl_couleur_txt_bleu
	{
	color: #669900;
	}
		
		
		

/* AUTRES */

.txt_9
	{
	font-size: 9px;
	}
	

.txt_10
	{
	font-size: 10px;
	}

.txt_11
	{
	font-size: 11px;
	}

.txt_12
	{
	font-size: 12px;
	}
	
.txt_13
	{
	font-size: 13px;
	}
.txt_14
	{
	font-size: 14px;
	}
.txt_15
	{
	font-size: 15px;
	}
	
.txt_16
	{
	font-size: 16px;
	}
	
.txt_17
	{
	font-size: 17px;
	}
	
.txt_blanc
	{
	color:#ffffff;
	}

.txt_vert
	{
	color:#669900;
	}
.txt_rouge
	{
	color:#ff0000;
	}

.txt_souligne
	{
	text-decoration: underline;
	}

.txt_justify
	{
	text-align:justify;
	line-height: 15px;
	}


.txt_italic
	{
	font-style: italic;
	}


.txt_gras
	{
	font-weight: bold;
	}
	
.txt_majuscule
	{
	text-transform : uppercase	
	};
	
.txt_word_space{
	word-spacing : 5px;	
};	



/*LIENS*/

a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}

a:active
	{	
	color: #666666;
	text-decoration: none;
	} 

a:link
	{
	color: #666666;
	text-decoration: none;
	}

a:visited
	{
	color: #666666;
	text-decoration: none;
	} 

a:hover
	{
	color: #666666;
	text-decoration: underline;
	background: none; /* correction d'un bug IE */
	} 

a.a_blanc:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_blanc:link
	{
	color: #ffffff;
	text-decoration: none;
	}

a.a_blanc:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_blanc:hover
	{
	color: #ffffff;
	text-decoration: underline;
	} 	
	
	
	
	
	
	
	
	
	
	
	
	
a.a_blanc_watch:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_blanc_watch:link
	{
	color: #ffffff;
	text-decoration: none;
	}

a.a_blanc_watch:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_blanc_watch:hover
	{
	color: #669900;
	} 	
	

a.a_vert:active
	{
	color: #669900;
	text-decoration: none;
	} 

a.a_vert:link
	{
	color: #669900;
	text-decoration: none;
	}

a.a_vert:visited
	{
	color: #669900;
	text-decoration: none;
	} 

a.a_vert:hover
	{
	color: #669900;
	text-decoration: underline;
	} 	
	
		

a.a_menu_vert:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_menu_vert:link
	{
	color: #ffffff;
	text-decoration: none;
	}

a.a_menu_vert:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_menu_vert:hover
	{
	color: #ffffff;
	text-decoration: underline;
	} 	
		
		

a.a_rouge:active
	{
	color: #ff0000;
	text-decoration: none;
	} 

a.a_rouge:link
	{
	color: #ff0000;
	text-decoration: none;
	}

a.a_rouge:visited
	{
	color: #ff0000;
	text-decoration: none;
	} 

a.a_rouge:hover
	{
	color: #ff0000;
	text-decoration: underline;
	} 			
	
	

.border_carre_a_vert{
border: 1px solid #669900;
font-weight: bold;
background: #669900;
color: #99CC00;
} 
.border_carre_navig_a_vert{
border: 1px solid #669900;
font-weight: bold;
background: #000000;
color: #669900;
} 


.accskey {
display: inline;
left: -1000px;
overflow: hidden;
width: 0px;
position: absolute;
top: -1000px;
height: 0px
}

/* désactivation des menus pour l'impression */
.menu {
    display : none ;
}