@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

body {
    background-color: #eceae9;
    font-family: "Lato";
}

strong {
	font-weight:bold;
}

ul.cykia-menu-s {

}

ul.cykia-menu-s li
{
    display: inline-block;
    list-style: none outside none;
    padding-right: 10px;
}

ul.cykia-menu-s li li 
{
	list-style: none;
	float: none;
	display: block;	
}

ul.cykia-menu-s li a
{
	text-decoration:none;
	color:inherit;
	font-weight:bold;
	line-height:18px;
}

ul.cykia-menu-s li li a
{
	font-weight:normal;
	padding-left:10px;
}

#cykia-header {
	background-color: white;
}
#cykia-header .cykia-content {
    height: 106px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

#logo_mma {
    background-image: url("../img/2016_onglet_pointe_xl.png");
    background-position: right top;
    background-repeat: no-repeat;
	cursor:pointer;
    height: 73px;
    padding-left: 14px;
    padding-top: 33px;
    width: 204px;
}

#logo_mma div {
    background-image: url("../img/2016_mma.png");
    background-repeat: no-repeat;
    height: 45px;
    width: 139px;
}
#logo_legende {
    color: #807474;
	cursor:pointer;
    font-size: 17px;
    left: 236px;
    position: absolute;
    top: 22px;
}
#logo_legende span {
    font-size: 26px;
    font-weight: 900;
}

#logo_recherche {
	background-color: white;
    background-image: url("../img/2016_picto_loupe.png");
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 4px solid #ede7e6;
    border-radius: 5px;
    cursor: pointer;
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: 147px;
    top: 32px;
    transition: width 0.5s ease 0s;
    width: 34px;
}

#logo_recherche:hover {
    width: 250px;
}

#cse-search-box {
    padding-left: 34px;
}

#cse-search-box .label {
	display:none;
}

#cse-search-box input.query {
    border: medium none;
	height:34px;
    line-height: 34px;
    width: 215px;
}
#cse-search-box input.button {
	display:none;
}


#logo_menu {
	background-position: 12px 11px;
    background-repeat: no-repeat;
    border: 4px solid #ede7e6;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    height: 34px;
    left: 832px;
    line-height: 32px;
    padding-left: 38px;
    position: absolute;
    text-transform: uppercase;
    top: 32px;
    width: 62px;
}
#logo_menu.off {
	background-color: transparent;
    background-image: url("../img/2016_picto_menu.png");
    color: #6c6261;
}
#logo_menu.off:hover {
	background-color: #769bff;
	background-image: url("../img/2016_picto_menu_on.png");
	color:white;
}

