/* {{{ reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
pre {
    font-size: 12px;
}
a:focus {
    outline: 0;
}
/* }}} */

body {
    font-family: Verdana, sans-serif;
    font-size: 65%;
    color: #A3A3A3;
}

.hasFlash {
    height: 100%;
    overflow: hidden;
}

.hasFlash body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #eee;
}

.hasFlash div#site_content {
    height: 100%;
}

/* {{{ titres */

h1 {
    text-indent: -9999px;
    background: #fff url(../images/logo.gif) no-repeat;
    width: 284px;
    height: 57px;
}

h2 {
    position: absolute;
    left: 284px;
    top: 37px;
}

h3, dt {
    font-size: 200%;
}

h3.nom {
    position: absolute;
    top: 150px;
    left: 20px;
}
/* }}} */

/* {{{ menus */

#menu {
    position: absolute;
    top: 250px;
    left: 20px;
    margin-right: 55px;
    list-style-type: none;
}

#menu>li {
    margin-bottom: 30px;
}

#menu li.normal {
    margin-bottom: 0px;
}

#menu_galeries {
   position: absolute;
   top: 250px;
   left: 150px;
}

strong {
    font-weight: bold; 
     color: #A3A3A3;
}

li.active a {
    color: #424242;
}
/* }}} */

/* {{{ photos */

#grande img {
    position: absolute;
    top: 115px;
    bottom: 140px;
    left: 290px;
}

div#petite {
    position: absolute;
    bottom: 40px;
    left: 290px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: auto;
}

#petite img {
     display: inline;
     margin-right: 2px;
     margin-top: 10px;
}

#navigation {
    position: absolute;
    bottom: 10px;
    left: 290px;
}
/* }}} */

/* {{{ page contact-liens */

.contact_links {
    position: absolute;
    top: 220px;
    left: 290px;
}

dl {
    margin: 20px 0px;
}
/* }}} */

/* {{{ liens */

a {
     text-decoration: none;
     color: #A3A3A3
}

a:hover {
     color: #836F81;
}
/* }}} */
