div { position:relative; float:left; }
img { display:block; float:left; }
table { display:block; float:left; }
body {
	font-family: Helvetica;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#container {
	margin:0 auto;
	width:1080px;
	background-color:#FFFFFF;
	overflow-x:hidden;
	clear:both;
	float:none;
}

#c {
	position: relative;
	width: 1080px;
}

#cleft {
	position: relative;
	float: left;
	width: 140px;
	z-index: 2;
}

#cmiddle {
	position: relative;
	float: left;
	width: 800px;
	z-index: 2;
}

#cright {
	position: relative;
	float: left;
	width: 140px;
	z-index: 2;
}

#header {
	position: relative;
	width: 1080px;
}

#menu {
	position: relative;
	text-align: center;
	width: 800px;
	padding-left: 140px;
	z-index: 1;
}

.menu_left {
	position: relative;
	float: left;
	border: 0px;
	width: 12px;
	height: 20px;
}

.menu_padding {
	position: relative;
	float: left;
	width: 275px;
	height: 20px;
	border: 0px;
	background-image:url(../images/menu_background.png);
        background-repeat: repeat-x;
}

.menu_item {
	position: relative;
	float: left;
	width: 100px;
	height: 20px;
	background-image:url(../images/menu_background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 2px;
}

.menu_item a {
	color: white;
}

.menu_item:hover {
	background-image:url(../images/menu_background_active.png);
        background-repeat: repeat-x;
}

.menu_item_active {
        position: relative;
	float: left;
        width: 100px;
        height: 20px;
        background-image:url(../images/menu_background_active.png);
        background-repeat: repeat-x;
	color: #ffffff;
	padding-top: 2px;
}

.menu_item_active a {
        color: white;
}                                                                                       

.menu_item_active:hover {
        background-image:url(../images/menu_background_active.png);
        background-repeat: repeat-x;
}

.menu_right {
        position: relative;
	float: left;
        width: 10px;
        height: 20px;
	z-index: 10;
}

#login {
	position: relative;
	float: right;
	height: 75px;
	width: 780px;
}

.banner_468 {
	position: relative;
	width: 1080px;
	text-align: center;
	padding: 5px;
	margin-left: 170px;
}

.banner_120 {
	position: relative;
	width: 140px;
	text-align: center;
}

#logo {
	position: relative;
	float:left;
	padding-left: 140px;
	width: 150px;
	height: 75px;
}

#footer {
	position: relative;
	width: 1080px;
	text-align: center;
}

.it {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666; 
 width: 60px;
}

.itr {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
 width: 120px;
}


.button_ok {
	position: relative;
	top: 5px;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.register {
	color: white;
	background-image: url(../images/background.png);
	width: 388px;
}

.home18 {
	font-size: 18px;
}

.home22 {
	font-size: 22px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.barre_verticale {
	background-image: url(../images/barre_verticale.png);
	background-repeat: repeat-x;
}
 
.lien_offre {
	text-decoration: none;
	color: white;
}

.lien_offre:hover {
	text-decoration: underline;
}
