/***********************************************/
/* Conteneurs principaux */
/***********************************************/
#blocHaut {
	width: 100%;
	height: 222px;
}

#blocPrincipal {
	width: 100%;
}

#blocBas {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	color: #ccbb00;
	font-weight: bold;
}

/***********************************************/
/*  Haut de page */
/***********************************************/

#coinHautGauche {
	position: absolute;
	width:215px;
	height:121px;
	top: 0px;
	left: 0px;
	background-image: url(../images/haut_blason.png);
	z-index: 9;
}

#coinHautDroite {
	position: absolute;
	width:70px;
	height:88px;
	top: 0px;
	right: 0px;
	background-image: url(../images/coin_hautdroite.png);
	z-index: 10;
}

#titreSite {
	position: absolute;
	top: 4px;
	right: 80px;
	width: 456px;
	height:50px;
	z-index: 15;
	text-align: left;
}

#banniereH1 {
	position: relative;
	top: 96px;
	width: 882px;
	height:90px;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	text-align: right;
}

#ligneMenu {
	position: absolute;
	top: 67px;
	left: 225px;
	height:20px;
	z-index: 20;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
	font-weight: bold;
}

#ligneContacts {
	position: absolute;
	top: 67px;
	right: 20px;
	height: 20px;
	z-index: 20;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/***********************************************/
/* Conteneurs secondaires */
/***********************************************/


/* Propriétés en commun pour les cartouches */
.cartouche {
	background-color: #404040;
	background-image:url(../images/fondgrisv2.png);
	text-align: justify;
	margin-bottom: 20px;
	border-top-color: #330000;
	border-left-color: #330000;
	border-right-color: #aa0000;
	border-bottom-color: #aa0000;
	border-width: 1px;
	border-style: solid;
	margin-right: 25px;
	margin-left: 25px;
	padding: 20px;
	clear: both;
}

.ligne1 {
	width:100%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 8px;
	background-image: url(../images/fondligne1.png);
}
