body {
	margin: 20px;
	color: #003300;
	font-size: small;
}

a {
	color: #006600;
}
h1 {
	font-size: large;
	text-align: center;
}
h2 {
	font-size: medium;
	clear: both;
	background-color: #EEEEEE;
}
#site {
	background-color: #EEEEEE;
}
#entete {
	margin: 0px;
	height: 65px;
	background-color:#007777;
}
#entete h1 {
	display: inline;
	margin: 0px;
	color: #FFFFCC;
	font-size: large;
}
#entete a {
	color: #FFFFCC;
	text-decoration: none;
}
#logo {
	float: left;
}
#logo h1{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
#logo h2{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	background-color:#007777;
	color:#FFFFCC;
}
#menuhaut {
	padding: 5px;
	font-size: large;
}
#menuhaut li{
	float: left;
	list-style-position: inside;
	display: table-footer-group;
}
#menuhaut ul{
	list-style-position: outside;
	margin: 0px;
	display: table-footer-group;
	float: right;
	color: #FFFFCC;
}
#menuhaut a {
	color: #FFFFCC;
	text-decoration: none;
}
#menuhaut a:hover {
	background-color:#FFFFCC;
	color:#007777;
	text-decoration: none;
}
/*#################### CONTENU ########################*/
#contenu {
	padding: 10px;
	height: 100%;
}
h1.contenu {
	text-align: center;
	font-size: large;
	color: #007777;
	margin: 0px;
}
h2.contenu {
	text-align: center;
	font-size: large;
	color: #007777;
	margin: 0px;
}
#contenu a{
	color: #007777;
}
#contenu a:hover {
	background-color:#FFFFCC;
	color:#007777;
}
/*################## PIED DE PAGE #######################*/
#pied {
	clear: both;
	background-color: #007777;
	text-align: center;
	color: #FFFFCC;
}
#pied a{
	color: #FFFFCC;
}

.competence dl {
	width: 16em;
	border: 1px solid #000000;
	float: left;
	margin: 0.5em;
	height: 6em;
}
.competence dt {
	font-weight: bold;
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.competence dd {
	margin: 0.2em;
}
.cv_bloc {
	clear: both;
	margin: 1em;
}
.cv_date {
	float: left;
	width: 120px;
	font-weight: bold;
}
.cv_desc {
	margin-left: 125px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 5px;
}
