body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	color: Black;
	margin: 0px 0px 0px 0px;
	background-color: #DFDFDF;
	
}

.texte {
	font-size: 9pt;
	color: Black;
}

.texte-petit {
	color: Black;
	font-size: 8pt;
}

.texte-petit-rouge {
	color: #BB2828;
	font-size: 8pt;
}

.texte-petit-gris {
	color: #8A8787;
	font-size: 8pt;
}

.titre {
	color: Black;
	font-size: 11pt;
}

.titre-blanc {
	color: White;
	font-size: 11pt;
}

a {
	color: Black;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	color: Gray;
	font-size: 10pt;
}

a.lien-blanc {
	font-size: 11pt;
	color: White;
	text-decoration: underline;
}

a.lien-blanc:hover {
	font-size: 11pt;
	color: BE1919;
	
}

a.lien-rouge {
	font-size: 11pt;
	color: #BE1919;
	text-decoration: none;
}

a.lien-rouge:hover {
	font-size: 11pt;
	color: #BE1919;
	text-decoration: underline;	
}

a.lien-petit-rouge {
	color: #BB2828;
	font-size: 8pt;
	text-decoration: none;
}

a.lien-petit-rouge:hover {
	color: #BB2828;
	font-size: 8pt;
	text-decoration: underline;	
}

td.welcome-en {
	background: url(../picts/welcome_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.welcome-cn {
	background: url(../picts/welcome_cn.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.exhibitions-en {
	background: url(../picts/exhibitions_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.exhibitions-cn {
	background: url(../picts/exhibitions_cn.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.artists-en {
	background: url(../picts/artists_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.artists-cn {
	background: url(../picts/artists_cn.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.about-us-en {
	background: url(../picts/about-us_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.about-us-cn {
	background: url(../picts/about-us_cn.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.contact-en {
	background: url(../picts/contact_en.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}

td.contact-cn {
	background: url(../picts/contact_cn.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}


/* Formulaires */

input {
	border: 1px;
	border-style: solid;
	border-color: Silver;
	font-size: 10pt;
	color: Black;
}

input.texte-150px {
	width: 150px;
}

input.texte-250px {
	width: 250px;
}

input.texte-30px {
	width: 30px;
}

input.texte-50px {
	width: 50px;
}

textarea.texte {
	border: 1px;
	background: #FFFFFF;
	border-style: solid;
	border-color: Silver;
	width: 300px;
	height: 100px;
	font-family: arial, Helvetica, sans-serif;
	
	font-size: 10pt;
	color: Black;
	font-weight: normal;
}

select.texte {
	border: 1px;
	background: #FFFFFF;
	border-style: solid;
	border-color: Silver;
	width: 200px;

	font-size: 10pt;
	color: Black;
	font-weight: normal; 
}


.button {
	width: 120px;
	height: 25px;
	border: 1px;
	background: Silver;
	border-style: solid;
	border-color: Gray;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

