@charset "UTF-8";
html {
	height: 100%;	
}

body {
	font-family: Arial;
	background-color: #f3f3f3;
	height: 100%;
	font-size: 12px;
	color: #6d6d6d;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

.main {
	height: 100%;
	background-image: url(../images/bg_main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}

img {
	border-width: 0px;
	border-style: none;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	display:inline;
}

h2 {
	color: #030303;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	display:inline;
}

h3 {
	color: #040404;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	display:inline;
}

a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}
	
a:hover {
	font-weight: bold;
	color: #ff8a00;
	text-decoration: none;
}

.content {
	position: relative;
	height: 100%;
	margin-left: 233px;
	width: 436px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}

.content-top {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/bg_content_top.jpg);
	background-position: top;
	width: 436px;
	min-height: 100%;
	float:left;
}

.content-container {
	margin-top: 235px;
	width: 428px;
	margin-left: 4px;
	float:left;
}

.separation {
	background-image: url(../images/ligne_separation.gif);
	background-repeat: no-repeat;
	height: 1px;
}

.content-txt {
	padding-left: 23px;
	padding-right: 20px;
	float:left;
}

.content-galerie {
	padding-left: 23px;
	padding-right: 20px;
	float:left;
}


.separation-txt {
	background-image: url(../images/ligne_separation_txt.gif);
	background-repeat: no-repeat;
	height: 1px;
}


/* ----------------------------------------------------------
Entetes ------------------------------------------------ */

.entete-cv {
	line-height: 12px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #060606;
	width: 379px;
}

.intro {
	text-align: center;
	height: 100%;
	width: 100%;
}

#title-bio {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_bio.gif);
}

#title-contact {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_contact.gif);
}
#title-info {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_info.gif);
}

#title-2008 {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_2008.gif);
}

#title-2007 {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_2007.gif);
}

#title-2006 {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_2006.gif);
}

#title-2005 {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_2005.gif);
}

#title-2004 {
	margin-bottom: 2px;
	margin-left: 23px;
	background-repeat: no-repeat;
	height: 13px;
	background-image: url(../images/title_2004.gif);
}


/* ----------------------------------------------------------
Main Menu ------------------------------------------------ */

#footer {
	height: 71px;
	margin-left: 233px;
	width: 436px;
	background-image: url(../images/footer.jpg);
	clear:both ;
}

ul#menu-list {
	font-style: normal;
	font-weight: normal;
	left: 20px;
	position: absolute;
	top: 30px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#menu-list li {
	font-style: normal;
	font-weight: normal;
	display: block; 
	float: left;
	list-style-type: none;
}

#menu-list a { font-style: normal; font-weight: normal; padding: 3px 3px; }

#menu-list a:link, #menu-list a:visited {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#menu-list a:hover {
	font-style: normal;
	font-weight: normal;
	color: #ff8a00;
	text-decoration: none;
}

#menu-list a:active {
	font-style: normal;
	font-weight: normal;
	color: #ff8a00;
	text-decoration: none;
}

#menu-list li#active a
{
	font-style: normal;
	font-weight: normal;
	color: #ff8a00;
	text-decoration: none;
}

#menu-list li:before { font-style: normal; font-weight: normal; content: "/ "; }
#menu-list li:first-child:before { font-style: normal; font-weight: normal; content: ""; }

/* ----------------------------------------------------------
Sub Menu ------------------------------------------------ */

#menu-list {

	font-style: normal;

	font-weight: normal;

	font-size: 12px;

	font-family: Geneva;

}

#subMenu-container {
	left: 170px;
	width: 200px;
	text-align: right;
	position: relative;
}

ul#subMenu-list {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#subMenu-list li {
	display: inline;
	list-style-type: none;
}

#subMenu-list a { padding: 3px 3px; }

#subMenu-list a:link, #subMenu-list a:visited {
	color: #000;
	text-decoration: none;
}

#subMenu-list a:hover {
	color: #ff8a00;
	text-decoration: none;
}

#subMenu-list a:active {
	color: #787878;
	text-decoration: none;
}

#subMenu-list li#active a
{
	color: #787878;
	text-decoration: none;
}

#subMenu-list li:before { content: "/ "; }
#subMenu-list li:first-child:before { content: ""; }


/* ----------------------------------------------------------
Galeries ------------------------------------------------ */

.thumb {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	padding-left: 2px;
	padding-top: 2px;
	background-image: url(../images/bg_thumb.gif);
	height: 69px;
	width: 84px;
}

.thumb img {
	border-color: #5d5d5d;
	border-width: 1px;
	border-style: solid;
}

.thumb a:hover img {
	border-color: #151515;
	border-width: 1px;
	border-style: solid;
}

