/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
color: #21218C;
background-color: #38B4A4;
}


/*conteneurs*/
#master {
width: 80%;
margin: 30px auto 30px auto;
border: 1px solid #ffffff;
padding: 3px;
}
#master_index {
width: 762px;
margin: 10px auto 10px auto;
border: 0;
padding: 3px;
}

#accroche {
position: absolute;
height: 12px;
top: 50p;
left: 166px;
font-size: 9px;
color: #38B4A4;
}

#menu {
margin: 10px 20px 0 0;
padding: 6px;
float: left;
}

#nav {
width: 90px;
left: 17px;
top: 105px;
margin-top: 20px;
}
#nav li {
margin-bottom: 14px;
padding: 0;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
} 
#nav li a { 
color: #21218C;
font-weight: bold;
text-decoration: none; 
display:block;
height:30px; 
width:90px;
border-right: #38B4A4 3px solid;
} 
#nav a:hover {
color:#ffffff;
background-color:#38B4A4;
width:87px;
border-right: #2936e2 3px solid;
}

#texte {
margin: 60px 40px 20px 40px;
padding-bottom: 20px;
}


/*attributs images*/
img {
border: 0;
background-color: #38B4A4;
}
.bord_1 { 
border: 2px solid #000000;
}



/*attributs texte*/
input.fond {
background-color: #CC9900;
}

h1 {
font-size: 1.44em;
font-weight: bold;
}
h2 {
color: #000000;
padding: 3px 3px 3px 20px;
background-color: #f6f1fb;
border: 2px solid #cccccc;
-moz-border-radius:10px;
border-radius:10px;
font-size: 1.2em;
text-align: left;
}

p {
font-size: 1em;
}
.gras {
font-weight: bold;
}
.italic {
font-style: italic;
}
.c {
text-align: center;
}
.jus {
text-align: justify;
}
.right {
text-align: right;
}
.left {
text-align: left;
}

.f_right {
float: right;
}
.f_left {
float: left;
}

.rouge {
font-weight: bold;
color: #cc0000;
}
.brown {
font-weight: bold;
color: #663300;
}
.transp {
color: #38B4A4;
}

.size4 {
font-size: 3.6em;
font-weight: bold;
font-style: italic;
}


/*attributs liens*/
a:link {
color: #c80000;
text-decoration: none;
border-color: #683868;
font-weight: bold;
background-color: transparent;
}
a:visited {
color: #c80000;
text-decoration: none;
border-color: #683868;
font-weight: bold;
background-color: transparent;
}
a:hover {
color: #ffffff;
}


table a:hover, img a:focus {
text-decoration: none;
background-color: transparent;
}


/*attributs divers*/
hr {
clear: both;
margin: 10px;
visibility: hidden;
}
.visible {
visibility: visible;
}

table {
border: 0;
border-collapse: collapse;
text-align: center;
margin: auto;
}
td {
text-align: center;
padding: 6px;
border: 0;
}
