@charset "utf-8";
/* CSS Document Béatrice Gireaudeau ----
site créé par Mareult 
mareult@gmail.com */

/*css généralités*/
body {
	padding:0;
	margin: 0;
	background-color: #ffffe0;
}

#page{
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	text-decoration : none;
	font-family: Georgia;
}

a {
	background: transparent;
	border-bottom: 1px dotted #876950;
	font-weight:bold;
	color: #876950;
	text-decoration: none;
	}

.encours {
	text-align:left;
	color:#ffe4c4;
	-moz-border-radius: 25px;
	font-family:Georgia;
	font-size:90%;
	font-weight:bold;
	padding-right: 40px;
	list-style-type: none;
}

.navigateur {
	font-size:0.7em;
	font-family:Arial;
	font-style:italic;
	text-align:center;
	color:#666666;
	padding: 1%;
	margin: 1%;
}

.referencement {
	font-size:60%;
	text-align:justify;
	color:#876950;
	font-family: Georgia;
	line-height: 120%;
}

.h1 {
	font-size:120%;
	font-family:Verdana, sans-serif;
	color:#876950;
	text-align:center;
	font-weight: bold;
}

.h2 {
	font-size:100%;
	font-family:Verdana, sans-serif;
	color:#333333;
	text-align:justify;
	padding-left: 5%;
}

.h3 {
	font-size:90%;
	font-family:Verdana, sans-serif;
	color:#333333;
	text-align:justify;
	padding-left: 25%;
	line-height: 140%;
	font-weight: bold;
}
/*Css menu horizontal*/

#menu_1 {
	background-color:#d2b48c;
	-moz-border-radius: 15px;
	height: 30px;
}
#menu_1	ul {
	margin: 0 0 15px 0;
	padding-top: 10px;
	font-size: 1em;
	font-weight:bold;
	font-family:Georgia, sans-serif;
	}
#menu_1 ul li {
	margin: 0;
	padding: 5px;
	display: inline;
	}
#menu_1 a {
	margin: 0 -1px;
	padding: 3px 15px;
	background: transparent;
	border-bottom: 1px dotted #ffffe0;
	color: #ffffe0;
	text-decoration: none;
	}
#menu_1 a:visited {
	color: #ffffe0;
	}
#menu_1 a:hover {
	color: #663333;
	background: #ffe4c4;
	-moz-border-radius: 15px;
	border-bottom: 0px dotted #ffffe0;
	}
div.spacer {
	clear: both;
	}


/*css pour le menu gauche*/
#sidemenu {
	background-color:#876950;
	-moz-border-radius: 25px;
}
ul.sidemenu {
	padding: 40px 0px 0px 2xp;
	margin: 0;
	list-style: none;
	font-family: Georgia;
	font-size: 0.8em;
	width: 160px;
	background-color: #876950;
	margin-top: 10px;
}

ul.sidemenu li {
	border-bottom: 1px dotted #876950;
	height:40px;
	text-align:center;
}

ul.sidemenu li a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffe0;
	display: block;
	width: 110px;
	color: #ffffe0;
	font-weight: bold;
	padding: 2px 10px;
}

ul.sidemenu li a:hover {
	background-color: #ffe4c4;
	border-bottom: 0px dotted #876950;
	color: #663333;
	-moz-border-radius: 15px;
}



/*css pour le pied de page*/
.remarque {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; line-height: normal; font-weight: normal; color: #ABA596; text-decoration: none}

#pied{
	background-color: #876950;
	-moz-border-radius: 15px;
	text-align: center;
	height: 40px;
	width: 100%;
}

#pied a:hover{
	color: #663300;
	background-color: #ffffe0;
	font-weight:bold;
	border-bottom: 0px dotted #ffe4c4;
}
#pied a {
	color: #ffffe0;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 2px dotted #ffe4c4;
}

#pied h1 {
	font-size:70%;
	color:#d2b48c;
	font-weight:bold;
	text-align: left;
	padding-left: 5%;
	padding-top: 10px;
}
