	html, body {
		height: 100%;
		margin: 0;
	}
	html {
	background: #E7E5E1;
	}
	div#global {

		/*height: 100%;*/
		min-height: 100%;
		width: 802px;
		/*padding: 0 10px;*/
		margin: 0 auto;
		position: relative;
		/*background: #FFFFFF;*/
		background: #FFFFFF url(../img/fondPage.jpg) repeat-y;
	}
	div#header {
		/*border: 1px solid blue;*/

		background: #FFFFFF url(../img/header.jpg) no-repeat;
		background-position: center;
		color: #fff;
		height: 160px;
		left: 6px;
	}

	div#center {
		/* Pour éviter la superposition du pied de page et du contenu : */

		/*border: 1px solid red;*/
		padding-top: 20px;
		padding-bottom: 50px;
		overflow: auto;

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;

		/*overflow: visible;*/
		height: 1%;
	}

	div#footer {

	text-align: center;
	/*border: 1px solid red;*/
	position: absolute;/*absolute pour le fixer en bas car si relative, il se place après le menu gauche en x ??*/
	width: 100%;
	bottom: 0;
	color:#8F8F8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height: 15px;
	}

	div#choixLangue {
		background: #FFFFFF;
		position: absolute; /* placement à modifier selon vos besoins */
		height: 23px;
		width: 72px;
		top: 160;
		left: 718px;
		z-index:200;
	}
	/*
		<div id="choixLangue">
					<dl>
						<dt id="french"></dt>
					</dl>
					<dl>
						<dt id="english"></dt>
					</dl>
			</div>
	*/

	div#choixLangue #french
	{
		position: absolute;
		width: 36px;
		height: 23px;
		background:#FFFFFF url(../img/drapeauFrancais.jpg) no-repeat;

		}
	div#choixLangue #english
	{
		position: absolute;
		left: 36px;
		width: 36px;
		height: 23px;
		background:#FFFFFF url(../img/drapeauAnglais.jpg) no-repeat;

		}
	#linkFrench
	{
		float: left;
		width : 36px;
		height: 23px;

	}
	#linkEnglish
	{
		float: left;
		width : 36px;
		height: 23px;

	}
	div#choixLangue #english a span { /* contenu masqué mais accessible sans CSS*/
		position: absolute;
		left: -500em;
		top: -500em;
		text-indent: -500em;
	}
	div#choixLangue #french a span { /* contenu masqué mais accessible sans CSS*/
		position: absolute;
		left: -500em;
		top: -500em;
		text-indent: -500em;
	}


	div#content {

		float: right;

		/*border: 1px solid red;*/
		width: 520px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 15px;

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
	}
	div#content  a:link, div#content  a:hover, div#content  a:visited
	{
		color: #FF6600;
		text-decoration: none;
	}
	div#contentLarge{
		float: right;
		width: 730px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
	}
	div#contentFlash{
		float: right;
		width: 802px;

	}
	div#contentLarge  a:link, div#contentLarge  a:hover, div#contentLarge  a:visited
	{
	color: #FF6600;
	text-decoration: none;
	}
	div#sidebar {

		float: left;
		width: 185px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 15px;
	}
	div#sidebar  a:link, div#sidebar  a:hover, div#sidebar  a:visited
	{
	color: #FF6600;
	text-decoration: none;
	}
/*	div#footer {
		border: 1px solid red;
		position: absolute;
		width: 100%;
		bottom: 0;

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
	}*/


.imgfooter
{
	position: relative;
	top: 2px;
}

#footer a:link, #footer a:hover, #footer a:visited
{
	color:#8F8F8F;
	text-decoration: none;
}
/*_______________________ CONTACT FORMULAIRE ___________________________________*/
#formulaireContact
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;


}
.tabContact
{
	border-top: 3px solid #dddddd;
	border-collapse: separate;
	width: 300px;
	height: 400px;
	background-color: #eeeeee;
}
#formulaireContact td input, #formulaireContact td textarea, #formulaireContact td div option, #formulaireContact td div select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align: left;
}
.infoForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	width: 120px;
	color: #474747;
	text-align: right;
	padding-right: 5px;
}
.titreForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	width: 450px;
	color: #ffffff;
	text-align: center;
	padding-right: 5px;
	background-color: #FF9900;
}
/*_______________________ FIN CONTACT FORMULAIRE ___________________________________*/

