/* ------------------------------------------------------------------------------------------------------------------------------------------
//	Screen_Common.css
// 	Elements de style commun ‡ tout le site
//
//	Lunaweb©2007
------------------------------------------------------------------------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 97%; /*Pour IE et son affichage des fonts en .EM*/
	font-family: "Trebuchet MS", Arial, DejaVuSans, Helvetica, sans-serif;
	color: #000000;
	background: transparent url(../img/design/pages/bg-body.jpg) top left repeat;
}

#global {
	background: transparent url(../img/design/pages/bg-global.jpg) top left no-repeat;
	position: relative;
	min-height: 600px;
}

#site {
}

/* --------------------------------------------------------------
	Header
----------------------------------------------------------------- */
#header {
	padding: 10px 0 0;
	height: 180px;
}

#header h1 a {
	width: 150px;
	height: 145px;
	margin: 10px;
	position: absolute;
	right: 10px;
	top: 12px;
	background: white url(../img/design/pages/logo.png) top right no-repeat;
	text-indent: -5000px;
}

/* --------------------------------------------------------------
	Menu
----------------------------------------------------------------- */
#top-menu {
	float: right;
	margin: 15px 0 15px 200px;
	padding: 0 0 0 22px;
	width: 75%;
	background: transparent url(../img/design/pages/bg-menu-g.png) top left no-repeat;
}

#top-menu ul {
	list-style-type: none;
	width: 100%;
	height: 36px;
	background: transparent url(../img/design/pages/bg-menu.png) top left repeat-x;
}

#top-menu ul li {
	float: left;
}

#top-menu ul li a:link,
#top-menu ul li a:visited,
#top-menu ul li a:hover,
#top-menu ul li a:active {
	float: left;
	margin: 2px 0;
	padding: 5px 10px;
	color: #771E1E;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}


#top-menu ul li a:hover {
	background: #8F896B;
}

#top-menu ul li.first a:link,
#top-menu ul li.first a:visited,
#top-menu ul li.first a:hover,
#top-menu ul li.first a:active {
	margin: 0;
	padding: 5px 0 2px;
}

/* --------------------------------------------------------------
	Encart contextuel
----------------------------------------------------------------- */

#encart-contextuel {
	width: 175px;
	position: absolute;
	top: 250px;
	left: 10px;
}

#encart-contextuel #encart-top {
	height: 15px;
	font-size: 1px;
	background: transparent url(../img/design/pages/bg-actus-top.png) top left no-repeat;
}

#encart-contextuel #encart-body {
	background: transparent url(../img/design/pages/bg-actus-body.png) top left repeat-y;
}

#encart-contextuel #encart-bottom {
	height: 80px;
	font-size: 1px;
	background: transparent url(../img/design/pages/bg-actus-bottom.png) bottom left no-repeat;
}

#encart-contextuel h3 {
	font-size: 1em;
	margin: 0 0 0 30px;
	color: #771E1E;
	text-decoration: underline;
	background: transparent url(../img/design/pages/logo-temple.png) top left no-repeat;
	padding: 4px 0 4px 25px;
}

#encart-contextuel ul {
	list-style-type: none;
	padding: 5px 5px 0;
}

#encart-contextuel ul li {
	font-weight: bold;
	color: #771E1E;
	margin: 5px 5px 0;
}

#encart-contextuel #actualite {
	width: 160px;
	margin: auto;
	font-size: 0.8em;
	overflow: hidden;
}

#encart-contextuel #actualite h4 {
	cursor: pointer;
	padding: 5px 0;
	margin: 0;
}

#encart-contextuel #actualite h4.actualite_title {
	/*background: transparent url(../img/design/pages/titre-actu.png) top left no-repeat;*/
}

#encart-contextuel #actualite h4.actualite_title_active {
	/*background: transparent url(../img/design/pages/titre-actu-active.png) top left no-repeat;*/
}

#encart-contextuel #actualite .actualite_content {
	background: #c7c2aa;
	overflow: hidden;
}

/* --------------------------------------------------------------
	Liens
----------------------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
	color: #771E1E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------
	Contenu
----------------------------------------------------------------- */
#contenu {
	margin: 10px 10px 10px 25%;
	text-align: justify;
	font-size: 0.85em;
}

/* --------------------------------------------------------------
	Eléments de mise en forme génériques
----------------------------------------------------------------- */

fieldset {
	border: 1px solid #771E1E;
	margin: 10px 0;
	padding: 0 0 10px 8px;
}

fieldset legend {
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #771E1E;
}

/* Image lien */
a img {
	border: none;
}

/* images avec un cadre blanc et bordure verte */
.cadre {
	background-color: white;
	padding: 7px;
	border: 1px solid #A0A345;
}

