@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #2A2A2A;
	text-align: center;
	color: #333333;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

#wrapperall {
	width: 762px;
	/*background: url('images/wrapper_bg.gif') repeat-y;*/
	margin: 50px auto;
	text-align: left;
}

#header {
	background: url('../images/header_bg.gif') no-repeat;
	height: 250px;
	width: 762px;
}

	#header a {
		position: relative;
		margin-left: 44px;
		margin-top: 44px;
		width: 488px;
		height: 140px;
		float: left;
	}
	
#content {
	padding: 0 1px 0 1px;
	background: url('../images/content_bg.gif') repeat-y;
}

#floatSep {
	float: none;
	clear: both;
}

#presentation {
	position: absolute;
	z-index: 25;
	border: 1px solid #D0D0D0;
	width: 150px;
	height: 70px;
	background: #fff;
	margin-left: -1px;
	float: left;
	display: none;
}

#presentation ul li {
	float: none;
	padding: 0;
	background: none;
}

#presentation ul li:hover {
	float: none;
	background: none;
}

#mainContainer {
	padding: 17px 32px 0 12px;
}

#content-left {
	float: left;
	width: 226px;
	text-align: center;
}

#newsletter {
	text-align: left;
	padding-left: 12px;
	padding-top: 26px;
	font-family: Verdana;
	width: 226px;
	height: 111px;
	background: url('../images/newsletter_bg.gif') no-repeat;
}

#newsletter h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#newsletter form input {
	width: 136px;
	border: 1px solid #999797;
}

#newsletter form label {
	font-weight: bold;
}

#newsletter form button {
	float: right;
	font-size: 12px;
	padding-bottom: 3px;
	color: #e60010;
	background: url('../images/button_bg.gif') no-repeat;
	width: 47px;
	height: 21px;
	margin-right: 44px;
	margin-top: 8px;
	border: 0;
}

#content-left img {
	margin-top: 20px;
	width: 226px;
	border: 0;
}

#content-right {
	float: right;
	width: 450px;
}

#latest-news {
	font-family: Verdana;
	width: 450px;
}

#latest-news h1 {
	margin-bottom: 0;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}

div.floatSep {
	float: none;
	clear: both;
	height: 15px;
	width: 100%;
	border-top: 1px solid #E2E2E2;
}

#news-item {
	width: 450px;
	float: right;
	height: 127px;
	margin-top: 20px;
}

	#news-item div.separator {
		width: 30px;
		float: left;
		height: 127px;
	}
	
	#news-item p {
		font-size: 11px;
		font-family: Verdana;
		margin: 10px 0;
	}
	
	#news-item img {
		float: left;
		width: 108px;
		height: 71px;
		border: 1px solid #C7C7C7;
		padding: 1px;
	}
	
	#news-item a.read-more {
		font-weight: bold;
		float: right;
		text-decoration: underline;
		color: #e70113;
		font-size: 11px;
		font-family: Verdana;
	}
	
#prezentare {
	width: 450px;
	font-family: Arial;
	font-size: 11px;
}
	
#before-footer {
	height: 50px;
	width: 100%;
	float: none;
	clear: both;
	border-bottom: 1px solid #E2E2E2;
}

#footer {
	width: 762px;
	height: 105px;
	text-align: center;
	background: url('../images/footer_bg.gif') no-repeat;
}

#footer ul {
	padding-top: 25px;
	padding-left: 100px;
}

#footer ul li {
	float: left;
	text-align: center;
	padding: 0 5px 0 5px;
}

#footer ul li a {
	color: #353535;
}

#footer ul li a:hover {
	color: #c90a1b;
}

#footer ul li a.active {
	color: #c90a1b;
}


#menu {
	width: 760px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}


#menu a {
color: #353535;
font-size: 12px;
cursor: pointer;
text-decoration: none;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 0;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul li ul li{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 13px 19px 0 18px;
	float: left;
	background: url('../images/top_menu_bg.gif') repeat-x;
	height: 25px;
	cursor: pointer;
}

div#menu ul li ul li:hover{
	background: url('../images/top_menu_hover_bg.gif') repeat-x;
	color: #c90a1b;
}

div#menu ul li ul li.active{
	background: url('../images/top_menu_hover_bg.gif') repeat-x;
	color: #c90a1b;
}

div#menu ul li ul li:hover a{
	color: #c90a1b;
}

div#menu ul li ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #353535;
}

div#menu ul li ul li.sep{
	float: left;
	width: 1px;
	padding: 0;
	height: 38px;
	background: url('../images/top_menu_sep_bg.gif') no-repeat;
}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;background: #fff; border: 1px solid #DCDCDC;margin-top: 38px;}

#div#menu ul li ul li ul li a {
	color: #353535;
}

#div#menu ul li ul li ul li a:hover {
	color: #c90a1b;
}

div#menu ul li ul ul li {
	height: 20px;
	width: 100%;
	border-top: 1px solid #DCDCDC;
	padding: 0;
	background: url();
}

