@charset "UTF-8";
/* CSS Document */
body { 
	margin:auto;
	width:900px;
	font-family:"Myriad Pro","sans serif";
	font-size:11pt; }
img { border:0 }
a { 
	text-decoration:none;
	font-size:14pt;
	font-weight:bold;
	color:#000000;
	 }
a:hover { text-decoration:underline; }

/* id */
#logo { 
	position:absolute;
	top:15px;
	padding-left:10px;
	 }
#intro {
	background: url(../images/intro.jpg);
	width:900px;
	height:597px;
	}
#left { 
	width:325px;
	height:600px;
	float:left;
	background: url(../images/cote.jpg) }
#content { 
	width:500px;
	margin-left:325px;
	padding: 30px;
	text-align:justify;
	 }
#content p { 
	text-indent:45px;
	 }
#content2 { 
	margin-left:325px;
	 }
#link { 
	position:absolute;
	top:300px;
	text-align:right;
	border-right:1px solid black;
	padding:90px 15px 90px 140px;
	 }
#link2 { 
	width:900px;
	text-align:right;
	color:#aaa
	 }
#link3 { 
	position:absolute;
	top:520px;
	text-align:right;
	margin-left:30px;
	padding:10px;
	background:#dfdbd8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 }
#mp3 {
	font-style:italic;
	font-size:10pt;
}
#edition {
	padding: 10px 0 10px 20px;
}
#edition input {
	background:white;
	border:1px solid #666;
}
	 
/* class */
.link { color:#aaa }
.link:hover { color:#666 }
.image { border:1px solid #bbb;padding:3px }
