@charset "utf-8";
/* CSS Document */
body {
	background-color: #F3F0DE;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 90%;
	background-color: #F3F0DE;
	position: relative;
	height: 100%;
	margin: 0% 2% 0% 5%;
	font-weight: bold;
}

/***********bloc adresse et logo ********************/

#adresse {
	-moz-border-radius: 25px;
	top:0;
	background-color: #fcfdf5;
	margin: 0% 2% 2% 0%;
	padding: 1% 1% 1% 1%;
}

.adresse{
	font-size:80%;
	font-family: Georgia;
	text-align: center;
	color:#333333;
}

.nom{
	font-size:80%;
	font-family: Georgia;
	text-align: center;
	color:#bf8330;
}

#colonne {
	width: 90%;
	text-align:center;
	top:0;
	font-weight: bold;
	background-color: #fcfdf5;
	margin: 2% 2% 2% 2%;
	padding: 1% 1% 1% 1%;
	-moz-border-radius: 25px;
}

#colonne h1 {
	font-size: 0.9em;
	color: #433833;
	background-position: 0px 0px;
	margin: 0px;
	text-align: center;
	padding: 2% 2% 2% 2%;
	line-height: 120%;
	font-family: Georgia;
}

#colonne h2 {
	font-size: 1em;
	color: #71675d;
	background-position: 0px 0px;
	margin: 0px;
	text-align: center;
	padding: 2% 2% 2% 2%;
	font-family: Georgia;
}


#colonne  a {
	margin: 1% 1% 1% 1%;
	padding: 1% 1% 1% 1%;
	color: #412009;
	text-decoration: none;
display: block;	/*text-align:center;
	padding-left: 5%;
	font-weight: bold;
	font-size: 90%;
	list-style: none;
	*/
}
#colonne a:hover {
	color: #433833;
	border-bottom: 2px dotted #7e3f12;
}


/***** menu de la colonne*********/

#menu {
	width:100%;
	font-size:0.8em;
	line-height: 100%;
}

div#menu a {
	background-color: #fcfdf5;
	color: #412009;
}

div#menu ul {
	padding: 2% 0% 2% 0%;
	width: 100%;
	margin:0px;
}

div#menu ul li {
	position:relative;
	list-style: none;
	font-family: Verdana, sans-serif;
}
/*
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display:block;
	font-size: 1em;
}
*/

/*div#menu li a:hover {border-left-color: #bf8330;}div#menu ul ul li a:hover {border-left-color: #71675d;border-style: outset;}
div#menu ul ul ul li a:hover {border-left-color: #71675d;}*/

.rubrique {
	background-color:#D0A76A;
	color:#FFFFFF;
	padding-top: 1%;
	line-height: 150%;
	font-size:0.9em;
	text-align: center;
}

.pageactive {
	color:#bf8330;
	font-weight: bold;
	text-align: right;
	/*background-color: #bf8330;*/
	list-style: none;
	line-height: 150%;
	padding-right: 15px;
}

/*Css menu horizontal */
.active {
	color:#a66000;
	font-weight: bold;
	text-align: center;
}
#menuhorizontal {
	background-color:#fcfdf5;
	height: 60px;
	width:100%;
	margin: 10px 0px 10px 0px;
	float: right;
	position: relative;
	/*border: 2px solid #ff9400;*/
	-moz-border-radius: 25px;
}

#menuhorizontal	ul {
	margin: 0 0 15px 0;
	padding-top: 10px;
	font-size: 1em;
	font-weight:bold;
	font-family:Georgia, sans-serif;
	text-align: center;
	margin-top: 10px;
	width:100%;
	padding-left: 0;
	margin-left: 0;
}
	
#menuhorizontal ul li {
	margin: 0;
	padding: 5px;
	display: inline;
	/*border: 2px solid #ff9400;*/
	-moz-border-radius: 15px;
	background-color:#fcfdf5;
	width:100%;
}

#menuhorizontal li a {
	margin: 0 -1px;
	padding: 5px 20px;
	background: transparent;
	/*border-bottom: 1px dotted #412009;*/
	color: #412009;
	text-decoration: none;
}

#menuhorizontal li a:visited {
	color: #7e3f12;
}

