/* basic elements */
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222222;
	font-family: Arial;
	color: #CCCCCC;
	margin: 0; 
	padding: 0;
}

.clear {
	clear: both;
	border: 1px solid #f00;
}

/* specific divs */

#container_header, #container_menu, #container_middle, #container_footer, #container_reflect {
	position: relative;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* moitié de la largeur */
	border: 0;
}

#container_header {
	height: 181px;
	background: #000000 url(img/logo.jpg) no-repeat;
	padding: 0;
	margin-top: 20px;
}

#axis {
	position:absolute;
	height: 60px;
	width: 80px;
	margin-left: 715px;
	margin-top: 5px;
}

#mobotix {
	position:absolute;
	height: 60px;
	width: 80px;
	margin-left: 715px;
	margin-top: 65px;
}

/* menu */

#container_menu {
	height: 43px;
	background: #000000 url(img/bg_title.gif) no-repeat;
	padding: 0;
}

/* content */

#container_middle {
	min-height: 335px;
	background: #000000 url(img/bg_content.jpg) no-repeat bottom;
}

#container_middle .content {
	padding: 0px 18px 11px 18px;
}

/* footer */

#container_footer {
	height: 42px;
	background: url(../img/bg_footer.jpg) no-repeat;
}

#container_footer #f_div1 {
	float: left;
	padding-left: 26px;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 8px;
}

#container_footer ul {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0 1px 0 0;
}

#container_footer li {
	float: right;
	margin: 8px 0 0 0;
	padding: 0 26px 0 0;
	
}

#container_footer li a {
	font-family: Arial;
	font-size: 9pt;
	color: #C8A03C;
	text-decoration: none;
}

#container_footer li a:hover {
	color: #C8A03C;
	text-decoration: none;
}

/* reflect */

#container_reflect {
	height: 135px;
	background: url(../img/bg_footer_reflect.jpg) no-repeat;
}

/* presentation */

#offre {
	width: 350px;
	height: 302px;
	background: #000000 url(img/bg_offre.jpg) no-repeat;
	margin-left: 394px;
}

/* formulaire */

#form_container {
	margin-top: 20px;
	width: 350px;
	height: 240px;
	display: block;
	float: left;
}


#form_title {
	width: 348px;
	height: 30px;
	background: #000000 url(img/bg_form_log_title.gif) no-repeat;
	margin-top: 15px;
}

#form_content {
	width: 348px;
	height: 192px;
	background: #000000 url(img/bg_form_log.gif) no-repeat;
}

#bt_connect {
	padding: 10px 0 0 0;
}

#send_password {
	padding: 10px 0 0 0;
	text-align: center;
}

#send_password a {
	font-family: Arial;
	font-size: 9pt;
	color: #C8A03C;
	text-decoration: underline;
}

#send_password a:hover {
	color: #C8A03C;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 15px 0 10px 0;
}

.form_row {
	padding: 5px 0 5px 0;
}

.label, .champs {
	font-family: Arial;
	font-size: 11pt;
}

.label {
	width: 140px;
    float: left;
    text-align: right;
    padding-right: 10px;
	color: #CCCCCC;
}

.champs {
	background-color: #FFFFFF;
	border: 1px solid #C8A03C;
	color: #333333;
}

.bouton {
	cursor: pointer;
}

/* divers */

.connexion_alert {
	height: 20px;
	font-family: Arial;
	font-size: 11pt;
	color: #CCCCCC;
	font-weight: normal;
	padding: 33px 0px 3px 0px;
	margin: 0 0 5px 0;
}

#zone_alert_container {
	float: left;
	width: 270px;
}

#zone_alert {
	padding: 10px 5px 10px 5px;
	margin: 0 10px 0 15px;
	font-family: Arial;
	font-size: 10pt;
	color: #C8A03C;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

.marge {
	position: absolute;
	border: 0;
	width: 323px;
	margin-top: 10px;
	margin-left: 10px;
}
.marge2 {
	position: absolute;
	border: 0;
	width: auto;
	margin-top: 218px;
	margin-left: 15px;
}
.marge3 {
	position: absolute;
	border: 0;
	width: auto;
	margin-top: 185px;
	margin-left: 290px;
}

.marge4 {
	position: absolute;
	border: 0;
	width: auto;
	margin-top: 150px;
	margin-left: 10px;
}

.marge5 {
	position: absolute;
	border: 0;
	width: auto;
	margin-top: 190px;
	margin-left: 150px;
}

.marge6 {
	position: absolute;
	border: 0;
	width: auto;
	margin-top: 190px;
	margin-left: 310px;
}

.StyleTM {
	color: #cccccc;
	font-size: 5pt;
}

.title {
	color: #c8a03c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.text {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.text2 {
	font-size: 8pt;
}
.text3 {
	font-size: 14pt;
}

.textBold {
	color: #c8a03c;
	font-family: Arial, Helvetica, sans-serif;
}


.link {
	color: #c8a03c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:underline;
}

/* menu */

	.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 800px;
	height: 27px;
	background: #000000 url(img/bg_menu.jpg) top left repeat-x;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(img/bg_menu.jpg) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	width: 133px;
	padding-left: 0px;
	float: left;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: none;
	height: 25px;
	padding-top: 4px;
	padding-right: 0px;
	background: transparent url(img/bg_menu.jpg) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(img/bg_menu_over.jpg) top left no-repeat;
	width: 133px;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(img/bg_menu_over.jpg) top right no-repeat;
	width: 133px;
}




#test li {
	display: block;
	border: solid 1px red;
}	

/* END AQUA HOVER */

