/* CSS Document */

body {
	background-image:url(images/fd.jpg);
	background-repeat:repeat-x;
	background-color:#c7dceb;
	margin-top: 10px;
}

a:link {
color: #ffffff; text-decoration: underline;
} 

a:visited {
color: #ffffff; text-decoration: underline;
} 

a:hover {
color: #B5D5F3; text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
	
a.lien:link {
color: #D584A5; text-decoration: underline;
}


a.lien:visited {
color: #D584A5; text-decoration: underline;
} 

a.lien:hover {
color: #D584A5; text-decoration: underline;
}

a.lien2:link {
color: #A18892; text-decoration: underline;
}


a.lien2:visited {
color: #A18892; text-decoration: underline;
} 

a.lien2:hover {
color: #A18892; text-decoration: underline;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #a17a8a;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
	
.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texteBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texteRouge {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FD2400;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

#navlist1 li {
	list-style-image:url(images/li.jpg);
	padding: 0 0 10px 0;
}

#navlist2 li {
	list-size: 8px;
	list-style-type: disc;
	list-style-image:none;
	padding: 0 0 0px 0;
}

#navlist3 li {
	list-size: 8px;
	list-style-type: square;
	list-style-image:none;
	padding: 0 0 0px 0;
}

.clearvalidator{ clear:both; height:3px;}