body {
	background: #cccccc url(images/background.png);
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	text-align: center;
}
a {
	color: Gray;
	text-decoration: underline;
}
a:visited {
	color: Gray;
	text-decoration: underline;
}
a:hover {
	color: #6495ED;
	text-decoration: none;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
.top{
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 50em;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
}
.container{
	width: 54em;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	background: White no-repeat bottom left;
	border: 1px solid #A9A9A9;
}
#corps
{
	padding-top: 2em;
	text-align: left;
}
.given-name{
	color: White;
	font-size: 1.5em;
}
.family-name{
	color: #FFA500;
	font-size: 1.5em;
}
.bottom{
	background: transparent;
	color: gray;
	width: 100%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
.url{
	font-size: 1.3em;
}
#entete {
	background-color: #6495ED;
	height: 100%;
	height: 10em;
}
#entete a{
	color: #0072DF;
	text-decoration: none;
}
#entete a:visited{
	color: #0072DF;
	text-decoration: none;
}
#entete a:hover{
	color: Gray;
	text-decoration: underline;
}
#email a{
	color: white;
}
#photo{
	float: right;
	width: 92px;
	height: 100px;
	padding: 4px 4px 4px 4px;
 	background: White none no-repeat fixed center;
	margin-right: 1em;
	margin-top: 0.5em;
/*	margin-bottom: 0.5em;*/
	border: 1px solid White;
}
#big{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#menu {
	height: 14px;
	background-color: #ECECEC;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #A9A9A9;
	border-top: 1px solid White;
}
#menu a{
	color: Gray;
	text-decoration: none;
}
#menu a:hover{
	/*color: Lime;*/
	background-color: White;
}
.titre{
	color: #6495ED;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	/*	font-weight: 200;*/
	text-align: left;
	clear: both;
	margin-top: 0.5em;
	margin-left: 2em;
}
.titre a {
	color: #0072DF;
	text-decoration: none;
}
.titre a:visited {
	color: #0072DF;
	text-decoration: none;
}
.titre a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFA500;
}
.sous-titre{
	font-weight: bold;
	/*	font-style: italic;*/
	margin-top: 1em;
	}
.contenu{
	margin-left: 3em;
	font-size: 12px;
	color: Gray;
	margin-right: 2em;
	margin-bottom: 1em;
	width: auto;
}
.tab{
	margin-left: 2em;
}
#pied {
	float: none;
	position: static;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: white;	
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	left: 0px;
	right: 0px;
	float: none;
	border-bottom: 1px;
	border-bottom-color: Lime;
	border-bottom-style: dotted;
	border-top: 1px;
	border-top-color: Lime;
	border-top-style: dotted;
	clear: both;
}
.vcard {
	text-align: left;
	float: left;
	color: #F8F8FF;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
