/* gp-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par gp.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Raccourcis typographiques de gp */
i.gp {}
strong.gp {}
hr.gp {}

.gp_puce { list-style-position: outside; }

ul.gp {}
ol.gp {}
li.gp {}

h3.gp {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.gp {}
p.gp_note {}

blockquote.gp, .gp_serif { font-family: Georgia, Times, serif; }

blockquote.gp { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.gp_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.gp_poesie div { text-indent: -60px; margin-left: 60px; }

.gp_code, .gp_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.gp_cadre { width: 99%; border: 1px inset; }

.gp_surligne { background: #FF6; }

/* Tableaux */
table.gp {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.gp caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.gp tr.row_first { background: #FFC; }
table.gp tr.row_odd { background: #DDD; }
table.gp tr.row_even { background: #EEE; }
table.gp th, table.gp td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .gp_logos { margin: 0; padding: 0; border: none; }

.gp_documents { text-align: center; }
.gp_documents_center { clear: both; width: 100%; margin: auto; }
span.gp_documents_center { display: block; margin-top:1em; }
.gp_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.gp_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.gp_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.gp_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.gp_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.gp_barre { width: 100%; }

table.gp_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.gp_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.gp_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de gp */
a.gp_note {} /* liens vers notes de bas de page */
a.gp_in { color: #900; } /* liens internes */
a.gp_out { color: #009; } /* liens sortants */
a.gp_url { color: #009; } /* liens url sortants */
a.gp_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
