/* ------- ty breiz ---- css -------- */


/* ------- global -------- */

* {
margin: 0;
border: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
font-size: 1em;
}

html {
height: 100%;
}

body {
width: 100%;
height: 100%;
background: #39c url(tybreiz_imports/tybreiz-fond3.jpg) 50% 50% no-repeat;
}

#global {
position: relative;
width: 930px;
margin: 0 auto;
background-color: transparent;
}

hr {
clear: both;
visibility: hidden;
width: 5px; height: 1px;
}

.inv {
display: none;
}


/* ------- header -------- */


#header {
position: relative;
top: 20px;
left: 0;
width: 930px;
height: 120px;
background: transparent url(tybreiz_imports/tybreiz-header-fond.png) 0 0 no-repeat;
}

#header a {
display: block;
width: 300px;
height: 120px;
background: transparent url(tybreiz_imports/tybreiz-header-logo.png) 0 0 no-repeat;
}

#header h1, #header a span {
display: none;
}


/* ------- menu -------- */

#menu {
position: absolute;
top: 47px;
right: 0;
height: 32px;
background-color: transparent;
}

#menu ul {
font-size: 0.9em;
list-style-type: none;
}

#menu li {
float: left;
margin-right: 15px;
}

#menu li a {
display: block;
padding: 0 5px;
padding-top: 10px;
height: 32px;
text-align: center;
color: #336;
text-decoration: none;
background: transparent url(tybreiz_imports/menu-fond1.png) 0 0 repeat-x;
}

#menu li a:hover, #menu li a.menuactif {
color: #39c;
background: transparent url(tybreiz_imports/menu-fond2.png) 0 0 repeat-x;
}


/* ------- sous-menus -------- */


#submenu {
float: left;
width: 170px;
background-color: transparent;
}

#submenu ul {
font-size: 0.9em;
list-style-type: none;
}

#submenu li {
margin-bottom: 10px;
}

#submenu li a {
display: block;
padding: 5px;
height: 20px;
width: 170px;
line-height: 20px;
text-align: left;
color: #39c;
text-decoration: none;
background: transparent url(tybreiz_imports/bg-alpha.png) 0 0 repeat;
}

#submenu li a:hover, #submenu li a.subactif {
color: #fff;
background: transparent url(tybreiz_imports/bg-bleu.png) 0 0 no-repeat;
}
#submenu li a.subactif:hover {color: #6cf;}

/* -- green + vin -- */

#submenu li a.green {color: #060;}
#submenu li a.green:hover, #submenu li a.subactifgreen {
color: #fff;
background: transparent url(tybreiz_imports/bg-vert.png) 0 0 no-repeat;
}
#submenu li a.subactifgreen:hover {color: #9f9;}

#submenu li a.vin {color: #603;}
#submenu li a.vin:hover, #submenu li a.subactifvin {
color: #fff;
background: transparent url(tybreiz_imports/bg-vin.png) 0 0 no-repeat;
}
#submenu li a.subactifvin:hover {color: #f9c;}


/* ------- contact -------- */


#submenu p.contact {
font-size: 0.8em;
line-height: 1.4em;
font-weight: bold;
padding: 10px;
margin-bottom: 15px;
color: #39c;
background: transparent url(tybreiz_imports/bg-alpha.png) 0 0 repeat;
}

#submenu p.contact strong {
font-weight: bold;
color: #339;
}

span.fade {
color: #6cf;
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.alpha(opacity=50); 
}

#submenu p.contact a {
text-transform: uppercase;
color: #339;
}
#submenu p.contact a:hover {
color: #39c;
text-decoration: none;
}

#contact-img {
float: left; margin-left: 15px;
width: 600px;
}

/* ------- content -------- */


#content {
position: relative;
top: 30px;
left: 90px;
width: 840px;
margin-bottom: 15px;
}

#content p, p {
font-size: 0.9em;
margin-bottom: 15px;
line-height: 1.4em;
color: #555;
}

#content h2 {
font-size: 1em;
line-height: 1.8em;
color: #777;
}

#content li {
font-size: 0.8em;
line-height: 1.4em;
color: #555;
list-style-type: none;
}

#content ul {
margin-bottom: 15px;
}

#content a {color: #39c;}
#content a:hover {text-decoration: none;}

#histoire {
float: left;
width: 380px;
margin-left: 20px;
padding: 10px;
background: transparent url(tybreiz_imports/bg-alpha.png) 0 0 repeat;
}

#histoire h1 {
font-size: 1.4em;
margin-bottom: 10px;
color: #339;
}

#histoire h1.vin {color: #603;}

#histoire p {
font-size: 0.9em;
color: #555;
}

#illustration {
float: left;
width: 230px;
margin-left: 10px;
background-color: transparent;
}

#illustration img {
border: #fff 1px solid;
margin-bottom: 15px;
}

#evenements {
float: left;
width: 600px;
margin-left: 20px;
margin-bottom: 10px;
padding: 10px;
background: transparent url(tybreiz_imports/bg-alpha.png) 0 0 repeat;
}

#evenements h1 {
font-size: 1.4em;
margin-bottom: 10px;
color: #060;
}

#evenements p {
margin-bottom: 15px;
font-size: 0.9em;
color: #555;
}

#illustration-event {
clear: both;
width: 620px;
margin-left: 190px;
background-color: #fff;
}

#evenements div.col-small {
float: left;
width: 340px; 
margin-right: 40px;
}

#evenements div.col-actu {
float: left;
width: 170px;
padding: 10px;
margin-bottom: 15px;
background-color: #fff;
border: #ddd 1px solid;
}



/* ------- images -------- */


a.gallery {
float: left;
border: 1px #fff solid;
margin: 0 22px 20px 0;
}

a.gallery:hover {
border: 1px #000 solid;
opacity: 0.8;
filter: progid:DXImageTransform.Microsoft.alpha(opacity=80); 
}

#presse-vignettes {
float: left;
width: 420px;
}

#presse-preview {
float: left;
width: 380px;
margin-left: 10px;
}


/* ------- mentions -------- */

#mentions {
padding: 20px;
background: transparent url(tybreiz_imports/bg-alpha.png) 0 0 repeat;
}

#mentions h1 {
font-size: 1.2em;
margin-bottom: 20px;
color: #39c;
}

#mentions h2 {
margin-bottom: 5px;
margin-top: 20px;
color: #339;
}

#mentions p {
width: 560px;
margin-bottom: 10px;
}

#mentions p a {
color: #39c;
text-decoration: underline;
}

#mentions p a:hover {
text-decoration: none;
}


/* ------- footer -------- */

#footer {
position: relative;
top: 30px;
left: 85px;
width: 845px;
padding-top: 5px;
border-top: #fff 1px solid;
}

#footer p {
font-size: 0.7em;
color: #fff;
margin: 0;
}

#footer p a {
color: #336;
text-decoration: underline;
}

#footer p a:hover {
text-decoration: none;
}



