/* CSS Document */

Bordure.class {Border-style: solid 3px;
   Border-bottom-style: none;
   }
   
   /* couleurs de fond pour web CFCMA : fond pâle #E1DFB9 ; fond foncé (bleu) #2387B9 */
/* couleurs de fond pour web Répertoire des luthiers : fond pâle #E5E19A  fond foncé #415E26 */


input, select, option{
	height: 22px;
	font-size: 10px;
}
	
	
.commun {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.commun_blanc {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.commun_bleu {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2387B9;
}

#descriptionImage{
	font-weight: normal; 
	font-size: 11px; 
	display: block; 
	margin-left: 35px; 
	margin-top: 5px; 
	width: 375px; 
	line-height: 18px;
}

.fiches_nom {
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.head{
	height: 25px;
	background-image:url('images/bg_fonce2.gif');
}

ul {
	list-style-type: circle;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
.entete {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2387B9;
	text-decoration: none;
}
.titre_page {
	font-family: arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.texte_index {
	font-family: arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
a.entete {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2387B9;
	text-decoration: none;
}
a.entete:hover {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bodylink {
	font-family: arial,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.bodylink:hover {
	font-family: arial,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.hyperliens {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2387B9;
	text-decoration: none;
}
a.hyperliens:hover {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.orangeLink:link{
	color: #79afb9;
	font-size: 10px;
}

a.orangeLink:hover{
	color: #FF9900;
	font-size: 10px;
}

a.orangeLink:visited{
	color: #79afb9;
	font-size: 10px;
}

a.www:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: underline;
}
a.www:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.www:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #457EAD;
	text-decoration: underline;
}
/*
a.www:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #457EAD;
	text-decoration: underline;
}

a:link, a:visited, a:active{
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: darkblue;
}
*/
a:hover{
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}

.bleu {
	background-color: #2387B9;
}
		
.texteblanc {
	font-size: 10pt;
	color: #FFFFFF
}

.description {
	font-size: 10pt;
	color: #000000;
}

.titres {
	font-size: 8pt;
	color: #301f0e;
}
		
.ligne  {
	border-top-style: solid;
	border-top-color: #301f0e;
	border-top-width: 3px;
}

.bords1  {
	border-left-style: solid;
	border-left-color: #2387B9;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2387B9;
	border-bottom-width: 1px;
	
}

.bords2  {
	border-right-style: solid;
	border-right-color: #2387B9;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2387B9;
	border-bottom-width: 1px;
	
}

.lienstitres {
	font-size: 8pt;
	color: #301f0e;
}
		
.tour {
	border: 2px solid #2387B9;
}

.field {
	border: 2px solid #2387B9;
}

.fieldlegend {
	font-family: arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
	
.boite {
	background-color: #E1DFB9;
	width: 240px
}

.rightline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2387B9;
}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	width: 104px;
	border: 2px solid #2387B9;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
	width: 104px;
	border: 2px solid #2387B9;
}

/**********************************************************
STYLES PORTFOLIO*******************************************
**********************************************************/
	img.thumb{
		margin: 3px;
		border: 0px;
	}
	
	.annee{
		display: block;
		clear: both;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.bold{
		font-weight: bold;
	}
	
	#btmLink{
		margin: 15px 0px 15px 35px;
	}
	
	.centralCnt{
		width: 465px; 
		display: block; 
		float: left; 
		text-align: justify;
		margin-left: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-top: 10px;
		line-height: 18px;
	}
	
	.centralCntDetails{
		width: 465px; 
		display: block; 
		float: left; 
		text-align: justify;
		margin-left: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
		margin-top: -25px;
	}
	
	#container{
		width: 800px;
		margin-top: -10px;
	}
	
	#cvLink{
		margin: 15px 0px 15px 0px;
	}
	
	.file{
		width: 450px;
		border: 1px solid #ffffff;
		font-size: 11px;
		background-color: #edecdb;
		background-image: url("images/edecdb.gif");
	}
	
	#flecheDroite{
		position: absolute; 
		margin-left: 186px;
		border: 0px;
	}
	
	#flecheGauche{
		position: absolute; 
		margin-left: -235px;
		border: 0px;
	}
	
	.leftThumb{
		float: left; 
		border: 1px solid #ffffff;
		margin: 2px;
	}
	
	#leftThumbContainer{
		margin-top: -2px;
		width: 180px;  
		float: left;
		min-height: 375px;
		height: 375px;
	}
	
	#nomEtudiant{
		padding-left: 200px; 
		font-size: 11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin-bottom: 3px; 
	}
	
	.oeuvreDesc{
		width: 375px;
		text-align: justify;
		margin-left: 35px;
		line-height: 18px;
	}
	
	.oeuvreTitre{
		width: 465px; 
		text-align: center;
		display: block; 
		clear: both;
		background-color: none;
	}
	
	#oeuvreTitreTexte{
		font-weight: bold; 
		font-size: 14px; 
		display: block; 
		margin-left: 35px; 
		width: 375px;
	}
	
	#parcoursArtiste{
		font-style: italic;
	}
	
	.parcoursTable{
		background-color: #e1dfb9;
		width: 500px;
		font-size: 10px;
	}
	
	.parcoursTable td{
		padding: 5px;
		background-color: #ffffff;
	}
	
	.parcoursTable th{
		padding: 5px;
		background-color: #ffffff;
		background-image: url('images/bg_fonce2.gif'); 
		height: 25px; 
		background-repeat: repeat-x;
		color: #ffffff;
	}
	
	.parcoursTable td select, option{
		height: 17px;
		font-size: 9px;
	}
	
	.parcoursTable textarea{
		background-color: #ffffff;
	}
	
	.parcoursTable .actionCell{
		width: 30px;
	}
	
	.parcoursChk{
		padding: 0px; 
		margin: -3 2 0 0;
		display: block;
		float: left;
	}
	
	.parcoursDesc{
		position: relative; 
		display: block;
		clear: both;
		float: left;
		width: 465px;
	}
	
	.textArea{
		width: 450px;
		height: 100px;
		overflow-y: scroll;
		overflow-x: none;
		font-size: 11px;
		margin: 5px 0px 5px 0px;
		padding: 0px;
		background-color: #ffffff;
	}
		
	#topImgs{
		position: relative; 
		width: 450px;
		display: block; 
		float: left; 
		clear: right;
		margin-left: 17px;
	}
	
	#topImgsMain{
		position: relative; 
		display: block; 
		float: left; 
		clear: right;
	}
	
	#topImg1{
		position: relative; 
		left: 20px; 
		top: 0px; 
		z-index: 3;
		background-color: #000000;
	}
	
	#topImg2{
		position: relative; 
		left: -14px; 
		top: 38px; 
		z-index: 2;
		background-color: #000000;
	}
	
	#topImg3{
		position: relative; 
		left: -38px; 
		top: -28px; 
		z-index: 1;
		background-color: #000000;
	}
	
	.sectionName{
		border: 1px solid #ffffff;
		display: block;
		padding: 10px;
		display: block;
		width: 455px;
	}
	
	.sectionNameTitre{
		display: block;
		bottom: -10px;
		font-weight: bold;
	}
	
	.spacer1{
		display: block;
		clear: both;
		position: relative;
	}
	
	.spacer2{
		position: relative; 
		width: 400px; 
		height: 40px; 
		float: left; 
	}
	
	.spacer3{
		width: 800px;
		height: 1px; 
		display: block; 
		clear: both;
	}	
	
a.portfolio:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #457EAD;
}
a.portfolio:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #457EAD;
}
a.portfolio:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.portfolio:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}	
/************* SECTION configurationsImages **************/


.buttonDiv{
	margin-bottom: 5px;
}

span.imgName{
	font-size: 10px;
	font-weight: bold;
}

.fileInput{
	display: block;
	clear: both;
	width: 450px;
}

.imgPos{
	float: left; 
	width: 60px; 
	display: block; 
	clear: both;
}
