/*********************************************************
*  Feuilles de styles - CSS - structuration.css          *
*  Chateau du Portail - http://www.chateauduportail.com  *
*********************************************************/

@charset "iso-8859-1";

/****************************************************************************
 * BODY
 ****************************************************************************/

body {
	margin: auto;
	background-color: #E6E6E6;
}

#global {
	position: relative;
	width: 750px;
	margin: auto;
}

/****************************************************************************
 * BARRE MENU
 ****************************************************************************/

#barreMenu {
	position: relative;
	width: 750px;
	height: 45px;
}
#barreMenu_G {
	position: absolute;
	width: 87px;
	height: 45px;
	left: 0px;
	background-image: url(../images/tete_G.gif);
}
#barreMenu_M {
	position: absolute;
	width: 576px;
	height: 45px;
	left: 87px;
	background-image: url(../images/tete_M.gif);
}
#barreMenu_D {
	position: absolute;
	width: 87px;
	height: 45px;
	right: 0px;
	background-image: url(../images/tete_D.gif);
}

/****************************************************************************
 * CORPS HAUT
 ****************************************************************************/

#corpsHaut {
	position: relative;
	width: 701px;
	height: 235px;
	margin: auto;
}
#corpsHaut_H {
	position: relative;
	width: 701px;
	height: 10px;
	background-image: url(../images/corps_H.gif);
}
#corpsHaut_M {
	position: relative;
	width: 701px;
	height: 210px;
	background-image: url(../images/corps_M.gif);
}
#corpsHaut_M1 {
	position: absolute;
	width: 241px;
	height: 210px;
	left: 18px;
}
#corpsHaut_M2 {
	position: absolute;
	width: 424px;
	height: 210px;
	right: 18px;
}
#corpsHaut_B {
	position: relative;
	width: 701px;
	height: 15px;
	background-image: url(../images/corps_B.gif);
}

/****************************************************************************
 * CORPS BAS
 ****************************************************************************/

#corpsBas {
	position: relative;
	width: 701px;
	height: 235px;
	margin: auto;
}
#corpsBas_H {
	position: relative;
	width: 701px;
	height: 10px;
	background-image: url(../images/corps_H.gif);
}
#corpsBas_M {
	position: relative;
	width: 701px;
	height: 210px;
	background-image: url(../images/corps_M.gif);
}
#corpsBas_M1 {
	position: absolute;
	width: 241px;
	height: 210px;
	left: 18px;
	background-image: url(../images/fondCorps.jpg);
}
#corpsBas_M2 {
	position: absolute;
	width: 424px;
	height: 210px;
	right: 18px;
}
#corpsBas_B {
	position: relative;
	width: 701px;
	height: 15px;
	background-image: url(../images/corps_B.gif);
}

/****************************************************************************
 * SEPARATEURS
 ****************************************************************************/

#separateurHaut {
	position: relative;
	width: 750px;
	height: 30px;
}
#separateurBas {
	position: relative;
	width: 750px;
	height: 15px;
}
