/**
 * Basic HTML tags et class
 */
html,*{
  margin: 0;
  padding: 0;
}

body {
	background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

h1 {
	position:relative;
	top:2px;
	left: 10px;
	background:url(images/headerlogo.gif) no-repeat 0 0;
	float: left;
	height: 55px;
}
	h1 a {
		position:relative;
		top:0;
		left:0;
		text-indent:1200px;
		white-space:nowrap;
		overflow:hidden;
		width:70px;
		display:block;
		height:50px;
	}

input {
	font-size:1em
}

input.inputbutton {
	border: 1px solid;
	padding: 0;
    font-size: 1.1em;
    background: #043637;
    margin: 0;
    cursor: pointer;
    color: #FFF;
}
	input.inputbutton:hover {
		background: #0081bb;
		color: #fff;
	}
.little_list{
	list-style-type:none;
	margin:0;
	padding:0;
}
	
/**
 * Containers
 *
 */
 
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width:760px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	clear:left;
	background: #023434;
	border-bottom: solid 1px #0E4143;
	height:20px;
	color: #FFF;
}

#content {
	clear:both;
}

#content .ariane { font-size: 0.9em; color: #999; margin: 0; padding: 0; }
#content p.ariane a:link, #content p.ariane a:visited { color: #999; }
#content p.ariane a:hover, #content p.ariane a:active { color: #CCC; }

/*#footer {
	text-align:center;
	padding-top:0px;
	clear:both;
	position: relative;
	top: 45px;
}*/

#footer {
	clear:both;
	padding:45px 0 10px 0;
	text-align:center;
}

/**
 * Header
 *
 */
 
 #accroche {
 	background:url(images/headertagline.gif) no-repeat;
	width: 330px;
	height: 50px;
	float:left;
	margin-left:45px;
	white-space:nowrap;
	text-indent: 6000px;
	overflow:hidden;
 }
 
 #footprints {
 	float:right;
	margin-top:5px;
 }
 
#f_search {
 	float:left;
	width: 180px;
} 
	#f_search #querytext1 {
		width:80px;
		margin-left:15px;
	}
	
 #menu1 {
 	float: right;
	height: 20px;
	background-color: #537576;
	font-size: 1.1em;
 }
	 #menu1 li {
		float:left;
		list-style-type: none;
		border: 1px solid #0E4143;
		border-left: 0;
		border-bottom: 0;
	 }
	 
	 #menu1 li a:link, #menu1 li a:visited {
	 	display: block;
		margin: 4px 5px 2px 5px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	 }
	 #menu1 li a:hover, #menu1 li a:active {
	 	color: #CCC;
	 }

hr {
	visibility: hidden;
	clear:both;
	margin: 0;
	padding: 0;
}
/**
 * Content
 *
 */	 
#bienvenue {
	margin: 3px;
	background: url(images/nl_icon2.gif) no-repeat;
	padding-left: 25px;
}

/*
#menu2 {
	float:left;
	width: 190px;
}
*/

#menu2 {
	float:left;
	width: 200px;
}

#menu2 dt {
	background:url(images/leftnavdots.gif) repeat-x left bottom;
	padding: 3px 0 5px 0;
	padding-left: 15px
}

#menu2 dd {
	background:url(images/leftnavdots.gif) repeat-x left bottom;
	padding: 3px 0 6px 0;
}

#menu2 dd li {
	text-align:right;
	list-style: none;
}

#menu2 dd a {
	text-decoration:none;
	color:#000;
	padding-right: 10px;
	font-weight: bold;
	display:block;
	line-height:1.3em;
	height:15px;
	margin:1px 0 0 15px;
}

#menu2 dd a.green {
	background:#81cdcd;
}
	#menu2 dd a.green:hover {
		background:url(images/bg_menu2_green.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.green2 {
	background:#b2e599;
}
	#menu2 dd a.green2:hover {
		background:url(images/bg_menu2_green2.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.blue {
	background:#7fbde0;
}
	#menu2 dd a.blue:hover {
		background:url(images/bg_menu2_blue.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.pink {
	background:#ffcce5;
}
	#menu2 dd a.pink:hover {
		background:url(images/bg_menu2_pink.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.pink2 {
	background:#ffcce5;
}
	#menu2 dd a.pink2:hover {
		background:url(images/bg_menu2_pink2.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.purple {
	background:#cccce5;
}
	#menu2 dd a.purple:hover {
		background:url(images/bg_menu2_purple.jpg) top right;
		color:#FFF;
	}
#menu2 dd a.orange {
	background:#ffae78;
}
	#menu2 dd a.orange:hover {
		background:url(images/bg_menu2_orange.png) top right;
		color:#FFF;
	}
	
#menu2 dd a.yellow {
	background:#ffe698;
}
	#menu2 dd a.yellow:hover {
		background:url(images/bg_menu2_yellow.jpg) top right;
		color:#FFF;
	}

#menu2 dd a.brown {
	background:#e5cd80;
}
	#menu2 dd a.brown:hover {
		background:url(images/bg_menu2_brown.jpg) top right;
		color:#FFF;
	}



