@charset "UTF-8";

body {
	background-color: black;
	background-image: url(../site-images/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
}

a img {border: none;}
.automargin {margin-left: auto; margin-right: auto;}

#header {
	background-image: url(../site-images/header.png);
	width: 922px;
	height: 164px;
}
#headmenu {
	background-image: url(../site-images/headmenu.png);
	width: 753px; /* 922-169px */
	height: 32px;
	padding-left: 168px;
}

#contents-shadow {
	width: 922px;
	height: 14px;
	background-image: url(../site-images/contents-topshadow.png);
}

#contents {
	width: 922px;
	background-image: url(../site-images/contents-background.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 15px;
}

#footline {
	width: 922px;
	height: 24px;
	background-image: url(../site-images/footline.png);
}

#footer {
	width: 920px; /* 922-2px */
	height: 70px;
	background-image: url(../site-images/footbackground.png);
	background-repeat: repeat-x;
	border-left: 1px solid #243000;
	border-right: 1px solid #243000;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#footer a {color: white; text-decoration: underline;}
#footer a:hover {text-decoration: none;}


/* box styles */
.box-special-title {width: 889px; height: 42px; background-image: url(../site-images/box-special-title.png); text-transform: uppercase; margin-top: -15px;}
.box-special-contents {width: 569px; /* 889-300-20px */ height: 120px; /* 140-20px */ background-image: url(../site-images/box-special-contents.png); padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 300px; margin-bottom: 20px;}

.box-title {width: 889px; height: 33px; background-image: url(../site-images/box-title.png); text-transform: uppercase;}
.box-contents {width: 889px; background-image: url(../site-images/box-contents.png);}
.box-bottom {width: 889px; height: 9px; background-image: url(../site-images/box-bottom.png); margin-bottom: 20px;}

.box-small-title {width: 412px; height: 34px; background-image: url(../site-images/box-small-title.png);}
.box-small-contents {width: 410px; /* 412-2px */ border-left: 1px solid #e3f58e; border-right: 1px solid #e3f58e;}
.box-small-bottom {width: 412px; height: 7px; background-image: url(../site-images/box-small-bottom.png);}

.box-autopadding {padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; width: 849px;}
.box-small-autopadding {width: 390px; /* 410-20px */ padding-top: 10px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px;}


/* others styles */
.showertable {border: none; width: 868px; margin-left: 10px; margin-right: 11px; /* -21px pour padding G et D pour ne pas dépasser sur les border */}
.showertable td.33width {width: 33%;}

/* errors box informations */
.msgbox_green, .msgbox_red {padding-left: 5px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px; font-size: 11px; margin-top: 10px; margin-bottom: 20px;}
.msgbox_green div, .msgbox_red div {font-size: 14px; font-weight: bold; margin-top: -19px; margin-bottom: 5px;}

.msgbox_green {background-color: #C8FFC9; color: #093; border-top: 1px solid #093;}
.msgbox_red {background-color: #FFC7CA; color: #900; border-top: 1px solid #900;}

#xiti {text-align: center; padding-top: 10px; margin: 0;}
#xiti * {margin: 0;}

td.l {color: #960; font-size: 13px; text-decoration: underline; padding-bottom: 5px; padding-right: 10px;}
td.r {color: #666; font-size: 12px;}

.mouseover:hover {cursor: pointer;}

