a:link,a:visited { text-decoration:none;}
a:hover { text-decoration:underline;}

BODY
{
    scrollbar-face-color: #DE4662;
    scrollbar-shadow-color: #FCF8D7;
    scrollbar-highlight-color: #FAF9F0;
    scrollbar-3dlight-color: #FCF8D7;
    scrollbar-darkshadow-color: #FCF8D7;
    scrollbar-track-color: #FAF9F0;
    scrollbar-arrow-color: #EEB218;
}

/*style background*/

/*COLOR*/
.back0 {  background-color: #FAF9F0} /*background page : light yellow*/
.back1 {  background-color: #F2DB4E} /*yellow*/
.back2 {  background-color: #FFFFFF} /*white*/


/*PICTURE*/
.top { background-image: url("../images/top.jpg");background-repeat: no-repeat;}
.bottom { background-image: url("../images/bottom.jpg");background-repeat: no-repeat;}
.bg { background-image: url("../images/bg.jpg");background-repeat: repeat;}

.bgtitle { background-image: url("../images/bg_title.gif");background-repeat: no-repeat; background-color: #FFFFFF}

.bordertop { background-image: url("../images/bg_border_top.gif");background-repeat: repeat;}
.borderbot { background-image: url("../images/bg_border_bottom.gif");background-repeat: repeat;}
.borderleft { background-image: url("../images/bg_border_left.gif");background-repeat: repeat;}
.borderright { background-image: url("../images/bg_border_right.gif");background-repeat: repeat;}



/*style link*/

.link0 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #DE4662}


/*style text*/

.nav1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #DE4662; font-weight: bold}
.nav2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #DE4662; font-weight: bold}
.tit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #DE4662; font-weight: bold}
.txt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #DE4662;}
.txt1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #DE4662;}
.txt a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #DE4662; text-decoration:none;}
.txt5 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #de4681; link:#de4681;}
.txt6 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 11px; 
		 color:#de4662; 
		 link:#de4662; 
}

/*style form*/

textarea.form
{
color:#DE4662;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#FAF9F0;
border:1 dashed #F2DB4E;
}

select.form
{
color:DE4662;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border:0
}


input.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DE4662;
	font-style: normal;
	line-height: normal;
	background-color: #FAF9F0;
	border:1 dashed #F2DB4E;
	height: 18px;
}

.lien1:link {
	text-decoration:underline;
	color:#de4681;
}
