/*
	Copyright 2004 getConfused 
	net.getconfused.smt Global CSS 
	$Revision: 1.0 $


	CONTENTS
	1. TOP
	2. Menu
	3. Contenu
	
---*/


/* The basic elements: */
body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: #FFF;
    color: Black;
    margin: 10;
    padding: 10;
}

/*---Top section---*/

#top
{
	display : none;
	overflow: default;
}



#portrait
{
	display : none;
	overflow: default;
}

/*---Rollover nav---*/

#portlet
{
	display : none;
	overflow: default;
}

#content
{
	
	width:550px;
}

/*---footer section---*/
#sizer {
	display : none;
	overflow: default;

}

.date {
	font-weight: bolder;
	font-size: 130%;
	text-transform:uppercase;
}

.titreTexte {
	text-transform:uppercase;
	font-size: 180%;
}

.introTexte
{
	font-size: 110%;
	margin-bottom: 25px;
	margin-top: 80px;
	font-weight: bold;
}

.texte {
	font-size: 100%;
	margin-bottom:25px;
}