#menu2 dt a {
	text-decoration: none;
	color: black;
	font-weight:bold;
	font-size:1.1em
}

#center {
	float:right;
	font-size:1.1em;
	margin-left:20px;
}

* > #center {
	float:none;
	margin-left:220px;
}

/*
#center {
	margin-left: 210px;
	font-size: 1.1em;
}*/
	#center #TextLayer { border-bottom: solid 1px #969a9d; height: 203px; padding: 0; }

	#center h2 {
		color: #CA9825;
		font-weight: bold;
		font-size: 1.4em;
		border-bottom: solid 1px #969a9d;
		width: 100%;
		text-transform: capitalize;
		font-variant: small-caps;
		float: left;
		margin: 15px 0;
	}
	#center h3 {
		color: #ca9825;
		font-weight: bold;
		font-size:1.3em;
		width:100%;
		text-transform: uppercase;
		margin-top: 15px;
		/*float: left;*/
	}
	#center h4 {
		font-weight: bold;
		font-size: 1.1em;
		width: 100%;
		margin-top: 15px;
	}
	#center h5 {
		margin-top: 15px;
		float: left;
	}
	#center hr {
		color: #000;
		size:1;
		height: 1px;
		visibility : visible;
		margin: 0;
		padding: 0;
	}
	#center table { float: left; }
	#center table td { padding-bottom: 10px; }
	
	#center dt { font-weight: bold; }
	#center dd { padding-bottom: 10px; }
	
	#center p {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#center .ref { font-style: italic; font-size: 0.9em; }
	#center .sanofiColor { color: #0076d4; font-weight: bold; font-size: 1.2em; }
	#center .merckColor { color: #099; font-weight: bold; font-size: 1.2em; }
	#center .MERIALColor { color: #006963; font-weight: bold; font-size: 1.2em; }
	#center a {	color: #000; text-decoration: none; font-weight: bold; }
	#center li { margin-bottom: 5px; }
	
	#center img.page_title {
		float: right;
	}

	#center p.top {
		border-bottom: solid 1px #969a9d;
	}
		#center p.top a {
			display:block;
			text-align:right;
		}
		
		#center p.top a img{
			border:none;
		}
		
	#center ul {
		margin: 15px 10px 10px 45px;
	}
	#center ol {
		margin: 15px 10px 10px 45px;
	}
	
	#center .vaccines { float: right; margin: 0 0 10px 10px; }
/**
 * Footer
 *
 */	 
 
#frmNavigation {
	clear:both;
	position:relative;
	top:35px;
}
	
#frmNavigation label {
	padding-bottom: 8px
}
	
#part1 {
	width:207px;
	float:left;
	margin-left: 30px;	
}	
#part1 label {
	background:url(images/dropdownnav1.gif) no-repeat;
	text-indent:6000px;
	white-space:nowrap;
	overflow:hidden;
	width: 207px;
	display:block;
}	

#part2 {
	width:207px;
	float:left;
	margin-left: 30px;
}	
#part2 label {
	background:url(images/dropdownnav2.gif) no-repeat;
	text-indent:6000px;
	white-space:nowrap;
	overflow:hidden;
	width: 207px;
	display:block;
}	

#part3 {
	width:207px;
	float:left;
	margin-left: 30px;
}	
#part3 label {
	background:url(images/dropdownnav3.gif) no-repeat;
	text-indent:6000px;
	white-space:nowrap;
	overflow:hidden;
	width: 207px;
	display:block;
}	

#frmNavigation select {
	width:180px;
	font-size:1em; 
}

#footer a {
	text-decoration:none;
	color:#000;
	font-size:1.1em;
}


/*********************/
#PictureBox2 {
	float:right;
}

#center h2.h2_dogs {
	background:url(pet_owners/dogs/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}	

#center h2.h2_cats {
	background:url(pet_owners/cats/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}	

#center h2.h2_rabbits {
	background:url(pet_owners/rabbits/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}	

#center h2.h2_feedlot {
	background:url(producers/feedlot/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}

#center h2.h2_sheep {
	background:url(producers/sheep/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}

#center h2.h2_swine {
	background:url(producers/swine/images/pagetitle_background.gif) no-repeat;
	border:none;
	height:20px;
	padding-left: 30px;
	padding-top:19px;
	float: left;
	width: 520px;
}

form#login {
	margin-top:10px
}

form#login label {
	font-weight:bold;
	width: 150px;
	float:left;
	text-align:right
}

#listepays a {
	font-weight: bold;
}

ul#pays_liste {
	padding:0;
	margin:15px 0 0 0
}

ul#pays_liste li {
	float:left;
	width: 155px;
	list-style-type:none;
	background:url(images/bullet.gif) no-repeat;
	padding-left: 15px;
	height: 16px;
}

ul#pays_liste li a {
	font-weight: bold;
}

ul#pays_liste li a:hover {
	color: #ca9825;
	text-decoration:none;
}