#logo_menu.on {
	background-color: #769bff;
    background-image: url("../img/2016_menu_croix.png");
	color:white;
}
#cykia-menu {
	background-color: #eceae9;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: height 0.5s ease 0s;
    width: 100%;
    z-index: 3000;
}
#cykia-menu.off {
	height:0;
}
#cykia-menu.on {
	/*height:auto;*/
	height:1132px;
}
#cykia-menu .cykia-content {
    background-color: #769bff;
    color: white;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 105px;
    padding-left: 32px;
    padding-right: 32px;
    width: 960px;	
}
.supermenu_section {
    font-size: 34px;
    height: 36px;
    padding-left: 19px;
    padding-top: 13px;
}
.supermenu_onglets {
    padding-top: 21px;
}
.supermenu_onglet {
    border-right: 1px solid #dfe3f3;
    color: #dfe3f3;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    width: 227px;
}
.supermenu_onglet.off {
}
.supermenu_onglet.off:hover {
	background-color:#A0B9F2;
	text-decoration:underline;
}
.supermenu_onglet.on {
	background-color:#dfe3f3;
	color:#769bff;
}
.supermenu_modules {
    background-color: #dfe3f3;
    background-image: url("../img/2016_grille_modules.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 232px;
	overflow: hidden;
    padding-top: 26px;
    width: 100%;
}
.supermenu_modules.off {
	display:none;
}
.supermenu_modules.on {
	display:block;
}
.supermenu_module {
    background-color: #dfe3f3;
    cursor: pointer;
    float: left;
    height: 103px;
    margin-bottom: 8px;
    margin-left: 5px;
    overflow: hidden;
    padding-left: 33px;
    position: relative;
    width: 281px;
}
.supermenu_module.double {
	height: 205px;
}
.supermenu_module_titre {
    color: #294bb0;
    text-transform: uppercase;
    width: 170px;
}
.supermenu_module_texte {
    color: black;
    width: 170px;
}
.supermenu_module_image {
    left: 213px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 83px;
}
.supermenu_module_image img {
    max-width: 100%;
}
.supermenu_module.double .supermenu_module_titre {
}
.supermenu_module.double .supermenu_module_texte {
    width: 230px;
}
.supermenu_module.double .supermenu_module_image {
    left: 39px;
    top: 81px;
    width: 200px;
}
.supermenu_module.double .supermenu_module_image img {
}
.supermenu_colonne {
    float: left;
    width: 33.33%;
}
.supermenu_colonne.premier {
	clear: both;
}
.supermenu_colonne .cliquable {
	cursor:pointer;
}
.supermenu_colonne .cliquable:hover {
	text-decoration:underline;
}
.supermenu_soussection {
    padding-left: 19px;
    text-transform: uppercase;
}
.supermenu_videos {
}
.supermenu_video {
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 110% auto;
	cursor:pointer;
    height: 167px;
    margin-left: 20px;
    margin-top: 23px;
    width: 280px;
	transition: background-size 0.5s
}
.supermenu_video:hover {
	background-size:120% auto;
}

.supermenu_video_titre {
    background-color: rgba(84, 130, 255, 0.75);
    background-image: url("../img/2016_menu_video.png");
    background-repeat: no-repeat;
    font-size: 24px;
    height: 103px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 64px;
	opacity:1;
	transition:opacity 0.5s;
}
.supermenu_video_titre:hover {
	opacity:0;
}

.supermenu_articles {
    padding-left: 19px;
    padding-top: 18px;
}
.supermenu_article {
	cursor:pointer;
    margin-bottom: 14px;
    width: 276px;
}
.supermenu_article_titre {
    font-size: 22px;
    padding-bottom: 11px;
}
.supermenu_article_photo {
    height: 101px;
	background-position:center center;
    background-size:100% auto;
	transition: background-size 0.5s;
}
.supermenu_trafic.premier {
    margin-top: 21px;
}
.supermenu_article:hover .supermenu_article_titre {
	text-decoration:underline;
}
.supermenu_article:hover .supermenu_article_photo {
	background-size:110% auto;
}

.supermenu_trafic {
    border: 1px solid white;
	border-radius: 6px;
    cursor: pointer;
    line-height: 41px;
    margin-bottom: 9px;
    margin-left: 21px;
    text-align: center;
    text-transform: uppercase;
    width: 278px;
}
.supermenu_trafic:hover {
	background-color:white;
	color:#769bff;
}
.supermenu_socialtxt {
    clear: both;
    font-size: 22px;
    padding-bottom: 18px;
    padding-left: 21px;
    padding-top: 16px;
}
.supermenu_social {
    display: inline-block;
    padding-left: 19px;
    vertical-align: top;
}
.supermenu_social_facebook {
    background-image: url("../img/2016_menu_facebook.png");
    background-repeat: no-repeat;
	cursor:pointer;
    display: inline-block;
    height: 88px;
	margin-right: 10px;
	text-decoration: none;
    vertical-align: top;
    width: 88px;
}
.supermenu_social_twitter {
    background-image: url("../img/2016_menu_twitter.png");
    background-repeat: no-repeat;
	cursor:pointer;
    display: inline-block;
    height: 88px;
	margin-right: 10px;
	text-decoration: none;
    vertical-align: top;
    width: 88px;
}
.supermenu_social_youtube {
    background-image: url("../img/2016_menu_youtube.png");
    background-repeat: no-repeat;
	cursor:pointer;
    display: inline-block;
    height: 88px;
	text-decoration: none;
    vertical-align: top;
    width: 88px;
}
.supermenu_social_facebook:hover, .supermenu_social_twitter:hover, .supermenu_social_youtube:hover {
	opacity:0.7;
}

.supermenu_pied {
    display: inline-block;
    padding-left: 22px;
    vertical-align: top;
}
#folder30s3 {
}

#folder30s3 > li {
    border-right: 1px solid white;
    display: inline-block;
    min-height: 97px;
    padding-left: 16px;
    vertical-align: top;
    width: 141px;
}
#folder30s3 > li > a {
	display:none;
}
#folder30s3 > li > ul {
    padding-top: 22px;
}
#folder30s3 > li > ul > li {
    height: 33px;
}
#folder30s3 > li > ul > li > a{
}
#folder30s3 > li > ul > li > a:hover {
	text-decoration:underline;
}

/* fin super menu */
/* liste categories */

#liste_categories {
	padding-bottom:11px;
}

#liste_categories div {
	background-color: #dfe3f3;
    border-radius: 7px;
    color: #697892;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    border:1px solid #eceae9;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    width: 157px;
}

#liste_categories div:hover {
    background-color: white;
    border: 1px solid #6699ff;
	margin:0;
}

#liste_categories div.on {
	background-color:#6699FF;
	color:white;
}

/* fin liste categories */


#cykia-body {
    max-width: none;
    padding-top: 19px;
    width: 960px;
}
#cykia-body.off {
	display: none;
}

#cykia-left {
	width:0%;
	display:none;
}

#col1, #col2 {
    float: left;
    width: 320px;
}

#col2 {
}

#col3 {
    width: 320px;
}

#cykia-bottom {
	margin-top:10px;
	padding-bottom:10px;	
}

#cykia-footer {
}

#cykia-middle {
    width: 640px;
}
#cykia-right {
    width: 320px;
}


/* menu **/

#menumobile li a
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.30)), color-stop(40%, rgba(255, 255, 255, 0.15)), to(transparent));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.30),rgba(255, 255, 255, 0.15) 40%, transparent);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.15) 40%, transparent);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.30),rgba(255, 255, 255, 0.15) 40%, transparent);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.15) 40%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.15) 40%, transparent);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.30) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.30) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.1s linear -webkit-box-shadow;
	-moz-transition: 0.1s linear -moz-box-shadow;
	-ms-transition: 0.1s linear box-shadow;
	-o-transition: 0.1s linear box-shadow;
	transition: 0.1s linear box-shadow;
	text-decoration:none;
	margin:10px;
	padding:10px;
	padding-left:10px;
	display:block;
	background-color:#DDD;
	color:#444;
	font-weight:bold;
}

/* 1er niveau */
#menutop li ul 
{
    position:absolute;
    display:block;
    margin:0px;
    padding:0px;
    z-index:2000;
}

