/* Html, Body and master rules
*************************************************************************************
********************************************************************************** */
* {
    margin:0;
    padding:0;
}

img {
    padding:2px;
    margin:0 2px 0 0;
    border:1px solid #ccc;
}

a:hover img {
    border:1px solid #000;
}

img.nodeco {
    padding:0;
    border:0;
}

a:hover img.nodeco {
    border:0;
}

fieldset {
    border:0;
}

html, body {
    height:100%;
    font-size:100%;
}

body {
    font:1em Helvetica, Arial, sans-serif;
    color:#000;
    background:#f0f0f0;
    behavior:url("css/frontend/csshover.htc"); /* Hack IE menu deroulant */
}

/* Blocs (sizes  & disposition)
*************************************************************************************
********************************************************************************** */
#container {
    position:relative;
    margin:0 auto;
    width:880px;
    height:100%;
    background:#fff url("img/bg_container.jpg") repeat-y;
}
html>body #container {
  height:auto;
  min-height:100%;
}

#header {
    width:100%;
    height:220px;
}
#header.header_fr {
    background:#fff url("img/bg_header.jpg") no-repeat;
}
#header.header_en {
    background:#fff url("img/bg_header_en.jpg") no-repeat;
}

#menu {
    position:absolute;
    top:150px;
    right:22px;
}

#content {
    height:350px;
    margin:0 20px;
    padding:20px 60px;
    background:url("img/bg_fioriture.jpg") no-repeat 150px bottom;
}
html>body #content {
  height:auto;
  min-height:350px;
}

#debug {
    position:relative;
    bottom:90px;
    left:0;
    padding:50px;
    color:#0f0;
    background:#000;
}

#footer {
    position:absolute;
    bottom:0;
    left:22px;
    width:836px;
    height:30px;
    background:#ddb498;
}

/* Header layout
*************************************************************************************
********************************************************************************** */
h1#header_title {
    position:absolute;
    top:0;
    left:0;
    margin-top:-10000px;
}

/* Menu layout
*************************************************************************************
********************************************************************************** */
#menu ul li {
    font:bold 0.6875em Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-variant:small-caps;
    list-style:none;
}

#menu ul li#item1 {
    position:absolute;
    top:4px;
    right:238px;
}
#menu ul li#item2 {
    position:absolute;
    top:4px;
    right:142px;
}
#menu ul li#item3 {
    position:absolute;
    top:4px;
    right:20px;
}

#menu ul.niveau1 li.sousmenu ul.niveau2 li {
    clear:both;
    font-size:1em;
    line-height:1.125em;
    padding:7px 15px;
    z-index:95;
}

#menu ul.niveau1 ul.niveau2 {
    position:absolute;
    top:1.5em;
    left:0;
    margin-top:-10000px;
    padding:5px 0;
    background:#a6a6a6;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
    margin-top:0;
}

#menu a:link, 
#menu a:visited {
    display:block;
    color:#bd6b46;
    text-decoration:none;
}
#menu a:hover {
    color:#ddb498;
}

/* Content layout
************************************************************************************
********************************************************************************* */
/* GENERAL */
#content {
    color:#a27963;
    z-index:90;
}

/* TITLES */
#content h1 {
    margin:0 0 12px 0;
    font-size:1.675em;
    font-weight:normal;
    line-height:1em;
    letter-spacing:-1px;
}

#content h2 {
    margin:0 0 12px 0;
    font-size:1.5625em;
    font-weight:normal;
    line-height:1em;
    letter-spacing:-1px;
}

#content h3 {
    margin:0 0 12px 0;
    font-size:1.125em;
    font-weight:normal;
    line-height:1em;
}

#content h4 {
    margin:0 0 12px 0;
    font-size:1em;
    font-weight:bold;
    line-height:1em;
    letter-spacing:-1px;
}

