
/*	
	IGeneve.COM
	for Domaine-ete.com
	AUTEUR : DIMITRI HEBERT  */
	
body
	{
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #ffffff;
	color: #999999;
	/* ascenseurs */
	scrollbar-face-color: #E3E8EC;
	scrollbar-arrow-color: #7385A8;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #7385A8;
	scrollbar-highlight-color: #E3E8EC;
	}

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

p.p_justify_gras
	{
	font-size: 12px;
	font-weight: bold;
	align:justify;
	}

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

ul	
	{
	font-size: 12px;
	}

	
ol
	{
	font-size: 12px;
	}



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

	
td.td_padding
	{
	padding: 20px;
	}
	
td.td_padding_10
	{
	padding: 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
	{
	font-size: 14px;
	font-weight: bold;
	}

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

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

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

input.radio_rb
	{
	font-size: 10px;
	}

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


	
/* 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_noir
	{
	color:#000000;
	}
	
.txt_bleu
	{
	color:#0066ff;
	}
	
.txt_rouge
	{
	color:#FF0000;
	}

.txt_gris
	{
	color:#a1a1a1;
	}
.txt_bordeau
	{
	color:#990000;
	}
	
.txt_marron
	{
	color:#663300;
	}



.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_bordeau:active
	{
	color: #990000;
	text-decoration: none;
	} 

a.a_bordeau:link
	{
	color: #990000;
	text-decoration: none;
	}

a.a_bordeau:visited
	{
	color: #990000;
	text-decoration: none;
	} 

a.a_bordeau:hover
	{
	color: #990000;
	text-decoration: underline;
	} 	
	
		

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

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

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

a.a_gris:hover
	{
	color: #a1a1a1;
	text-decoration: underline;
	} 	
	
	
			
a.a_marron:active
	{
	color: #663300;
	text-decoration: none;
	} 

a.a_marron:link
	{
	color: #663300;
	text-decoration: none;
	}

a.a_marron:visited
	{
	color: #663300;
	text-decoration: none;
	} 

a.a_marron:hover
	{
	color: #663300;
	text-decoration: underline;
	} 	
	
