/***********************************************************************
** raph.css (version 21/05/2010)
***********************************************************************/
/* This sets the overall frame for the site */

body {
	margin: 10px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	color: #222222;
	background-color: yellow; // #ffff66;
}

p {
	font-family: Arial,sans-serif;
	font-size: 9pt;
	color: #222222;
}
/* These control the fixed-width text elements of the page */

pre, code {
	font-size: 0.9em;
	font-family: 'Lucida Console','Andale Mono','Courier New',Courier,monospace;
	line-height: 1.2em;
}

/* Formulaires */

legend {
	font-weight: bold;
	color: #3EA53C;
	font-size: 1.2em;
}

/* Titres */

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #3EA53C;
}

h1 {
	margin-top: 0em;
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	color: #222222;
}

h4 {
	font-size: 1em;
	color: #3EA53C;
}

h5 {
	font-size: 1em;
	color: #222222;
}

/* Blocs de texte */

ul, ol, pre, dl, p, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Notes de bas de page */

div.footnote {
	border-bottom: solid 1px gray;
	margin: 10px 0px 0px 0px;
}

p.footnote {
	font-size: 0.9em;
	margin-left: 10px;
}

/* Images */

img {
	border: 0px;
}

.lfloat {
	float: left;
	margin: 10px;
}

.rfloat {
	float: right;
	margin: 10px;
}

/* Fait apparatre les ? quand un lien pointe vers un document inexistant */

a.createlinktext {
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

a.createlink {
	text-decoration: none;
	position: relative;
	top: -0.5em;
	font-weight: bold;
	font-size: smaller;
	border-bottom: none;
	color: red;
}

/* Effets sur la couleur des liens */

a:link {
	color: #3EA53C;
}

a:visited {
	color: #222222;
}

a:hover {
	background-color: #e5f1e5;
}

/* Bloc central de texte */

#wikitext {
	margin: 20px;
	width: 560px;
}

#wikitext p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wikitext li {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Bloc central de texte (Home Page only) */

#homepage h1 {
	margin-top: 0.5em;
	font-size: 11pt;
}

#homepage h2 {
	margin-top: 0.5em;
	font-size: 11pt;
}

#homepage img {
	max-width: 200px;
}

td#block1, td#block2, td#block3, td#block4 {
	border-top: 1px solid #AAABAC;
	border-bottom: 4px solid #3EA53C;
	vertical-align: top;
	width: 250px;
}

.lettre {
	font-family: courier,monaco,monospace,sans-serif;
	font-size: 0.9em;
}

.lettre p {
	font-family: courier,monaco,monospace,sans-serif;
	font-size: 1em;
}
/* Bandeau */

#bandeau table  {
	width: 755px; 
	height: 105px; 
}

td#titre  {
	text-align: center;
	padding-right: 100px;
}

#titre p {
	color: white;
	font-size: 2.5em;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}

/* Logo du GRACQ */

#logo {
	padding: 0px 10px 0px 0px;
	text-align: right;
}

/* Boite de recherche */

#search {
	padding: 10px;
}

/* Rubriques */
/* Chemin de navigation */

.rubrique {
	margin-top: 5px;
	float: left;
	width: 125px;
	height: 25px;
	vertical-align: middle;
	color: #AAABAC;
	font-weight: bold;
}

.rubrique a {
	text-decoration: none;
}

.breadcrumb {
	margin-top: 5px;
	color: #AAABAC;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 10px 0px;
}

.breadcrumb a {
	text-decoration: none;
	color: #444444;
}

.breadcrumb .selflink {
	background-color: white;
}
/* Fichiers joints */

.attachments {
	float: inline;
	clear: left;
	font-size: 0.9em;
	margin: 5px 20px 10px 0px;
	padding: 5px 20px 10px 0px;
	border: 1px solid #AAABAC;
}

.attachments ul {
	margin: 0px;
	list-style-image: url(/files/images/search.gif);
}
.attachments h2 {
	margin: 10px;
}

.attachments h3 {
	margin: 10px;
}

/* Pied de page */

#sitebottom {
	font-size: 0.9em;
	color: white;
	background-color: #3EA53C;
	text-align: center;
}

#sitebottom a {
	text-decoration: none;
	color: white;
}

#sitebottom a:hover {
	background-color: green;
}


/* Logo des sponsors */

#sponsor {
	padding: 10px;
	vertical-align: bottom;
}

/* Menu de droite */

#paves {
	text-align: right;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}

#paves a {
	text-decoration: none;
}

/* Menu de gauche */

#menu {
	text-align: right;
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 35px;
	float: center;
//	width: 200px;
}

#menu img {
	text-align: center;
}

#menu table {
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#menu td {
	border-bottom: solid 1px #AAABAC;
}

#menu a {
	text-decoration: none;
}

#menu p {
	font-size: 8pt;
}

#menu ul {
	margin: 0px;
	list-style-image: url(/files/images/puce_droite.gif);
	padding-left: 5px;
	border-bottom-color: #AAABAC;
}

#menu li {
	margin: 0px 0px 0px 20px;
	padding: 2px;
	text-align: left;
}

#menu hr {
	border: 2px solid #AAABAC
}

#menu h1 {
	/* pour mettre les titres en vert et en majuscules */
	font-size: 1.2em;
	font-weight: normal;
	color: #3EA53C;
	text-transform: uppercase;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

#menu h3 {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

#menu img {
	/* pour mettre les puces  gauche */
	float: left;
}

#menu2 {
	/* pour les sous-menus d'un item du menu */
	text-align: right;
}

.selflink {
	/* pour mettre le fond en couleur dans le menu quand on est sur la mme page 
	background-color: #EEEEEE; */
}

/* Dates  */

#date {
	padding: 10px 20px 0px 0px;
}

#datemodif {
	margin: 10px;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

/* Formulaires */

input, textarea {
	font-size: 0.9em;
}

/* Pour l'affichage des news */

table.nouvelles {
	padding: 5px;
}

.nouvelles h2 {
	margin-top: 5px;
}

.chapeau {
	margin-left: 15px;
}

/* Vlocistes */

table#velocistes {
	font-family: Arial,sans-serif;
	font-size: 8pt;
}

/* Galeries */

.comment {
	margin: 10px;
	font-style: italic;
	font-size: 0.9em;
}

.GalerieTitle {
	margin-bottom: 0px;
}

.GalerieLink {
	font-weight: bold;
	margin-top: 0px;
}

.GalerieDate {
	margin: 10px;
	font-size: 0.9em;
}

.GalerieAgrandir {
	font-weight: bold;
}

.GalerieCredits {
	font-size: small;
	font-style: italic;
}

/* Pour la newsletter */

.news h1 {
	font-size: 1.1em;
}

.suite {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	padding: 0px;
	margin-top: 5px;
}

.suite p {
	margin: 0px;
}

/* Pour la version imprimable des pages */

#print h1 {
	margin-top: 0.5em;
	font-size: 1.4em;
}

#print p {
	margin: 0.5em 0em 0.5em 0em;
}

/* Indentation de certains paragraphes */

.indent {
	padding: 5px;
}

/* bote grise pour mettre en vidence un texte (exemple: aide  l'dition */

.quickref {
	padding: 10px;
	border: 1px solid #cccccc; 
	background-color: #f9f9f9;
	color: black;
}

.quickref h2 {
	margin: 0px;
}

/* ANCIENS REGLAGES PMWIKI */

/* pour les formes de wikiform.php */
table.wikilist {
	font-size: smaller;
	border: 0;
}
table.wikilist th {
	color: #fff;
	background-color: #bfd894;
	padding: 2px;
}
table.wikilist th a {
	color: #fff;
}
table.wikilist td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(50%,50%,50%);
	vertical-align: top;
	padding: 2px;
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
	margin-top: 4px;
	padding: 6px;
	border-bottom: 1px #cccccc solid;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead {
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Verdana,sans-serif;
	font-size: 85%;
}
#wikihead input {
	font-size: 85%;
}

/* These are for the left-sidebar. */
#wikileft {
	width: 155px;
	padding: 6px;
	border-right: 1px #cccccc solid;
	line-height: 1.33em;
	font-size: 9.4pt;
	font-family: Verdana,sans-serif;
}
#wikileft .vspace {
	margin-top: 1.125em;
}
#wikileft a {
	text-decoration: none;
	color: black;
}
#wikileft a:hover {
	text-decoration: underline;
	color: blue;
}
#wikileft ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#wikileft li {
	margin: 0px;
	padding-left: 6px;
}
.sidehead {
	margin: 0px;
	padding: 4px 2px 2px 2px;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}
.sidehead a {
	color: #505050;
	font-weight: bold;
	font-style: normal;
}

/* These affect the main content area. */
#wikibody {
	padding: 0px 10px 10px 10px;
	background-color: white;
	font-size: 12pt;
	color: rgb(90%,90%,90%);
}
#wikicmds {
	float: right;
	white-space: nowrap;
	font-family: Verdana,sans-serif;
	font-size: 80%;
}
#wikicmds ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#wikicmds li {
	display: inline;
	margin: 0px 5px;
}
#wikicmds li a {
	text-decoration: none;
	color: black;
	border: none;
}
#wikicmds li a.createlink {
	display: none;
}
#wikicmds li a:hover {
	text-decoration: underline;
	color: blue;
}
.pagegroup {
	margin-top: 8px;
	margin-bottom: 2px;
}
.pagetitle {
	line-height: 1em;
	margin: 0px;
	font-size: 1.6em;
	font-weight: normal;
}
.wikiaction {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* For MSIE 5.5 */
/* These are for the edit form. */
#wikiedit form {
	margin: 0px;
	width: 100%;
}
#wikiedit textarea {
	width: 100%;
}
.wikimessage {
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
}

/* These affect the lines at the very bottom. */
#wikifoot {
	padding-left: 178px;
	padding-bottom: 4px;
	border-top: 1px #cccccc solid;
	font-family: Verdana,sans-serif;
	font-size: 80%;
}

/* These affect the printed appearance of the web view (not the separate
	** print view) of pages. The sidebar and action links aren't printed. */
	
@media print {
		body {
			width: auto;
			margin: 0px;
			padding: 0.5em;
		}
		#wikihead, #wikileft, #wikicmds, .footnav {
			display: none;
		}
		#wikifoot {
			padding: 2px;
		}

	}

