/* Styles CCS Benoît Gourdin */

/*Support transparence PNG*/
img, div{
	behavior:url(iepngfix.htc);
}

body {
	background-color:#fff;
	width:839px;
	margin:auto;
	margin-top:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image:url(img/background_body.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.Titres {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#6C0;
	letter-spacing:3px;
	padding:4px;
	line-height:20px;
	height:auto;
	border-bottom:dotted 1px #6C0;
	margin-bottom:10px;
	margin-top:10px;
}

#header{
	position:fixed;
	width:100%;
	top:0px;
}

#menu {
	position:fixed;
	width:140px;
	top:155px;
}

.liens_menu{
	text-align:right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
}

.liens_menu a:link, .liens_menu a:visited{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:3px;
	text-decoration:none;
}

.liens_menu a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.lien_actuel{
	color:#6C0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:right;
}

#contenu{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	text-align:left;
	color:#333;
	margin-left:170px;
	margin-top:100px;
	width:660px;
	margin-bottom:60px;
}

#contenu a:link, #contenu a:visited{
	color : #000;
	text-decoration : none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contenu a:hover{
	color : #6C0;
	text-decoration : underline;
}

.cv {
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	background-image:url(img/degrade.gif);
	background-position:right bottom;
	/*background-position:bottom;*/
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#ombre_bas{
	position:fixed;
	bottom:27px;
	left:0px;
	width:100%;
	height:30px;
	text-align:center;
}

.copyright{
	clear:both;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#666;
	text-align:center;
	padding-bottom:6px;
	padding-top:6px;
	background-image:url(img/background_footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:99;
}

.copyright a:link, .copyright a:visited{
	font-size:10px;
	color:#666;
	text-decoration:none;
}

.copyright a:hover{
	font-size:10px;
	color:#6C0;
	text-decoration:none;
}

.video{
	background-color:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contact{
	font-size:10px;
	font-weight:normal;
	color:#999;
}
