
/*	
	IGeneve.COM
	for wbu2008.ch
	AUTEUR : DIMITRI HEBERT  */
	
body
	{
	font-family: arial,verdana, sans-serif;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #ffffff;
	color: #333333;
	font-size : 100%;
	
	/* ascenseurs */
	scrollbar-face-color: #003399;
	scrollbar-arrow-color: #0066cc;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #0066cc;
	scrollbar-highlight-color: #003399;
	}

p
	{
	
	font-size : 100%;
	}
	
p.p_justify
	{
	font-size: 12px;
	text-align:justify;
	}

p.p_justify_gras
	{
	
	font-size : 100%;
	font-weight: bold;
	align:justify;
	}

li.li_puce
	{
	list-style-image: url("../_images/layout/etoile_fond_blanc.png");
	
	font-size : 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
li.li_puce_bleu
	{
	list-style-image: url("../_images/layout/puce_bleu_rond.png");
	
	font-size : 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	}	
	
li.li_puce_gris
	{
	list-style-image: url("../_images/layout/puce_gris_rond.png");
	
	font-size : 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	}	

ul	
	{
	
	font-size : 100%;
	}

	
ol
	{
	
	font-size : 100%;
	}



.pointille_bas_bleu
	{
	border-bottom: 1px #2DA2FF dashed;
	}
	
	
td	
	{
	
	font-size : 100%;
	}

	
td.td_padding
	{
	padding: 20px;
	}
	
td.td_padding_10
	{
	padding: 10px;
	}
		
	
td.td_padding_hori
	{
	padding-left: 10px;
	padding-right: 10px;
	}
			
td.td_padding_droite
	{
	padding-right: 10px;
	}
		
table.bord_gris
	{
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	}	
	
td.bord_gris_haut	
	{
	border-top: 1px #999999 solid;
	}	
	
td.bord_gris_droite	
	{
	border-right: 1px #999999 solid;
	}
	
td.bord_gris_gauche	
	{
	border-left: 1px #999999 solid;
	}	
	
td.bord_gris_bas
	{
	border-bottom: 1px #999999 solid;
	}	

div.div_scroll
	{
	overflow: auto;
	height: 350px;
	}
	
	
	
img.img_bord_gris	
	{
	border-top: 1px #999999 solid;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	border-bottom: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	}	

	
bg_norepeat
{
 background-repeat:no-repeat;
 }	

/* POUR TITRE SITE (IMAGE) */
h1
	{
	color:#003399;
	font-size : 150%;
	font-weight: bold;
	}

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

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

/* SOUS-SOUS-TITRES DE LA PAGE */
h4
	{
	
	font-size : 100%;
	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 : 100%;
	border: 1px #98AFC9 solid;
	background-color: #FFFFFF;
	}

input.radio_rb
	{
	
	font-size : 100%;
	}

input.input_txt_200
	{
	
	font-size : 100%;
	border: 1px #98AFC9 solid;
	background-color: #FFFFFF;
	width: 200px;
	}
	
	input.input_txt
	{
	
	font-size : 100%;
	border: 1px #98AFC9 solid;
	background-color: #FFFFFF;
	width: 280px;
	}


	
/* AUTRES */

.txt_9
	{
	
	font-size : 70%;
	}
	

.txt_10
	{
	
	font-size : 80%;
	}
	
.txt_11
	{
	
	font-size : 90%;
	}

.txt_12
	{
	
	font-size : 100%;
	}


.txt_13
	{
	
	font-size : 110%;
	}
	
.txt_14
	{
	
	font-size : 130%;
	}
	
.txt_15
	{
	
	font-size : 130%;
	}
		
.txt_16
	{
	
	font-size : 140%;
	}
		
.txt_17
	{
	
	font-size : 150%;
	}
		
.txt_blanc
	{
	color:#ffffff;
	}

.txt_noir
	{
	color:#000000;
	}
	
.txt_bleu
	{
	color:#003399;
	}
	
.txt_rouge
	{
	color:#FF0000;
	}

.txt_gris
	{
	color:#333333;
	}


.txt_souligne
	{
	text-decoration: underline;
	}

.txt_italic
	{
	font-style: italic;
	}

.txt_gras
	{
	font-weight: bold;
	}
	
.txt_upper
	{
	text-transform: uppercase;
	}
	
	
	
	

/*LIENS*/
a:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

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

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

a:hover
	{
	color: #717171;
	} 

a.a_noir:active
	{
	color: #000000;
	text-decoration: none;
	} 

a.a_noir:link
	{
	color: #000000;
	text-decoration: none;
	}

a.a_noir:visited
	{
	color: #000000;
	text-decoration: none;
	} 
	

a.a_noir:hover
	{
	color: #717171;
	} 
	

	
			
a.a_bleu:active
	{
	color: #003399;
	text-decoration: none;
	} 

a.a_bleu:link
	{
	color: #003399;
	text-decoration: none;
	}

a.a_bleu:visited
	{
	color: #003399;
	text-decoration: none;
	} 
	

a.a_bleu:hover
	{
	color: #003399;
	text-decoration: underline;
	} 
	

	
		

			
a.a_gris:active
	{
	color: #333333;
	text-decoration: none;
	} 

a.a_gris:link
	{
	color: #333333;
	text-decoration: none;
	}

a.a_gris:visited
	{
	color: #333333;
	text-decoration: none;
	} 

a.a_gris:hover
	{
	color: #333333;
	text-decoration: underline;
	} 	
	
	
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;
	} 	
			
			
.accskey {
display: inline;
left: -1000px;
overflow: hidden;
width: 0px;
position: absolute;
top: -1000px;
height: 0px
}



#principal
	{
	position: relative;
	left: 50%;
	margin-left: -40%;
	width:950px;
	z-index:1;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: none;
	}

#logos_haut
	{
	position: relative;
	width:100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	border: none;
	}

#menus
	{
	width:100%;
	z-index:1;
	overflow: hidden;
	visibility: visible;
	border: none;
	}

#titre_menu
	{
	margin-top:8px;
	border-bottom: 1px solid #FFFFFF;
	z-index:3;
	}

.align_titre_menu
	{
	margin-left:10px;
	margin-bottom:8px;
	}

.align_titre_menu_mini
	{
	margin-left:10px;
	}

#menu1
	{
	width:50%;
	height:100%;
	top: 100%;
	float:left;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #003399;
	layer-background-color: #003399;
	}

#menu2
	{
	
	width:50%;
	height:100%;
	float:right;
	
	top: 100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #666666;
	layer-background-color: #666666;
	border: none;
	}


#menu1_gd
	{
	width:100%;
	height:100%;
	top: 100%;
	float:left;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #003399;
	layer-background-color: #003399;
	}

#menu2_gd
	{
	
	width:100%;
	height:100%;
	float:right;
	
	top: 100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #666666;
	layer-background-color: #666666;
	border: none;
	}

#menu3
	{
	width:50%;
	height:100%;
	top: 100%;
	float:left;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	}

#menu4
	{
	
	width:50%;
	height:100%;
	float:right;
	
	top: 100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	border: none;
	}
	
	
#tab_col_80 
	{
	width:80%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	border: none;
	}
#tab_col_100 
	{
	width:100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	border: none;
	}
	
#col_width40
	{
	width:40%;
	height:100%;
	top: 100%;
	float:left;
	z-index:3;
	overflow: hidden;
	}		
	
#col_width30
	{
	width:30%;
	height:100%;
	top: 100%;
	float:left;
	z-index:3;
	overflow: hidden;
	visibility: visible;
	}	
	
	
#col_width60
	{
	width:60%;
	height:100%;
	top: 100%;
	float:left;
	z-index:3;
	overflow: hidden;
	visibility: visible;
	}	
	
	
	
#barre_bleu
	{
	position: absolute;
	width:50%;
	height:7;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #003399;
	border: none;
	}


#barre_gris
	{
	position: relative;
	width:50%;
	left:50%;
	height:7;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #666666;
	border: none;
	}



#contenu
	{
	width:100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: none;
	}

#pied_page
	{
	position: relative;
	width:100%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: none;
	}

