.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
a.menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	background-color: #b2155a;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.droits {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	text-align: center;
}
.contenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.entete {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding-left: 15px;
}
.scroll {
	padding: 15px;
	height: 300px;
	width: 719px;
	overflow: auto;
	margin-top:15px;
	scrollbar-base-color: #b71a67; 
	scrollbar-face-color: #b2155a; 
	scrollbar-track-color: #b54d70; 
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000

}
.titre_cv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-decoration: none;
	padding-left: 10px;
	color: #FFF;
}


.captitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b2155a;
	text-decoration: none;
}
.banner {
	margin-bottom: 15px;
}
a.menu:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	padding-left: 10px;
	display: block;
	background-color: #b2155a;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}