#menutop li a:active, #menutop li a:visited, #menutop li a:link 
{		
	display: list-item;
}

#menutop li
{
	list-style: none;
	float: left;
	display: block;	
}

/* 2ème niveau */

#menutop li ul
{
	visibility:hidden;
	list-style: none;
	display: block;
	height: auto;
}

#menutop li li
{
	float:none;
	list-style: none;
	display: block;
	width: auto;
}

#menutop li li a {
	text-align: left;
    	height: auto;
}

/*  IE bug */

* html #menutop li li
{
    display:inline;
    list-style: none;  
}

/*custom*/

#menumobile li li a {
	padding-left:40px;
}

#menumobile li li li a {
	padding-left:60px;
}

#menumobile li.selected a
{
	background-color:#444;
	color:#DDD;
}

#menumobile li.selected li a
{
	background-color:#DDD;
	color:#444;
}

#menumobile li li.selected a
{
	background-color:#444;
	color:#DDD;
}

/* nav horizontale dynamique*/

#menutop
{
	height:39px;
    	width:700px;
	padding:0;
	margin:0;
	margin-left:23px;
	background-image: url(/specific/skins/ew2011/img/nav-off.png);
	background-repeat:repeat-x;
	top:90px;
	/*left:0px;*/
	position:absolute;
}

#menutop a
{
	text-decoration: none;
}

#menutop li a
{
	height:39px;
	line-height:38px;
	margin-top:0;
	padding-top:0;
	background-image: url(/specific/skins/ew2011/img/separator.png);
	background-repeat:no-repeat;
	background-position:center right;
	color:#FFFFFF;
	padding-left: 16px;
	padding-right: 16px;
}

#menutop li ul
{
	background-image: url(/specific/skins/ew2011/img/bg-ssnav.png);
	margin-top:0px; 
}

#menutop li li
{
	padding-bottom:0px;
	padding-left:0px;
	background-image: none;
}

#menutop li li a
{
	font-size:11px;
	line-height:23px;
	text-transform:none;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
	background-image: url(/specific/skins/ew2011/img/puce-ssnav.png);
	background-repeat:no-repeat;
	background-position:22px 9px;
	margin-left:0px;
	margin-right:0px;
	color:#FFFFFF;
}

#menutop li li a:hover
{
	font-size:11px;
	text-transform:none;
	color:#EFEFEF;
}

#menutop li.selected li
{
	background-image: none;
}


#ct_filter_31 {
    background-color: white;
    background-image: url("/specific/skins/ew2011/img/alpha_bleufonce.png");
    clear: both;
    color: #ACB3C7;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 60px;
    padding-top: 20px;
}

#rssbanner {
    background-image: url("/specific/skins/ew2011/img/fil_info.png");
    background-repeat: repeat-x;
    bottom: -10px;
	cursor:pointer;
    left: 0;
    position: fixed;
    width: 100%;
	z-index:2000;
}
#rsscontainer {
    color: white;
    font-size: 13px;
    height: 59px;
    line-height: 59px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
#rssslider {
    position: absolute;
    top: 0;
}
#rssslider div{
    white-space: nowrap;
}

#cykia-top .cykia-content, #cykia-middle .cykia-content, #cykia-bottom .cykia-content {
    margin-left: 0;
    margin-right: 0;
}

.articles_list {
}
.articles_list .cols{
	/*
    background-image: url("/specific/skins/ew2011/img/cols.png");
    background-position: center top;
    background-repeat: repeat-y;
	*/
}
.articles_list .ct_entry {
    background-color: white;
    margin-bottom: 3px;
    margin-right: 3px;
}
.articles_list .ct_entry .content {
   position: relative;
}
#cykia-middle .articles_list .ct_entry .content.first {
margin-left: 0;
}
#cykia-right .cykia-content {
    margin-right: 0;
}
#cykia-middle .articles_list .ct_entry .content.last {
    margin-right: 0;
    padding-right: 0;
}
#cykia-right .articles_list .ct_entry .content.last {
margin-right: 0;
}
#cykia-right .articles_list .ct_entry .content {
	margin-left:0;
}
.articles_list .ct_entry .content .top {
    background-color: #dfe3f3;
}
.articles_list .ct_entry .content a {
    text-decoration: none;
}
.articles_list .ct_entry .content a.bouton {
    background-color: #769bff;
    border-radius: 2px;
	display:block;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}
.articles_list .ct_entry .content a.bouton:hover {
	text-decoration:underline;
}

.articles_list .ct_entry .content .top .category {
    background-image: url("../img/2016_onglet_pointe_blanc_a.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #6b6260;
	cursor:pointer;
    display: inline-block;
    font-size: 10px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 19px;
    text-transform: uppercase;
    vertical-align: top;
}
.articles_list .ct_entry .content .top .category div{
}

.articles_list .ct_entry .content .top .date {
    background-image: url("../img/2016_onglet_pointe_blanc_b.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #6b6260;
    display: inline-block;
    font-size: 10px;
    height: 29px;
    line-height: 26px;
    padding-left: 9px;
    padding-right: 20px;
    vertical-align: top;
}
.articles_list .ct_entry .content h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.articles_list .ct_entry .content h3 a {
    color: #4063bf;
	cursor:pointer;
}
#col0.articles_list .ct_entry .content h3 {
    font-size: 31px;
    margin-bottom: 13px;
}
.articles_list .ct_entry .content .photo {
    margin-bottom: 17px;
    margin-left: 18px;
    width: 280px;
    background-position: center center;
	background-repeat:no-repeat;
    background-size: 100% auto;
    height: 100px;
    transition: background-size 0.5s ease 0s;
}
.articles_list .ct_entry .content .top .category:hover {
	text-decoration:underline;
}
.articles_list .ct_entry .content h3 a:hover {
	text-decoration:underline;
}
.articles_list .ct_entry:hover .content .photo {
	background-size: 110% auto;
}
#col0.articles_list .ct_entry .content .photo {
    height: 270px;
    margin-bottom: 0;
    width: 602px;
	background-size: auto 100%;
}
#col0.articles_list .ct_entry:hover .content .photo {
	background-size: auto 110%;
}

