/* CSS Document */


/*************************************************************/
/* PAGE PIONNIER
/*************************************************************/

/* colonne de gauche
/**********************/

.clearRight
{
	clear:right;
}


.floatLeft
{
	float:left;
}

.title
{
	color:#014336;
	font-size:40px;
	
}

.titleBis
{
	font-size:26px;

}

.texte{
	color:#014336;
	font-size:11px;
	width:191px;
}

.citation
{
	width:160px;
}


/* colonne droite (image + encart)
/*********************************/

#imgPionnier{
	background-image:url(../images/expertise/pionnier.jpg); 
	width:655px;
	height:457px;
	margin-left:20px;
}


#encartTexte
{
	padding-top:212px;
	padding-left:152px;
}

#carreVert
{
	background-color:#6EA926;
	font-size:11px;
	width:262px;
	height:245px;
}

#texteCarreVert
{
	padding-top:28;
	width:250px;
}


#carreVertTexte
{
	width:182px;
}

#etoile
{
	color:#80998c;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	margin-left:200px;
	margin-top:-30px;
}

/*************************************************************/
/* PAGE EXPERTE
/*************************************************************/

#imgExperte1{
	background-image:url(../images/expertise/experte1.jpg); 
	width:39px;
	height:457px;
	background-position:top;
}



#imgExperte2{
	background-image:url(../images/expertise/experte2.jpg); 
	width:656px;
	height:457px;
	margin-left:20px;
}

#experteTexteCentral
{
	padding-top:100px;
	padding-left:180px;
	padding-right:20px;
}

.experteTitre
{
	color:#82B51E;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.experteTexte
{
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

