/****************************************************************************************/
/* section																				*/
/****************************************************************************************/
section
{
	min-height: 650px; /*hauteur minimale de section*/
	padding-left: 100px;
	padding-right: 50px;
}

article
{
	margin-top: 20px;
}

section h1, section h2, section p
{
	display: inline-block;
	margin: 0px;
	padding: 5px;
}

section h1
{
	width: 300px;
	padding-left: 15px;
	text-align: left;
	font-family: 'porscheregular', Garamond, Arial, sans-serif;
	color: RGB(51,153,51);
	font-size: 1em;
}

section #Stxt
{
	font-size: 0.7em;
	margin-right: 2px;
}

section .TheLetter
{
	color: RGB(0,102,0);
}

section h2
{
	width: 460px;
	text-align: right;
	font-family: 'sofadi_oneregular', Garamond, Arial, sans-serif;
	color: RGB(0,102,0);
	font-size: 0.9em;
}

section p
{
	width: 800px;
	text-align: justify;
	font-family: 'sofadi_oneregular', Garamond, Arial, sans-serif;
	font-size: 0.9em;
}

.jabe
{
	font-family: 'porscheregular', Garamond, Arial, sans-serif;
	font-size: 0.8em; /*relatif à <section p>*/
}

/****************************************************************************************/
/* Correctifs pour les vieilles versions d'Internet Explorer 							*/
/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE 		*/
/****************************************************************************************/

.old_ie section h1, .old_ie section h2, .old_ie section p
{
    display: inline;
    zoom: 1;
}