#cykia-top #col0.articles_list .ct_entry .content .photo {
    background-color: #e0e3f4;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    width: 922px;
    height: auto;
}

#cykia-top #col0.articles_list .ct_entry .content .photo img {
	max-width:100%;
}

#cykia-top #col0.articles_list .ct_entry .content .photo a {
    display: inline-block;
    width: 648px;
}

#cykia-top #col0.articles_list .ct_entry .content .photo iframe {
    height: 519px;
    width: 100%;
}
.articles_list .ct_entry .content .photo img{
	border:medium none;
}

.articles_list .ct_entry .content .introduction {
    color: #333333;
    font-size: 14px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
}

#col0.articles_list .ct_entry .content .introduction {
    background-color: #769bff;
    color: white;
    font-size: 17px;
    margin-bottom: 21px;
    margin-left: 18px;
    margin-right: 17px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 15px;
}

#col0.articles_list .ct_entry .content #compteur_vues.introduction {
    background-image: url("../img/2016_onglet_pointe_blanc.png");
    background-position: 758px center;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 29px;
    padding-bottom: 0;
    padding-left: 798px;
    padding-top: 0;
    text-transform: uppercase;
}

#col0.articles_list .ct_entry .content div.text {
    font-size: 15.5px;
    min-height: 75px;
    padding: 3px 210px 50px 40px;
}

#col0.articles_list .ct_entry.large .content div.text {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
#col0.articles_list .ct_entry.large .share.type_line {
    margin-right: 47px;
    margin-top: 0;
}
#col0.articles_list .ct_entry.large .share.type_line .social_share_privacy_area.line li {
display: inline-block;
}

#col0.articles_list .ct_entry.paragraph_alt .content div.text {
	padding:3px 0 0 20px;
}

#col0.articles_list .ct_entry.paragraph_alt .content div.text iframe {
	border:none;
	height:523px;
	width:919px;
}

/* trafic */
.articles_list .ct_entry.trafic_zt {
	background-color:#ff9900;
	color:white;
}
.articles_list .ct_entry.trafic_zt .content .top,
.articles_list .ct_entry.sondage.resultats .content .top,
.articles_list .ct_entry.video .content .top,
#col0.articles_list .ct_entry.trafic_zt .content .introduction {
    background-color: transparent;
}
#col0.articles_list .ct_entry.trafic_zt .content .introduction,
#col0.articles_list .ct_entry.video .content .introduction {
	display:none;
}

.articles_list .ct_entry.trafic_zt .content .top .category,
.articles_list .ct_entry.trafic_zt .content .top .date,
.articles_list .ct_entry.trafic_zt .content h3 a,
#col0.articles_list .ct_entry.trafic_zt .rss_date_maj,
.articles_list .ct_entry.video .content .top .category,
.articles_list .ct_entry.video .content .top .date,
.articles_list .ct_entry.video .content h3 a
 {
	color:white;
}

#col0.articles_list .ct_entry.trafic_zt .content div.text {
    padding: 0 17px 0 20px;
}
#col0.articles_list .ct_entry.trafic_zt .content .rss_texte h3,
#col0.articles_list .ct_entry.trafic_zt .content .rss_chapo h3 {
    font-size: 22px;
    padding-top: 12px;
}
#col0.articles_list .ct_entry.trafic_zt .content .rss_texte p,
#col0.articles_list .ct_entry.trafic_zt .content .rss_chapo p {
    font-size: 16px;
	margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/* video */