div#menu ul li ul ul li:hover {
	background: #DCDCDC url();
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#map {
	border: 1px solid #DCDCDC;
	width: 450px;
	margin-top: 10px;
	height: 260px;
}

#content-right h1 {
	margin: 0;
	font-size: 16px;
}

#content-right h2 {
	font-size: 20px;
}

#content-right img.dev {
	border: 1px solid #92D050;
	padding: 1px;
	float: left;
}

#content-right img.produit {
	width: 180px;
	float: left;
}

#content-right img.produit-right {
	width: 180px;
	float: right;
}

#faza-com {
	width: 450px;
	height: 90px;
	background: url('../images/phase.gif') no-repeat;
}

#faza-com div.left {
	float: left;
	width: 94px;
	height: 34px;
	text-align: center;
	padding-top: 56px;
	color: #fff;
}

#faza-com div.right {
	width: 330px;
	float: left;
	padding-left: 10px;
	vertical-align: middle;
}

#phase-int {
	width: 450px;
	height: 42px;
	background: url('../images/phase_int.gif') no-repeat;
}
	

#faza-com div.right ul {
	vertical-align: bottom;
	margin-left: 10px;
}

#content-right img.horiz {
	margin-top: 24px;
	margin-bottom: 20px;
	height: 148px;
	width: 206px;
	padding: 1px;
	border: 1px solid #DCDCDC;
	float: left;
	margin-left: 27px;
}

#content-right img.moyens {
	margin-top: 0px;
	width: 100px;
	padding: 1px;
	border: 1px solid #DCDCDC;
	float: left;
	margin-left: 10px;
}

div#left-img {
	float: left;
	width: 295px;
	height: 295px;
}

div#left-img img.prot {
	float: left;
	width: 138px;
	height: 140px;
	margin-left: 12px;
	margin-top: 27px;
}

#content-right img.outils {
	width: 204px;
	height: 238px;
	padding: 1px;
	margin-left: 32px;
	border: 1px solid #DCDCDC;
	float: left;
}

#content-right img.colective {
	width: 206px;
	float: left;
	padding: 1px;
	border: 1px solid #DCDCDC;
	margin-left: 28px;
}

#content-right h4 {
	font-size: 16px;
}

#content-right img.prot-right {
	float: right;
	width: 140px;
}

#content-right p {
	font-size: 12px;
	font-family: Arial;
}

#content-right ul {
	margin-left: 70px;
}

#content-right ul li {
	list-style-type: disc;
	
}

#content-right img.acces {
	width: 206px;
	margin-left: 20px;
	border: 1px solid #DCDCDC;
	padding: 1px;
	float: left;
}

#content-right img.inter {
	width: 131px;
	height: 170px;
	margin-left: 20px;
	border: 1px solid #DCDCDC;
	padding: 1px;
	float: left;
}
	

#contact-form {
	width: 450px;
}

.contactForm textarea {
	float: right;
}

#contact-form p {
	font-size: 16px;
	font-weight: bold;
}

#address {
	width: 100%;
	margin-bottom: 15px;
}

.formtop {
	background: url(../images/formtop.gif) no-repeat;
	width: 226px;
	height: 9px;
}

.formcenter {
	background-color: #E0E0E0;
	width: 202px;
	padding: 0 12px;
	color: #000;
}

.formcenter h2 {
	text-align: left;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.formcenter table {
	width: 202px;
}

.callback td.label {
	text-align: left;
	font-size: 10px;
}

.callback span.required {
	color: red;
	font-weight: normal;
}

.callback td {
	padding: 2px 0;
	text-align: right;
}

.callback input {
	width: 120px;
	border: 1px solid #999797;
	font-size: 11px;
}

.callback select {
	width: 122px;
	border: 1px solid #999797 !important;
}

.callback textarea {
	border: 1px solid #999797;
	width: 202px;
	height: 60px;
	font-size: 11px;
}

.formbottom {
	background: url(../images/formbottom.gif) no-repeat;
	width: 226px;
	height: 9px;
	margin-bottom: 20px;
}

.callback button, .form button {
	font-size: 12px;
	padding-bottom: 3px;
	color: #e60010;
	background: url('../images/button_bg.gif') no-repeat;
	width: 47px;
	height: 21px;
	border: 0;
	cursor: pointer;
}

.in div {
	font-size: 10px;
	color: red;
}

.interestResult {
	font-weight: bold;
	margin-bottom: 20px;
}

.bigformtop {
	width: 450px;
	height: 9px;
	background: url(../images/bigformtop.gif) no-repeat;
}

.bigformbottom {
	background: url(../images/bigformbottom.gif) no-repeat;
	width: 450px;
	height: 9px;
}

.bigformcenter {
	background-color: #E0E0E0;
	width: 410px;
	padding: 20px;
}

table.form {
	width: 410px;
}

.form td input {
	border: 1px solid #999797;
	width: 250px;
}

.form td {
	padding: 3px 0;
}



