* {
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
h1, p {
	margin-bottom: 1em;
}
h1 {
	font-size: 17px;
}
a {
	color: #B79F71;
	text-decoration: none;
}
a:hover {
	color: black;
}

.bgbeige {
	background-color: #B79F71;
	color: white;
}
.texte {
	text-align: justify;
}


/* trombi */
.cadrephoto {
	margin: 0 0;
	padding: 2px;
	background-color: white;
	text-align: center;
	border: solid 2px #B79F71;
}
.cadrenom {
	padding: 0.5em;
	font-weight: bold;
}
.cadrenom a, .bgbeige a {
	color: white;
}
table#liste td {
	padding: 55px 0 1em 55px;
}
h1.fiche {
	color: #B79F71;
	padding: 12px 0px 27px 20px;
	margin: 0;
	background-color: white;
}
.bgpoint {
	background: url(/img/trombifiche/demiRond_D.gif) white no-repeat left top;
	padding-left: 30px;
}
.bgpoint h1.fiche{
	padding-left: 0px;
}
div#cv {
	width: 460px;
}
div#cv div {
	padding: 0 20px;
	background: white;
	color: black;
	text-align: justify;
}

.arrondi_5{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.bloc_video object, .bloc_video embed{
	width:600px;
	height:390px;
	display:inline;
	float:left;
}