/* Textes */
.titre1 {
	font-family:Trebuchet MS, arial;
	font-size:20px;
	font-weight:bold;
	color:#006699;
	}
	
.titre9 {
	font-family:Trebuchet MS, arial;
	font-size:17px;
	font-weight:bold;
	color:#006699;
}
.titre2 {
	font-family:Trebuchet MS, arial;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
.texte1 {
	font-family:Trebuchet MS, arial;
	font-size:12px;
	font-weight:bold;
	color:#000009;
	text-align:center
}
.texte1vert {
	font-family:Trebuchet MS, arial;
	font-size:14px;
	font-weight:bold;
	color:green;
	text-align:center
}
.texte2 {
	font-family:Trebuchet MS, arial;
	font-size:12px;
	font-weight:normal;
	color:#3D3D3D;
	text-align:left
}
.texte3 {
	font-family:Trebuchet MS, arial;
	font-size:12px;
	font-weight:bold;
	color:#cccccc;
	text-align:center
}
.footer {
	font-family:Trebuchet MS, arial;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-align:center
}
table.cadre {
	border-color:#8dbdd8;
	border-style:solid;
	border-width:1px;
}
.lienretour {
	font-family:Trebuchet MS, arial;
	font-size:12px;
	font-weight:bold;
	color:#3D3D3D;
	text-decoration:none;
	text-align:center
}
/* tables */
table.tableprice {
	font-family:trebuchet MS, arial;
	background-color: #CDCDCD;
	margin:10px 40px 15px;
	margin-left: 300px;
	font-size: 8pt;
	width: 40%;
	text-align: left;
}
table.tablesorter {
	font-family:Trebuchet MS, arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tableprice thead tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header, table.tableprice thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td, table.tableprice tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td, table.tableprice tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tableform {
	font-family:Trebuchet MS, arial;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tableform tbody td {
	color: #3D3D3D;
	padding: 4px;

	vertical-align: top;
}
table.tablemenu {
	font-family:Trebuchet MS, arial;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablemenu td a{
	font-family:Trebuchet MS, arial;
	background-color: #fff;
	padding-left:30px;
	font-size: 16px;
	text-align: left;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
table.tablemenu td a:hover{
	font-family:Trebuchet MS, arial;
	background-color: #fff;
	padding-left:30px;
	font-size: 16px;
	text-align: left;
	text-decoration:underline;
	font-weight:bold;
	color:#cccccc;
}
.titrecel {
	font-size: 14px;
	font-weight:bold;
	background-color:#99CCFF;
}

tableform.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
input.error { border: 1px dotted red; }
input:focus { border: 1px dotted black; }
table.tableformlogin {
	font-family:Trebuchet MS, arial;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 200px;
	text-align: left;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }