/* Feuille de syle Renouvo.org - "Antique" par Serge Bibauw
Diffusée sous license Creative Commons ShareAlike 1.0 - http://creativecommons.org/licenses/sa/1.0/
Certains éléments sont inspirés des feuilles de style du CSS Zen Garden - http://csszengarden.com */

body {
	background-color:#FFFFFF;
	color:#000000;
	}

#cache {
	display: none;
	}

#cadre {
	position: relative;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	border: 1px solid #000000;
	}
	
#entete {
	background-image: url(../img/entete.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	}

#entete h1 {
	display: none;
	}

#menu {
	background-image: url(../img/menu.jpg);
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;	
	min-height: 20px;
	}

#menu ul {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:4px;
	}

#menu li {
	list-style-type: none;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	}

#menu a {
	color: #000000;
	text-decoration: none;
	}

#menu a:hover {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	}
	
#contenu {
	margin: 13px;
	margin-bottom: 25px;
	font: 12px Georgia, Times New Roman, Times, serif;
	}

#contenu h2 {
	font: bold medium Georgia, Times New Roman, Times, serif;
	letter-spacing: 2px;
	}

#contenu h4 {
	font: bold small Georgia, Times New Roman, Times, serif;
	margin-bottom: 0px;
	}

#contenu p, #contenu li, #contenu table, #contenu blockquote {
	font: 11px;
	}
	
#contenu a, #style a, #pied a, #renvoi a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}

#contenu a:hover, #style a:hover, #pied a:hover, #renvoi a:hover {
	color: #BF7373;
	text-decoration: underline;
	}

#retrait {
	margin-left: 50px;
	}

#style {
	border-top: 1px solid #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-left: 50px;
	background-color: #eee;
	}

#style h3 {
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	}

#style ul {
	margin-top: 0px;
	}

#style li {
	list-style-type: none;
	float: left;
	padding-left: 15px;
	}

#pied {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #735C5B;
	margin-top: 10px;
	}
	
#renvoi {
	margin: 1px;
	float: right;
	font-size: 10px;
	}

/* GENERAL */

input {
	font: 10px;
	}
	
select {
	font: 10px;
	}

.info {
	font-size: 10px;
	font-style: italic;
	}

.note {
	color: #666666;
	}
		
/* CORPS DE LA PAGE */

q {
	color: #7A5241;
	font-style: italic;
	quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
	}
p>q, li>q {
	font-style: normal;
	}
q:before {
	content: open-quote;
	}
q:after {
	content: close-quote;
	}

.italique {
	font-style: italic;
	}
	
#declaration {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	}

#declaration ._ {
	font-size: xx-small;
	}

/* SPECIFIQUES A CERTAINES PAGES */

/* Liens */

.courriel:before {
	content: "\0000c9crire \0000e0\0000a0";
	}
.lien:before {
	content: "\0000bb\0000a0";
	}

/* Recherche et listes */

#rech_type, #rech_type a {
	font-weight: bold;
	color: #BF7373;
	margin-left: 10px;
	margin-bottom: 2px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
#rech_type a {
	padding:2px;
}
#rech_type a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #BF7373;
	border: 1px solid #BF7373;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;	
	}

#rech_criteres {
	border: 1px solid #BF7373;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
#rech_criteres form, #rech_criteres p {
	margin: 4px;
	}

#rech_criteres .index {
	text-align:center;
	}

/* Règles */

#regles ul {
	list-style-type: upper-alpha;
	}

#regles .ref {
	vertical-align: top;
	}
	
#regles .enonce {
	padding-left: 20px;
	}
	
#regles .essentiel {
	font-weight: bold;
	}
	
/* Bibliographie */

#biblio li {
	list-style-image: url(../img/livre.gif);
	padding-bottom: 8px;
	}


