/* 
 * www.la-phalene.net
 * base.css 
 */

/* Couleurs standards du site :
 * - bleu clair : #EFEFF7
 * - bleu foncé : #4D4A7F
 * - jaune : #FFFFCC
 * - vert "actualité" : #00C000
 * - rouge "captives" : #F44114  
 * - gris : #C0C0C0 
 * - chardon : #D8BFD8 
 */

*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

body {
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #787878; /* dark grey */
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center; /* pour corriger le bug de centrage IE */
}

div#conteneur {
  position: relative;
  width: 800px;
  height: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

/* 
 * Comportement standard des liens (texte)
 */
a, a:link, a:visited {
	color: #4D4A7F;
	background-color: transparent;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #EFEFF7;
	background-color: #4D4A7F;
	text-decoration: none;
	border: none;
}

/* 
 * Comportement standard des liens-images
 * [images sur fond bleu clair] 
 */
a img {
  border: 5px #EFEFF7 solid;
  vertical-align: middle;
}
a:hover img   {
  border: 5px #4D4A7F solid;
}

/* 
 * Comportement des liens-images sans effet visuel
 */
a.logo img {
  border: none;
}
a.logo:hover {
  background-color: transparent;
}

/* 
 * Niveaux de titres standards
 */
h1 {
  font-family: arial, verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
  border-bottom: 3px solid #4D4A7F;
  text-align: center;
}
h1.petit {
  font-size: 18px;
}
h2 {
  font-family: arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #999;
}
h2.petit {
  font-size: 18px;
}
h3 {
  font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
  margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
}


div#phalene-texte {
  position: absolute;
	top: 5px;
	left: 459px;
}

div#phalene-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 65px;
	text-align: left;
	z-index: 1;
}
div#phalene-logo p {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 5px;
}

