/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }
hr {
	color: #F7E8EF;
}
h1 {
	color: #2F2347;
	font-size: 14px;
}
h2 {
	color: #993399;
	font-size: 18px;
}


pre,/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #2E214C;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../commun/backgroundmauve.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

a:link {
	text-decoration: none;
	color: #9262C9;
	}
	
a:visited {
	text-decoration: none;
	color: #8462B8;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
#Container {
	border: 20px solid #FFFFFF;
	background-color: #FFFFFF;
}

#Frame {
	border: 1px solid #993366;
}

#Main {

}

#Content {
	padding-right: 15px;
	padding-left: 15px;
}

#logoIntervet {
	width: 792px;
	height: 200px;
	background-image: url(../commun/bottom.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	color: #333333;
}

#WhosIn {
	background-image: url(../eng/images/whosin.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

#ImgWhosIn {
	border: 3px double #993366;
	margin-right: -5px;
	background-color: #FFFFFF;
	padding: 5px;
}

#ImgGeneral {
	border: 3px double #9B369B;
}

.copyright {
	font-size: 10px;
	margin-left: 10px;
}

.Title {
	font-size: 18px;
	font-weight: bold;
	color: #2F224D;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #30234E;
	margin-right: 10px;
	padding-top: 20px;
}

strong {
	font-weight: bold;
	color: #30234E;
}
#navigation{
	font-size: 10px;
	line-height: 12px;
}
#navigation  a {
	color: #30234E;
	text-decoration: none;
	display: block;
}

#navigation a:visited{
	color: #39314D;
}
#navigation a:hover{
	color: #CC0099;
	display: block;
	background-image: none;
	text-decoration: underline;
}

.cssbutton{
	background-color: #5E3A94;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-right: 1px;
	border: 1px solid #5E3A94;
}
.cssbutton:link      {
	color: #FFFFFF;
}

.cssbutton:visited{
	color: #FFFFFF;
}

.cssbutton:hover{
	background-color: #9B3668;
	border: 1px solid #333333;
	color: #FFFFFF;
}

.cssbutton:active{
	color: #FFFFFF;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #30234E;
	width: 150px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #993366;
	color: white;
}

#SignUp  a {
	background-color: #993366;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	display: block;
	border: 1px solid #591E3C;
	background-image: url(../commun/backMenu.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 16px;
	font-weight: 600;
}

#SignUp  a:visited{
	color: #FFFFFF;
}
#SignUp  a:hover{
	background-color: #2F1E4D;
	color: #FFFFFF;
	display: block;
	background-image: none;
}

/*fin des boutons de navigation*/

.reg_input {
	margin-right: 0px;
	background-color: #CCCCCC;
	border: 1px solid #9CB385;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 11px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #1F1631;
	display: block;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2347;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}


.reg {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}


/*Duplicated from override.css because classic-asp page doesn't include that CSS*/
#WhosIn ul, #WhosIn li
{
	padding: 0px;
	margin: 0px;
}
 
#WhosIn ul
{
	padding-left: 25px;
}


DIV#footer {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 11px;
	OVERFLOW: hidden;
	PADDING-TOP: 10px;
	background-color: #32234E;
	height: 300px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C7B9DD;
}
DIV#footer P {
	FONT-SIZE: 11px;
	MARGIN: 2px 0px;
	COLOR: #bbb;
	TEXT-ALIGN: center
}
DIV#footer P.f_links A {
	MARGIN: 0px 5px
}
DIV#footer A {
	COLOR: #bbb; TEXT-DECORATION: underline
}
DIV#footer A:hover {
	TEXT-DECORATION: none
}

.producer_list td{

border-bottom:#C59DDC dotted 1px;
}