﻿/* Eléments principaux de la page */
*
{
	margin: 0px;
	padding: 0px;
}
html
{
	width: 100%;
	background-image: url(images/top_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
body
{
	font-family: Arial;
	color: #333333;
	width: 983px;
	margin: auto;
	font-size: 0.9em;
}

#menu
{
	height: 293px;
	width: 995px;
	margin: auto;
    background: url('images/top2.jpg'), no-repeat;
}
/* ENTETE */

header a
{
	color: #8E190B;
	display: inline-block;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

header ul
{
	list-style-type: none;
	width: 995px;
	text-align: center;
}

header li
{
	display: inline-block;
	margin-right: 10px;
	height: 54x;
}

header li a:hover
{
	text-decoration: underline;
	background-image: url('images/arrow.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
}

#centre
{
	width: 483px;
	height: 100%;
	position: fixe;
	padding-left: 184px;
}

#facebook
{
	position: fixed;	/* permet de faire défiler la page ainsi que le contenu associé */
	height: 200px;
	right: 0px;
}
#youtube
{
	position: fixed;	/* permet de faire défiler la page ainsi que le contenu associé */
	padding-top: 300px;
	right: 0px;
}
fieldset
{
	width: 680px;
	padding: 15px;
	margin-bottom: 20px;
}
label
{
	padding: 3px;
	text-align: center;
}
input
{
	margin: 2px;
}

#questionnaire
{
	text-align: center;
}
input[type=text], [type=tel], [type=email]
{
	border: dotted 1px #7A7A7A;
}
input[type=submit]
{
	background:#DDD;
}
input[type=submit]:hover
{
	background:#FFF;
	cursor: pointer;
}
textarea
{
	border: dotted 1px #7A7A7A;
}
.error_message
{
	color: #FF0000;
}
#adresse
{
	display: none;
}
.date
{
	display: none;
}
/* phrase */

section
{
	width: 100%;
	height: 100%;
	border-top: 1px grey solid;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 30px 30px 30px;
	box-shadow: 5px 5px 6px grey;
}

#phrase
{
	font-size: 1em;
	padding-top: 15px;
	padding-left: 40px;
	margin-right: 10px;
	padding-bottom: 10px;
}

section h2
{
	font-weight: bold;
	font-size: 1em;
}

section a
{
	color: #8E190B;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

section a:hover
{
	color: #8E190B;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

{
	text-align: center;
}
#phrase p
{
	text-align: center;
	font-size: 14px;
}

#phrase h1
{
	font-size: 0.9em;
	text-align: center;
}

/* nouveaux à l'adoption */

#nouveaux
{
	padding-top: 3px;
	padding-right: 50px;
	border-top: 1px grey solid;
	font-size: 0.9em;
}

#nouveaux, h1
{
	padding-top: 5px;
	font-size: 1em;
	padding-bottom: 15px;
	text-align: center;
	
}

#nouveaux p
{
	padding: 10px;
	text-align: center;
	padding-top: 25px;
	font-size: 0.9em;
	font-weight: bold;
}

#nouveaux a 
{
	color: #8E190B;	
	padding: 10px;
	text-align: center;
}

#nouveaux img
{
	box-shadow: 5px 5px 6px grey;
}

#nouveaux img:hover
{
	box-shadow: 10px 10px 6px grey;
}
/* campagne_cnspa_2015 */

#campagne
{
	font-size: 1.2em;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid grey;
}

#campagne h3
{
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 0.8em;
	border-top: 1px solid grey;
}

#campagne_cnspa_2015 
{
	
	width: 420px;
	height: 350px;
}

/* soutenir le refuge de Nargis */

#soutenir h2
{
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-top: 20px; 
}

#soutenir li
{
	font-size: 1em;
	padding-bottom: 2px;
}

#soutenir ul + p
{
	font-size: 0.9em;
	text-align: justify;
	padding-top: 15px;
}

#soutenir p + p
{
	font-weight: normal;
	padding: 10px;
	font-size: 1em;
}

#soutenir a
{
	color: #8E190B;
	font-weight: bold;
}

#soutenir a:site
{
	color: #8E190B;
	font-weight: bold;
}

#soutenir a:visited
{
	color: #8E190B;
	font-weight: bold;
}

/* aside droit */
#navigation
{
	width: 185px;
	float: left;
	padding-top: 15px;
	border-radius: 10px 0px 0px 0px;
	text-align: center;
}

#navigation ul
{
	margin: 6px 0 20px 0px;
	list-style-type: none;
	font-size: 13px;
	padding-bottom: 30px;
	border-bottom: 1px solid grey;
}

#navigation li
{
	background: url(images/li_bg.gif), top left;
	background-repeat: no-repeat;
	height: 20px;
	padding: 4px 0 0 20px;
	text-align: left;
}

#navigation li a
{
	text-decoration:none;
	color: #535353;
	font-weight: bold;
}

#navigation li a:hover
{
	text-decoration: underline;
}

.parrain1
{
	float: right;
	padding-right: 50px;
}

.parrain2
{
	float: right;
}

#parrainage
{
	line-height: 15px;
}

#navigation #enquete
{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

#appli img
{
	padding-bottom: 8px;
}

#application
{
	color: black;
	text-decoration: none;
}

aside
{
	float: right;
	text-align: center;
	padding: 2px;
	font-size: 0.8em;
	height: 100%;
}

aside a
{
	font-size: 1.2em;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

aside img
{
	padding-top: 5px;
}

#paypal
{
	padding-top: 20px;
	border-bottom: 1px grey solid;
}

.donateurs
{
	border-top: 3px grey double;
	border-bottom: 1px grey solid;
}

h3
{
	padding-top: 5px;
	font-size: 1.3em;
}

.donateurs, p
{
	font-size: 1em;
	font-weight: none;
	padding: 2px;
}

/* CSS CHIENS + CHATS A ADOPTION */

#cliquez
{
	text-decoration: underline;
	font-weight: none;
	text-align: left;
	font-size: 0.8em;
	padding-bottom: 10px;
	float: left;
	padding-right: 3px;
	padding-bottom: 0px;
}

#adoption p
{
	font-weight: none;
	text-align: left;
	font-size: 0.8em;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	padding-top: 10px;
}
#chiots
{
	text-align: left;
}
#chiens_chats td
{
	vertical-align: top;
	padding: 4px;
	text-align: justify;
	font-size: 1.1em;
}
.message
{
	max-width:560px;
}
#chiens_chats a
{
	text-transform: uppercase;
}

#Titre
{
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 3px;
}

#ombre img
{
	box-shadow: 5px 5px 6px grey;
	margin-right: 10px;
}

#ombre img:hover
{
	box-shadow: 10px 10px 6px grey;
}

#adoption  a:hover
{
	color: #8E190B;
	font-weight: bold;
	text-decoration: underline;
}

#pour_adopter
{
	border-top: 1px grey solid;
	padding-top: 2px;
	font-size: 1em;
}

#adoption a
{
	clear: both;
	color: #8E190B;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}


p + h4
{
	border-bottom: 1px grey solid;
	padding-bottom : 7px;
}
h4
{
	text-align: center;
}
/* FICHE CHIENS + CHATS */

.titre_fiche
{
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 8px;
	color: #8E190B;	
}

#fiche
{
	text-align: center;
	text-align: justify;
	width: 600px;
	position: fixe;
}

#fiche img
{
	max-height: 570px;
	max-width: 615px;
}
.parrain_fiche
{
	padding-left: 100px;
	padding-right: 10px;
	width: 50px;
	height: 50px;
	float: left;
}

.doyens
{
	padding-right: 110px;
	width: 50px;
	height: 50px;
	float: right;
}

.parrain_chien
{
	font-size: 1em;
	padding-top: 14px;
	text-align: center;
	width: 500px;
}

.text_chien
{
	clear: both;
}

.mon_cv
{
	text-align: left;
	font-size: 1.3em;
}
#descriptif_chien
{
	float: right;
}
#descriptif_chien li
{
	
	font-size: 1em;
	text-align: left;
	width: 250px;
	list-style-image: url(images/bullet.gif);
	padding-top: 7px;
}
#deuxieme_liste
{
	border-top: 1px solid grey;
	padding-top: 7px;
}
#troisieme_liste
{
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-bottom: 3px;
	font-weight: bold;
}

.taille li
{
	border-bottom: 1px solid grey;
	padding-bottom: 18px;
}

.entente
{
	border-top: 1px solid grey;
	margin-top: 25px;
}

#bookmarker_91461
{
	padding-top: 5px;
	padding-left: 25px;
}

/* NOUS AIDER */

#ouverture
{
	width: 250px;
	float:right;
	border-left: 1px solid grey;
	padding-left: 10px;
	font-size:1.1em;
	text-align: justify;
	
}
#phrase p
{
	text-align: justify
}

strong
{
	font-weight: bold;
	text-decoration: underline;
}

#ouverture br + p
{
	text-align: center;
	text-align: justify;
}

/* ASSOCIATION */

#page_association  h1
{
	border-top: 1px solid grey;
}

/* NOS ADOPTES */

#adoptés ul
{
	list-style-type: none;
	width: 995px;
	text-align: center;	
}

#adoptés td
{
	vertical-align: top;
	padding: 4px;
	text-align: justify;
}

#adoptés li
{
	display: inline-block;
	margin-right: 10px;
	height: 54px;
	padding-top: 15px;	
}

#adoptés img
{
	width: 233px;
	height: 162px;
}
footer img
{
	padding-top: 10px;
	width: 1047px;
	height: 80px;
}

footer
{
	text-align: center;
}