.articles_list .ct_entry.video {
    height: 167px;
    margin-bottom: 22px;
    margin-left: 19px;
    margin-top: 19px;
    position: relative;
    width: 280px;
}
.articles_list .ct_entry.video .content .top {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.articles_list .ct_entry.video .content h3 {
    background-color: rgba(84, 130, 255, 0.75);
    background-repeat: no-repeat;
    height: 97px;
    left: 0;
    margin: 0;
    padding: 70px 20px 0 26px;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 234px;
    z-index: 1;
}
.articles_list .ct_entry.video .content h3::first-letter {
    background-image: url("../img/2016_picto_video.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 26px;
    padding-left: 32px;
}
.articles_list .ct_entry.video .content .photo {
    height: 167px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
	background-size: 115% auto;
}
.articles_list .ct_entry.video:hover .content h3 {
	opacity:0;
}
.articles_list .ct_entry.video:hover .content h3 a {
	text-decoration:none;
}
.articles_list .ct_entry.video:hover .content .photo {
	background-size: 125% auto;
}


.rss_col1 {
    width: 639px;
    display: inline-block;
    vertical-align: top;
}

.rss_alerte {
    background-color: #df7900;
    padding: 1px 20px;
}
.rss_alerte > p {
}

.rss_chapo {
    background-color: #F6F6F6;
    color: black;
    padding-bottom: 20px;
    padding-top: 1px;
}
div.text .rss_chapo > p {
	margin:0;
}
.rss_texte {
    background-color: white;
    color: black;
    padding-bottom: 22px;
    padding-top: 1px;
}
.rss_texte h3 {
}
.rss_texte p {
}

.rss_mention {
    background-color: white;
    color: black;
    font-size: 10px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.rss_col2 {
    display: inline-block;
    vertical-align: top;
    width: 280px;
}
.rss_indicateurs {
    font-size: 12px;
	text-transform: uppercase;
    width: 280px;
}
.rss_indice {
    background-color: #66ba0b;
    height: 50px;
    padding: 16px 20px;
}
.rss_indice.indice_0 {}
.rss_indice.indice_1 {}
.rss_indice.indice_2 {}
.rss_indice.indice_3 {}
.rss_indice.indice_4 {}
.rss_indice.indice_5 {}
.rss_indice div {
    display: inline-block;
    font-size: 44px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 72px;
    vertical-align: text-top;
}

.rss_meteo {
    background-color: #eceae9;
    color: black;
    height: 50px;
    padding: 16px 20px;
    position: relative;
}
.rss_meteo div {
    background-position: center -14px;
    background-repeat: no-repeat;
    height: 82px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.rss_meteo.meteo_ div {background-image: url("../svg/Cloud-Sun.svg");background-position: center -1px;}
.rss_meteo.meteo_174 div {background-image: url("../svg/Cloud-Fog.svg");}
.rss_meteo.meteo_627 div {background-image: url("../svg/Sun.svg");}
.rss_meteo.meteo_637 div {background-image: url("../svg/Thermometer-25.svg");}
.rss_meteo.meteo_70 div {background-image: url("../svg/Cloud-Snow-Alt.svg");}
.rss_meteo.meteo_499 div {background-image: url("../svg/Cloud-Lightning.svg");}
.rss_meteo.meteo_86 div {background-image: url("../svg/Cloud-Rain.svg");}
.rss_meteo.meteo_1003 div {background-image: url("../svg/Cloud-Hail-Alt.svg");}
.rss_meteo.meteo_82 div {background-image: url("../svg/Cloud-Wind.svg");}

.rss_flash {
	margin-top: 2px;
}

.rss_flash_element {
    cursor: pointer;
    margin-bottom: 2px;
}
.rss_flash_titre {
    background-color: #df7900;
    font-size: 16px;
    padding: 16px 20px;
}
.rss_flash_titre:hover {
background-color: transparent;	
}

.rss_flash_texte {
display: none;
}

.rss_menu_regions {
    clear: both;
    padding-left: 25px;
    padding-top: 15px;
}
.rss_menu_regions a {
    border: 1px solid white;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 4px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 277px;
}
.rss_menu_regions a img {
}


#div-trafic > h2 {
	display:none;
}



/* fin trafic */


.sametheme {
    background-color: #f1f3f9;
    color: #6699ff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
    margin-left: 184px;
    margin-top: 17px;
    text-align: center;
	text-transform: uppercase;
    width: 280px;
}

#morenews {
max-width:631px;
clear:both;
}

#morenews div{
    background-image: url("../img/2016_ajax_loader.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: transparent;
    height: 33px;
    line-height: 33px;
    margin-left: auto;
    margin-right: 27px;
    margin-top: 15px;
    text-align: center;
    width: 280px;
}


.articles_details {
max-width:612px;
}
.articles_details .path {
    background-color: #F1F3F9;
    height: 26px;
}
.articles_details .path .pathlink {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    vertical-align: bottom;
}
.articles_details .path .pathlink1 {
    background-image: url("/specific/skins/ew2011/img/transition_cf.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 17px;
}
.articles_details .path .pathlink2 {
    background-color: #6699FF;
    color: white;
	font-family: Lobster;
    padding-left: 3px;
}
.articles_details .path .pathlink3 {
    background-image: url("/specific/skins/ew2011/img/transition_fc.png");
    background-repeat: no-repeat;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width:224px;
}
.articles_details .path .pathlink4 {
    background-repeat: no-repeat;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    max-width: 480px;
    overflow: hidden;
    padding-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.articles_details .path .date {
    color: #B4BED9;
    float: right;
	font-family: Lobster;
    line-height: 26px;
    padding-right: 10px;
	font-size:12px;
}
.articles_details .path .counter {
    float: right;
    padding-right: 3px;
    padding-top: 3px;
}
.articles_details h2 {
    color: #527ACC;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 8px;
	font-size:28px;
}
.articles_details .article {
}
.articles_details .article .image {
    background-color: #F1F3F9;
    margin-bottom: 14px;
}
.articles_details .article .image a {
    display: inline-block;
    width: 439px;
}
.articles_details .article .image a img {
}
.articles_details .article .image .legende {
	color: #666666;
    display: inline-block;
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 12px;
    vertical-align: top;
    width: 106px;
	font-weight:700;
	font-size:12px;
}
.articles_details .article .introduction {
    color: #6699FF;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
	font-family:Droid Sans;
}
.articles_details .article div.text {
    font-size: 15px;
	font-family:Droid Sans;
}

.articles_details .article .introduction span,
.articles_details .article .introduction a,
.articles_details .article div.text span,
.articles_details .article div.text a {
	font-family: Droid Sans !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.articles_details .article div.text a{
color:#6699FF;
}

.articles_details .article_footer {
    background-repeat: no-repeat;
    height: 55px;
    margin: 16px auto 14px;
    position: relative;
    width: 600px;
}
.fb-comments {
display:block !important;
text-align:center;
}

.articles_details .article_footer .fb-like {
    left: 16px;
    position: absolute;
    top: 22px;
}
.articles_details .article_footer .addthis_button {
    position: absolute;
    right: 60px;
    top: 26px;
}

#zoombox {
    position: absolute;
    right: 8px;
    top: 26px;	
}

.encadre {
    background-color: #4063bf;
    margin-bottom: 3px;
    margin-right: 3px;
	border: 19px solid #eceae9;
}
.encadre.bleu {
}
.sondage {
	clear:left;
}
.sondage .entete {
}
.sondage .entete .category {
    background-image: url("../img/2016_onglet_pointe_blanc_a.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    font-size: 10px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 19px;
    text-transform: uppercase;
    vertical-align: top;
}
.sondage .entete .date {
    background-image: url("../img/2016_onglet_pointe_blanc_b.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    font-size: 10px;
    height: 29px;
    line-height: 26px;
    padding-left: 9px;
    padding-right: 20px;
    vertical-align: top;
}
.sondage .question {
    color: white;
    font-size: 22px;
    font-weight: normal;
    padding: 12px 8px 16px 29px;
    width: auto;
}
.sondage .question img {
    float: left;
    margin-bottom: 8px;
    margin-right: 6px;
    margin-top: 8px;
    width: 55px;
}
.sondage .ct_entry {
	background-color: transparent;
    display: block !important;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 13px;
    width: auto;
}
.sondage .ct_entry input {
}
.sondage .ct_entry label {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 13px;	
}
.sondage .pied {
    height: 29px;
    position: relative;
}
.sondage .pied .send {
    background-color: #769bff;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 16px;
    text-align: center;
    text-transform: uppercase;
    top: -43px;
    width: 75px;
}
.sondage.resultats {
    background-color: #4063bf;
    color: white;
}

.sondage.resultats .choix {
    padding-bottom: 4px;
    padding-top: 20px;
}

.sondage.resultats .choix:first-child {
    padding-top: 4px;
}
.sondage.resultats .nbvotes {
    display: inline-block;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
    width: 64px;
}
.sondage.resultats .jauge {
    background-color: #C5CEE6;
    display: inline-block;
    height: 26px;
    position: relative;
    vertical-align: bottom;
    width: 536px;
}
.sondage.resultats .jauge .mercure {
    background-color: #6699FF;
    height: 26px;
}
.sondage.resultats .jauge .taux {
    color: white;
    font-weight: bold;
    height: 26px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 60px;
}
.sondage.resultats .context {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

.shortcuts .ct_entry {
	height:250px;
}
.shortcuts .yui3-button {
	display:none;
}
.slideshow_modules {
	display: block;
	position:relative;
	margin:0 0 15px 0;
	background-image:url("/specific/skins/ew2011/img/alpha_bleu.png");
	width:280px;
	height:262px;
}

.slideshow_modules .slideshow_elts {
	display: block;
	position:relative;
	overflow:hidden;
	background-image:url("/specific/skins/ew2011/img/arc_vert.png");
	background-repeat:no-repeat;
	background-position:0 0;
}

.slideshow_modules .slideshow_elt {
	display: none;
	position:absolute;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:80px 86px;
}

.slideshow_modules .category {
 	color: #99CC00;
    display: inline-block;
    font-family: Lobster;
    font-size: 16px;
	margin:18px 0 0 18px;
}

.slideshow_modules .slideshow_nav .slideshow_nav_index .slideshow_index {
	width:11px;
	height:11px;
	border-radius:0;
	box-shadow:none;
	margin:0 4px 0 0;
	padding:0;
}

.slideshow_modules .slideshow_nav .slideshow_nav_index .slideshow_index .yui3-button-icon {
	display:none;
}

.slideshow_modules .slideshow_nav .slideshow_nav_index .slideshow_index.slideshow_index_on {
	background-image:url("/specific/skins/ew2011/img/nav_index_on.png");
	background-repeat:no-repeat;
	background-position:0 0;
}

.slideshow_modules .slideshow_nav .slideshow_nav_index .slideshow_index.slideshow_index_off {
	background-image:url("/specific/skins/ew2011/img/nav_index_off.png");
	background-repeat:no-repeat;
	background-position:0 0;
}

.slideshow_modules .slideshow_index_off {
	/*opacity:0.7;*/
	-moz-opacity: 0.70;
 	opacity:.70;
	filter: alpha(opacity=70);
}

.slideshow_modules .slideshow_index_on {
	/*opacity:1;*/
	-moz-opacity: 1;
 	opacity:1;
	filter: alpha(opacity=100);

}

.slideshow_modules .slideshow_nav {
	position:absolute;
	bottom:10px;
	right:14px;
}

.slideshow_modules .slideshow_nav .slideshow_button {
	display:none;
}

.slideshow_modules .slideshow_mask {
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;	
}

.slideshow_modules .slideshow_mask a{
	display:block;
	text-decoration:none;
}

.slideshow_modules .slideshow_nav a, .slideshow .slideshow_mask a {
	text-decoration:none;
}

.slideshow_modules .slideshow_text {
    margin: 0 0 0 18px;
	padding-right:18px;
}

.slideshow_modules .slideshow_text .title {
	color: #527ACC;
    font-size: 17px;
    font-weight: bold;
    height:40px;
	width: auto;
}

.slideshow_modules .slideshow_text .alt {
	color: #6699FF;
	font-size: 12px;
	font-weight: bold;
	margin-top:115px;
}

.slideshow_modules .slideshow_text div.text {
    color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.slideshow_modules .slideshow_nav div, .slideshow .slideshow_nav ul {
	display:inline;
}

/* merci le css reset... */

input[type="checkbox"] {
margin:3px 3px 3px 4px;
}

.introduction p, div.text p {
margin-top:16px;
margin-bottom:16px;
}
.introduction h1, div.text h1{
margin-top:21px;
margin-bottom:21px;
font-size:32px;
font-weight:bold;
}
.introduction h2, div.text h2{
margin-top:19px;
margin-bottom:19px;
font-size:24px;
font-weight:bold;
}
.introduction h3, div.text h3{
margin-top:18px;
margin-bottom:18px;
font-size:18px;
font-weight:bold;
}
.introduction h4, div.text h4{
margin-top:21px;
margin-bottom:21px;
font-size:16px;
font-weight:bold;
}
.introduction h5, div.text h5{
margin-top:22px;
margin-bottom:22px;
font-size:13px;
font-weight:bold;
}
.introduction h6, div.text h6{
margin-top:24px;
margin-bottom:24px;
font-size:11px;
font-weight:bold;
}
.introduction ul, div.text ul{
list-style: disc outside none;
margin-top:16px;
margin-bottom:16px;
padding-left: 15px;
}
.introduction table, div.text table{
border-collapse: separate;
    border-spacing: 2px;
}
.introduction th, div.text th{
padding:1px;
font-weight:bold;
}
.introduction td, div.text td{
padding:1px;
}

/* trafic */

.articles_list .ct_entry.trafic {
    background-color: #ff9900;
    border: 19px solid #eceae9;
}
.articles_list .ct_entry.trafic .content {
}
.articles_list .ct_entry.trafic .content .top {
background-color: #ff9900;
}
.articles_list .ct_entry.trafic .content a {
}
.articles_list .ct_entry.trafic .content .introduction a {
}
.articles_list .ct_entry.trafic .content .introduction a:hover {
}
.articles_list .ct_entry.trafic .content .top .category,
.articles_list .ct_entry.sondage.resultats .content .top .category {
	color: white;
}
.articles_list .ct_entry.trafic .content .top .date,
.articles_list .ct_entry.sondage.resultats .content .top .date {
	color: white;
}
.articles_list .ct_entry.trafic .content h3
.articles_list .ct_entry.sondage.resultats .content h3 {
}

.articles_list .ct_entry.sondage.resultats .content h3 img {
    margin-right: 21px;
    vertical-align: top;
}

.articles_list .ct_entry.trafic .content h3 a,
.articles_list .ct_entry.sondage.resultats .content h3 a {
	color: white;
}
.articles_list .ct_entry.trafic .content hr {
}
.articles_list .ct_entry.trafic .content .introduction {
	color: white;
}

/* twitter */
.articles_list .ct_entry.twitter {
    border-left: 19px solid #eceae9;
    border-right: 19px solid #eceae9;
    border-bottom: 19px solid #eceae9;
	border-top: 0;
}

.articles_list .ct_entry.twitter .content .top {
    background-color: white;
}

.articles_list .ct_entry.twitter .content .top .category {
	background-image: url("../img/2016_onglet_pointe_blanc_b.png");
}

.articles_list .ct_entry.twitter .content .top .suivre {
    background-color: #769bff;
    border-radius: 2px;
    color: white;
    display: inline-block;
    float: right;
    line-height: 28px;
    margin-right: 11px;
    margin-top: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 74px;
}

.articles_list .ct_entry.twitter .content .nid {
    border: 1px solid #ddd9df;
    margin-bottom: 16px;
    margin-left: 9px;
    margin-top: 11px;
    min-height: 100px;
    margin-right: 9px;
	/*width: 260px;*/
}
.articles_list .ct_entry.twitter:hover .content .top .category {
	text-decoration:none;
}


/* mise en avant */
.articles_list .ct_entry.highlights .content {
    background-image: url("/specific/skins/ew2011/img/alpha_bleu.png");
    margin-right: 20px;
    padding-right: 0;
}
.articles_list .ct_entry.highlights .content .top {
    background-image: url("/specific/skins/ew2011/img/arc_bleuclair.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 11px;
}
.articles_list .ct_entry.highlights .content a {
    color: #527ACC;
	font-size:16px;
}
.articles_list .ct_entry.highlights .content .top .category {
    background-image: none;
    color: #33CCFF;
    padding-left: 18px;
	font-size:16px;
	width:auto;
}
.articles_list .ct_entry.highlights .content .top .date {
    padding-right: 18px;
}
.articles_list .ct_entry.highlights .content h3 {
    padding-left: 18px;
    padding-right: 18px;
	margin-top:-2px;
}

.articles_list .ct_entry.highlights .content .photo {
margin-bottom:0;
}
.articles_list .ct_entry.highlights .content .introduction {
padding: 10px 18px;
}

#ct_filter_30 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
#ct_filter_30 h2{
    color: #6699FF;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
#ct_filter_30 div.text{
    color: #ACB3C7;
    font-size: 12px;
}
#ct_filter_30 div.text a{
    color: #ACB3C7;
    text-decoration: none;
}
#cykia-middle .dynamicDiv p {
	margin-bottom:3px;
	margin-top:3px;
}
.dynamicDiv label {
    width: 160px;
}
.dynamicDiv textarea {
    width: 430px;
}

.dynamicDiv .field-antispam label {
height: 30px;
}

.dynamicDiv .field-antispam input {
}

#form29 p.field-subscription {
	display:none;
}

#form29 p.field60 label,
#form29 p.field-antispam label {
	font-size:13px;
	font-weight:bold;
}
#article_12_5117 .introduction {
	display:none;
}

#form29 .field-antispam input {
	display:block;
}

#form27 p.field-submit,
#form29 p.field-submit {
text-align: center;
    width: 100%;
}

#form27 .yui3-button, #form29 .yui3-button {
    background-color: #769bff;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
    background-image: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
#form27 .yui3-button:hover, #form29 .yui3-button:hover {
text-decoration:underline;	
}

