/* Start of CMSMS style sheet 'Cantellerie - screen' */
/* 

Design for "www.lacantellerie.be" by Guzabi (http://www.guzabi.net/)
based on "andreas01". Original credits below :

andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Screen layout: */


body {
margin: 0 auto;
padding: 0;
font: 0.75em Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(uploads/cantellerie/bg.gif) top center repeat-y;
}

#wrap {
margin: 0 auto;
width: 780px;
}

#header {
clear: both;
margin: 0 0 15px 0;
padding: 0 10px 0 10 px;
height: 100px;
width: 780px;
background: #900 url(uploads/cantellerie/title.gif) no-repeat 10px top;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 10px;
padding: 0;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
}	

#avmenu li {
margin-bottom: 1px;
}


/* first level */

#avmenu li a {
font-weight: normal;
font-size: 110%;
text-decoration: none;
color: #900;
display: block;
padding: 2px 1px 2px 2px;
background: #FBF8DB;
border-left: 4px solid #EFDD9B; 
width: 142px;
}	
	
#avmenu li a:hover {
background: #EFDBA1;
border-left: 4px solid #900;
}

#avmenu li a.menuactive {
font-weight: bold;
border-left: 4px solid #900;
background: #EFDBA1;
}


/* second level */

#avmenu ul ul {
margin: 0;
}

#avmenu li li a {
font-weight: normal;
font-size: 95%;
text-decoration: none;
color: #600;
display: block;
padding: 3px 0 2px 24px;
background: #FBF8DB;
border-left: 4px solid #EFDD9B; 
width: 121px;
}	

#avmenu li li a:hover {
background: #EFDBA1;
border-left: 4px solid #900;
}

#avmenu li li a.menuactive {
font-weight: bold;
border-left: 4px solid #900;
background: #EFDBA1;
}


/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}

/* Module de news (utilisation minimum, hein! */

.announce {
margin: 10px 0 10px 0;
padding: 8px;
width: 134px;
background-color: #FFFFF0;
border: 1px solid #FBEEB0;
font-size: 90%;
}

.announce h4 {
color: #900;
margin: 0 0 8px 0;
font-size: 110%;
}

.NewsSummaryPostdate {
font-weight: bold;
}

.NewsSummaryTitle {
font-weight: bold;
color: #900;
margin-bottom: 4px;
}

.NewsSummarySummary {
font-style: italic;
margin-bottom: 4px;
}

.moreafter {
border-bottom: 1px solid #EFCB7E;
margin-bottom: 5px;
padding-bottom: 5px;
}

/* Contenu et fin de page */

#content {
margin: 0 0 0 170px;
/*border-left: 1px solid #900;*/
padding: 0 10px 6px 10px;
text-align: left;
}

#content h2 {
color: #900;
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

h3 {
color: #900;
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #600;
}

a:hover {
text-decoration: underline;
color: #900;
}

a img {
border: 0;
}

#content li {
margin-bottom: 6px;
}

#footer {
clear: both;
margin: 6px auto 0 auto;
padding: 12px 0 12px 0;
background: #FFFFF0;
width: 780px;
text-align: center;
color: #808080;
font-size: 0.9em;
border-top: 1px solid #FBF087;
}

#footer a {
color: #795C5C;
text-decoration: none;
}

#footer a:hover {
color: #723D3D;
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

img.withborder {
border: 1px solid #900;
}


img.imgleft {
float: left;
margin-right: 6px;
border: 1px solid #900;
}

img.imgright {
float: right;
margin-left: 6px;
border: 1px solid #900;
}

img.imgrightnoframe {
float: right;
border: none; 
margin-left: 6px;
}

/* Formulaire de contact */

.contactform fieldset {
padding: 1em; 
background-color: #FFFFF0;
border: 0;
} 

.contactform fieldset legend {
font-weight: bold;
} 

.contactform div {
width: 100%; 
padding: 0.25em 0 0.25em 0;
} 

.contactform div label {
display: block; 
} 

.contactform div.required {
color: #600;
}
/* End of 'Cantellerie - screen' */

