/* CSS Document */
html, body {
margin: 0; padding: 0;
height: 100%; /* Required */
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
background:#323332 url("../pics/layout/bg_gradient.gif") repeat-x;
}

html a {
	text-decoration:none;outline:none;color:#ff9700;
}
html a:hover {
	text-decoration:none;outline:none;color:#d30023;
}

img {
border:0px;
}

b, strong {
font-weight:bold;
}

i {
font-style:italic;
}

input, submit, select, checkbox, textarea, button {
	background-color:#1b1b1b;
	border:1px solid #666666;
	color:#00c2ff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


/*CONTAINERS*/
#mirror_title {
	position: absolute;
	left:50%;
	width:35px;
	height:256px;
	z-index:2;
	margin-left:434px;
	margin-top:53px;
}

#main_container {
    position: relative;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	width: 900px;
	margin: 0 auto;
}

#top {
	width:896px;
	height:45px;
	background-color:#000000;
	border-right:#00c2ff 4px solid;
}

#menu {
	position: absolute;
	left:50%;
	width:891px;
	height:20px;
	z-index:2;
	margin-left:-450px;
	margin-top:27px;
	padding:0px 9px 0px 0px;
	font-weight:bold;
}

.menu_cell, .menu_cell_selected {
	float:right;
}
.menu_cell {background:url("../pics/layout/blue_px.gif") no-repeat bottom center;height:17px;margin:3px 7px 0px 7px;}
.menu_cell_selected { border-bottom:#00C1FF 1px solid;height:19px; margin:0px 7px 0px 7px;
}

#joint_1, #joint_2, #joint_3 {
	width:900px;
	height:3px;
}
#joint_1 {
	background:url("../pics/layout/joint_1.gif") no-repeat;
}
#joint_2 {
	background:url("../pics/layout/joint_2.gif") no-repeat;
}
#joint_3 {
	background:url("../pics/layout/joint_3.gif") no-repeat;
}

#ct_top {
	height:auto;
	padding:15px 10px 10px 10px;
	background:#2b2b2b url("../pics/layout/bg_ct_top.png") repeat-x bottom;
}
.ct_top_column {
	float:left;
	padding:10px;
	font-size:1em;
	text-align:justify;
}

#mail_form {
	background:url("../pics/layout/mail_big_icon.png") no-repeat top left;
	margin-left:10px;
	padding:0px 0px 10px 75px;
}

#ct_bottom {
	background-color:#171717;
	height:auto;
	padding:10px 0px 20px 20px;
	min-height:285px;
}

#works_z1, #works_z2, #works_z3 {
	float:left;
	height:auto;
	margin-top:15px;
	padding-right:20px;
}
#works_z1{width:75px;font-size:1.7em;font-weight:bold;}
#works_z2{width:170px;}
#works_z3{width:575px;padding-right:0px;margin-top:12px;}

.normallink a {color:#FFFFFF;}
.selectedlink a {color:#00C1FF;}
.normallink a:hover, .selectedlink a:hover {color:#00C1FF;}
.normallink a:visited, .selectedlink a:visited {color:#FFFFFF;}

.work_title {font-size:1.7em;font-weight:bold;}
.work_client {color:#d2d2d2;font-weight:bold;}
.work_text {color:#d2d2d2;}

.stills_box {
	float:left;margin-right:15px;height:100px;width:100px;
}

.loaderWithText {
  padding: 3px 0px 0px 24px;
  background: url("../pics/layout/ajax-loader2.gif") no-repeat 0 50%;
  font-size:0.8em;color:#00C1FF;
  height:16px;
}

.process_zone {
	height:auto;
	text-align:center;
	background-color:#2b2b2b;
	padding:inherit;
	color:#00c1ff;
}

#footer {
	color: #606060;
	font-size:0.8em;
	background-color:#000000;
	padding:5px 10px 5px 10px;
}
div#footcolonne1 {
	float: left;
	width: auto;
}
div#footcolonne2 {
	float: right;
	width: auto;
	text-align:right;
}
#footer a , #footer a:hover, #footer a:visited{color: #FFFFFF;}