/*******************************************
 ***                                     ***
 ***        Zéfiris - Site Personnel     ***
 ***   http://team.scl.free.fr/Zefiris   ***
 ***                                     ***
 *******************************************/

	h1 { font-size: 28px; text-align: center; }
	p {text-indent: 15px}
	img {border:0}
	a {color: black}
	p, div {text-align: justify}
	li {margin-bottom: 10px}

	body {
		background: rgb(220,220,255);     /* Bleu pastel */
		font-size: 15px;
		color: black;
	}

	h2 {
	}

	#identite {
		text-indent: 0;
		background-color: #f7f9fa;
		border: 1px dashed #8cacbb;
		margin-left: 210px;
		padding: 4px 0;
		width: 760px;
	}
	#identite img {
		position: absolute;
		border: 0px;
		left: 70px;
	}

	div.rub {
		background-color: #f7f9fa;
		border: 1px dashed #8cacbb;
		padding: 8px 8px;
		margin: 20px 0;
	}

	.rub h2 {
		font-size: 21px;
		display: block;
		margin: 6px;
		font-weight: bold;
		color: orange;
	}

	img#mail {border: 0; position: relative; top: 5px}



	#dsc_nom {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 35px;
		text-align: center;
	}

	#avatar {
		position: absolute;
		left: 50px;
		top: 80px;
	}

	#identite ul {
		padding: 0 6px;
		margin: 0;
		list-style: none;
		line-height: 12px;
	}

	#identite span {
		padding-right: 4px;
		color: darkred;
		font-weight: bold;	
		font-size: 12px;
	}

	.in_rub {
		text-indent: 10px;
		margin: 8px 15px 0;
	}

	.enum_titre {
		font-weight: bold;
		color: darkred;
	}

	.titre_oeuvre {
		text-decoration: underline;
	}

	.signature {
		display: block;
		color: green;
		font-weight: bold;
	}


	#note_domaine_scl {
/*		display: block;
		background-color: #FFF9BF;
		font-size: 14px;
		font-family : arial;	*/
	}

	h3 {
		font-size: 14px;
		font-weight: normal;
	}

	#mybulle {
		position: absolute;
		padding: 3px;
		width: 300px;
		height: 0;
		border: 1px solid #8cacbb;
		background-color: #f7f9fa;
	}

	#mybulle img {margin: 1px 0 0 2px}
