body{
margin:0;
padding:0;
background:#fff; 
font-family: Arial, Helvetica, sans-serif;
}

/* Main */

img {
  vertical-align:middle;
}

#menu
{
        margin-right: auto;
        margin-left: auto;
        width: 1000px;
        margin-top: 2px;
        padding: 5px 0 7px 0;
        list-style: none;
        background: #515151;
        background: -moz-linear-gradient(#000, #515151);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #515151),color-stop(1, #000));
        background: -webkit-linear-gradient(#000, #515151);
        background: -o-linear-gradient(#000, #515151);
        background: -ms-linear-gradient(#000, #515151);
        background: linear-gradient(#000, #515151);
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
        float: left;
        padding: 0 0 10px 0px;
        position: relative;
}

#menu a
{
        float: left;
        height: 18px;
        padding: 0 10px;
        color: #ccc;
        text-transform: uppercase;
        font: bold 11px/22px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
        color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 99999;
    background: #000;
    background: -moz-linear-gradient(#000, #515151);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #515151),color-stop(1, #000));
    background: -webkit-linear-gradient(#000, #515151);
    background: -o-linear-gradient(#000, #515151);
    background: -ms-linear-gradient(#000, #515151);
    background: linear-gradient(#000, #515151);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #515151111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #515151111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #515151111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 8px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 11px;
        width: 150px;
}

#menu ul a:hover
{
    background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}


#copyright {
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 11px;
color: #ccc;
}

#pied
{
text-align:right;
height: 20px;
        margin-right: auto;
        margin-left: auto;
        width: 946px;
        margin-top: 2px;
        padding: 5px 0 7px 0;
        list-style: none;
        background: #515151;
        background: -moz-linear-gradient(#000, #515151);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #515151),color-stop(1, #000));
        background: -webkit-linear-gradient(#000, #515151);
        background: -o-linear-gradient(#000, #515151);
        background: -ms-linear-gradient(#000, #515151);
        background: linear-gradient(#000, #515151);
        -moz-border-radius: 15px;
        border-radius: 15px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#image-index
{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px; 
        width: 1000px;
        height: 631px;
        margin-top: 0 0 10px 0;
        padding: 0 0 7px 0;
        list-style: none;
        background-image:url(images-index/photo-book.jpg) ;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 2px 2px 2px 2px #9c9c9c;
        -webkit-box-shadow: 2px 2px 2px 2px #9c9c9c;
        box-shadow: 2px 2px 4px 4px #9c9c9c;
}

#image-index-h
{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px; 
        width: 427px;
        height: 630px;
        margin-top: 0 0 10px 0;
        padding: 0 0 7px 0;
        list-style: none;
        background-image:url(images-index/photo-book.jpg) ;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 2px 2px 2px 2px #9c9c9c;
        -webkit-box-shadow: 2px 2px 2px 2px #9c9c9c;
        box-shadow: 2px 2px 4px 4px #9c9c9c;
}


#box
{
        margin-right: auto;
        margin-left: auto;
        width: 946px;
        list-style: none;
        background: #e2e2e2;
        background: -moz-linear-gradient(#fff, #e2e2e2);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #e2e2e2),color-stop(1, #fff));
        background: -webkit-linear-gradient(#fff, #e2e2e2);
        background: -o-linear-gradient(#fff, #e2e2e2);
        background: -ms-linear-gradient(#fff, #e2e2e2);
        background: linear-gradient(#fff, #e2e2e2);

        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 2px 2px 2px 2px #9c9c9c;
        -webkit-box-shadow: 2px 2px 2px 2px #9c9c9c;
        box-shadow: 2px 2px 4px 4px #9c9c9c;
}

#box-galerie
{
        margin-right: auto;
        margin-left: auto;
        padding: 2px 0 0 20px;
        width: 920px;
        list-style: none;
        background: #e2e2e2;
        background: -moz-linear-gradient(#fff, #e2e2e2);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #e2e2e2),color-stop(1, #fff));
        background: -webkit-linear-gradient(#fff, #e2e2e2);
        background: -o-linear-gradient(#fff, #e2e2e2);
        background: -ms-linear-gradient(#fff, #e2e2e2);
        background: linear-gradient(#fff, #e2e2e2);

        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 2px 2px 2px 2px #9c9c9c;
        -webkit-box-shadow: 2px 2px 2px 2px #9c9c9c;
        box-shadow: 2px 2px 4px 4px #9c9c9c;
}


p {
margin: 10px 100px 10px 70px;
font-family: Arial, Helvetica, sans-serif; 
text-align:justify;
font-size: 12px;
line-height: 18px;
color: #3d3d3d;
text-decoration:none;
font-weight:none ;
}

a.link{
font-size:9px;
}

h1{
display:block; zoom:1;
padding: 5px 0 5px 7px;
margin: 0;
font-family: "lucida grande",geneva,arial;
font-size: 14px;
color:#000;
font-weight:bold ;

line-height:22px;
}

h2{
display:block; zoom:1;
margin-left:50px;
padding: 10px 0 0 4px;
font-family: "lucida grande",geneva,arial;
font-size: 12px;
color:#000;
font-weight:bold ;
line-height:15px;
}

