/* Général */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#FFFFFF;
}
/* Accueil */
#conteneurSite{
	width:100%;
	height:100%;
}
#leSite{
	width:900px;
	height:600px;
}
#conteneurLigneHaut{
	height:281px;
}
#conteneurLigneBas{
	height:319px;
}
#ligneHaut{
	width:100%;
	height:100%;
}
#ligneBas{
	width:100%;
	height:100%;
}
#col-1-1{
	width:310px;
	height:281px;
	background-image:url(../images/background/background-logo.jpg);
	background-repeat:no-repeat;
}
#col-1-2{
	width:590px;
	height:281px;
	background-image:url(../images/background/background-haut-accueil.jpg);
	background-repeat:no-repeat;
}
#col-2-1{
	width:261px;
	height:319px;
	background-image:url(../images/background/background-menu.jpg);
	background-repeat:no-repeat;
}
#col-2-2{
	width:639px;
	height:319px;
	background-image:url(../images/background/background-bas-accueil.jpg);
	background-repeat:no-repeat;
}
#logo{
	position:absolute;
	width:365px;
	height:324px;
	top:-20px;
	left:50%;
	margin-left:-450px;
}
#promotion{
	text-align:right;
	position:absolute;
	width:365px;
	height:324px;
	top:470px;
	left:50%;
	margin-left:-560px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#0089BC;
}
.bordBleu{
	border:1px solid #0089BC;
}
#partenaires{
	position:absolute;
	width:112px;
	height:387px;
	top:213px;
	left:50%;
	margin-left:315px;
}
div#navcontainer ul{
	list-style:none;
	margin:0;
	padding:20px 0 0 0;
}
div#navcontainer ul li{
	list-style:none;
	width:261px;
	height:20px;
	padding:0;
	margin:0 0 10px 0 !important;
	margin:0 0 6px 0;
}
#contenuTextuelBas{
	width:428px;
	height:319px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#005E2A;
	padding:10px;
}
#titrePage{
	padding-top:37px;
	padding-right:70px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#005E2A;
	margin:0;
	padding:0;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#005E2A;
	margin:0;
	padding:0;
	padding-left:5px;
}
.bold{
	font-weight:bold;
}