html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
}

body {
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#dcd1a3;
	background-image:url(images/background_site.jpg);
	background-repeat:repeat-x;
	position:relative;
}


	
/* Général
--------------------------------------------------------------------*/
a,input,li a {
	outline:none;
}

#wrap {
	position:relative;
	width:1024px;
	margin:0 auto;
	background-color:#f3f3f3;
	background-image:url(images/fd.gif);
	background-repeat:no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}

.clear{
	clear:both;
}
strong.underline{
	text-decoration: underline;
	font-weight:normal;
}
/* Header
--------------------------------------------------------------------*/
#header {
	position:relative;
	padding:11px 0 10px;
	margin:0;
}

#logo {
	position:relative;
	display:block;
	left:15px;
	width:185px;
	height:80px;
}
#logo2 {
	position:relative;
	display:block;
	left:15px;
	width:185px;
	height:120px;
}


	
/* bloc recherche */
#espace_veto {
	display:block;
	position:absolute;
	width:190px;

	
/*180 - 10 padding*/
	height:18px;
	
/*20 - 2 padding*/
	background-color:#5d5c5c;
	right:11px;
	top:0;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	color:#dcdcdc;
	text-decoration:none;
	padding:2px 0 0 10px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	z-index:2;
}

#bloc_veto {
	display:block;
	position:absolute;
	right:11px;
	top:0;
	width:200px;
	height:60px;
/*80 - 20 padding*/
	padding:20px 0 0;
	background-color:#434343;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	z-index:1;
}

#bloc_veto input.text {
	font-size:11px;
	background-color:#c6c5af;
	color:#195102;
	border:0;
	height:14px;
	margin:6px 0 0 10px;
	padding:0 0 0 4px;
	border:1px solid #4e4e4e;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	width:175px;
}

#bloc_veto input#mdp {
	float:left;
	width:140px;
}

#bloc_veto input.submit {
	float:left;
	margin:6px 0 0 5px;
	height:16px;
	border:0;
	text-transform: uppercase;
	background-color:#ACACAC;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:10px;
/* 	width:28px; */
	padding:0 3px 0 3px;
	cursor:pointer;
	text-shadow:1px 1px 1px #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#bloc_veto input#deconnection{
	float:right;
	margin:0 5px 0 0;
}
#bloc_veto input.submit:hover {
	background-color:#c6c5af;
}
#bloc_veto div.lien{
	clear:both;
	position:relative;
	font-size:9px;
	padding:2px 0 0 12px;
}
*+html #bloc_veto div.lien{
	clear:both;
	position:relative;
	font-size:9px;
	padding:0px 0 0 12px;
}
#bloc_veto div.lien a{
	padding:0;
	font-size:9px;
/* 	margin:-10px 0 0 0; */
}
#bloc_veto div.lien a:last-child{
/* 	padding:0 0 0 35px; */
}
#bloc_veto a {
	font-size:10px;
	color:#aaaaaa;
	font-family:Verdana, Arial, sans-serif;
	padding:0 0 0 10px;
	margin:0;
	text-decoration:none;
	clear:both;
}
#bloc_veto a:hover {
	text-decoration:underline;
}
#bloc_veto p{
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	color:#dcdcdc;
	padding:10px;
}

/* bloc recherche */
#bloc_recherche {
	position:absolute;
	width:200px;
	height:16px;
	right:11px;
	top:85px;
	padding:0;
	margin:0;
}

#bloc_recherche input.text {
	height:14px;
/*16 - 2 border*/
	border:1px solid #4e4e4e;
	padding:0 0 0 5px;
	margin:0;
	background-color:#c6c5af;
	color:#195102;
	font-size:11px;
	width:177px;
/*180-16 bouton submit - 5 padding - 2 border*/
	border:1px solid #4e4e4e;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	float:left;
}

