/*fichiers pour les modules utiles au mark-up du modele*/
/*imperativement au debut de la css*/
@import 'contenu.css';
@import 'entete.css';
@import 'navig.css';
@import 'pied.css';
/*@import 'slideshow.css';*/

body {
background:#fcf3ea;
min-width:960px;
}

#conteneur {
width:100%;
background:#fff url(/local/images/fond_bas.jpg) repeat-x 0 bottom;
}

#conteneurBis {
width:100%;
background:url(/local/images/fond_haut.jpg) repeat-x 0 top;
}

#contenu {
width:960px;
margin:0 auto;
background:transparent url(/local/images/contenu.png) no-repeat;
}

#contenuBis {
float:right;
width:610px;
padding:10px 20px 10px 10px;
position:relative;
z-index:10;
min-height:300px;
}

h1#titrePage {
font-family:Georgia, serif;
font-weight:bold;
text-align:center;
font-size:3.5ex;
text-align:right;
margin:0 0 1em;
padding:0;
border:none;
}

h1#titrePage span {
border-bottom:2px solid #d7d9e7;
padding:0 0 3px;
}

h1#titrePage span span {
border-bottom:2px double #454e91;
padding:0;
}

#conteneurDiaporama {
width:100%;
position:absolute;
top:10px;
}

#diaporama {
width:940px;
z-index:0;
padding:0 10px;
}

#diaporama2.slideshow {
width:300px;
height:200px;
}

