/**
 * CSS main stylesheet
 *
 * @author Geoffray Warnants <geoffray@geoffray.be>
 * @version 1.0 - 06/01/2008
 */

/*
 * Main containers
 */
body {
background-color: #47473f;
margin: 0;
padding: 30px;
text-align: center; /* hack pour centrer #main dans le body sous IE6 */
}
#body {
text-align: left;   /* pour annuler l'effet du hack sur le contenu du div */
margin: auto;       /* centrage de #main dans le body */
width: 470px;
font-family: Verdana, Tahoma, Arial;
color: #3c3c3c;
}
#body #title {
background-image: url(top.png);
background-repeat: no-repeat;
background-position: bottom left;
height: 12px;
}
#body #main {
background-color: #dadada;
border-left: 1px solid #47473f;
border-right: 1px solid #47473f;
min-height: px;
padding: 10px;
width:448px;
}
#body #menu {
width:449px;
height:32px;
margin-top:5px;
background-image: url(menubg.png);
background-repeat: no-repeat;   
padding:6px 0 0 15px;
color: #969696;
}
#body #menu a {
color:#000000;
font-weight:bold;
text-decoration:none;    
}
#body #menu a:hover {
color:#EF6B00;
}
#body #top2{
background-image: url(top2.png);
background-repeat: no-repeat;
background-position: bottom left;
height: 15px;
}
#body #main2{
background-image: url(bg2.png);
background-repeat: repeat-y;
background-position: bottom left;
color: #3F3B3B;
padding: 5px;
}
#body #footer {
background-image: url(bottom.png);
background-repeat: no-repeat;
background-position: bottom left;
height: 27px;
}

table.list {
width:392px;
border: 1px solid #E9E9E9;
border-collapse: collapse;
}
table.list td {
padding: 1px 5px 1px 5px;
}
table.list tr.alt td {
background-color:#E9E9E9;
}
table.list tr td {
background-color:#FFFFFF;
}
#main2 h2 {
font-size:20px;
color:#28598F;
font-weight:bold;
}


a img {
border: 0;

}
a {
color: #2B5D93;
}
a:hover {
color:#EF6B00;
}


form label.text {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid lightgrey;
    font-size:14px;
}
form .errorfield {
    border: 2px solid #EF6B00;
}