/* Start of CMSMS style sheet 'Content_Style' */
/* Style sheet for page contents  */


/*** General ***/
* {
margin:0;
padding:0;
font-family: Arial, Verdana; 
font-size:12px;
}
body {
background-color:#dedddd;
background-image:url(images/css/back3_n.gif);
background-position:50% 8px;
background-repeat:repeat-x;
}

#background{
width:920px;
margin:auto;
}
#all {
margin-left:10px;
margin-right:10px;
width:900px;
margin:8px auto;
background-color:#FFFFFF;
}

/*** creating rounded corner & shadow***/
#all{
-webkit-box-shadow: #666 0px 0px 16px;
-moz-box-shadow: #666 0px 0px 16px;
box-shadow: #666 0px 0px 16px;
}

#all, #background, #content{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#footer{
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#header, #header_top_main{
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}


/*** Headers ***/
#header_top_main {
background-color:#FFFFFF;
background-image:url(images/css/top_fond_n.gif);
background-repeat:no-repeat;
/*font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;*/
font-weight:bold;
color:#78a824;
height:85px;
}

#header_bottom {
height:150px;
background-color:#5e5d5b;
}
#flashcontent {
height:150px;
}

/*** main block ***/
#content {
width:900px;
}

#center {
width:860px; 
display:block;
padding:20px;
padding-top:0;
padding-bottom:20px;
position: relative;

}


/* Additional section when submenu */
#submenu_left{
float:left;
width:130px;
margin:40px 0px 10px 0px;
}
#submenu_left ul.clearfix {
margin-left:20px ;
}

#submenu_left ul.clearfix li a{
font-weight:normal;
}
#submenu_left ul.clearfix li a.currentpage {
font-weight: bold;
}
#contentwithmenu{
float:left;
border-left: 1px solid #78a824;
margin:20px 0px 20px 0px;
width:720px;
}
/* titles & headings */
#center h1{
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#79a824;
text-shadow: #c7c5c1 1px 1px 1px;
width:860px;
height:20px;
padding-bottom:10px;
background-image:url(images/css/trait_h1.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#center h1 img{
float:left;
margin:0px;
border:none;
}
#center #h1_img{}


#center h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#565656;
padding-top:20px;
margin-left:20px;
margin-top:30px;
/* border-bottom: 1px solid #78a824; */
}


#center h2 a{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
#center h2 a:hover{
text-decoration:underline;
}

#center h3{
/*font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;*/
color:#565656;
padding-top:20px;
margin-left:20px;
/* border-bottom: 1px solid #78a824; */
}

#center p{
padding:20px;
padding-top:0px;
margin-top:20px; 
padding-bottom:0; 
/*font-family:Trebuchet MS, Palatino Linotype,Verdana, Arial, Helvetica, sans-serif;
font-size:12px; */
text-align:justify;
color:#000000;
}

#center p.footPageNotes{
font-size:9px;
}

/* bullet lists */

#center ul{
padding-right: 20px;
/*font-family: Tahoma,Verdana,Arial ;
font-size:12px;*/
text-align:justify;
color:#000000;
margin-left:50px;
margin-top:2px;
}
#center ul li{
	list-style-type:none;
	padding-left:11px;
	margin-bottom:5px;
	list-style-image: url(images/css/li_menu2.gif);
	margin-top:2px;
}
#center ul li ul li{
	list-style-type:none;
	padding-left:11px;
	margin-bottom:5px;
	list-style-image: url(images/css/li_menu4.gif);
	margin-top:2px;
}


#center ul li a{
color:#666666;
font-weight:bold;
text-decoration:none;
}
#center ul li a:hover{
text-decoration:underline;
}

/* links */
#center a{
color:#555555;
font-weight:bold;
text-decoration:none;
}
#center a:hover{
text-decoration:underline;
}

/* tables */

table.fbtable{
margin: 15px 20px;
}
table.fbtable a{
color:white !important;

}

table.fbtable th{
background-color:#78A824;
color:white;
font-weight:bold;
padding: 5px;
}

table.fbtable td{
padding:2px 4px;
}

.table_green, .table_green td, .table_green th{
margin-left:20px;
margin-top:25px;
border: 2px solid #78a824;
border-spacing: 0px;
/*font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;*/
border-collapse:collapse;
}

.table_green td{
padding:10px;
text-align:justify;
color:#000;
background-color:#FFF;

}

