/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ////////////////////////////////////////// */


body {
    background-image: url(img/module-3.gif);
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a:link, a:visited{
text-decoration:none;
border-bottom:dotted thin #0000ff;
color:#000;
}
a:hover{
text-decoration:none;
border-bottom:solid thin #0000ff;
color :#0000ff;
}
.logo a:link{
	border:none;
	margin-right:20px;
}
.header{
    z-index:10;
    position:fixed;
    top:35px;
    left:40px;
    height:40px;
	width:630px;
	font-family: 'Droid Sans Mono', sans-serif;
    background: url(img/cartouche.gif) no-repeat;
}
.header li{
	float:left;
	margin-right:10px;
}
li.bas{
	margin-top:6px;
	margin-left:15px;
}

.content{
	width:550px;
	padding:100px 70px 40px 50px; /*Haut /droite / pied /gauche*/
	background-color:#fff;
	position:relative;
    z-index:1;
    margin-left:80px;
}

h1, h2, h3{
	font-family: 'Droid Sans Mono', sans-serif;
	font-weight: normal;
	line-height:normal;
}
h1{	font-size: 18px;
	padding-bottom:20px;
	padding-top:20px;
}
h2{
	font-size: 12px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0.5em;
	padding-bottom:10px;
	padding-top:20px;
	border-top:dotted #ccc thin;
}
h3{
	font-size: 18px;
	padding-bottom:10px;
	padding-top:20px;
}

p{
	font-family: 'Droid Serif', serif;
	padding-bottom:10px;
	padding-right:30px;
	text-align:justify;
	font-size: 14px;	
	line-height:20px;
}
ul li{
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	line-height:20px;
	padding-left:10px;	
}
ul{
	border-left:dotted thin #ccc;
}
.oeuvre{
	font-size: 24px;	
}
.legende{
	font-size: 10px;
	line-height:12px;
	display:block;
	padding-top:5px;
}

.info{
	font-size: 12px;
	line-height:18px;
	padding-top:5px;
	text-align:left;	
}

.note{
	font-family: 'Droid Serif', serif;
	width:85%;
	font-size: 11px;
	line-height:17px;
	padding:15px 15px 10px 20px; /*Haut /droite / pied /gauche*/
	text-align:left;
	background-color:#f5f5f5;
}
ul.compact{
	width:95%;
	padding:15px 15px 10px 10px; /*Haut /droite / pied /gauche*/
	text-align:left;
	background-color:#f5f5f5;
	border-left:dotted thin #fff;
	display:none;
}

.download{
	font-family: 'Droid Sans Mono', sans-serif;
	width:425px;
	font-size: 12px;
	line-height:17px;
	padding:5px;
	text-align:left;
	background-color:#f5f5f5;
	margin-top:5px;
	margin-bottom:5px;
}