/* 
Brun : #A55A08
Bleu foncé : #08525E
Bleu intermédiaire : #1EA3C1
Bleu turquoise : #99FFFF
Bleu pâle : #F1F9FB
*/

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08525E;
}
body {
	background-image: url(../images/D.gif);
	background-repeat: no-repeat;
	background-color: #EBF9FB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #F1F9FB;
	scrollbar-highlight-color: #99FFFF;
	scrollbar-face-color: #08525E;
}
a:link {
	color: #A55A08;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1EA3C1;
}
a:hover {
	text-decoration: none;
	color: #1EA3C1;
}
a:active {
	text-decoration: underline;
	color: #1EA3C1;
}
.MyTitle {
	font-size: 12px;
	font-weight: bold;
}	
.ErrorColor {
	font-weight: bold;
	color: #A55A08;
}	
.ViewGuestBook table{
	border-color: #08525E;
	border-style: solid;
	border-width: 1px;
}



/*
*********************************************************************
Barre nav
*********************************************************************
*/

#divFoldCont {
	position:absolute; 
	left:5px; 
	top:130px; 
	width:156px; 
	visibility:hidden;
	z-index:50;
}

.clFold {
	position:absolute; 
	width:156px;
}

.clFoldSub {
	position:absolute; 
	left:10px; 
	width:156px; 
	visibility:hidden;
}

.clFoldLinks {
}

.clFoldLinks A:link {
	color : #A55A08;
	text-decoration : none;
}

.clFoldLinks A:active {
	color : #08525E;
	text-decoration : none;
}

.clFoldLinks A:visited {
	color : #08525E;
	text-decoration : none;
}

.clFoldLinks A:hover {
	color : #08525E;
	text-decoration : none;	
} 

.clSubLinks2 A:link {
	color : #A55A08;
	text-decoration : none;
}

.clSubLinks2 A:active {
	color : #08525E;
	text-decoration : none;
}

.clSubLinks2 A:visited {
	color : #08525E;
	text-decoration : none;
}

.clSubLinks2 A:hover {
	color : #08525E;
	text-decoration : none;	
} 


