/*
    Author: Marc Blessington
    Revised: 2010-1-1
*/



.blue	{color: #069;}
.french {color: #069}

body	{
/*
	lineheight	http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
	font size	http://21picas.co.uk/?p=364
*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	line-height: 1;
	line-height: 1.3em;
	font-size: 100%;
	font-size: 0.8125em;
	font-weight: normal;
	text-transform: none;
	color: #444; 
	}


h1, h2, h3	{
	color: #000;
	font-weight: normal;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.125em;
	}

h3 {
	font-size: 1.125em;
	}

h1,h3 {
	font-weight: bold;
	}


/* .project-production h2, .project-production p.status {color: #A5451F;}
.project-completed h2, .project-completed p.status {color: #069;} */

.project-production h2 {color: #A5451F;}
.project-completed h2 {color: #069;}

p.descriptif {font-family: georgia, times, serif; font-style: italic; color: #555;}
p.company {font-size: 1em;  color: #000; text-transform: uppercase; margin: 0.8125em 0 0 0;}
p.address {font-size: 1em; color: #444; text-transform: none;}
p.editor {font-size: 1em; color: #444; text-transform: none; margin: 0.8125em 0 0 0;}
p.design {font-size: 1em; color: #444; text-transform: none;}
p.status {font-size: 1em; color: #444; text-transform: none; margin: 0.8125em 0 0 0;}

p.download {font-size: 1em;  color: #8F2929; text-transform: none; margin: 2em 0 0 0;}

p.external-link {font-size: 1em; margin: 1em 0 0 0;}
.external-link img {float: left; margin: 0 0.8em 0 0;}
.external-link a {color: #8F2929; text-decoration: none;}

p.external-download {font-size: 1em; margin: 1em 0 0 0;}
.external-download img {float: left; margin: 0 0.8em 0 -10px;}
.external-download a {color: #8F2929; text-decoration: none;}



#footer 	{
	font-size: 0.8125em;
	line-height: 1.1em;
	text-align: center;
	color: #444;
	}
