* { 
	margin: 0px;          
    padding: 0px;                       
}

.clear{
	clear:both;
}

img {
	border: none;
}

/* Normal link */
a {
	color: #59341a;
	text-decoration: none;
	font-weight: bolder;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a.link_underline {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}

html, body {                   /* Position Fixed IE6 */
	height: 100%;
	overflow: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
	font-size: 12px;
	background-color: #0d0619;
}

#wrapper2 {
	background: url(../images/body-bg.jpg) repeat-x top #fdb000;
	padding: 25px 0px 0px 0px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*------------------------------------------------------- */

/* HEADER

--------------------------------------------------------- */
#header {
	width: 800px;
	height: 373px;
	background: url(../images/header.jpg) no-repeat center;
}


/*------------------------------------------------------- */

/* NAVIGATION


--------------------------------------------------------- */
#mainnav {
	height: 40px;
	z-index: 10;
	position: relative;
	background: url(../images/mainnav-bg.gif) repeat-x #3b190b;
	margin: 0px 13px 0 14px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#mainnav a,
#mainnav a:hover,
#mainnav a:active,
#mainnav a:focus {
	outline: none;
}

#cssmenu li {
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

#cssmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 98;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
	margin: 0px 0px 0 -1px;
}

#cssmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#cssmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;

}

#cssmenu li:hover ul ul, #cssmenu li:hover ul ul ul,
#cssmenu li.sfhover ul ul, #cssmenu li.havechildsfhover ul ul, #cssmenu li.havechild-activesfhover ul ul, #cssmenu li.activesfhover ul ul,
#cssmenu li.sfhover ul ul ul, #cssmenu li.havechildsfhover ul ul ul, #cssmenu li.havechild-activesfhover ul ul ul, #cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#cssmenu li:hover ul, #cssmenu li li:hover ul, #cssmenu li li li:hover ul,
#cssmenu li.sfhover ul, #cssmenu li.havechildsfhover ul, #cssmenu li.havechild-activesfhover ul, #cssmenu li.activesfhover ul,
#cssmenu li li.sfhover ul, #cssmenu li li.havesubchildsfhover ul, #cssmenu li li.havesubchild-activesfhover ul, #cssmenu li li.activesfhover ul,
#cssmenu li li li.sfhover ul, #cssmenu li li li.havesubchildsfhover ul, #cssmenu li li li.havesubchild-activesfhover ul, #cssmenu li li li.activesfhover ul {
	left: auto;

}


/* STYLING THE MENU
--------------------*/
/* 1st level */
#cssmenu li a {
	color: #EFEFEF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 0 25px;
	text-decoration: none;
}

#cssmenu li a:hover,
#cssmenu li a:active,
#cssmenu li a:focus {
	background: url(../images/arrow.gif) no-repeat top center;
	color: #FFFFFF;
}

#cssmenu li:hover a,
#cssmenu li.sfhover a,
#cssmenu li.havechildsfhover a,
#cssmenu li.havechild-activesfhover a {
	background: url(../images/arrow.gif) no-repeat top center; 
	color: #FFFFFF;
}

#cssmenu li:hover li a,
#cssmenu li.sfhover li a,
#cssmenu li.havechildsfhover li a,
#cssmenu li.havechild-activesfhover li a {
	background: none;
}

#cssmenu li a.active,
#cssmenu li a.active:hover,
#cssmenu li a.active:active,
#cssmenu li a.active:focus {
	background: url(../images/arrow.gif) no-repeat top center;
	color: #FFFFFF;
}

/* 2nd level and above */
#cssmenu li ul {
	border: 1px solid #000000;
	border-top: none;
	background: url(../images/trans-bg.png);
}
#cssmenu li ul li {
	border: none;
	color: #CCCCCC;
}
#cssmenu li ul a {
	margin: 0;
	padding: 0 5px;
	border: none;
	white-space: nowrap;
	font-weight: normal;
	font-size: 100%;
	line-height: 30px;
}

#cssmenu li ul a:hover,
#cssmenu li ul a:active,
#cssmenu li ul a:focus,
#cssmenu ul li:hover,
#cssmenu ul li.sfhover,
#cssmenu ul li.havesubchildsfhover,
#cssmenu ul li.havesubchild-activesfhover,
#cssmenu ul ul li:hover,
#cssmenu ul ul li.sfhover,
#cssmenu ul ul li.havesubchildsfhover,
#cssmenu ul ul li.havesubchild-activesfhover {
	color: #FFFFFF;
	background: #333333;
	padding: 0 6px;
}