#menuhorizontal li a:hover {
	/*color: #FFFFFF;border-style: outset;
	background-color: #bf8330;
	-moz-border-radius: 15px;*/
	border-bottom: 2px dotted #7e3f12;
	margin: 0 -1px;
	padding: 5px 20px;
}

div.spacer {
	clear: both;
}
/* applique un effet mousedown sur les navigateurs autres que IE */
html>body #menuhorizontal ul li a:active{ 
border-style: inset;
}

/*css contenu de la page*/
#blog{
	margin: 0;
	float: right;
	width: 100%;
	position: relative;
	height: 50px;
	color: #bf8330;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	font-family: Georgia;
}

#blog a {
	color: #bf8330;
	border-bottom: 2px dotted #bf8330;
	text-decoration:none;
}

#blog a:hover{
	color: #999999;
	border-bottom: 2px solid #999;
}

#contenu {
	background-color: #fcfdf5;
	margin: 2% 0% 1% 0%;
	-moz-border-radius: 25px;
	/*border: 2px solid #ff9400;*/
	padding: 2%;
	clear: both;
	position: relative;
	height: auto;
}

#contenu a {
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	border-bottom: 2px dotted #71675d;
}
#contenu a:hover {
	color: #71675d;
	border-bottom: 2px solid #71675d;
	/*background-color: #ff9400;*/
}

#haut {
	display:block;
	margin: 0;
}

#haut h1 {
	text-align: center;
	font-size: 1.5em;
	font-family: Georgia;
	font-variant: small-caps;
}
#haut h2 {
	text-align: center;
	font-size: 1.3em;
	font-family: Georgia;
}


#texte h1 {
	font-size:1.1em;
	color:#333333;
	font-style: normal;
	padding-left: 2%;
	font-family: Georgia;
	line-height: 140%;
}

#texte h2 {
	font-size:1em;
	text-align:left;
	color:#333333;
	font-family: Georgia;
	height:30px;
}

.bouton {
	color:#333333;
	text-align:center;
	font-weight:bold;
	/*background-color:#feb042;*/
	border-style:outset;
	border-width:4px;
	border-color:#a66000;
	padding:5px;
	margin-left: 20%;
	margin-right: 20%;
	-moz-border-radius: 15px;
}

#index a {
	text-decoration:none;
	color:#333333;
	text-align:center;
	font-weight:bold;
}
	
#index h4 {
	font-size:0.9em;
	text-align:justify;
	color:#000000;
	line-height: 180%;
	padding-left: 2%;
	font-weight: normal;
	font-family: Georgia;
}
#texte h3 {
	font-size:0.9em;
	text-align:justify;
	color:#000000;
	line-height: 180%;
	padding-left: 2%;
	font-weight: normal;
	font-family: Georgia;
}

#texte h4 {
	font-size:80%;
	text-align:center;
	color:#333333;
	font-family: Georgia;
	font-weight: bold;
}

#texte h5 {
	font-size:0.9em;
	text-align:left;
	color:#333333;
	font-family: Georgia;
	margin-left: 5%;
	line-height: 120%;
}

.listes {
	padding:0% 3% 2% 5%;
	font-weight: normal;
	line-height: 180%;
	color: #000000;
	font-size: 0.9em;
	font-family: Georgia;
	text-align: justify;
}
.sommaire {
	text-align: right;
	padding :0% 4% 0% 0%;
	line-height: 150%;
	font-size: 90%;
	margin: 0px;
}
#photo {
	text-align: center;
}
.photo {
	 display: block;
    margin-left: auto;
    margin-right: auto
}

/*css pour le pied de page*/
#pied {
	font-size: 70%;
	font-family: Georgia, sans;
	text-align: center;
	list-style-type: none;
	padding: 1% 2% 1% 1%;
	width: 95%;
	-moz-border-radius: 15px;
	background-color: #fcfdf5;
	border: 2px solid #ff9400;
	clear: both;
	font-weight: bold;
	line-height: 140%;
}
.stats {
	font-size: 9px;
	color: #333333;
	text-align:center;
}

.stats a, a:hover, a:visited{
	color: #333333;
}


