/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
html {
  background: #CC9933 url("../images/fond.gif") repeat-x;
  color: black;
  /*font: 76% "times new roman", serif;*/
  font: 60% Verdana, Arial, Helvetica, sans-serif;
}
.large, .content {
	width: 700px;
	margin: 0 auto;
	clear: both;
}
#head {
	/*height: 180px;*/
  	background: #600 url("../images/f_head.gif") repeat-y;
}
#head img.logo {
	float: right;
}
#head h1{
	float:left;
	margin-top: 20px;
	height: 70px;
	width: 450px;
	line-height: 70px;
	text-align: center;
	color: #600;
	background-color: #CE7714;
	font-style:normal;
	font-size: 2.8em;
}
#head h2{
	color: #f90;
	float:left;
	margin:20px 0 0 210px;
	font-size: 2em;
}
/*__________________ navigation_____________________________________ */
ul#menu {
	height: 30px;
	background-color: #9F7711;
	clear: both;
	font-size: 1em;
	text-align: center;
}
ul#menu li {
	display: inline;
	height: 30px;
	padding: 0 0.5em;
	line-height: 25px;
}
ul#menu li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
ul#menu li a:hover {
	color:#FF9900;
}
ul#menu li.active strong {
	font-weight: bold;
	font-size: 1.2em;
	color:#FF9900;
}
#head div#decor {
  background: #F6E9C9 url("../images/f_decor.gif") repeat-x;
  height: 130px;
}
#head div#decor img {
	float: right;
}
.content {
	background-color: #F6E9C9;
	color: #523E0B;
}
/*_______________________________________________________ */

.content h1 {
	font-size: 1.7em;
	padding-left: 50px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.content h1.first {
	padding-top: 8em;
}
.content h1.f:first-letter, .content p.f:first-letter {
	color: #CE7714;
	font-weight: bold;
}
.content h1.f:first-letter {
	font-size: 2em;
}
.content p.f:first-letter {
	font-size: 1.5em;
	margin-left: 20px;
}
.content ul.ul_men {
	list-style-position: inside;
	list-style-type: circle;
	color: #CE7714;
	font-size: 1.4em;
}
.content ul.ul_men li a {
	color: #CE7714;
	font-weight: bold;
}
.content h2 {
	font-size: 14px;
	padding-left: 70px;
	text-decoration: underline;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.content h2.prem:first-letter {
	color: #CE7714;
	font-weight: bold;
	font-size: 1.2em;
}
.content ul {
	padding-left: 2em;
}
.content ul li {
	padding-top: 0.5em;
	font-size: 1.2px;
	margin-left: 20px;
}
.content ul.sans {
	list-style-type: none;
}


.content p {
	font-size: 1.3em;
	padding: 1em 10px 0 10px;
}
.clear {
	clear: both;
}


/*__________________ Images_____________________________________ */
img.milieu {
	display:block;
	margin: 10px auto;
}
.bord {
	padding: 3px;
	border: 2px solid #6B1400;
}

.im_g {/* class qui place l'image à gauche avec le texte qui l'habille par la droite */
	float:left;
	margin: 0 10px;
}
.im_d {/* class qui place l'image à droite avec le texte qui l'habille par la droite */
	float: right;
	margin: 0 10px;
}
/*__________________ listes_____________________________________ */
.content ul {
	list-style-position: inside;
	padding-left: 2em;
}
.content ul li {
	padding-top: 0.5em;
	font-size: 12px;
	margin-left: 20px;
}
.content ul.sans {
	list-style-type: none;
}

.citation, .poesie {
	font-style: italic;
	/*font-weight: bold;
	width: 300px;*/
	font-size: 1.2em;
	float: right;
	padding-right: 30px;
}
h1 span.citation {
	font-size: 1em;
}
.poesie {
	margin-top: 100px;
}
span.auteur {
	font-style: normal;
	font-size: 0.9em;
	font-weight: bold;
}
/*__________________ editions_____________________________________ */

div.img_comment {
	text-align: center;
	padding: 10px 10px 7px 10px;
	border: 2px solid #CE7714;
	margin: 10px auto;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}
div.img_comment h3 {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	padding: 0.5em;
}
cite.maire {
	margin: 20px 0 10px 0;
	font-size: 1.5em;
	float: right;
	width: 300px;

}
cite.maire span.auteur {
	font-style: normal;
	font-weight: bold;
}
table {
	font-size: 0.8em;
}
.libel {
	background-color: #CE7714;
	font-weight: bold;
	color: #F6E9C9;
}
.c {
	text-align: center;
}
td.a_d {
	text-align: right;
}
td.descrip {
	font-weight: bold;
}
/*__________________ venezuela_____________________________________ */
h3.vene {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 3em;
}

