
/*	GENERAL
------------------------------*/
html {font-size:100%;}
body {font:65%/200% Arial, Helvetica, sans-serif; color:#000; margin:0; padding:0; background:#000;}
h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif;}
h2 {font-size:2.2em;}
h3 {font-size:1.8em;}
p {font-size:1.4em;}
a {color:#000;}
a:focus {outline:none;}

/*	DIV
------------------------------*/
#index {width:100%; padding-top:80px; height:420px; text-align:left; background:#FFF; overflow:hidden;}
#contenu {width:100%; height:auto; background:#FFF; overflow:auto;}
	#contact {padding:15px; padding-left:240px; width:680px; background:url("../images/fd-contact.jpg") top left no-repeat;}
	#news {padding:15px; padding-left:240px; width:680px; background:url("../images/fd-news.jpg") top left no-repeat; overflow:auto;}
	#archives {padding:15px; width:680px; overflow:auto;}
	#schott {padding:15px; padding-left:240px; width:680px; background:url("../images/fd-schott.jpg") top left no-repeat;}

#menu {width:100%; height:100px;}

/*	CONTENU
------------------------------*/
#contenu p {}
#contenu a {text-decoration:none; border-bottom:1px dotted;}
#contenu a:hover { border-bottom:1px solid;}
#contenu h1 {margin:0; padding:0; margin-left:15px;}
#contenu h1 a {display:block; width:300px; height:90px; margin:15px; margin-bottom:0; background:url("../images/logo-schott.gif") no-repeat; border:none;}
#contenu h1 span {position:absolute; clip:rect(1px 1px 1px 1px); clip:rect(1px, 1px, 1px, 1px);}
#contenu h1 a:hover {border:none;}
/* player */
#player { position:absolute; top:0; left:780px;}


/*	NEWS
------------------------------*/

div.newspost {clear:both; width:680px; margin-bottom:20px; overflow:hidden;}
div.newsimg {float:left; width:240px; text-align:right; background:#eee;}
	#contenu div.newspost div.newsimg a { text-decoration:none; border:none;}
	div.newsimg img {border:none;}
div.newstext {float:left; margin-left:10px; width:430px;}
div.newstext p {margin:0;}
div.newstext p.cite {font-size:10px;}
div.newstext p.lien { text-align:right;}
div.newstext h3 {margin:0; margin-bottom:10px; padding:0; font-weight:normal; font-style:italic; font-size:21px; line-height:24px;}
div.newstext h3 span {display:block; float:left; margin-right:10px; padding:0 5px; height:24px; line-height:24px; width:65px; font:18px Georgia, "Times New Roman", Times, serif; background:#a11; color:#fff; text-align:center; font-style:italic;}
div.newstext a {color:#a11;}

#contenu a.biglink {padding:3px 8px; background:#a11; color:#fff; text-decoration:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; text-transform:uppercase; font-weight:bold; font-size:14px; border:none;}
#contenu a.biglink:hover {background:#000;}
p.right {text-align:right;}


