/* 
    Document   : etape2
    Created on : 2 nov. 2011, 12:38:01
    Author     : rossin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
	font-family: Chunkfive;
	src: url('../fonts/Chunkfive.otf');
}

@font-face {
	font-family: Delicious;
	src: url('../fonts/Delicious-Bold.otf');
}

root,body { 
    display: block;
    background-color: #E9E2C5;
    font-family: Delicious;
    color: #555555;
}

h1,h2,h3,h4,h5 {
    font-family: Chunkfive;
    color: black;
}

#bandeau {
    width: 1024px;
    margin: 15px auto;
    color: gray;
    height: 200px;
    background: url('../images/pp-logo.png') no-repeat;
    background-size: auto 180px;
    background-position: right;
}

#bandeau h1 {
    font-family: Chunkfive;
    font-size: 48px;
}

#bandeau h2 {
    font-size: 22px;
    font-variant: small-caps;
}

#content {
    width: 1024px;
    margin: 0 auto;
}

#centre {
    width: 900px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#centre a {
    text-decoration: none;
    color: #101010;
}

#maCarte, #maCarte2 {
    width: 650px;
    height: 350px;
}

#gallery img {
    width: 300px;
}

#gallery {
    display: inline-block;
    width: 370px;
    vertical-align: top;
}

#agenda {
    display: inline-block;
    width: 420px;
    vertical-align: top;
}

article header {
    text-align: right;
    text-style: italic;
}

#agenda header h3 {
    text-align: right;
}

#agenda article {
    border-top: solid black 1px;
}

#menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100px;    
    vertical-align: top;
    text-align: right;
    border-left: solid black 1px;
    border-bottom: solid black 1px;
    border-bottom-left-radius: 400px;
    -moz-border-radius-bottomleft: 400px 600px;
}

#menu ul {
    list-style-type: none;
}

#menu ul li a {
    text-decoration: none;
    color: gray;
}

#menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu ul li a.selected {
    background-color: beige;
}
#menu ul li a:hover {
    background-color: beige;
}

#menu ul li:nth-last-child(1) {
    padding-bottom: 70px;
}


footer {
    border-top-width:2px;
    border-bottom-width:2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;    
    margin-top: 20px;
    padding:6px;
    text-align:center;
    font-family: serif;
}