.flux_rss {
	top: 61px;
	left: 314px;
	position: absolute;
}

.flux_rss img {
	margin-top: 3px;
}

h2.recherche {
	color: #527ACC;
    font-size: 28px;
    font-weight: bold;
	padding-left:6px;
}

#cse-search-results iframe {
	width:612px;
	height:1634px;
}

#bandeau_cookies {
	background-image: url("/specific/skins/ew2011/img/bandeau_cookies_fond.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #ffffff;
    height: 29px;
    left: 0;
    padding-top: 7px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
	letter-spacing: normal;
    word-spacing: normal;
	display:none;
}
#bandeau_cookies a {
	color:#ffffff;
	text-decoration:underline;
}
#bandeau_cookies_croix {
	background-image: url("/specific/skins/ew2011/img/bandeau_cookies_croix.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
	cursor:pointer;
}

#dialog-captcha .result > div > div {
	margin-left:auto;
	margin-right:auto;
}

.articles_list .ct_entry.content_type_concours {
    margin-bottom: 0;
    margin-right: 0;
}

/* share */
.share {
	float:right;
}
.share.type_line {
    margin: 14px 0 0;
}
.share.type_line .social_share_privacy_area.line {
	height: auto;
}

.share.type_line .social_share_privacy_area.line li {
    display: block;
    float: none;
    padding-bottom: 5px !important;
}

