@charset "utf-8";
/* CSS Document */

/*------------------------- Balises ----------------------------------*/
html, body{
	margin: 0;
	padding:0;
	height:100%;
}

h1 {
	font-size: 16pt;
	margin:0 0 10px 0;
	color:#9b9b98;
}

h2 {
	height:18px;
	background:url(../images/petite-patte.jpg) no-repeat;
	font-size: 12pt;
/*	color:#cdc557;*/
	color:#E7B700;
	border-bottom:solid 1px #a8a3a7;
	padding: 0px 0px 0px 20px;
	margin:0 0 10px 0;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E7B700;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

/*------------------------ Page ----------------------------------*/

#page {
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	font-size: 12px;
/*	color: #ababa8;*/
/*	color:#9b9b98;*/
	color:#6A6A6A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:visible;
}

/* ------------------- Banniere haut--------------------------- */
/*
#haut01 {
	float: left;
	width:575px;
	height:52px;
}

#contact {
	float: left;
	width:110px;
	height:52px;
}

#admin {
	float: left;
	width:105x;
	height:52px;
}

#haut02 {
	float: left;	
	width:10px;
	height:52px;
}

#Tranche {
	float: left;
	width:800px;
	height:6px;
}
*/
/* ---------------------------------------------------------- */

/* --------------------- Banniere --------------------------- */

#banniere {
	width:800px;
	height:200px;
	background-image: url(../images/banniere.jpg);
	overflow:hidden;
}

#banniere a {
	display:block;
	width:800px;
	height:200px;
	text-indent: 800px;
	line-height: 200px;
	overflow:hidden;
}


/* ---------------------------------------------------------------- */
/*
#Tranche007 {
	float: left;
	width:800px;
	height:6px;
}
*/
/* ------------------------------- Menu --------------------------- */

#menu {
	margin-top:8px;
	width:800px;
	height:32px;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

#menu li {
	overflow: hidden;
	line-height:32px;
	margin: 0;
	padding: 0;
	text-indent: 210px;
}

#menu ul li {
/*	position: relative;	*/
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	display: block;
	height: 32px;
	line-height: 30px;
}

#bt-accueil{
	width:105px;
	height:32px;
	background: url(../images/bt2_accueil.jpg) no-repeat;
	cursor:pointer;
}

#bt-accueil:hover{
	width:105px;
	height:32px;
	background: url(../images/bt2_accueil.jpg) no-repeat 0 -32px;
	cursor:pointer;
}

#bt-asso{
	width:130px;
	height:32px;
	background: url(../images/bt2_asso.jpg) no-repeat;
	cursor:pointer;
}

#bt-asso:hover{
	width:130px;
	height:32px;
	background: url(../images/bt2_asso.jpg) no-repeat 0 -32px;
}

#bt-adoptions {
	width:203px;
	height:32px;
	background: url(../images/bt2_adoption.jpg) no-repeat;
	cursor:pointer;
}

#bt-adoptions:hover {
	width:203px;
	height:32px;
	background: url(../images/bt2_adoption.jpg) no-repeat 0 -32px;
}

/*#bt-news {
	width:126px;
	height:23px;
	background: url(../images/bt_news.jpg) no-repeat;
}

#bt-news a:hover{
	width:126px;
	height:23px;
	background: url(../images/bt_news02.jpg) no-repeat;
}
*/

#bt-aide {
	width:149px;
	height:32px;
	background: url(../images/bt2_aide.jpg) no-repeat;
}

#bt-aide a:hover{
	width:149px;
	height:32px;
	background: url(../images/bt2_aide.jpg) no-repeat 0 -32px;
}

#bt-forum {
	width:106px;
	height:32px;
	background: url(../images/bt2_forum.jpg) no-repeat;
}

#bt-forum a:hover {
	width:106px;
	height:32px;
	background: url(../images/bt2_forum.jpg) no-repeat 0 -32px;
}

#bt-liens {
	width:107px;
	height:32px;
	background: url(../images/bt2_liens.jpg) no-repeat;
}

#bt-liens a:hover {
	width:107px;
	height:32px;
	background: url(../images/bt2_liens.jpg) no-repeat 0 -32px;
}

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

/* --------------------- Sous-menus -------------------------- */

#sous-menu {
	width: 800px;
	height: 0px;
	z-index:100;	
}

#sous-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

#sous-menu li{
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

#sous-menu a{
	display:block;
	height:50px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-indent:15px;
	line-height:15px;
}

#sous-menu a:hover{
	background:#FFF588;
	color:#777777;
	text-decoration:none;
}

