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

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

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

p {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 21px;
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
line-height: 150%;
}

.soustitre {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
font-weight: normal;
text-decoration: none;
text-align: center;
line-height: 85%;
margin-bottom: 13px;
margin-top: -4px;
}

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

.byline {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
margin-top: -7px;
line-height: 110%;
}

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

.legende {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-top: -35px;
font-size: 15px;
line-height: 120%;
text-align: center;
}
.tunda {
margin-top: -50px;
text-align: center;
}

.tunda2 {
margin-top: -30px;
text-align: center;
}


table {
border-collapse: collapse;
}

a img {
border: none;
}

.creatives {
text-align: center;
}
/* ~~   site's links styling follow  this strict order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #42413C;
text-decoration: underline;
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
/* ~~ Fixed width container, surrounds all other blocks ~~ */
.container {
width: 960px;
background: #fff;
margin: 0 auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
background: #fff;
text-align: center;
}
/* ~~ Columns layout    */
.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;
}

/* ~~ Grouped selector giving the lists in the .content area space ~~ */
.content ul, .content ol {
padding: 0 15px 15px 40px;
}

/* ~~ The footer ~~ */
footer {
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  support  to display:block so browsers know how to render them   properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}