.share.type_box {
    margin-right: 35px;
    margin-bottom: 10px;
}

/* accès concours ou module */
.articles_list .ct_entry.format_concours {
    background-image: url("../img/2016_fond_concours.png");
    background-repeat: no-repeat;
    border: 19px solid #eceae9;
    height: 153px;
    overflow: hidden;
}

.articles_list .ct_entry.format_module {
    background-color: #769bff;
    border: 19px solid #eceae9;
    height: 153px;
    overflow: hidden;
}

.articles_list .ct_entry.format_concours .content .top,
.articles_list .ct_entry.format_module .content .top {
    background-color: transparent;
}
.articles_list .ct_entry.format_concours .content .top .category,
.articles_list .ct_entry.format_module .content .top .category {
    color: white;
    background-image: url("../img/2016_onglet_pointe_blanc_b.png");
}
.articles_list .ct_entry.format_concours .content .top .date,
.articles_list .ct_entry.format_module .content .top .date {
	display: none;
}

.articles_list .ct_entry.format_concours .content h3,
.articles_list .ct_entry.format_module .content h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 0;
    vertical-align: top;
    width: 120px;
}
.articles_list .ct_entry.format_concours .content h3 a,
.articles_list .ct_entry.format_module .content h3 a {
    color: white;
}
/*
.articles_list .ct_entry.format_concours .content .photo,
.articles_list .ct_entry.format_module .content .photo {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 130px;
}
*/
.articles_list .ct_entry.format_concours .content .photo, .articles_list .ct_entry.format_module .content .photo {
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: top;
    width: 120px;
}