/* Séparateur */
div.separateur {
	clear: both;
	color: transparent;
	font-size: 1px;
	background: transparent;
}

p.back {
	float: right;
	text-align: right;
	margin: 10px;
}

/* Texte aligné à droite */
.right {
	text-align: right;
}

/* Element masqué */
.hidden {
	display: none;
}

/* Texte en gras */
.bold {
	font-weight: bold;
}

/* Div flottant occupant une demi largeur */
.colonne {
	width: 45%;
	margin: 5px;
	padding: 10px;
	float: left;
}

.imgdroite {
	float: right;
	margin: 10px;
}

.imggauche {
	float: left;
	margin: 10px;
}

.imgcenter {
	display: block;
	margin: 10px auto;
}

/* Titres */
#contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6 {
	color: #646609;
	font-style: italic;
}

#contenu h2 {
	padding: 10px 0 10px 20px;
	font-size: 1.3em;
	background: transparent url(../img/design/pages/puce-griffe.png) center left no-repeat;
}

#contenu h3 {
	padding: 15px 5px 10px;
	font-size: 1.25em;
}

#contenu h4 {
	padding: 20px 10px 10px;
	font-size: 1.2em;
}

#contenu h5 {
	padding: 25px 15px 10px;
	font-size: 1.15em;
}

#contenu h6 {
	padding: 30px 15px 10px;
	text-decoration: none;
	font-weight: bold;
}

#contenu ul {
	list-style-type: none;
	padding: 10px 25px;
	text-align: left;
}

#contenu ul li {
	padding: 0 10px 0;
	background: transparent url(../img/design/pages/puce-index.png) 1px 8px no-repeat;
}

#contenu dl {
	padding: 0 10px;
	float: left;
}

#contenu dl dt {
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
	color: #771E1E;
}

#contenu dl dd {
	padding-left: 125px;
}

#contenu ul li.colonne {
	list-style-type: none;
	border: 1px solid #444983;
	height: 120px;
}

#contenu dl.classification, #contenu dl.caracteristique {
	width: 35%;
}

/* --------------------------------------------------------------
	Gallerie photo défilante
----------------------------------------------------------------- */
#contenu ul#slideshow-gallerie {
	list-style-type: none;
	position: relative;
	width: 150px;
	height: 120px;
	margin: 0 10px;
	float: left;
}

#contenu ul#slideshow-gallerie li.slide {
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	background-image: none;
	display: block;
	float: left;
	margin: 0 5px;
	padding: 7px;
	width: 150px;
	height: 120px;
	border: 1px solid #A0A345;
}

/* --------------------------------------------------------------
	Gallerie photo de l'en-tête
----------------------------------------------------------------- */
#galerie-header {
	width: 100%;
	padding: 2px 0 0 10px;
	margin: 5px auto;
	border-top: 1px solid #646609;
	border-bottom: 1px solid #646609; 
	background: white;
	height: 160px;
	overflow: hidden;
}

#galerie-header ul { 
	list-style-type: none;
	margin: 0 180px 0 auto;
	width: 780px;
}

#galerie-header ul li {
	display: block;
	float: left;
	margin: 15px 0;
	padding: 0;
	width: 150px;
	height: 120px;
	overflow: hidden;
	border: 3px solid transparent;
	background: transparent;
}

#galerie-header ul li img {
	margin: 0;
}

/* --------------------------------------------------------------
	Boites arrondies
----------------------------------------------------------------- */
.boite-arrondie {
	background: url(../img/design/roundbox/roundbox-border-left.png) repeat-y left;
	margin: 0 auto 10px;
}

p.boite-arrondie-titre {
	position: relative;
	z-index: 2;
	margin: 0 18px -1em 18px;
	padding: 4px 0px 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #646609;
	font-style: italic;
	text-align: center;
}

.boite-arrondie-haut-gauche {
	float: left;
	width: 18px;
	height: 18px;
	background: url(../img/design/roundbox/roundbox-haut-gauche.png) no-repeat left top;
}

.boite-arrondie-bas-gauche {
	float: left;
	width: 18px;
	height: 18px;
	background: url(../img/design/roundbox/roundbox-bas-gauche.png) no-repeat left bottom;
}

.boite-arrondie-haut {
	height: 18px;
	background: url(../img/design/roundbox/roundbox-haut.png) repeat-x top;
}

.boite-arrondie-milieu {
	margin: 0px 0px 0px 5px;
	padding: 10px 5px 2px 0px;
	background: #c7c2aa url(../img/design/roundbox/roundbox-milieu.png) top right repeat-y;
}

.boite-arrondie-bas {
	height: 18px;
	background: url(../img/design/roundbox/roundbox-bas.png) repeat-x bottom;
}

