body
{
	background-color : white;

	color : #444;
	font-family : "Georgia", serif;
	font-size : 0.8em;
	line-height : 155%;
}

#main
{
	width : 850px;
	margin : 4em auto;
}

#header
{
	width : 100%;
	margin-bottom : 0.5em;
	border-bottom : 1px solid #eee;
	text-align : right;
}

p#nav
{
	background-color : inherit;
	margin-bottom : 0px;
	margin-top : -25px;
	text-align : left;

	color : #aaa;
}

#pub
{
/*	background-color : #333;*/
	float : left;
	width : 50%;

/*	color : #d5d5d5;*/
}

#proj
{
	float : right;
	width : 50%;
}

#conf
{
	float : right;
	width : 50%;
}

#perso
{
	float : right;
	width : 50%;
}

#info
{
	float : right;
	width : 50%;

	text-align : right;
	line-height : 90%;
}

h2 { font-size : 1.4em; }
h3 { font-size : 1.2em; }
h4 { font-size : 1em; }
h5 { font-size : 0.9em; }

img { border : 0; }

ul { margin : 0; list-style-type : square; padding-left : 20px; }

div.contenu { padding : 1em; }

h2.titre { text-align : center; }

h3.titreSection
{
	font : 0.9em Verdana, sans-serif;
	text-transform : uppercase;
	letter-spacing : 0.35em;
	color : #BC925E;
}

.cv h3 { color : #6187bf; }
.cv h5 { color : #BC925E; }

a, a:link { text-decoration : none; color : #6187bf; border-bottom : 1px dotted #6187bf; }
a:visited { text-decoration : none; border-bottom : 1px dotted #aaa; color : #aaa; }

a.lienExterne
{
	background : url(lien.png) no-repeat center right;
	background-color : inherit;
	padding-right : 13px;
	border-bottom : 1px dotted #6187BF;

	color : inherit;
	text-decoration : none;
	font-weight : bold;
}

a.lienExterne:visited { background-color : inherit; border-bottom : none; color : #999; }

p#nav a { background-color : inherit; color : #aaa; border : none; }
p#nav a:hover { background-color : inherit; color : #444; }

span.jp { background-color : inherit; color : #6187BF; }
