/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	font-style: normal;
	line-height: 10px;
	text-decoration: none; 
	color: #000000;
	background-image: url('/images/pixel_D3D5C8.gif');
}

.texte {
	margin-left: 60px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}

.smalltexte {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
}

.asavoir {
	padding-left: 24px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
}

.lienonglet {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	color: #FFF;
}

.smallbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
}

DIV.ref {
	font-size: 7px;
	position:absolute; 
	width:711px; 
	height:374px; 
	z-index:1; 
	visibility: hidden;
}

A.lienonglet:link { text-decoration: none }
A.lienonglet:visited { text-decoration: none }
A.lienonglet:hover { text-decoration: underline } 
A.lienonglet:active { font-weight: bold } 




.repreneur {color: #992319;	line-height: 25px}
A.repreneur:link { color: #992319;	text-decoration: none }
A.repreneur:visited { color: #992319; text-decoration: none }
A.repreneur:hover { text-decoration: underline } 
A.repreneur:active { font-weight: bold } 


.cedant {color: #88B920;line-height: 25px}
A.cedant:link { color: #88B920 ;text-decoration: none } 
A.cedant:visited { color: #88B920 ;text-decoration: none } 
A.cedant:hover { text-decoration: underline } 
A.cedant:active { font-weight: bold}


.lienviolet {color: #430C6E;line-height: 25px}
A.lienviolet:link { color: #430C6E;	text-decoration: none }
A.lienviolet:visited { color: #430C6E; text-decoration: none }
A.lienviolet:hover { text-decoration: underline } 
A.lienviolet:active { font-weight: bold } 


.lienkaki {color: #6B6E59;line-height: 25px}
A.lienkaki:link { color: #6B6E59;	text-decoration: none }
A.lienkaki:visited { color: #6B6E59; text-decoration: none }
A.lienkaki:hover { text-decoration: underline } 
A.lienkaki:active { font-weight: bold } 

.menuBottom { font-size: 9px; color: #430C6E}
A.menuBottom:link { color: #430C6E;	text-decoration: none }
A.menuBottom:visited { color: #430C6E; text-decoration: none }
A.menuBottom:hover { text-decoration: underline } 
A.menuBottom:active { font-weight: none } 



H1.baseline {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	display: inline;
}

H1 {
	margin-top: 35px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 60px;

}

H2 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	color: #666666
}
H3 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	color: #cccccc;
}

H4 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	color: #FF6600;
	background: url(images/asavoir_flecheorange.gif) no-repeat left center;
	border-bottom: 1px solid #FF6600;
	text-transform: uppercase;
}



TABLE {

	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	color: #666666;
	text-align: center;
}


 
 
/*  ------------------------------------------
/*  Mise en page
/*  ------------------------------------------
*/

#entete {
	background: url(images/HP_background.gif) no-repeat top left;
	margin: 0px;
}


#menu {
	position: relative;
	padding-left:48px;
	padding-top:143px;
	margin-right: 10px;
	float: left;
	width: 209px;
	}


/*  ------------------------------------------
/*  boites/overflow
/*  ------------------------------------------
*/


.blocasavoir {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
}

/*  ------------------------------------------
/*  menu déroulant en CSS
/*  ------------------------------------------
*/


#truc ul, #truc li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:none;
	text-align: left;
	background: #F5F6F1;
	height: 100%;
}
#truc li a:hover, #truc li a:focus{
	background: #E2E3DA;
	display: block;
}

#truc {
	position: absolute;
	top: 93px;
	left: 276px;
	z-index:100;
}

#menu1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu2 {
	position: absolute;
	top: 0px;
	left: 109px;
}
#menu3 {
	position: absolute;
	top: 0px;
	left: 229px;
}
.corps {
	position:absolute;
	top:23px;
	display:none; 
	background: #F5F6F1;
	border-left-color: #430C6E;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: 430C6E;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: 430C6E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
#menu1Corps {
	width:150px;
}
#menu2Corps {
	width:118px;
}

.titre_rouge {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	text-transform: uppercase;
}