.boite-arrondie-haut-droite {
	float: right;
	width: 18px;
	height: 18px;
	background: url(../img/design/roundbox/roundbox-haut-droite.png) top right no-repeat;
}

.boite-arrondie-bas-droite {
	float: right;
	width: 18px;
	height: 18px;
	background: url(../img/design/roundbox/roundbox-bas-droite.png) bottom right no-repeat;
}

.boite-arrondie-haut-gauche,
.boite-arrondie-bas-gauche,
.boite-arrondie-haut-droite,
.boite-arrondie-bas-droite {
	font-size: 1px;
}

/* --------------------------------------------------------------
	Carte du zoo
----------------------------------------------------------------- */
#contenu #carte-zoo {
	position: relative;
	width: 600px;
	height: 436px;
	margin: 10px auto;
	border: 0;
}

#contenu #carte-zoo img {
	position: absolute;
	z-index: 1;
}

#contenu #carte-zoo img.puce_carte {
	z-index: 2;
}

#contenu #index-animal li {
	float: left;
	width: 200px;
	margin: 3px 5px;
	padding: 0 10px 0;
}

/* --------------------------------------------------------------
	Carnet rose
----------------------------------------------------------------- */
#contenu #carnet-rose {
	float: right;
	width: 180px;
	height: 155px;
	background: transparent url(../img/design/pages/bg-carnetrose-png8.png) top left no-repeat;
	margin: 15px;
	padding: 100px 75px 0 50px;
}

#contenu #carnet-rose h3 {
	font-size: 1em;
	margin: 0 25px;
	color: #771E1E;
	text-decoration: underline;
	background: transparent url(../img/design/pages/logo-temple.png) top left no-repeat;
	padding: 4px 0 4px 25px;
}

#contenu #carnet-rose ul {
	list-style-type: none;
	padding: 0 5px 0 10px;
	margin: 0;
}

#contenu #carnet-rose ul li {
	background: transparent none;
}

/* --------------------------------------------------------------
	Quizz
----------------------------------------------------------------- */
form.quizz {
	text-align: left;
}

form.quizz h3 {
	clear: both;
}

form.quizz ul li {
	list-style-type: none;
	clear: both;
	margin: 5px 0 10px;
}

form.quizz ul li label {
	width: auto;
}

form.quizz ul li.votre_reponse {
	font-weight: bold;
}

form.quizz ul li.bonne_reponse {
	color: #32cd32;
}

form.quizz p.correction {
	margin: 10px 5px;
	padding: 10px;
	font-style: oblique;
	background-color : #f5f5f5;
}

/* --------------------------------------------------------------
	Résultat-quizz
----------------------------------------------------------------- */
.resultat-quizz {
	background: #BCB79C;
	border: 2px solid #771E1E;
	color: #771E1E;
	margin: 15px 5px;
	padding: 10px;
}

/* --------------------------------------------------------------
	Formulaire
----------------------------------------------------------------- */
form {
	margin: 10px 0 0;
}

form p, form h3 {
	padding: 0 10px;
}

form fieldset {
	border: 1px solid #771E1E;
	margin: 10px 0;
	padding: 0 0 10px 8px;
}

form fieldset legend {
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #771E1E;
}

form fieldset p {
	clear: both;
	padding: 0;
}

form fieldset table {
	width: 95%;
	margin: 10px auto;
}

form label {
	clear: left;
	float: left;
	margin: 2px 3px;
	width: 230px;
}

input, textarea, select {
	margin: 2px 3px;
	width: 230px;
	border: 1px solid #BCB79C;
	background-color: #F8F6E7;
}

textarea {
	clear: both;
	display: block;
	margin: 2px auto;
	width: 90%;
	height: 250px;
}

input.check-radio {
	position: relative;
	top: 3px;
	width: auto;
	border: 0;
	background: transparent;
}

table input.check-radio {
	top: 0px;
}

input.bouton {
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 25px;
	background: transparent url(../img/design/pages/btn-valider.png) top left no-repeat;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	font-weight: bold;
	cursor: hand;
}

span.obligatoire {
	color: #bd1222;
	font-style: oblique;
}

form label span.obligatoire {
	display: block;
	float: left;
	width: 10px;
}

p.note {
	font-size: 0.9em;
	margin: 10px 0;
}


/* --------------------------------------------------------------
	Formulaire d'édition d'une fiche animal
----------------------------------------------------------------- */
#contenu #gallerie_container li {
	list-style-type: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	display: block;
}

#gallerie_container li.admin-gallery,
#gallerie_container li.admin-gallery-upload {
	float: left;
	margin: 10px;
	position: relative;
	width: 150px;
	height: 120px;
}

#gallerie_container li.admin-gallery-upload {
	border: 1px solid #454a84;
}

#gallerie_container li.admin-gallery-upload img {
	position: absolute;
	bottom: 50%;
	right: 50%;
}