#cssmenu ul li a.active,
#cssmenu ul li a.active:hover,
#cssmenu ul li a.active:active,
#cssmenu ul li a.active:focus {
	background: none !important;
	font-weight: bold;
	text-decoration: underline;
}


/*------------------------------------------------------- */

/* MAINCONTENT

--------------------------------------------------------- */
#content_top {
	width: 800px;
	height: 30px;
	background: url(../images/content-top.png) no-repeat center top;
}

#content_center {
	background: url(../images/content-center.png) repeat-y center;
	width: 800px;
}

#content_center a {
	position: relative;    /* IE6 */
}

#content_bot {
	width: 800px;
	height: 40px;
	background: url(../images/content-bot.png) no-repeat center bottom;
	position: relative;
}

/********************** Left - Photos ***************************/
#leftside {
	float: left;
	width: 260px;
	margin: 40px 0 0 0;
}
.bg-photo-horizontale {
	width: 166px;
	height: 116px;
	background: url(../images/bg_photo_horizontale.jpg) no-repeat center top;
	margin: 50px 0 20px 55px;
}
.bg-photo-verticale {
	width: 166px;
	height: 229px;
	background: url(../images/bg_photo_verticale.jpg) no-repeat center top;
	margin: 50px 0 20px 55px;
}

.first {
	margin: 55px 0 20px 55px;
}
.photo {
	padding: 2px 0 0 2px; 
}

#leftside a {
	position: relative;    /* IE6 */
}

/********************** Right - Text ***************************/
#rightside{
	float: left;
	width: 500px;
	margin-left: 0px;
	margin-top: 35px;
	padding: 0px 40px 0px 0px;
}
#rightside h1{
	margin: 10px 0px 25px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #3b190b;
	letter-spacing: -1px;
}
#rightside h2{
	margin: 20px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#rightside p{
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	text-align: justify;
}
#rightside p.confiance{
	font-size: 10px;
	line-height: 14px;
}

/* Animation */
#rightside h6{
	margin: 10px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #3b190b;
	letter-spacing: -1px;
}
#rightside #left {
	float:left;
	width:50%;
}
#rightside #right {
	float:right;
	width:50%;
}

/* Check list */
ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 15px;
	padding: 0px 0px 20px 20px;
	line-height: 20px;
	background: url(../images/bullet.gif) no-repeat 0 8px;
	color: #333333;
}
ul.checklist2 {
	list-style: none;
}
ul.checklist2 li {
	margin-left: 15px;
	padding: 0px 0px 20px 20px;
	line-height: 20px;
	background: url(../images/icon-checklist.gif) no-repeat 0 8px;
	color: #333333;
}

/* Renseignements */
#map {
	width: 480px;
	height: 188px;
	border:5px solid #ffffff;
}
.adress-map {
	color: #3b190b;
	margin-top:15px;
}

/* Contact */
#rightside ul.contact {
	list-style-type: none;
}
#rightside ul.contact li {
	margin-left: 40px;
	padding: 5px 0 15px 35px;
	background-color: transparent;
}
#rightside ul.contact a {
	text-decoration: none;
}
#rightside ul.contact a:hover, 
#rightside ul.contact a:active, 
#rightside ul.contact a:focus {
	text-decoration: underline;
}
#rightside ul.contact li.adress {
	background: transparent url(../images/icon_adress.gif) 10px 5px no-repeat;
}
#rightside ul.contact li.phone {
	background: transparent url(../images/icon_phone.gif) 10px 6px no-repeat;
}
#rightside ul.contact li.mail {
	background: transparent url(../images/icon_mail.gif) 10px 8px no-repeat;
}
#rightside ul.contact li.fax {
	background: transparent url(../images/icon_fax.gif) 10px 7px no-repeat;
}

/*------------------------------------------------------- */

/* FOOTER

--------------------------------------------------------- */
#footer_top {
	position:relative;
}
#copyright {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
	position: relative;    /* IE6 */
}
#footer_animals {
	width: 1008px;
	height: 327px;
	background: url(../images/footer-animals.png);
	position: absolute;
	top: 30px;
	left: -280px;	
}
#footerwrap {
	margin: 136px 0 0 0;
	padding: 0;
	background: url(../images/footer-bg.png) repeat-x top;	
	height: 206px;
}



/*------------------------------------------------------- */

/* BOX FIXED

--------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.box_fixed {
	width: 251px;
	height: 294px;
	position: fixed;
	bottom: 0px;
	right: 17px;
	background-color: transparent;
	background-image: url(../images/dog.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: right;
	background-y-position: bottom;
	z-index: 99;

}	
* html .box_fixed { 
	position: absolute;
}