/*_________________Menu Horizontal_____________________________*/
	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#menu {
		position: absolute; /* placement du menu, à modifier selon vos besoins */
		background: transparent url(../img/fondMenuHorizHaut.jpg) repeat-x;
		height: 23px;
		top: 160;
		left: 6px;
		z-index:100;
		width: 790px; /* correction pour Opera */

	}
	.menuSeparateurs {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		text-align: center;
		/*color:#9C9C94;*/
		color:#736F67;
		margin-top: 4px;

	}
	 .menuText {

		cursor: pointer;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		text-align: center;
		font-weight: regular;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 6px;



	}
	#menu dl {
		float: left;
		display:block;
		/*width: 12em;*/
		width: auto;
		background: transparent url(../img/separateurMenuHaut.jpg) no-repeat;
		background-position:right;
	}

	#menu dt a {
		color:#736F67;
		text-decoration: none;
		height: 100%;
		border: 0 none;
		width: auto;
	}
	#menu dt a:hover, #menu dt a:focus {
		color:#504636;
		/*font-weight: bold;*/
	}
/*______________Fin Menu Horozontal_________________*/
	.titreTravaux
	{
		color:#FEBB56;
		font-size: 12px;
	}
	
	.titreTravauxLarge
	{
		display: block;
		text-align: left;
		color:#FF9E05;
		font-size: 13px;

		padding-left: 60px;
		padding-top: 10px;
	}
	.sousTitreP
	{
		color:#6BD2FE;
		font-weight: bold;
	}
	.noms
	{
		color:#666666;
		font-weight: bold;
	}

	.imgContent
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid #EEEEEE;
	}
	.imgContentLarge
	{
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	.imgContentTitle
	{
		margin-left: 15px;
		color:#B9B9B9;
		font-size: 9px;
	}
	.imgContentTechnique
	{
		display: block;
		width: 600px;
		text-align: left;
		padding-left: 50px;
		padding-bottom: 60px;
		margin-left: 15px;
		color:#B9B9B9;
		font-size: 9px;
	}
	.imgContentTechniqueCenter
	{
		display: block;
		color:#B9B9B9;
		font-size: 9px;
		padding-bottom: 60px;
	}
	.imgContentDescription
	{
		display: block;
		width: 600px;
		text-align: left;
		padding-left: 60px;
	}

	.notesBasDePage
	{
		display: block;
		background: transparent url(../img/fondNotesBasDePage.jpg) no-repeat;
		width: 600px;
		text-align: left;
		margin-left: 60px;
		padding-top: 20px;
		margin-top: 20px;
		color:#B9B9B9;
		font-size: 9px;
	}
	.lienSuite{
		display: block;
		text-align: right;
	}
	.lienSuiteTravaux{
		display: block;
		text-align: right;
	}
	.lienImage .imgCouv{
		border: 1px solid #FFFFFF;
	}
	sup
	{
		font-size: 9px;
	}
/*____________________publications_______________*/

.divPublications
{
	border-bottom : 1px dashed gray;
	position: relative;
	height : 150px;
	width: 500px;
	padding-bottom: 10px;
}
.textCouv
{
	color: #454545;
	text-align: right;

	height : 150px;
	width: 500px;
}
.imgCouv
{
	float: left;
}


/*____________________FIN publications_______________*/
.listText
{
	margin-left: 30px;
}
.listText li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	list-style-image: url(../img/puceListeElement.jpg) ;
}
.listBanale li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}


.listNomPropre
{
	font-weight: bold;
	color: #4D4D4D;
	margin-top: 5px;
	margin-bottom: 5px;
}
li em
{
	font-weight: bold;
	color: #4D4D4D;
}
/*______________vidéos_______________________*/

.divVideo
{

	border-bottom : 1px dashed gray;
	text-align: left;
	padding-top: 10px;
	margin-right:20px;
	width: 500px;
	margin-left: 115px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;

}
.lienVideo .imgVideo{
		border: 1px solid #FFFFFF;
	}
.titreVideo
{
	display: block;
	color: #454545;
	text-align: center;
	font-style: italic;
	font-weight: bold;

}




/*______________Fin vidéos_______________________*/
/*______NomOeuvre______________*/
.nomOeuvre
	{
	font-style: italic;
	font-weight: bold;
	}


/*______FIN NomOeuvre______________*/

/*___________Affichage de la date_________________*/
	#affichageDate
	{
		position: absolute;
		top: 5px;
		left: 15px;
		width: 750px;
		color:#A59C97;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-style: normal;
		font-weight: bold;
	}

/*___________Fin Affichage de la date_________________*/
.mapGoogle
{

}


/* */