/* TEXT & LINKS */
#content p, 
#content address {
    margin:0 0 12px 0;
    font-size:0.75em;
    font-style:normal;
    line-height:1.5714em;
}
#content p.homepage {
    margin:0 0 0 0;
    font-family:arial;
    text-align:justify;
    line-height:13px;
}
#content p.calendar_para {
    width:190px;
    height:95px;
    margin-top:15px;
    padding-left:100px;
    line-height:1.75em;
    background:url("img/bg_calendar.jpg") no-repeat center left;
}

#content a:link, 
#content a:visited {
    color:#a27963;
    text-decoration:underline;
}
#content a:hover {
    text-decoration:none;
}

#content acronym, 
#content abbr {
    cursor:help;
    border-bottom:1px dotted #000;
}

/* LISTS */
#content ul, 
#content ol {
    margin:0 0 12px 30px;
}
#content ul {
    list-style:outside;
}
#content ol {
    list-style:outside decimal;
}
#content li {
    font-size:0.875em;
    line-height:1.5em;
}

#content ul.link-list {
    margin:25px 0 0 0;
    list-style-type:none;
}
#content ul.link-list li {
    font-size:11px;
}
#content ul.link-list li a:link, 
#content ul.link-list li a:visited {
    color:#ddb498;
}

/* FORMS */
#content fieldset {
    padding:5px 0;
}
#content label {
	float:left;
    width:6.5em;
    margin:4px 0;
    padding:4px 8px 4px 0;
    font-size:0.875em;
    font-weight:bold;
    text-align:right;
    cursor:pointer;
}

#content input.text_input, 
#content textarea {
    width:250px;
    margin:4px 0;
    padding:4px;
    border:1px solid #aaa;
}
#content input.text_input:focus, 
#content textarea:focus {
    border:1px solid #303030;
}
#content input.img_input {
    margin:4px auto;
}

/* NEWS */
#content .news_header {
    margin:0 0 10px 0;
    border-bottom:2px solid #ddd;
}
#content .news_header h2 {
    font-size:1.8125em;
    margin:0;
}
#content .news_header h2 a:link, 
#content .news_header h2 a:visited {
    text-decoration:none;
}
#content .news_header h2 a:hover {
    color:#92795b;
}
#content .news_header p {
    margin:4px 0 5px 3px;
    color:#888;
    font-size:0.875em;
    line-height:1em;
}

#content .news_content {
    margin:25px;
}

#content .news_content strong {
    font-size:1.15em;
    font-weight:bold;
}

/* STUFFS */
#content a:link#blue_link, 
#content a:visited#blue_link {
    float:left;
    height:155px;
    width:190px;
}
#content a:link#yellow_link, 
#content a:visited#yellow_link {
    float:right;
    height:155px;
    width:190px;
}
#content a:link#green_link, 
#content a:visited#green_link {
    float:left;
    height:155px;
    width:190px;
}
#content a:link#red_link, 
#content a:visited#red_link {
    float:right;
    height:155px;
    width:190px;
}

/* Footer layout
*************************************************************************************
********************************************************************************** */
#footer p {
    padding:8px 0 0 0;
    font-size:0.6875em;
    text-align:center;
    color:#a0664e;
}

#footer a:link, 
#footer a:visited {    
    text-decoration:none;
    color:#a0664e;
}
#footer a:hover, 
#footer a:focus {
    color:#fff;
}

/* Useful Stuff
*************************************************************************************
********************************************************************************** */
hr {
    display:none;
    visibility:hidden;
}

.center {
    display:block;
    margin:auto;
    text-align:center;
}

.bigger {
    font-size:1.15em;
    font-weight:bold;
}

.break, .break_footer {
    clear:both;
    font-size:1px;
}
.break_footer {
    width:100%;
    height:30px;
}

.justify {
    text-align:justify;
}

.align_right {
    text-align:right;
}

.img_left {
    float:left;
    margin:0 10px 0 0;
}

.img_right {
    float:right;
    margin:0 0 0 10px;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