.table_green th{
text-align:center;
font-weight:bold;
color:#FFF;
background-color:#78a824;
}

/* images */

#center img.illustration{
 margin-left: 20px;
 margin-bottom: 15px;
 margin-top: 10px;
 border:#5e5d5b solid 8px;
 float:right; 
}


#center img.button{
margin-left: 5px;
margin-right: 5px;
border:0px;
}

#center p.button{
clear:both;
text-align:center;
margin-top: 20px;
margin-bottom: 20px;
}

.Tbutton{
height:32px;
width:200px;
margin: 20px auto;
}
.Tbutton img{
float:left;
height:32px;
width:10px;
border:0px;
}
.Tbutton_m{
float:left;
padding: 0px 10px;
height:32px;
width:160px;
text-align:left;
color:#FFF;
font-family: arial;
font-weight: bold;
font-size: 14px;
line-height: 32px;
background-image:url(images/css/button-m.png);
background-position:top;
background-repeat:repeat-x;
}

#center div.illustration{
 float:right;
 margin-left: 20px;
 text-align:center;
 font-style: italic ;
 
}
#center div.illustration img.illustration{
border:#5e5d5b solid 8px;
float:none;
 margin-left: 0px;
 margin-bottom: 0px;
}
#center div.illustration div{
padding-top:10px;
font-size: 10px;
}

/* footer */

#footer {
height:24px;
padding-top:6px;
background-color:#78a824;
clear:both;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-size:10px;
text-align:center;
color:#FFFFFF;
}
#footer a {
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover {
text-decoration:underline;
}

#sign{
width:900px;
margin:auto;
text-align:right;
font-size:10px;
}
#sign a{
font-size:10px;
color:#5e5d5b;
text-decoration:none;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
#sign a:hover{
text-decoration:underline;
}

/* breadcrumbs*/
#breadcrumbs{
font-family: Arial;
font-size:10px; 
margin:0px 15px;
width:870px;
text-align:right;
height:20px;
}

#breadcrumbs a{
text-decoration: none;
color:#666666;
font-family: Arial;
font-size:10px;
}

#breadcrumbs .lastitem, #breadcrumbs span{
font-family: Arial;
font-size:10px; 
}


.Tgreen{
color:#78a824;
font-weight:bold;
}

/*** PAGE SPECIFIC STYLES ***/

/* Jobs page ***/

.titre_jobs{
padding-top:3px;padding-bottom:3px;
margin-top:20px;
color:#555;
}

.titre_jobs a{
text-decoration:none;
font-weight:bold;
color:#555;
margin-left:20px;
}
.jobs_p{
padding-top:10px;
padding-left:20px;
padding-bottom:0;
text-align:justify;
color:#000000;
}



#job_left {
float:left;
width:360px;
min-height : 280px;
height : auto ! Important;
height : 280px;
}

#jobs_absolut{
/*position:absolute;
left:380px;*/
float:left;
width:480px;
min-height : 280px;
height : auto ! Important;
height : 280px;
margin-bottom:20px;
margin-top:20px;
border-left:#78a824 2px solid;
}


#center #jobs_absolut ul li{
padding-left:4px;
} 
#center #jobs_absolut ul{
margin-left:40px;
} 
#center #jobs_absolut ul ul  
{
	margin-left:20px;
}

#center #jobs_absolut p{
	margin-top:0px;
}

/*** news ***/
#center #news {
margin-left:33px;
padding-top:11px;
}
/*
#center #news ul {
margin-left: 20px;
padding-left: 8px;
margin-top: 6px;
margin-bottom:21px;
}
#center #news ul li{
padding-left:16px;
}*/
#center #news ul li a{
color:#918f8f;
font-weight:bold;
text-decoration:none;
}

#center #news img {
float:right;
margin-left: 20px;
border:none;
}

#center #news ul li a:hover{
text-decoration:underline;
}

.NewsSummary{
clear:both;
}

#rssLink img {
float:right;
margin-left: 20px;
margin-top:5px;
border:none;
}

p.page-nav{
padding-left: 0px !important;
color:#666 !important;
font-weight:bold;
}
.page-nav a{
border:1px solid #78a824;
padding:1px 4px;
}
.page-nav a:hover{
text-decoration:none !important;
}

/* Contact Page */

/*
#contact {
margin-left:20px;
text-align:justify;
color:#000000;
} */
#contact form {
margin-left:25px;
}
#contact form .inputText {
width:300px;
}
#contact form textarea {
width:300px;
}
#contact form .valid {
width:75px;
background-color:#78a824;
border:1px solid #78a824;
color:#FFFFFF;
font-weight:bold;
}

