/* ::::::::::::::::::::::::: */
/* Le Vilain Petit Canard    */
/* www.vilainpetitcanard.ch  */
/* www.vilainpetitcanard.com */

/* Printing StyleSheet		 */

/* CSS design by             */
/* Daniel Tamburrino         */
/* ::::::::::::::::::::::::: */

/* basic elements */
/* ::::::::::::: */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 1.3em;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#FFCC00;
	}
a:hover {
	text-decoration: underline;
}
sup,sub {font-size: 0.7em;
}
	
/* specific divs */
/* ::::::::::::: */

/* HEADER */
#divHeader {
	background-image:url(../images/interface/logo.gif);
	background-repeat:no-repeat;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	background-position: 10px 10px;
	}
#divHeadInfo { /* Menu de droite */
	font-size: 0.8em;
	padding: 5px;
	text-align: right;
	width: 0px;
	visibility: hidden;
	display: none;
}
#divHeadInfo a:link, #divHeadInfo a:active, #divHeadInfo a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#divHeadInfo a:hover, #divHeadInfo a.current:link, #divHeadInfo a.current:visited {
		color:#FFCC00;
}
#divHeadTitle, #divMainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	/*border: 1px solid #33FF66;*/
	text-align: center;
}
#divHeadTitle {
	margin-bottom: 13px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: url(../images/interface/head_title2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 45px;
	width: 415px;
	position: absolute;
	top: 18px;
	left: 151px;
}
#divMainNav {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	text-align: left;
	font-size: 16px;
	padding-top: 3px;
	display: inline;
	position: absolute;
	top: 70px;
	margin-top: 10px;
}
#divMainNav a:link, #divMainNav a:visited, #divMainNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	font-variant: small-caps;
	text-decoration: none;
}
#divMainNav a:hover, #divMainNav a.current:link, #divMainNav a.current:visited {
	color: #FFCC00;
}

/* MIDDLE */

/* left Menu */
#divLeftMenu {
	width: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	visibility: hidden;
	display: none;
}
#divLeftMenu h1 {
	font-size: 30px;
	font-variant: small-caps;
	font-weight: bold;
	background-image: url(../images/interface/leftmenubar.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	padding-bottom: 10px;
	margin: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#divLeftMenu ul {
	list-style-type: square;
	list-style-position: inside;
}
#divLeftMenu a:link, #divLeftMenu a:visited, #divLeftMenu a:active {
	color: #000000;
	text-decoration: none;
	}
#divLeftMenu a:hover, #divLeftMenu a.current:link, #divLeftMenu a.current:visited {
	color: #FFCC00;
}
#divLeftMenu img {
	padding-left: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Content */
#divContent {
	border: 2px solid #000000;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#divContent.noNavBar {
	margin-left: 50px;
}

#divContent h1 {
	font-size: 25px;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 0px;
	text-align: left;
}
#divContent h2 {
	font-size: 20px;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 0px;
	margin-top: 5px;
	text-align: left;
}
#divContent p.article {
	text-indent: 0.9em;
}
#divContent p.chapeau {
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
}
#divContent p.signature {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
#divContent p.infos {
	font-size: 0.9em;
	font-style: italic;
	width: 75%;
	text-align: left;
}
#divContent p.navigR {
	font-size: 0.7em;
	text-align: right;
	font-style: italic;
}
#divContent p.navigL {
	font-size: 0.7em;
	text-align: left;
	font-style: italic;
}
p.article img {
	float: right;
	clear: right;
	margin: 0px 0px 5px 10px;
	border: 2px solid #000000;
}
/* FOOTER*/
#divFooter {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-top: 1px solid #FFCC00;
}
#divFooter a:link, #divFooter a:active, #divFooter a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#divFooter a:hover {
	text-decoration: underline;
}


/* Diverses classes */
/* :::::::::::::::: */
.clearer { /*pour eviter des juxtapositions de sections*/
	font-size: 0px;
	line-height: 0px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000; */
	clear: both;
}
.helpCursor {
	cursor: help;
}
.searchField {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
img.logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
.date { /* pour le CV. doit etre dans un div */
	font-weight: bold;
}
#ulCV li{
	list-style-type: square;
	margin-bottom: 1em;
}
.interviewQ {
	font-weight: bold;
	color: #FFCC00;
}
.interviewCV {
	width: 230px;
	border: 2px solid #444444;
	float: left;
	font-size: 0.9em;
	padding: 15px;
	margin: 10px 10px 0px 0px;
	clear: both;
	line-height: 1.2em;
	background-color: #333333;
}
.screen {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	}