/******************************
* Auteur : Elie Perrichon
* Version : 1.0
* Crée le : 03/01/2008
* Modifié le : 10/01/2008
*******************************/

@import "layout.css";

body{
	background: #fff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family:  Arial, Verdana, sans-serif;
}
h1{
	font-family: Georgia, serif;
  font-size: 1.8em;
}
h2{
  font-family: Georgia, serif;
  font-size: 1.5em;
}
h3{
	font-family: Georgia, serif;
  font-size: 1.2em;
}

input,textarea{
	border: 2px solid #E9F4C3;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: "Courier new", Arial, sans-serif;
}

a{
	color: #636;
}

a:visited{
	color: #A7A;
}

a:hover{
	color: #AD1;
}

blockquote {
  font-style:italic;
	text-align:center;
}
blockquote #auteur {
  font-style:normal;
	text-align:center;
}
form {
	margin:0px;
	padding:0px;
}
td {
	font-size:12px;
}

/*Page
------------------------------------------*/
#page{
	background: #fff url(img/fondcg.png) top left;
	color: inherit;
}

/*top
------------------------------------------*/

#top h1 {
	margin-right:50px;
}

#top h1 a{
	line-height:1.4em;
	font-size:1.4em;
	color:#E9F4C3;
	text-decoration:none;
}

/*contenu
------------------------------------------*/
#main {
	background:#E9DAEB;
	border:3px solid #723E64;
}
#main div{
	padding:10px;
}
#main h1{
 text-align:center;
}
#mh, #mb {
 font-size:1px;
 background-repeat: no-repeat;
 z-index:2;
}
#mh {
	position:absolute;
  width:600px !important;
  width:606px;
  height:55px;
	margin:-3px;
  background-image:url(img/m_h.gif);
}
#mb {
	position:absolute;
  width:600px !important;
  width:606px;
  height:101px;
	margin:-98px 0 0 -3px;
  background-image:url(img/m_b.gif);
}
#content {
  position:relative;
	z-index:4;
	text-align:justify;
}
#content  h2 {
  text-align:center;
}
#content img {
  border:2px solid #723E64;
}
#content .imgcenter {
 text-align:center;
}
#content #chapo {
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:1em;
}

#content #diapo {
  float:right;
  margin:0 10px 0 10px;
}
#content .photor {
  float:right;
  margin:0 10px 0 10px;
  z-index:5;
}
#content .photol {
  float:left;
  margin:0 10px 0 10px;
  z-index:5;
}
#edito {
	text-align:center;
	font-size:1em;
}
/*barre gauche
------------------------------------------*/
#sidebar{
	font-family:Georgia, sans-serif;
}
/*menu
-----------------------------------------*/
#menu{
	background: transparent url(img/menu.gif) top left no-repeat;
}
#menu a {
	position:relative;
	font-size:1.6em;
	text-decoration:none;
	margin:0 0 0 -33px;
	padding:0 0 0 33px;
	top:-6px;
}
#menu a:hover {
	color:#BAAEBC;
}
#menu li, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
  position:relative;
	top:14px !important;
	margin:0 0 0 33px !important;
	margin:0 0 0 25px;
}
#menu li a {
	position:relative;
  display:block;
	width:244px !important;
	width:279px;
	color:#000;
}
#menua a {
	height:44px !important;
	height:42px;
	line-height:38px;
	color:#723E64;
	top:-6px !important;
	top:-4px;
}
#menub {
	position:relative;
	top:4px !important;
	top:-3px;
}
#menub a {
	height:38px;
	color:#723E64;
	top:-5px !important;
	top:9px;
}
#menub {
	position:relative;
	top:5px !important;
	top:-6px;
}
#menuc a {
	height:44px;
	line-height:32px;
	color:#723E64;
	top:-5px !important;
	top:0px;
}
#menuc {
	position:relative;
	top:0px !important;
	top:-4px;
}
#menud a, #menue a {
	height:38px;
	line-height:20px;
	color:#723E64;
	top:-5px !important;
	top:7px;
}
#menud, #menue {
	position:relative;
	top:0px !important;
	top:-10px;
}

#menu a:hover{
	background: transparent url(img/menu.gif) top left no-repeat;
}
#menua a:hover{
	background-position: 0px -224px !important;
	background-position: 8px -226px;
}
#menub a:hover{
	background-position: 0px -274px !important;
	background-position: 8px -275px;
}
#menuc a:hover{
	background-position: 0px -307px !important;
	background-position: 8px -306px;
}
#menud a:hover{
	background-position: 0px -351px !important;
	background-position: 8px -351px;
}
#menue a:hover{
	background-position: 0px -389px !important;
	background-position: 8px -389px;
}

/*livre du mois
--------------------------------------------*/
#actu {
	color:#E9F4C3;
	text-align:center;
  background:url(img/a_f.gif) top left no-repeat;
}
#actu h2 {
	padding:10px 0 0 0;
}
#actu p {
	padding:0 8px 0 8px;
}

/*pied
------------------------------------------*/
#pied {
	line-height:1.1em;
	font-size:0.9em;
	text-align:center;
	color:#E9F4C3;
	font-family: Georgia, serif;
  background:url(img/p_f.gif) top left no-repeat;
}
#pied a {
	font-size:1.2em;
	color:#E9F4C3;
}
#pied #copy {
	font-size:0.8em;
}

/*formulaire de contact
------------------------------------------*/
#send td {
  text-align:center;
}
#send input {
  border:2px solid #E9F4C3;
  background-color:#6A455D;
  margin:4px;
  width:120px;
  height:28px;
  font-size:1em;
  font-weight:bold;
  color:#E9F4C3;
	font-family:Georgia, serif;
}
#err {
  margin:20px 0 0 128px;
	width:320px;
	padding:10px;
	border:2px dashed #C2F732;
	background-color:#6A455D;
	color:#E9F4C3;
	font-size:0.8em;
	font-weight:bold;
	font-family:Georgia, serif;
}
#confirm {
	width:400px;
	margin:40px 0 80px 74px !important;
	margin:40px 0 80px 94px;
	padding:20px;
	background-color:#6A455D;
	border:2px solid #E9F4C3;
	color:#E9F4C3;
	text-align:center;
}
#confirm h2{
	margin-bottom:20px;
}
#confirm a{
	color:#E9DAEB;
}
#sign a{
	font-family:Arial, Verdana, sans-serif;
	float:right;
	font-size:10px;
	margin:0 2px  2px 2px;
	text-decoration:none;
}
