/* ------------------------------------------------------------------------------ */
/* Polices de caractere et typographie */
.exposant{
	vertical-align: super;
	font-size: 75%;
	/*xline-height: 75%;*/
}
.titreDePage{
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color:#333333;
}
.titreDeSection{
	font-weight: bold;
	font-variant: small-caps;
	color:#333333;
	font-size: 14px;
}
.sousTitre{
	font-weight: bold;
	color:#333333;
}
.surTitre{
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}
.sousSousTitre{
	color:#333333;
}
.citation {
	margin-left:40px;
	margin-right:40px;
	color:#666666;
}
.legende {
	color: #666666;
	font-size:10px;
}
.messageRouge{
	color:#FF0000;
	font-size:10px;
}
.texteRouge {
	color:#FF0000;
}
/* Polices de caractere et typographie */
/* ------------------------------------------------------------------------------ */

.boiteBleue {
	border: 1px solid #e1ebf2;
	margin: 0 40px 20px 0;
	padding: 10px;
	float: left;
}
.boiteImg {
	border: 2px solid #FF0000;
}
.clearLeft {
	clear: left;
}

/* ------------------------------------------------------------------------------ */
/* Images */
.imageADroite, .imageAGauche {
	font-size:10px;
	color:#666;
}
.imageADroite {
	float:right;
}
.imageAGauche {
	float:left;
}
.iActualite {
	padding: 0 0 0 0;
	margin: 0 7px 5px 0;
	border: 1px solid #e1ebf2;
}
.iActualiteR {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #e1ebf2;
}
.iLegende {
	float: left;
	margin: 0 7px 7px 0;
	padding: 2px 2px 0 2px;
	text-align: center;
	font-size: 9px;
	background-color: #EFF6FA;
}
.iLegende img {
	border: 1px solid #e1ebf2;
}
.iLegendeR img {
	border: 1px solid #e1ebf2;
}
.iLegendeR {
	float: right;
	margin: 0 0 7px 7px;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 9px;
	background-color: #EFF6FA;
	
}
.iLegendeC {
	width: 510px;
	margin: 0 auto;
	padding: 2px 2px 0 2px;
	text-align: center;
	font-size: 9px;
	background-color: #EFF6FA;
}
.img-noBorder{
	border: 0;
	padding: 1px;
}
/* Images */
/* ------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------ */
/* Organisation information */
.divInformationsPersonne {
	clear: left;
	padding: 30px 0 0 0;
	height: auto;
}
.photoPersonne {
	width: 90px;
	clear: left
}
.photoPersonne, .informationsPersonne {
	float: left;

}
.informationsPersonne p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.informationsPersonne h4 {
	font-size: 12px;
}
.informationsPersonne .titreDeSection {
	padding: 0 0 0 0;
}
.informationsPersonne ul {
	padding: 0 0 0 25px;
}

.informationsPersonne{
	width: 55%;
}


/* Organisation information */
/* ------------------------------------------------------------------------------ */
p.spanLegende {
	padding: 0px 0 5px 0;
	margin: 0 0 0 0;
	color: #666666;
	
}

.tableauEnBref {
	font-size:10px;
	color:#666;
	float:left;
	border:1px solid #004990;
	margin-right:15px;
	
}

#contentEditable table.imageADroite, #contentEditable table.imageADroite td, #contentEditable table.imageAGauche, #contentEditable table.imageAGauche td {
	border:0px solid #000;
	text-align:center;
}

	#tableau1 {
		border:1px solid #003366;
	}
	#tableau1 td {
		border:1px solid #99CCCC;
	}
	#tableau1 th {
		border:1px solid #99CCCC;
		background-color:#99CCCC;
		color:#003366;
	}
	
	#tableau2 {
		border:1px solid #004990;
	}
	#tableau2 td {
		border:1px solid #004990;
	}
	#tableau2 th {
		border:1px solid #004990;
		background-color:#004990;
		color:#D2DBE4;
	}

	#contentEditable ul li {

	}
	
.tableauBorder, .tableauBorder td, .tableauBorder tr {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #999 solid;
}