#gallerie_container li.admin-gallery img.photo {
	position: absolute;
	bottom: 0;
	right: 0;
}

#gallerie_container li.admin-gallery a {
	position: relative;
	z-index: 5;
}

#iframe_container iframe {
	float: left;
	display: inline;
	border: 0;
	height: 60px;
	width: 45%;
}

#iframe_container iframe.hidden {
	display: none;
	visibility: none;
	height: 0;
	width: 0;
}

#zone-notification {
	color: red;
}

/* --------------------------------------------------------------
	Tableaux
----------------------------------------------------------------- */
table {
	width: 95%;
	margin: 15px auto;
	border-collapse: collapse;
}

table thead {
	background: #BCB79C url(../img/design/pages/logo-temple.png) top left no-repeat;
	color: #771E1E;
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
}

table thead tr th {
	padding: 6px 30px 4px;
}

table tfoot tr th {
	height: 13px;
	font-size: 0.1em;
	background: #BCB79C;
}

table tbody tr td {
	vertical-align: top;
	padding: 2px;
}

table tbody tr td ul {
	margin: 0 30px;
	list-style-type: square;
}

table a:link,
table a:visited,
table a:hover,
table a:active {
	text-decoration: none;
}

/* ----- lignes d'erreur */
table tr.ligne_erreur1 {
	background: #FFBB63;
}

table tr.ligne_erreur2 {
	background: #F7AF50;
}

/* ----- 1er niveau de lignes du tableau */
table tr.ligne_niveau_1-1 {
	background: #F5F2E3;
}

table tr.ligne_niveau_1-2 {
	background: #E9E6D8;
}

/* ----- 2eme niveau de lignes du tableau */
table tr.ligne_niveau_2-1 {
	background: #B6A08C;
}

table tr.ligne_niveau_2-2 {
	background: #D6BCA4;
}

table tr.ligne_niveau_2-1 td, table tr.ligne_niveau_2-2 td {
	padding: 2px 5px;
	vertical-align: top;
}

/* ----- 3eme niveau de lignes du tableau */
table tr.ligne_niveau_3-1 {
	background: #A48C69;
}

table tr.ligne_niveau_3-2 {
	background: #A47D66;
}

table tr.ligne_niveau_3-1, table tr.ligne_niveau_3-2 {
	font-weight: bold;
	font-style: oblique;
}

/* ----- 4eme niveau de lignes du tableau */
table tr.ligne_niveau_4-1, table tr.ligne_niveau_4-2 {
	background: #BCB79C;
	color: #771E1E;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding: 3px 20px;
}

table tbody tr td.order_column, table thead tr th.order_column, table tbody tr td.tiny_column, table thead tr th.tiny_column {
	width: 5%;
	text-align: center;
}

/* --------------------------------------------------------------
	Order-list
----------------------------------------------------------------- */
#contenu ul.order_list {
	list-style-type: none;
	margin: 5px 0 10px 4px;
}

#contenu ul.order_list li {
	background: transparent url(../img/design/pages/btn-decroche-gauche.png) top left no-repeat;
	padding: 0 0 0 8px;
	float: left;
	margin: 0 2px 5px 0;
}

#contenu ul.order_list li.none {
	background: none;
	padding: 0;
}

#contenu ul.order_list li a:link,
#contenu ul.order_list li a:visited,
#contenu ul.order_list li a:hover,
#contenu ul.order_list li a:active {
	background: transparent url(../img/design/pages/btn-decroche-droite.png) top right no-repeat;
	padding: 3px 8px 5px 0;
	display: block;
	text-decoration: none;
	position: relative;
	text-indent: 20px;
	color: #771E1E;
	font-weight: bold;
}

#contenu ul.order_list li a img {
	position: absolute;
	left: 0px;
}

#contenu ul.order_list li select {
	width: 200px;
}

/* --------------------------------------------------------------
	Résultats d'ordre
----------------------------------------------------------------- */
#contenu div.message_erreur {
	background: transparent url() top right no-repeat;
	padding: 10px;
	margin: 10px 0;
	min-height: 80px;
	_height: 80px;
}

#contenu div.message_erreur h3 {
	color: red;
}

#contenu div.message_erreur ul {
	list-style-type: square;
	padding: 0 0 0 20px;
}


/* --------------------------------------------------------------
	Site-Footer
----------------------------------------------------------------- */
#site-footer {
	clear: both;
	margin: 20px;
	font-size: 0.6em;
	color: #771E1E;
}

#site-footer ul {
	list-style-type: none;
	text-align: center;
	margin: 10px auto;
}

#site-footer ul li {
	display: inline;
	padding: 2px 5px;
}


/* Tiny MCE admin (champ d'édition) */
.mceAdvanced {
	height: 500px;
}