#sous-menu-asso {
	margin-top: 0;
	margin-left:120px;
	border:solid #CCCCCC 1px;
	background:#FFFFFF;
	padding: 0;
	width:140px;
	display:none;
	z-index:100;
	position:absolute;
}

#sous-menu-adoptions {
/*	float:left;*/
	margin-top: 0;
	margin-left:260px;
	border:solid #CCCCCC 1px;
	background:#FFFFFF;
	padding: 0;
	width:155px;
	display:none;
	z-index:100;
	position:absolute;
}

#corps {
	width: 758px;
	min-height:275px;
/*	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px; */
	border: solid #E0E0E0 1px;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 10px 20px 10px 20px;
	overflow: visible;
}

#news {
	background-image: url(../images/titre_news.jpg);
	background-repeat: no-repeat;
	width:760px;
	padding: 20px 0;
	text-indent:20px;
}

#urgences {
	float:left;
	background:	url(../images/titre_urgences.jpg) no-repeat;
	padding: 25px 0 0 0;
	width:370px;
	height:130px;
	overflow: hidden;
}

#urgences img{
	float: left;
	border: 1px solid #ABABA8;
	height: 100px;
	width: 100px;
	margin: 0 10px 0 0;
}

#urgences-texte {
	height: 115px;
	overflow:hidden;
}

#urgences a{
	float:right;
	margin-right:5px;
}

#refuge {
	/*position:absolute;*/
	float:right;
/*	margin-left:390px;*/
	background: url(../images/titre_refuge.jpg) no-repeat;
	height:130px;
	width:370px;
	padding: 25px 0 0 0;
	overflow: hidden;
}

#refuge img{
	float: left;
	border: 1px solid #ABABA8;
	height: 100px;
	width: 100px;
	margin: 0 10px 0 0;
}

#refuge-texte {
	height: 115px;
	overflow:hidden;
}

#refuge a{
	float: right;
	margin-right:5px;
}

#entete-coordonnees{
	margin-top:10px;
	float:left;
	background: url(../images/titre_coordonnees.jpg) no-repeat;
	height:18px;
	width:760px;
}

.coordonnees{
	text-align:left;
	margin:5px 20px 0 0;
	float:left;
	height:75px;
	width: 225px;
}

#joel{
	text-align:left;
	margin:5px 0 0 0;
	float:left;
	height:75px;
	width: 173px;
}

/* -------------------------- Pied ----------------------------------- */

#pied {
	position:inherit;
	bottom:0;
	height:20px;
	width:800px;
	text-align:center;
}

#pied a{
	color:#666666;
}
/* ------------------------------------------------------------------- */

/* ---------------------------- Equipe ------------------------------------- */
#texte-equipe {
	width:600px;
	margin: 0 0 0 40px;
	float:left;
}
/* ------------------------------------------------------------------------- */

/* ------------------------------ SQO -------------------------------------- */
#form-sqo{
	margin: 0;
}

#form-sqo ul{
	list-style:none;
}

#form-sqo li{
	min-height:30px;
	width:400px;
}

#form-sqo #id-texte{
	height:180px;
}

#form-sqo label{
	margin:5px 0 0 0 ;
	width:140px;
	float:left;
}

#form-sqo .label-radio-sqo {
	margin:4px 0 0 5px;
	width:100px;
}


#form-sqo #id-texte textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
/*	background-color:#FFFFDF;
	border: 1px solid #999999;*/
}

/*
#form-sqo #suggestions, #form-sqo #questions,#form-sqo #offres{
	background-color:#ffffff;
	border: none;
}
*/

#form-sqo input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	float:left;
/*	background-color:#FFFFDF;
	border: 1px solid #999999;*/
}

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

/* ------------------- Affichage base de donnée, liste --------------------- */

#liste-ligne {
	float:none;
	width:760px;
	height:auto;
	overflow:auto;
	margin: 0 0 10px 0;
}

#liste-ligne-img {
	float:left;
	text-align:center;
	border: 1px solid #ABABA8;
	margin: 0 20px 5px 0;
	padding: 0;
}

#liste-ligne-img img {
	max-height:500px;
	max-width:400px;
}


#liste-ligne-texte {
	float:none;
}

#galerie {
	padding:10px
}

#galerie-img{
	width:auto;
	border: 1px solid #ABABA8;
	height: 60px;
	width: 60px;
	margin-left: 5px;
}
/* ------------------------------------------------------------------------- */
#diaporama {
	float: right;
	text-indent:0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}

