/* CSS Document */
body, html {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #CCCCCC; ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: #e5e5e5; Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h6{
	font-size: 13px;
}

.image input{
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

.form input {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url("../images/input_bkg.png") repeat-x bottom left;
}

textarea {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url("../images/input_bkg.png") repeat-x bottom left;
}

input:focus {
	background: #F0F3FC;
	background-image: none;
}


textarea:focus {
	background: #F0F3FC;
	background-image: none;
}

input.submit {
	margin: 0 5px 0 0;
	padding: 0 3px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff url("../images/submit_bkg.png") repeat-x top left;
}
input.image {
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

.Style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.Style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc6600;
	font-weight: bold;
}
.Style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
p{
	margin: 0;
	padding: 3px;
	line-height: 1.5em;


}
#wrapper{
	width: 650px;
	margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
	clear: both;
	padding: 0px;
	background-color: #CCCCCC;
}
.tab{
	float: left;
	height: 32px;
	width: 160px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #ffcc00 url(../images/greentab.jpg) no-repeat;
}
.tabtxt{
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

a {
	color: #cccccc;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: 993300;
	text-decoration: none;
}
a:active {
	color: 993300;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.liens_fond_blanc a {
	color: #000000;
}
.liens_fond_blanc a:visited {
	color: #000000;
	text-decoration: none;
}
.liens_fond_blanc a:hover {
	color: 993300;
	text-decoration: none;
}