body {
	background-color: #023720;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Century Gothic;
	font-size: 14px;
	color: #023720;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}	

#flashcontent {
	width:900px;
	height: 450px;
	margin: 10px;
	z-index: 0;
	padding-top: 10px;
}
/* end hide */



/* style du formulaire*/

p,td,li,table,tr {
	font-family: Century Gothic;
	font-size: 14px;
	color: #023720;
}


.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #023720;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #023720;
}

a:link, a:visited {
	color: #CC6600;
	text-decoration: underline;
	font-weight:300;
}

a:hover {
	color: #339900;
}

hr {
	color: #006633;
}

h1 {
	color: #004027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
	text-indent: 60px;
}

h2 {
	color:#CC6600;
	font-family: Century Gothic;
	font-size: 18px;
}

h3 {
	color:#339900;
	font-family: Century Gothic;
	font-size: 16px;
}

.p1 {
	Z-INDEX: 9;
	LEFT: 155px;
	VISIBILITY: hidden;
	BORDER-BOTTOM: #ffffff 1px solid ;
	POSITION: absolute;
	TOP: 222px;
	width: 198px;
	height: 48px;
}

/* POUR LIENS DE BAS DE PAGES */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9edb9d;
	line-height: 28px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #9edb9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#adresse {
	font-size: 12px;
	color: #023720;
	line-height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}




/* BORDURES SUR IMAGES (DANS KAMELEON) - Permet de choisir d'autres couleurs que le noir */

#turquoise{BORDER-color: aqua ;}

#noir{BORDER-color: black ;}

#bleu{BORDER-color: blue ;}

#rose{BORDER-color: fuschia ;}

#orange{BORDER-color: #FF9900 ;}

#vert{BORDER-color: #339900 ;}

#gris{BORDER-color: gray ;}

#maron{BORDER-color: maroon ;}

#olive{BORDER-color: olive ;}

#violet{BORDER-color: purple ;}

#rouge{BORDER-color: red ;}

#blanc{BORDER-color: white ;}

#jaune{BORDER-color: yellow ;}

#bleu2{BORDER-color: teal ;}

#argent{
	BORDER-color:  #FFAB02;
}

/* FIN BORDURES */
#francecarte{
	float:left;
	display: block;
	width: 190px;
	height:190px;
	background: transparent url('../gfx/carte-groupe/france.jpg')
}
#francecarte:hover{
	background-position: bottom left;
}
#europecarte{
	float:left;
	display: block;
	width: 191px;
	height:191px;
	background: transparent url('../gfx/carte-groupe/europe.jpg')
}
#europecarte:hover{
	background-position: bottom left;
}
#internationalcarte{
	float:left;
	display: block;
	width: 191px;
	height:191px;
	background: transparent url('../gfx/carte-groupe/international.jpg')
}
#internationalcarte:hover{
	background-position: bottom left;
}
