/* HTML Elements */
img { 
	border: none; 
}

body
{
	font-family: Verdana, Tahoma, Geneva, sans;
	margin: 0px;
	background-color: white;
	padding-top: 10px;
}

div { }


table
{
}

td
{
padding:0px;
	margin: 0px;
	vertical-align:top;
}

li
{
}

p
{
}

pre 
{ 
}

h1
{
	margin-top:6px;
	font-family: georgia, verdana, sans;
	font-size: 20pt;
	color: #333;
	font-style: italic;
}

h2
{
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: georgia, verdana, sans;
	line-height: 1.2em;
	font-size: 13pt;
	color: #c866aD;
}

h3
{
}

h4
{
}

h7 { }

a
{
	text-decoration: none; 
}


/* CLASSES */


archives
{
	text-align: right;
	background-color: #000;
	right: 0px;
}

.footer a
{
	color : #FFFFFF;
}

.footer
{
	font-family: georgia, verdana, sans;
	font-size: 11pt;
	background-color: #B90198;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-y;
	text-align: center;
	height: 25px;
	background-position: right;
}

.titresrubriques
{
	font-family: georgia, verdana, sans;
	font-size: 10pt;
	color : #C3019F;

}

.extract
{
	font-family: georgia, verdana, sans;
	font-size: 10pt;
	color: #333;
	font-style: italic;
}

.comments
{
	line-height: 1.4em;
	font-size:9pt;
	color : #C3019F;
}
.lvl3
{
	background-color: transparent;
	background-image: url(../images/Lvl3_bg.gif);
	background-repeat: repeat-x;
}

.article
{
	line-height: 1.3em;
	font-family: georgia, verdana, sans;
	font-size:12pt;
	color : #333333;
}

.autres
{
	text-align:right;
	font-size:8pt;
	color : #767676;
	font-weight: bold;
}

.lvl1
{
	background-color: transparent;
	background-image: url(../images/Lvl1_bg.gif);
	background-repeat: repeat-x;
}

.bandeau_home
{
	background-color: #E876CD;
}

.haut
{
	background-image: url(../images/bg_haut.gif);
	background-repeat: repeat-x;
	background-position: 10px 0;
}

.rubriques
{
	background-color: transparent;
	background-image: url(../images/types_bg.gif);
	background-repeat: repeat-x;
}

.bas
{
	background-color: transparent;
	background-image: url(../images/bas_bg.gif);
	background-repeat: repeat-x;
}

.pitch 
{
	line-height: 1.2em;
	font-family: georgia, verdana, sans;
	font-size:10pt;
	color : #333333;
}

.author
{
	color : #C3019F;
	line-height: 1.2em;
	font-size: 10pt;
	font-weight: bold;
}

.piece
{
	font-weight: bold;
	color : #C3019F;
	font-style: italic;
	line-height: 1.2em;
	font-size:10pt;
}

.editor
{
	color : #000000;
	font-size:9pt;
}

.title
{
	line-height: 1.2em;
	font-weight: bold;
	color : #000000;
	font-size:9pt;
}

.marge
{
	width: 200px;
	background-color: #BB0199;
	background-image: url(../images/bg_leftbarre.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.italic {font-style: italic;}

.bold { font-weight: bold; }

.boldcenter
{
	text-align: center;
	font-weight: bold;
}

.justify { text-align: justify; }
.alignleft { text-align: left; }

.alignright
{
	text-align: right;
	float: right;
}

.aligncenter { text-align: center; }