#bloc_recherche input.submit {
	background-image:url(images/picto_recherche.gif);
	width:16px;
	height:16px;
	border:0;
	padding:0;
	margin:0;
	float:left;
	cursor:pointer;
}
.bloc_picto{
	display:block;
	position:absolute;
	top:81px;
/* 	right:220px; */
	right:10px;
}
.bloc_picto .picto{
	position:relative;
	float:right;
	padding:6px 0 0;
	text-decoration:none;
}
.bloc_picto .picto:hover, .bloc_picto .picto.current{
	text-decoration:underline;
}
#picto_home {
	display:block;
	color:#c6c5af;
	background-image:url(images/picto_home.png);
	background-repeat:no-repeat;
	background-position:35px 0;
	height:25px;
	width:60px;
	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
	
}
#picto_contact {
	display:block;
	color:#c6c5af;
	background-image:url(images/picto_contact.png);
	background-repeat:no-repeat;
	background-position:110px 0px;
	height:25px;
	width:145px;
	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
}
#picto_veto {
	display:block;
	color:#c6c5af;
	background-image:url(images/picto_caducee_veterinaire.png);
	background-repeat:no-repeat;
	background-position:105px 1px;
	height:25px;
	width:140px;
	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
}
#vetoMail label{
	display:block;
	font-size:16px;
	text-shadow:1px 1px 1px #FFFFFF;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	margin: 5px 0 7px 0;
}
#vetoMail input.text {
	width:480px;
	height:15px;
	font-size:12px;
	padding:5px;
	color:#195102;
/*	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;*/
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	border:1px solid #aaaaaa;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px;
	background-color:#c6c5af;
}
#vetoMail input.submit {
	/*width:480px;*/
	position:relative;
	margin:10px auto auto auto;
	top:0;
	right:0px;
	display:block;
	width:100px;
	background-color:#257101;
	color:#ffffff;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:center;
	border:0;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px;
	cursor:pointer;
}
#vetoMail .submit:hover{
	background-color:#000000;
	color:#ffffff;
}
/* menu
--------------------------------------------------------------------*/
#menu {
	position:relative;
	top:18px;
	left:5px;
	width:1014px;
	height:42px;
	overflow:auto;
}

#menu a {
	display:block;
	height:42px;
	margin:0;
	float:left;
}

#menu a#bt1 {
	width:130px;
	background-image:url(images/bt_1.png);
}

#menu a#bt2 {
	width:113px;
	background-image:url(images/bt_2.png);
}

#menu a#bt3 {
	width:126px;
	background-image:url(images/bt_3.png);
}

#menu a#bt4 {
	width:199px;
	background-image:url(images/bt_4.png);
}

#menu a#bt5 {
	width:140px;
	background-image:url(images/bt_5.png);
}

#menu a#bt6 {
	width:96px;
	background-image:url(images/bt_6.png);
}

#menu a#bt7 {
	width:210px;
	background-image:url(images/bt_7.png);
}

#menu a#bt1:hover,#menu a#bt1.current {
	width:130px;
	background-image:url(images/bt_1_on.png);
}

#menu a#bt2:hover,#menu a#bt2.current {
	width:113px;
	background-image:url(images/bt_2_on.png);
}

#menu a#bt3:hover,#menu a#bt3.current {
	width:126px;
	background-image:url(images/bt_3_on.png);
}

#menu a#bt4:hover,#menu a#bt4.current {
	width:199px;
	background-image:url(images/bt_4_on.png);
}

#menu a#bt5:hover,#menu a#bt5.current {
	width:140px;
	background-image:url(images/bt_5_on.jpg);
}

#menu a#bt6:hover,#menu a#bt6.current {
	width:96px;
	background-image:url(images/bt_6_on.png);
}
#menu a#bt7:hover{
	width:210px;
	background-image:url(images/bt_7_on.png);
}
#sous_menu {
	position:relative;
	left:5px;
	margin:0;
	top:30px;
	width:1013px;
	height:35px;

	