.articles_list .ct_entry.format_concours .content .bouton_alt,
.articles_list .ct_entry.format_module .content .bouton_alt {
    background-color: #ede7e6;
    border-radius: 2px;
    color: #769bff;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 104px;
    position: absolute;
    top: 104px;
    left: 156px;
	cursor: pointer;
}
.articles_list .ct_entry.format_concours .content .bouton_alt:hover,
.articles_list .ct_entry.format_module .content .bouton_alt:hover {
	color:white;
	background-color: #769bff;
	outline:1px solid white;
}


.sondage .pied .send:hover, .articles_list .ct_entry.twitter .content .top .suivre:hover {
	color:#769bff;
	background-color:white;
	outline:1px solid #769bff;
}
.rss_flash_titre:hover {
	text-decoration:underline;
}
.articles_list .ct_entry .content .rss_menu_regions a:hover {
	background-color:white;
	color:#ff9900;
}

#cykia-top #col0.articles_list .ct_entry .content table {
    border-collapse: separate;
    border-spacing: 2px;
}

#cykia-top #col0.articles_list .ct_entry .content table a {
	color:#6699ff;
	text-decoration:underline;
}

#cykia-top #col0.articles_list .ct_entry .content table .photo {
    background-color: transparent;
    margin: 0;
    min-height: auto;
    width: auto;
}
.dynamicDiv p {
	width:100%;
}