#pied a {
	color: #412009;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #7e3f12;
}
#pied a:hover {
	color: #FFFFFF;
	border-bottom: 2px dotted #fff;
	background-color: #bf8330;
}

.bas {
	font-size:70%;
}
/*css pour les tests et questionnaires*/


.questionnaire1 {
	color:#433833;
	text-align: center;
	font-size: 1.5em;
}

.questionnaire2 {
	color:#433833;
	text-align: left;
	font-size: 0.9em;
	line-height: 110%;
}

.questionnaire3 {
	color:#433833;
	text-align: justify;
	font-size: 0.8em;
	line-height: 120%;
	font-family: Georgia;
}

.questionnaire4 {
	color:#772f03;
	text-align: center;
	font-size: 0.8em;
	line-height: 120%;
	font-family: Georgia;
	font-weight: bold;
}

.questionnaire5 {
	color:#433833;
	text-align: justify;
	font-size: 0.7em;
	line-height: 140%;
}

.radio {
	vertical-align: middle;
}

/*css formulaire*/

p.titre {
	background-color :#D0A76A;
	color:#FFFFFF;
	padding:.2em .3em;
	font-size:1.2em;
	border:2px outset #bf8330;
	margin-bottom:-1em;
	width:17%;
	margin-left:1em;
	margin-top:0em;
	text-align: center;
	position: relative;
}

#fieldset  {
  border:none;
  margin-bottom:1em;
  width:38em;
  padding-top:1.5em;
}

fieldset#coordonnees {
	background-color :#F3F0DE;
	color:#333333;
	border:2px outset #D0A76A;
}

fieldset#message {
	background-color:#F3F0DE;
	border:outset #D0A76A;
}

.coordonnees {
	font-size:0.9em;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

#coordonnees input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #ffae40;
}

#civilite {
  font-size:90%;
}

#civilite input {
  margin-left:9em;
}

#civilite input + input {
  margin-left:1em;
}

#page textarea {
	font:.8em Georgia;
	width:60em;
	padding:0.2em;
}

p#buttons {
	text-align:center;
}
/*css page plan*/
#bandeau {
	background-color:#ffc473;
	height: 60px;
	width:100%;
	margin: 10px 0px 0px 0px;
}
#plan {
	background-color: #faf3da;
	width: 90%;
	margin: 4%;
	-moz-border-radius: 25px;
	padding: 2%;
}

#plan h2 {
	font-size:110%;
	color:#772f03;
	font-style: italic;
	border-bottom: 1px solid #766341;
	margin: 0% 12% 0% 1%;
	border-left: 1px solid #766341;
	padding-left: 2%;
	font-family: Georgia;
}

#plan h1 {
	font-size:130%;
	text-align:center;
	color:#772f03;
	font-family: Georgia;
}

#plan h3 {
	font-size:80%;
	text-align:justify;
	color:#433833;
	line-height: 150%;
	padding-left: 2%;
}

#plan a {
	color:#666666;
	border-bottom: 2px dotted #433833;
}

#plan a:hover {
	color:#CCCCCC;
	border-bottom: 0px dotted #433833;
}


#popup h1 {
	font-size:1.1em;
	color:#333333;
	font-style: normal;
	border-bottom: 1px solid #ff9400;
	margin: 0% 20% 0% 1%;
	border-left: 1px solid #ff9400;
	padding-left: 2%;
	font-family: Georgia;
}

#popup h2 {
	font-size:1em;
	text-align:left;
	color:#333333;
	font-family: Georgia;
	border-bottom: 1px solid #766341;
}

#popup h3 {
	font-size:0.8em;
	text-align:justify;
	color:#000000;
	line-height: 180%;
	padding-left: 2%;
	font-weight: normal;
	font-family: Georgia;
}
/*pour les infobulles*/
a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:12px;
   font-weight:normal;
   width:500px;
   top: 20px; 
   left: -350px;
   background: white;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #5D779A;
}

a.info-livres {
  position:relative;
}
a.info-livres:hover {
   background: none; 
   z-index: 500; 
}
a.info-livres span {display: none;}
a.info-livres:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:12px;
   font-weight:normal;
   width:200px;
   top: 20px; 
   left: -150px;
   background: white;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #5D779A;
}

