﻿/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   Atelier graphique caminArt 
   ============================================== */


/*================= */
/*      page        */

html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", arial, sans-serif;
	font-size: .8em; 
	line-height: 1.25;
	color: black;
	background: white;
}

/*================= */
/*      Tires       */

h1, h2, h3, h4, h5, h6 {
	margin:0.5em 0 0.5em 0;
}
h1, h2 , h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	font-style: italic;
}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}


/*================= */
/*      Listes      */

ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 10px; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}
li.square {
	list-style-type:square
}

/*================= */
/*   Paragraphes    */

p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/*================= */
/*    Citations     */

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/*================= */
/*      Liens       */

a {
	color: #711DFB; /* #8080FF; */
	text-decoration : none;
}
a:hover, a:focus {
	color:  #CBD888; /* #DC143C; */
}
a img {
	border: none;
}

/*==================================*/
/* Divers éléments de type en-ligne */

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:  #696969;
}

/*================= */
/*      Images      */

img {
	margin : 1em;
}
img.a_gauche {
	float:left ;
	margin : 1em; margin-right:2em;
}

img.a_droite {
	float:right ;
	margin : 2em 1em 2em 2em;
}

/*================================*/
/* --- Styles complémentaires --- */

.gras {
	font-weight:bold
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
hr {
	color:gray
}

