/*
=================================================
Fichier     : Style_Gestour.css
Auteur      : AUFFRAY Guillaume
Description : CSS pour interface

Revision    : 
		- v1.0 : 
=================================================
*/

.presentation 
{
	overflow-x					: hidden;
	overflow-y					: scroll;
}

/* 
=================================================
LAYOUT
=================================================
*/

.main 
{
	background					: #FFFFFF;	
	width						: 642px;
	margin						: 0 auto;
/* 	overflow-x					: hidden;
	overflow-y					: auto; */
}


/* Layout-002 */

.layout-002 #main 
{
	float						: left;
	margin						: 0 0 0 2px;
}

/* 
=================================================
HEADER 
=================================================
*/

h1 
{
	font-size					: 28pt;
	margin						: 5px 0 5px 40px;
	padding						: 10px 10px;
	position					: absolute;
}

/* 
=================================================
POST 
=================================================
*/

#post-content 
{
	position: relative;
	text-align: center;
	width: 642px;
	display: block;
	overflow: visible;
	margin-left: auto;
    margin-right: auto;
}

h2 
{
	font-size					: 16pt;
	text-decoration				: none;
	margin						: 0 auto;
	padding						: 10px 20px 10px 20px;
	width						: 947px;
	color						: #003366;
	border-bottom				: 1px solid #FF0000;
}

/* 
=================================================
FIXES
=================================================
*/

.clearfix:after 
{
	content						: ".";
	display						: block; 
	font-size					: 1px;
	height						: 0px;
	clear						: both;
	visibility					: hidden;
	overflow					: hidden;
	margin						: 0;
	line-height					: 0px;
	padding						: 0;
}


