/* style global body */
body
{
	background-color: #FFF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#contenu {
	width: 580px;
}
	
/* *************************** BLOC 0x BANDEAU ************************* */
div#bloc00 {
	margin: 10px 0 0 6px; 
	border: 0px black solid;
}

div#bloc01 {
	display: none;
}

/* *************************** BLOC 1 GAUCHE ************************* */
div#bloc1 {
	display: none;
}

/* *************************** BLOC 2 MILIEU ************************* */
div#bloc2 {
	width: 580px;
	margin: 30px 0 0 0;
	padding: 0 22px 0 22px;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

#photocrea {
	float: left;
	position: relative;
	top: 30px;
	width: 235px;
	height: 360px;
	z-index: 1;
}

#createur {
	float: left;
	position: relative;
	top: 35px;
	width: 170px;
	height: 360px;
	z-index: 2;
}

.nomcrea {
	position: relative;
	left: -20px;
	z-index: 2;
}

.textecrea {
	position: relative;
	left: -10px;
	z-index: 2;
	line-height: 1.2em;
}

.carre-or {
	float: left;
	width: 16px;
	height: 19px;
	background-color: #FC9A22;
}

.sstitre-or {
	font-family: verdana, helvetica, sans-serif;
	color: #FC9A22;
	height: 19px;
	font-size: 13px;
	border-bottom: 1px solid #FC9A22;
	width: 420px;
}

.carre-gris {
	float: left;
	width: 16px;
	height: 19px;
	background-color: #BCBCBC;
}

.sstitre-gris {
	font-family: verdana, helvetica, sans-serif;
	color: #999;
	height: 19px;
	font-size: 13px;
	border-bottom: 1px solid #BCBCBC;
	width: 420px;
}

/* *************************** BLOC 3 DROIT ************************* */
div#bloc3 {
	display: none;
}

/* *************************** LIEN ET AUTRES ************************* */
a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#menucrea {
	display: none;
}

