@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#texte{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	margin: 8px;
}
a.lien2:link {
	color: #666;
	text-decoration: none;
	font-size:10px;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9CF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.amarc10 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CF;
	text-decoration: underline;
}

.titleCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #9CF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}


#border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.CenterTop {
	text-align: center;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
.leftMiddle {
	text-align: left;
	vertical-align: middle;
}

.leftTop {
	text-align: left;
	vertical-align: top;
}

a.lien1:link {
	color: #036;
	text-decoration: none;
	font-size:13px; 
}
a.lien1:visited {
	color: #036;
	text-decoration: none;
	font-size:13px;
}
a.lien1:hover {
	color: #FF9900;
	text-decoration: none;
	font-size:13px;
}
a.lien1:active {
	color: #036;
	text-decoration: none;
	font-size:13px;
}

a.lien2:visited {
	color: #666;
	text-decoration: none;
	font-size:10px;
}
a.lien2:hover {
	color: #FF9900;
	text-decoration: none;
	font-size:10px;
}
a.lien2:active {
	color: #666;
	text-decoration: none;
	font-size:10px;
}

a.lien3:link {
	color: #3CF;
	text-decoration: none;
}
a.lien3:visited {
	color: #3CF;
	text-decoration: none;
}
a.lien3:hover {
	color: #FF9900;
	text-decoration: none;
}
a.lien3:active {
	color: #3CF;
	text-decoration: none;
}

a.lien4:link {
	color: #9CF;
	text-decoration: underline;
}
a.lien4:visited {
	color: #9CF;
	text-decoration: underline;
}
a.lien4:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.lien4:active {
	color: #9CF;
	text-decoration: underline;
}
.leftBottom {
	text-align: left;
	vertical-align: bottom;
}

