body {
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	background-color:		#ffffff;
}
#global {
	margin:					0px auto;
	width:					960px;
	position:				relative;
	background-color:		#FFF;
	border:					solid 1px #666;
}
#entete {
	height:					200px;
}
#flagEnglish {
	position:				absolute;
	left:					875px;
	top:					27px;
	width:					20px;
	height:					14px;
	z-index:				1;
}
#flagFrench {
	position:				absolute;
	left:					908px;
	top:					27px;
	width:					20px;
	height:					14px;
	z-index:				2;
}
#centreIndex {
	width:					900px;
	background-color:		#ffffff;
	padding:				0px 30px 0px 30px;
}
#indexLeft {
	width:					435px;
	float:					left;
}
#indexRight {
	width:					435px;
	float:					right;
}
#piedDePage{
	position:				relative;
	clear:					both;
}

/* CSS DESIGN */

p {
	padding:				0px;
	margin:					0px;
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				12px;
	color:					#1B1464;
	line-height:			20px;
}
/*
a {
	color:					#1B1464;
	text-decoration:		none;
}

a:hover {
	color:					#352B70;
	text-decoration:		none;
}
*/
h1 {
	padding:				0px;
	margin:					0px;
}
h2
{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;
	color:					#352B70;
	padding-top:			0px;
	padding-left:			70px;
	padding-bottom:			5px;
	text-align:				left;
	margin:					0px;
}
h3 {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				20px;
	color:					#0070E2;
	padding:				0px;
	margin:					0px 0px 10px 0px;
	/* border-bottom:			1px solid #116227; */
}

h3 a {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				20px;
	color:					#0070E2;
	text-decoration:		none;
}
h3 a:hover {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				20px;
	color:					#1B1464;
	text-decoration:		none;
}

h5 {
	font-family:			Verdana, Geneva, sans-serif;
	color:					#0070E2;
	font-size:				13px;
	padding:				0px 0px 5px 0px;
	margin:					0px 0px 0px 0px;
}
h6 {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				13px;
	padding:				0px 0px 5px 0px;
	margin:					0px 0px 0px 0px;
	color: 					#333;
}

h6 a {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				13px;
	color: 					#333;
	text-decoration:		none;
}

h6 a:hover {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				13px;
	text-decoration:		none;
	color: 					#0070E2;
}
 /* CSS SPECIFIQUE INDEX */
.cadreIndex {
	border:					1px solid #C8C8C8;
	padding:				20px;
}
.imgIndex {
	float:					left;
	padding:				0px 20px 50px 0px;
}
.horizontales {
	height:					36px;
	background:				url(../images/Accueil/horizontales.gif) no-repeat center;
}
/*
.blockLinks {
	width:					300px;
	float:					right;
}
*/
.cadreIndex p a {
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				12px;
	color:					#1B1464;
	text-decoration:		none;
}
.cadreIndex p a:hover {
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				12px;
	color:					#0070E2;
	text-decoration:		none;
}
.ptLinksH2 {
	font-size:				9px;
}
#piedDePageG {
	float:					left;
	width:					480px;
	height:					70px;
}
#piedDePageD {
	float:					right;
	width:					480px;
	height:					70px;
}
#piedDePageG p, #piedDePageG p a, #piedDePageG p a:hover, #piedDePageD p, #piedDePageD p a, #piedDePageD p a:hover {
	font-size:				2px;
	color:					#ffffff;
	text-decoration:		none;
	padding:				0px;
	margin:					0px;
	line-height:			0px;
}
/* FIN CSS SPECIFIQUE INDEX */

/* CSS 3 COLONNES */
.column3Left1colonne {
	float:					left;
	left:					30px;
	width:					273px;
}
.column3Middle1colonne {
	margin-left:			293px;
	width:					274px;
	padding-left:			20px;
	border-left:			solid 1px #CCC;
}
.column3Right1colonne {
	float:					right;
	right:					30px;
	width:					273px;
	padding-left:			20px;
	border-left:			solid 1px #CCC;
}
/* FIN CSS 3 COLONNES */
.txtCenter {
	text-align:				center;
}