@charset "UTF-8";
body {

background: #fff;
margin: 0;
padding: 0;
color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {  
padding: 0;
margin: 0;
}
h1, h2 {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 21px;
text-align: center;
margin-top: 0;  
padding-right: 15px;
padding-left: 15px;  
}

h3, h4 {
 font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
text-align: left;
margin-top: 0;  
padding-right: 15px;
padding-left: 15px;  
}

h5, h6  {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
text-align: left;
margin-top: 0;  
padding-right: 15px;
padding-left: 15px;  
}

 p {
 font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
margin-top: 0;  
padding-right: 15px;
padding-left: 15px;  
}
a img {  
border: none;
}
/* ~~ Styling for   links must remain in this order -   ~~ */
a:link {
color: #42413C;
text-decoration: none;  
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus {  
text-decoration: underline;
}
/* ~~ Fixed width container surrounds all other blocks ~~ */
.container {
width: 960px;
background: #fff;
margin: 0 auto;  
}
 
header {
background: #fff;
text-align: center;
}
 
.sidebar1 {
float: left;
width: 180px;
background: #fff;
padding-bottom: 10px;
}
.content {
padding: 10px 0;
width: 600px;
float: left;
}
aside {
float: left;
width: 180px;
background: #fff;
padding: 10px 0;
}
.byline {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
}

.notes {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
}

.creatives {
text-align: center;
}

.legende {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
font-weight: bold;
}
.copyrights {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
}

.ssection {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
text-align: center;
font-variant: small-caps;
font-weight: bold;
}
.titres {
font-family: Verdana, Geneva, sans-serif;
font-size: 19px;
text-align: center;
font-weight: bold;
font-variant: small-caps;
}

.bindoy {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
font-weight: bold;
color: #0D872A;
font-variant: small-caps;
text-decoration: none;
text-align: center;
}
/* ~~ Grouped selectors for  lists in the .content area space ~~ */
.content ul, .content ol {
padding: 0 15px 15px 40px;  
}

 
/* ~~ The footer ~~ */
footer {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
text-align: center;
padding: 10px 0;
background: #fff;
position: relative; 
clear: both;  
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {   
float: right;
margin-left: 8px;
}
.fltlft {  
float: left;
margin-right: 8px;
}
.clearfloat {  
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

/* HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}