
/* Styles for the main templates of www.validy.com */ 

* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

html {
	background-color: #e1e2e3;
}
	
body {
	margin-top: 15px;
	margin-bottom: 15px;
}

#doc4 {
	background-color:white;
	border: 1px solid #d1d2d3;
	margin-bottom: 15px;
}

/* custom division 220px on right */
.vldy-t4 {
	margin:auto;
	text-align:left;
	width:57.69em;
	*width:56.301em;
	min-width:750px;
}
.vldy-t4 #yui-main {
  float:left;
  margin-right:-25em;/* IE: preserve layout at narrow widths */
}
.vldy-t4 .yui-b {
  float:right;
  width:16.923em;
  *width:16.5em;
}
.vldy-t4 #yui-main .yui-b {
  margin-right:17.923em;
  *margin-right:17.5em;
}

#hd 
{
	position: relative; /* define containing block for search, languages, etc. */
	background: url(../images/header_background.png) repeat left;
	border-top: solid 1px #d1d2d3;
}

#logo 
{
	margin: 10px;
	height: 4em;
	min-height: 60px;
}
#logo img 
{
	display: inline;
	vertical-align: bottom;
}

#logo h1
{
	display: inline;
	vertical-align: bottom;
}

#logo h1 a 
{
	font: bold 153.9% arial;
	color: #0960a5;
	text-decoration: none;
	padding-left: 0.2em;
}

#header
{
  position: relative;
}

#tag
{
  font: bold 123.1% monospace;
  color: #085592;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  padding: 0 0.3em;
}

.solutions div#contentWrapper,.products div#contentWrapper,.support div#contentWrapper,.company div#contentWrapper 
{
	background: url(../images/navborder.png) repeat-y right;
}

div#extra {
	background: url(../images/extraborder.png) repeat-x top;
}

#nav
{
	margin-bottom: 2em;
}

#nav ul
{
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#nav ul li
{
	background: url(../images/arrow-right.png) no-repeat 0 0.4em;
	padding-left: 0.8em;
	margin: 0.5em 0;
}

#nav ul li.current li a
{
	background-color: #ffffff;
}

#nav ul li.current
{
	background-image: url(../images/arrow-right-selected.png);
}

#nav ul li.current a
{
	background-color: #f4faff;
}

#nav a 
{
	display: block;
	white-space: normal;
	text-decoration: none;
	padding:0.2em;
	color: #000;
}

#nav a:hover
{
  text-decoration: underline;
  color: blue;
}

h2#pageTitle {
	font-size: 138.5%;
	font-weight: bold;
	color: #0960a5;
	margin: 1em 1em 1em 30px;
}

/* RECHERCHE */
#headerBox 
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#search {
	border: 1px solid #f4f4f5;
	float: left;
}

#search .tx-macinasearchbox-pi1 input {
	font-size: 93%;
	margin: 0.2em;
}

#search .tx-macinasearchbox-pi1 input#search_input {
	border:1px solid #c4c4c4;
}

#search .tx-macinasearchbox-pi1 input#search_submit {
	border:none;
	color:#888888;
	font-weight:bold;
	background-color:#f2f2f2;
	cursor: pointer;
}

.searchbox-tmpl-css legend {
  display: none;
}

.searchbox-tmpl-css input,select {
	margin: 0.25em;
}

/* MENU LANGUES */

#languages {
  float: left;
}

#languages ul {
	float:left;
	padding: 0.2em;
}

#languages ul li {
	float:left;
	list-style-type:none;
}

#languages ul li div
{
	padding: 2px;
	border: 2px dotted #e1e2e3;
}

#languages ul li.active div
{
	border: 2px solid white;
}

/* PETIT POUCET */

#crumbs {
	padding: 0.5em 0 0.3em 25px;
	font-size: 85%;
}
#crumbs, #crumbs a 
{
	color:#888888;
	text-decoration:none;
}
#crumbs a:hover 
{
	color:#000000; 
	text-decoration:underline;
}

#banner
{
	background: url(../images/bandeau_accueil_200802.jpg) repeat-x top left;
	height: 125px;
	overflow: hidden;
}

/* FORMULAIRE CONTACT */

div.tx-pilmailform-pi1 label {
  float: left;
  width: 12em;
  position:relative;
}

div.tx-pilmailform-pi1 label em {
  position: absolute;
  top:0px;
  right: 0.3em;
  color: red;
}

div.tx-pilmailform-pi1 p em {
  color: red;
}

div.tx-pilmailform-pi1 input, textarea 
{
  width: 14em;
  margin-bottom: 0.8em;
}
  