/* 	background-color:#dcd1a3; */
	background-image:url(images/fd_ss_menu.png);
}

#sous_menu a {
	display:block;
	height:25px;

	
/*35 -8 padding -2 border*/
	margin:1px 0 0;
	padding:8px 20px 0;
	float:left;
	color:#533f12;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
}

#sous_menu a:hover,#sous_menu a.current {
	background-color:#a59169;
	color:#ffffff;
	border-right:1px solid #927f58;
	border-left:1px solid #d5cbb9;
}

#sous_menu a.current_menu {
	position:relative;
	height:26px;
	color:#ecd8a8;
	padding:8px 30px 0 20px;
	background-color:#6b5f4e;
	margin:0 25px 10px 10px;

	
/*pour la valeur right : +15  pour la fin de la flèche +10 pour la marge de la fleche*/
	border-bottom:1px solid #6b5f4e;
	background-image:url(images/fd_ss_menu_onglet.png);
}

#sous_menu a.current_menu b {
	display:block;
	position:absolute;
	width:15px;
	height:35px;
	margin:0;
	padding:0;
	top:0;
	right:-15px;
	background-image:url(images/brd_drt_ss_menu.png);
}

#sous_menu a.current_menu:hover {
	border:0;
	border-bottom:1px solid #6b5f4e;
}


	
/* Content
--------------------------------------------------------------------*/
#content {
	clear:both;
	position:relative;

	
/* 	background-color:#ff0000; */
	min-height:400px;
	width:1014px;

	
/*1024 - 10 margin*/
	padding:0;
	margin:30px 0 0 5px;
	overflow:visible;
	z-index:100;
}

#dialog {
	text-align:left;
	color:#000000;
	font-family:Verdana, Arial, sans-serif;
	margin:5px;
	height:auto;
	margin:20px;
}

#dialog h1 {
	color:#257101;
	border-bottom:1px solid #adadac;
	font-family:Times, serif;
	margin:5px;
	height:auto;
}

#dialog p {
	color:#000000;
	font-family:Verdana, Arial, sans-serif;
	margin:5px;
	height:auto;
	margin:20px;
}

#dialog div.image h3 {
	color:#257101;
	font-family:Times, serif;
	text-transform:capitalize;
	font-style:italic;
}

#dialog p.chapo {
	font-weight:bold;
}

#dialog p.date {
	font-size:10px;
	font-style:italic;
}

#dialog div.image p {
	font-family:Times, serif;
	font-style:italic;
	text-align:right;
}


	
/* footer
--------------------------------------------------------------------*/
#footer {
	position:relative;
	width:100%;
	margin:0;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	overflow:hidden;
}

#footer a {
	color:#737060;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span.ombre {
	position:relative;
	display:block;
	height:35px;
	width:100%;
	background-image:url(images/degrade_foot.gif);
	background-repeat:no-repeat;
}

#footer div {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

#footer div .foot1 {
	position:relative;
	display:block;
	height:28px;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(images/bloc_foot_01.gif);
	background-repeat:no-repeat;
}

#footer div p {
	position:relative;
	display:block;
	margin:-10px 0;
	padding:0 10px;
	width:1002px;

	
/*1024 - 20 padding - 2 border*/
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;
	background-color:#353232;
	color:#737060;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	z-index:2;

	
/* à virer pour la prochaine version*/
	height:15px;
}


	
/* à virer pour la prochaine version */
#footer div p b#provisoir {
	position:absolute;
	display:block;
	right:30px;
	font-weight:normal;
}

#footer div p b#provisoir a {
	margin:0 5px;
	padding:0 10px 0 0;
	border-right:1px solid #737060;
}


	
/*--------------------------------- */
#footer div .foot2 {
	position:relative;
	display:block;
	height:29px;
	width:100%;
	margin:0;
	padding:0;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	background-image:url(images/bloc_foot_02.gif);
	background-repeat:no-repeat;
}

