/* banjo/inc/main.css MDO */


body {
margin : 0;
padding : 0;
font-family : "trebuchet MS", tahoma, verdana, arial, "sans serif";
background-color : #F0FFB5;
}
blockquote {
display : block;
font-style : italic;
margin-left : 3em;
margin-right : 3em;
}
p {
padding-left : 2%;
padding-right : 2%;
}
pre {
display : block;
font-family : "lucida console", "courrier new", monospace;
white-space : pre;
border-width : thin;
border-style : solid;
background : #E5E5E5;
}
hr {
color : green;
margin-left : 1%;
margin-right : 1%;
}
h1, h2, h3, h4, h5, h6 {
display : block;
font-weight : bold;
color : green;
}
h1 {
text-align : center;
margin-top : 0;
margin-bottom : 0;
font-size : 200%;
}
h2 {
font-size : 180%;
}
h3 {
font-size : 160%;
}
h4 {
font-size : 140%;
}
h5 {
font-size : 120%;
}
h6 {
font-size : 100%;
}
table {
border-collapse : collapse;
width : 100%;
}
table, th, td {
padding : 5px;
}
th {
background-color : #4CAF50;
color : white;
}
tr:hover {
/* background-color : #f5f5f5; */
}
tr:nth-child(odd) {
background-color : #dddddd;
}
a:link {
color : blue;
text-decoration : underline;
}
a:visited {
color : navy;
text-decoration : underline;
}
.admin {
font-family : verdana, arial, "sans serif";
font-size : 80%;
}
.blanc, .blanc_centrer {
color : white;
}
.blanc_centrer, .centrer {
text-align : center;
}

.info_entete, .info_corps, .info_separateur {
padding : 0;
padding-left : 4px;
}
.info_entete {
font-size : x-large;
background-color : green;
color : white;
}
.info_separateur {
background-color : white;
}
.menu_title_large {
font-size : 120%;
text-align : center;
}
.remarque {
font-family : verdana, arial, sans-serif;
font-weight : bold;
display : block;
background : blue;
color : white;
border-width : thin;
border-style : solid;
}
.titre{
	text-align:center;
	text-shadow: 0px 0px white;
	font-size:250%;
    color: white;
}
.titre:before{
	content:"Atelier de banjo ténor et mandoline irlandaise";
}
.titre:after
{
   content:"";
}

.txt_left {
text-align : left;
}
.txt_right {
text-align : right;
}
.txt_small {
font-size : 20%;
}

.u {
text-decoration : underline;
}

#frame_header {
background : green;
background-image : url("img/mando-martin-01.jpg");
background-position : center;
background-repeat : no-repeat;
margin-left : 15%;
width : auto;
padding : 0;
}
#frame_menu {
width : 15%;
background : aqua;
color : olive;
float : left;
position : fixed;
overflow : auto;
top : 0;
bottom : 0;
}
#frame_main {
margin-left : 15%;
margin-top : 0;
width : auto;
position : relative;
overflow : auto;
}