﻿/* --- POSITIONNEMENT --- */

/* Page */
body,html
{
	margin:0;
}
.global 
{
	background-color:White;
	width: 955px;
}
.centre
{
	background-image: url(../../images/point.png);
	background-repeat:repeat-y;
	overflow: hidden;
}

/* En-tête */
.header 
{
	background-image: url(../../images/headv2_f.jpg);
	background-repeat:no-repeat;
	width: 955px;
	height:30px;
}
.headervide
{
	height:15px;
	width:590px;
}
.headertext
{
	font-family:Century Gothic;
	font-size:14px;
	padding-top:6px;
	color:#560000;
	text-decoration:none;
}
/* Banner */
#banner
{
	margin-top:7px;
	background-image: url(../../images/banner.jpg);
	background-repeat:no-repeat;
	width: 955px;
	height:150px;
}
/* Menu */
#menu
{
	margin-top:0px;
	background-image: url(../../images/bar-menu.jpg);
	background-repeat:no-repeat;
	width: 955px;
	height:32px;
}
/* Bloc central */
#centre-bis 
{
	background-image: url(../../images/point.png);
	background-repeat:repeat-y;
	margin-top:12px;
	width: 100%;
	overflow: hidden;
	
}

/* Menu de navigation */
#gauche 
{
	float: left;
	width: 180px;
	padding-top:10px;
}


/* Contenu principal */
#principal 
{
	float:left;
	text-align:justify;
	width:595px;
}

/* Contenu secondaire */
#droite 
{
	float:left;
	width: 180px;
	padding-top:10px;
}

/* Pied de page */
.pied 
{
	background-image: url(../../images/footer-fr.png);
	background-repeat:no-repeat;
	height:203px;
	width:100%;
	margin-top:7px;
}

#piedtext
{
	text-align:center;
	padding-top:3px;
	width:300px;
	color:White;
	font-family:Verdana;
	font-size:10px;
}

.separateurGD
{
	background-image: url(../../images/separateur.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:32px;
}

.g1
{
	width:100%;
	height:140px;
}
.g2
{
	width:100%;
	height:140px;
}
.g3
{
	width:100%;
	height:140px;
}

.d1
{
	width:100%;
	height:140px;
}
.d2
{
	width:100%;
	height:54px;
}
.d3
{
	width:100%;
	height:54px;
}
.d4
{
	width:100%;
	height:140px;
}