@charset "UTF-8";
body {
 background: #fff;
margin: 0;
padding: 0;
color: #000;
}

/* responsive design media queries */
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

/* ~~ 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: 18px;
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;
}

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

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

.fNyaamo {
    float: right;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

.fNano {
    float: left;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

 .titre {
	color: #FF3;
	font-variant: small-caps;
	font-weight: bold;
}

 .tunda {
margin-top: -50px;
text-align: center;
}

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

.rubriques {
font-family: Verdana, "Arial Black", Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

.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: -4px;
line-height: 110%;
}

table {
border-collapse: collapse;
}

a img {
border: none;
}

img {
   padding:1px;
   border:1px solid #021a40;
}
.creatives {
text-align: center;
}

.manchettes {
font-family: Verdana, "Arial Black", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;}

.manchettes2 {
margin-top: -5px;
margin-bottom: +7px;
text-align: center;
}

.notes {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
/* ~~   site's links styling follow  this strict order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #562A2A;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: underline;
background: #C1AF36;
}
/* ~~ 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;
text-align: center;
}
/* ~~ 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;
}

/*responsive image 
img { max-width: 100%; }*/

@media (min-device-width:600px) {
    img[data-src-600px] {
        content: attr(data-src-600px, url);
    }
}
@media (min-device-width:800px) {
    img[data-src-800px] {
        content: attr(data-src-800px, url);
    }
}
/*responsive video */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*responsive typography */

html { font-size:100%; }

@media (min-width: 640px) { body {font-size:1rem;} } 
@media (min-width:960px) { body {font-size:1.2rem;} } 
@media (min-width:1100px) { body {font-size:1.5rem;} }