div.tx-pilmailform-pi1 textarea {
  width: 25em;
  height: 15em;
}

div.tx-pilmailform-pi1 br {
  clear: left;
}

input#submitbutton
{
  margin-left: 12em;
}

div.tx-pilmailform-pi1 h3 {
  font-size: 123.1%;
  font-weight: bold;
}

div.tx-pilmailform-pi1 span 
{
  display: none;
}

div.tx-pilmailform-pi1 span.error {
  display: inline;
  color: red;
  padding-left: 1em;
  vertical-align: text-bottom;
}

/* FAQ */

.qandaset {
}

.qandaset dt 
{
	padding: 0.3em;
}

.qandaset table {
        border-collapse: collapse;
}

.qandaset tr.question {
}

.qandaset tr.question td a
{
	display: block;
	overflow: hidden;
	height: 0;
}

.qandaset tr.answer td {
        padding: 0.25em 1em 1.5em;
}

#content .qandaset tr.answer td ul li {
        list-style: disc outside;
}

.qandaset tr.question td {
        font-weight: bold;
        padding: 1em 1em 0;
}

.qandaset tr.question td, .qandaset tr.answer td {
}

div#extra h3 
{
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

/* DOWNLOADS */

.filelinks .filecount {
  display: none;
}

/* FOOTER */
#footer {
	height: 30px;
	background: url(../images/header_background.png) repeat left;
}
#footer ul {
	margin-left: 1.17em;
	padding-top: 0.4em;
}
#footer ul li {
	float: left;
	list-style-type: none;
}
#footer ul li a {
	font-size: 85%;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}
#footer ul li a:hover {
 text-decoration: underline;
}

/* color scheme by domain */

.solutions .vldy-selected a, .products .vldy-selected a, .support .vldy-selected a, .company .vldy-selected a, .contact .vldy-selected a {
  color: #fff;
}

.home .vldy-selected a {
  color: #fff;
  font-weight: bold;
}

.home .vldy-selected li a, .solutions .vldy-selected li a, .products .vldy-selected li a, .support .vldy-selected li a, .company .vldy-selected li a, .contact .vldy-selected li a {
    color: #000;
}

.home #logo 
{
	background: url(../images/home/logobar.png) bottom right no-repeat;
}

.home .vldy-selected {

    background: url(../images/home/background.png) repeat-x;
}

.solutions #logo 
{
	background: url(../images/solutions/logobar.png) bottom right no-repeat;
}

.solutions .vldy-selected {

    background: url(../images/solutions/background.png) repeat-x;
}

.solutions #nav ul li
{
	background-image: url(../images/solutions/arrow-right.png);
}

.solutions #nav ul li.current
{
	background-image: url(../images/solutions/arrow-right-selected.png);
}


.products #logo 
{
	background: url(../images/products/logobar.png) bottom right no-repeat;
}

.products .vldy-selected {

    background: url(../images/products/background.png) repeat-x;
}

.products #nav ul li
{
	background-image: url(../images/products/arrow-right.png);
}

.products #nav ul li.current
{
	background-image: url(../images/products/arrow-right-selected.png);
}


.support #logo 
{
	background: url(../images/support/logobar.png) bottom right no-repeat;
}

.support .vldy-selected {

    background: url(../images/support/background.png) repeat-x;
}

.support #nav ul li
{
	background-image: url(../images/support/arrow-right.png);
}

.support #nav ul li.current
{
	background-image: url(../images/support/arrow-right-selected.png);
}


.company #logo 
{
	background: url(../images/company/logobar.png) bottom right no-repeat;
}

.company .vldy-selected {

    background: url(../images/company/background.png) repeat-x;
}

.company #nav ul li
{
	background-image: url(../images/arrow-right.png);
}

.company #nav ul li.current
{
	background-image: url(../images/arrow-right-selected.png);
}

.contact #logo 
{
	background: url(../images/contact/logobar.png) bottom right no-repeat;
}

.contact .vldy-selected {

    background: url(../images/contact/background.png) repeat-x;
}

.contact #nav ul li
{
	background-image: url(../images/contact/arrow-right.png);
}

.contact #nav ul li.current
{
	background-image: url(../images/contact/arrow-right-selected.png);
}

/* MISC */
.clear 
{
	clear: both;
}

.vcard .fn {
  font-weight: bold;
}

div.tx-pilmailform-pi1 em {
  top:0px;
  right: 0.3em;
  color: red;
}

.erreur_champ {
	display:block;
	border:1px solid red !important;
}


body.download_form  div#languages {
	display:none !important;
}