/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

span .gras {
	font-weight: bold;
}

span .italic {
font-style: italic;
}

#contenu p {
	padding: 20px;
}

#page { 
	padding: 0;
	margin: 0 auto;
	width: 712px;
}

#header {
	background: #f7f7f7 url(design/header.jpg) no-repeat;
	width: 712px;
	height: 142px;
	margin-top: 10px;
}

#menu {
	padding: 5px 0 0 5px;
	font-size: 10pt;
	height: 25px;
	width: 687px;
	margin-left: 9px;
	position: relative;
	background-color: #699ec0;
}

#menu a {
  height: 25px;
  margin-right: 5px;
  padding-left: 4px;
  display: block;
  text-decoration: none;
  cursor: pointer;
	float: left; 
	position: relative;
	color: #f7f7f7;
}

#menu a:visited { color: #f7f7f7; }
#menu a:link { color: #f7f7f7; }

#menu a.select {
  background: transparent url(design/ml.jpg) no-repeat;
}

#menu a:hover, #menu a.select{ background-position: 0% 100%; }

#menu a:hover span, #menu a.select span{
  height: 19px !important;
  height: 25px;
  text-decoration: none;
  background-position: 100% 100%;
}
#menu a.select span{
	background: #FFF url(design/mr.jpg) no-repeat;
	background-position: 100% 50%;
	color: #699ec0;
	font-weight: bold;
}

#menu span {
  display: block;
  padding: 6px 9px 0 5px;
  cursor: pointer;
  text-decoration: none;
}

#contenu {
	background: #f7f7f7 url(design/content.gif) repeat-y;
	width: 712px;
	padding-top: 1px;
	margin-left: 1px;
}

#contenu p {
	text-align: justify;
	text-indent: 2em;
}

#contenu .hl {
	font-weight: bold;
	color: #f03198;
	font-size: 14pt;
}

#footer {
	width: 712px;
	height: 20px;
	background: #f7f7f7 url(design/footer.gif) no-repeat;
}

#bottom_infos {
	margin: 0 auto;
	padding: 0;
	font-size: 7pt;
	font-style: italic;
	text-align: center;
}


/* CV */
#contenu p#present_cv {
	margin-left: 20px;
	font-weight: bold;
	color: black;
	text-indent: 0em;
}

#contenu p.section {
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
	font-size: 12pt;
	padding: 0;
	font-weight: bold;
	color: #C0C0C0;
	margin: 30px 20px 0 10px;
}

#contenu p.no_indent {
	text-indent: 0em;
	margin: 0;
	padding: 0 10px;
}

#contenu p.date {
	font-weight: bold;
	margin-top: 15px;
	padding: 0;
}

#contenu p.desc {
	font-style: italic;
	margin: 0;
	padding: 0 20px;
}

#contenu a#linkpdf {
	text-decoration: none;
	border: 0;
}

/* Contact */

#contenu p.form {
	margin-left: 150px;
	padding: 5px;
}

#contenu span.contact {
	display: block;
	float: left;
	width: 125px;
}

#contenu input.i_form {
	display: inline;
	width: 231px;
}

#contenu p#i_submit {
	text-align: center;
}

#contenu div#formulaire {
	font-weight: bold;
	color: #8A2BE2;
}

#contenu p#erreur_contact {
	border: 3px ridge black;
	color: green;
	background-color: #BDB76B;
	text-indent: 0em;
	margin: 0px 35px 0px;
	font-weight: bold;
}

#contenu p#erreur_contact ul {
	width: 300px;
}

