body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	color:#585858;
}
/* Layout */
#wrapper {
	margin: 0 auto;
	width:800px;
}
#header {
	position:relative;
	width:auto;
	height:155px;
}
#logo {
	margin-left:7px;
	position:absolute;
	top:56px;
}
#main {
	/*position:relative;*/
	width:100%;
}
#footer {
	text-align:center;
	position:relative;
	width:auto;
}
#footer a {
	color:#31302f;
	text-decoration:none;
}
#clear {
	clear:both;
	font-size:0.1px;
	height:0.1px;
	line-height:0.1px;
}
/* Menus */
#languages {
	position:absolute;
	left: 560px;
	top: 89px;
}

#languages ul {
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
	/*margin-left: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
	*/
	margin:0px;
	padding:0px;
}




#mainmenu {
	position:absolute;
	background-image: url(../images/mainmenu-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*height:32px;*/
	left: 7px;
	top:123px;
	width:787px;
}

#languages li {
 	float:left;
	margin:2px;
}
/*
#mainmenu a {
	display:block;
	font-weight:normal;
	color:#F6F6F6;
	border-right:1px solid #ea5506;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 17px;
}
*/
#languages a {
	display:block;
	font-weight:normal;
	padding:0px 5px 0px 0px;
	text-decoration:none;
}
/* Boxes */
* html .boxhead h2 {
	height: 1%;
}
.sidebox {
	margin: 0;
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	color: #585858;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#signin-box {
	position:absolute;
	left: 530px;
	top: 9px;
}
#signin-box label {
	display:block;
	color:#ffffff;
	font-size:10px;
}
#signin-box input {
	height:13px;
	width:80px;
	font-size:11px;
	background-color:#dedede;
	border:0px;
}
#signin-box .login, #signin-box .password, #signin-box .submit {
	float:left;
}
#signin-box .password, #signin-box .submit {
	margin-left:5px;
}
#signin-box .submitButton {
	background: url(../images/login-back.png) no-repeat top left;
	width:29px;
	height:16px;
	margin-top:17px;
}
#signin-box .new {
	clear:both;
	color:#ffffff;
}
#signin-box .new a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}


.form {
	margin-bottom:20px;
	margin-left: 20px;
}
.form td {
	vertical-align:middle;
	padding:2px;
}

.red {
	color: red;
}

input.disabled
{
	background-color: #ececec;
}


table.Grille {
border: 1px solid #B8B3A4;
background-color:#fff;
}

table.Grille tr td {
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
padding: 0px 5px;
background-image:none;
margin:0px;
}

table.Grille tr.header td {
	background-color:#B8B3A4;
	font-weight:bold;
	color:#fff;
	padding: 5px;
}

.ddlOffres 
{
	font-size:14px;
}
/*
.Frais
{
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	padding:10px;
}
*/