/* White space reset */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset{
margin: 0;
padding: 0;
}

body, html, fieldset {
border: 0;
}

img{
border:none;
}

/* no blue linked image borders */
.outer a img,
.outer :link img,
.outer :visited img{
border:1px solid #008dd4;
}

.clear {
clear: both;
}

a {
color: #06f;
}

a:hover {
color: #09f;
}	

.right a:visited{
color: #666 !important;
}	

li {
}

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
width: 1000px;
}      

.center {
float: left;
padding: 40px 60px 50px 0;
width: 560px;
min-height:30em;
height:30em;
position:relative;
}

.center .deco-center{
background:url(img/contenu.png) no-repeat 25px 0;
padding-left:100px;
}

#musee .center .deco-center{
background:url(img/contenu_musee.png) no-repeat 25px 0;
padding-left:100px;
}

#bibliotheque .center .deco-center{
background:url(img/contenu_bibliotheque.png) no-repeat 25px 0;
padding-left:100px;
}

#espacesciences .center .deco-center{
background:url(img/contenu_sciences.png) no-repeat 25px 0;
padding-left:100px;
}

html>body .center{
height: auto;
}

* html .center {				/* fix IE5.x broken box model */
width: 580px;
wid\th: 530px;
}

/*
.left {
border-bottom:1px solid #fff;
padding:0;
height:86px;
}
*/

.right {
float: left;
width: 275px;
font-size: 0.95em;
background: url(img/bloc_right.png) no-repeat 0 100%;
padding:0 0 75px 5px;
position:relative;
top:2px;
z-index:0 !important;
width: 255px;
}

#espacesciences .right {
background:#fff url(img/bloc_right_sciences.png) no-repeat 0 100%;
}

.right a{
text-decoration:underline;
color:#000;
}

.right a:hover{
}

#section-site{
text-transform:uppercase;
font-family:"arial narrow", arial, sans-serif;
color:#60a5e6;
background:#fff url(img/section_site.png) no-repeat 0 100%;
position:relative;
top:0;
left:0;
margin:0 0 0 150px;
padding:5em 0 30px 5px;
}

#musee #section-site{
color:#01887d;
}

#bibliotheque #section-site{
color:#a70d12;
}

/*** styles communs ***/
.hide {
position: absolute;
visibility: hidden;
}

.clear {
clear: both;
}

.no-border {
border:0;
}