#icon{
margin-left:20px;
}

#icon img {
float:none;
border:none;
margin-top:20px;
margin-bottom:20px;
margin-right:20px;
cursor:pointer;
}

.from_town {
color:#666666;
font-weight:bold;
margin-bottom:10px;
}
#center div.from_town a{
margin-left:20px;
color:#78a824;/*#16168f; */
text-decoration:none;
}
#center div.from_town a:hover{
text-decoration:underline;
}

.directions{
margin-left:20px;
}

/* Company page */


#table_investors img {
border:0px;
display: block;
margin-left: auto;
margin-right: auto;
}
#table_investors a{
color:#16168f;
}

/* product & Applications */


#lien_product {
margin-top:15px;
text-align:center;
}
#lien_product a{
color:#000000;
font-weight:bold;
text-decoration:none;
}
#lien_product a:hover{
text-decoration:underline;
}

.product_title{
font-weight:bold;
margin-top: 15px;
color: #565656 !important;
}
/* Ten reasons*/

.reasonItem{
/*display:block;*/
margin-bottom:20px;
padding:5px;; 
color:#5E5D5B;
}


.reasonItemTitle{
background-repeat : no-repeat;background-position :top  left;
height:44px;
font-size:16px; 
font-weight:bold;
padding-left: 64px;
line-height: 44px;
}

.reasonItemContent{
padding-left: 64px;
}

#center div.reasonItemContent p{
padding:0px;
margin-top:0px;
margin-bottom: 5px;
}

.fact {
color:#000;
background: #FFF url(images/css/icon_fact.jpg) no-repeat top left;
line-height:20px;
padding-bottom:3px;
padding-left:40px;
}





/* Contact Form*/
.contactform{
margin-left:20px;
margin-top: 20px;
text-align:justify;
color:#000000;
}

div.contactform label, div.accbetatestform label {
margin-right: 20px;
width: 120px;
float:left;
}

div.accbetatestform label {
margin-bottom:12px;
}
div.submit input[type="submit"], div.pollvoteform input[type="submit"], div.pollresults input[type="submit"]{
background-color:#FFFFFF;
border:2px solid #78a824;
	font-weight: bold;
	padding: 2px 5px;
/* float:left;*/
}
.polllabel, .resultlabel{
clear:left;
margin: 1px 10px 1px 30px;
width: 120px;
float:left;
}
.pollinput, .resultvotes{
height:15px;
clear:right;
float:left;
margin: 1px 10px 1px 5px;
}
.polloption, .pollresult{
clear:both;
}
.pollvoteform, .pollresults, .pollresultlist{
clear:both;
}
div.accbetatestform fieldset {
padding: 15px;
border:1px solid #78a824;
margin: 15px 0px;
}

.duration, .duration div , .expertise div, .specify, .tester_profile, .tester_profile div, .radio_group div {
float:left;
margin : 0px 15px 0px 0px !important;
clear:none !important;
}
.duration label,  .longlabel label{
width: 240px !important;
}
.duration div label, .expertise div label, .tester_profile div label, .radio_group div label{
float: none;       
width: auto;     
margin-right: auto; 
}

.workshop{
margin-bottom:120px !important;
}
.workshop div{
float:left;
margin : 0px 15px 0px 40px !important;

}
.workshop div label{
float:none;
width:auto;
margin-right:auto;
}
.workshop label{
width: 240px !important;
}

.specify label{
width:0px;
display:none;
}

div.accbetatestform fieldset legend{
  padding: 0.2em 0.5em;
  border:1px solid #78a824;
  color: #78a824;
  font-size:90%;
  font-weight: bold;
}
div.accbetatestform fieldset div{
clear: left;
margin : 10px 0px;
}

.eula{
width:100%;
clear:right;
margin: 10px 0px;
}
div.eula label{
width:auto !important;
clear:none !important;
display:inline;
}
.error_message{
width:470px;
border:2px solid red;
margin:20px;
padding:5px;
background-color:#FFEEEE;
}
.fb_invalid{
background-color:#FFEEEE;
}
.fbr_helptext{
width: 250px;
color: #FFF;
font-weight: bold;
padding: 5px;
position: fixed;
z-index: 1000;
background-color: #75A3FF;

}



/* End of 'Content_Style' */

