<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(85, 10, 33, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
	text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-width: 1px;
	border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;li&gt;a {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;li&gt;a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;li&gt;a:focus {
    color: #000;
    background-color: #f4dd00;
}
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;.active&gt;a,
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;.active&gt;a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: rgba(85, 10, 33, 1);
    background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
#custom-bootstrap-menu.navbar-default .dropdown-menu&gt;li&gt;a:hover {
    background-color:#f4dd00;
    color: #000;
}
.msf-sponsors-title {
	color:#000;
	font-size:14pt;
}

.msf-sponsors-desc {
	color:#000;
	font-size:12pt;
}

.msf-sponsors-desc a {
	font-size:12pt;
    color:#000;
    text-decoration: underline;
}

.msf-sponsors-desc a:hover {
	font-size:12pt;
    color:#000;
    text-decoration: underline;
    font-weight:bold;
}

.msf-sponsors-desc p a {
	font-size:12pt;
    color:#000;
    text-decoration: underline;
}

.msf-sponsors-desc p a:hover {
	font-size:12pt;
    color:#000;
    text-decoration: underline;
    font-weight:bold;
}

body{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000;
    margin:0 auto;
	background-color:#fff !important;
	font-size:13pt;
}

.container-black {
    background-color:#fff;
    border-top:solid 1px #eee;
}

.container {
    background-color:#fff;
}

a { color:#f45600; }
a:hover { color:#f45600; }
.wrapper{
    /*font-family: 'Raleway', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
    /*background-image:url('../img/pattern_background.png');*/
    background-repeat: repeat;
	background-color:#fff;
}
/*---- HEADER----*/
header{
    background:#fff;
}
#header-container{
    height: 180px;
    background: transparent;
	border-bottom:solid 1px #eee;
}

.candidat-image:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*----LOGO ----*/
#logo {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.logo {
    float: left;
    padding-top: 60px;
	text-align:center;
}
/*---- NAVIGATION ET MENU DEROULANT ----*/

.main-menu{
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    width:1000px;

}

.drop a { 
    display:block;
    color: #fff;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 500;
    font-size: 11pt;
    letter-spacing:1px;
    text-decoration: none;
    text-transform: uppercase;
}
.drop, .drop li, .drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.drop {
    position: relative;
    z-index: 597;
    float: left;
    margin-left: 20px;
}
.drop .firstlevel { 
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    padding: 5px 10px;
    margin-right: 18px;
}
.drop .lastelement { 
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    padding: 5px 10px;
    margin-right: 0px;
}
.drop li{
        padding: 5px 10px;
}
.drop li.hover, .drop li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

.drop a:hover {
    color: #550a21;
    transition: 0.5s;
}



.drop ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 225px;
    
}
.drop ul li {
    float: none;
    background: transparent;
    background-color: rgba(0,0,0,.8);

}
.drop ul ul {
    top: -2px;
    left: 100%;

}
.drop li:hover &gt; ul {
    visibility: visible;

}
.logo-scroll img{
    width:45px;
    opacity:0;
    float:left;
    margin-left:30px;
    margin-right:20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*---- MAIN-CONTAINER ----*/
#main-container{
    width: 1000px;
    background: #000000;
    margin-left: auto;  
    margin-right: auto;
    padding-bottom: 50px;
    overflow: hidden;
}
.candidat-container{
    width: 940px;
    height: 1500px;
}
.candidat-container article{
    background:#1c1c1c;
}
.candidat-container article:hover h3{
    transition: 0.5s;
    color: #550a21;
    font-weight:300;
}
.candidat-container article .image{
    height: 220px;
    width: 150px;
    overflow: hidden;
}
.candidat-container article img{
    min-width: 150px;
    min-height: 220px;
    margin-left: auto;
    margin-right: auto;
}
/*---- SLIDER ----*/
.slider{
    width:1000px;
    height:500px;
    overflow:hidden;
    
}
.slider img{
    margin-left: auto;  
    margin-right: auto;
    width:100%;
}
.slider p{
    background:#550a21;
    padding: 5px 5px 5px 5px;
    z-index:100;
    color:#000;
    font-weight: 500;
    font-size:14pt;
    position:absolute;
    top:50%;
    left:200px;
    opacity:0;
}
.slider:hover p{
    transition:5s;
    opacity:1;
}
.demi-finalistes-mister-2015{
    margin-left:30px;
    overflow: hidden;
    width:970px;
}
.demi-finalistes-mister-2015 article{
    text-align:center;
    float:left;
    margin-right: 15px;
    margin-bottom: 25px;
}
.demi-finalistes-mister-2015 .nomCandidat{
    margin:5px;
}
.concept,.marraine {
    text-align: left;
    float: left;
    width:950px;
    margin-top:25px;
    margin-bottom:25px;
}
.marraine p,.concept p{
    color: #ebebeb;
    line-height: 20px;
    font-size:14pt;
    font-weight: 300;
    margin-right:20px;
}
.marraine img, .concept img{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    
}

/*---- h1,h2,h3,h4,h5,h6 ----*/
.msf-h1 {
    clear:both;
	font-size:24pt;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.msf-h2 {
    clear:both;
	font-size:16pt;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top:25px;
    letter-spacing: 2px;
}

.msf-h3 {
    clear:both;
	font-size:12pt;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top:25px;
    letter-spacing: 2px;
}

h3{
    color: #000;
    margin:0;
    font-weight: 300;
    font-size: 14pt;
    font-weight:500;
}

h4{
    clear:both;
    color: #000;
    font-weight: 300;
    font-size:18pt;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top:25px;
    letter-spacing: 2px; 
}

h4:before {
    content:url('../img/logo_50x40.png');
}

h6{
    font-size:13pt;
    padding:0;
    margin-bottom:0;
    font-weight: 500;
    text-transform: uppercase;
}

p{
	color: #333;
	line-height: 20px;
	font-weight: 300;
	margin-right: 20px;
}

h1 span {
    display:block;
    height: 1px;
    background:#550a21;
    margin-top: 5px;
}

h2 span {
    display:block;
    height: 1px;
    background:#550a21;
    margin-top: 5px;
}

h3 span {
    display:block;
    width:940px;
    height: 1px;
    background:#550a21;
    margin-top: 5px;
}

h4 span {
    display:block;
    width:940px;
    height: 1px;
    background:#550a21;
    margin-top: 5px;
}

#navWrap {
    
      background-image: url('../img/pattern_background.png');    
      
}
#nav {
    background-color: rgba(0,0,0,1);
    z-index:1000;
}



br.clearLeft {
   clear: left;        
}â€‹
/*---- FOOTER ----*/
.footer-container{
    
    width:1000px;
    background-color:#1c1c1c;
    bottom:0;
	border-top: solid 1px #222222;
    margin-left: auto;
    margin-right: auto;
}

.custom-footer
{
    width:1000px;
    background-color:#1c1c1c;
    bottom:0;
	border-top: solid 1px #222222;
    margin-left: auto;
    margin-right: auto;
}

footer{
    margin-left:auto;
    margin-right:auto;
    color: #dedede;
    width:1000px;
    bottom:0;

}

.textwidget{
    width:400px;
    float:left;
    margin-right:35px;
	padding-left: 10px;
}
.textwidget p{
    line-height:25px;
    color:#999;
    font-size: 13pt;
    font-weight: 300;
}
.articleRecent{
    width: 350px;
    float:left;
}
.articleRecent ul{
    list-style-type:none;
    padding:0;
}
.articleRecent li{
    margin-bottom:10px;
}
.articleRecent li a{
    font-size:15px;
    list-style-type:none;
    text-decoration:none;
    color:#999;
    margin-bottom:10px;
}
.articleRecent li a:hover{
    color:#550a21;
    transition:0.5s;
}

.signature{
    display:block;
    text-align: right;
    width:1000px;
    height:25px;
    color:#999;
    font-size:12px;
    bottom:25px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
	padding:4px;
	background-color:#111111;
}
.signature a{
    color:#999;
    font-size:12px;
    font-weight: 700;
    text-decoration: none;

}
/*---- SOCIAL-HEADER ----*/
.reseauSocial-header ul{
    padding:0;
    float: right;
    margin-left: -60px;

}
.social li{
    list-style-type:none;
    display:inline;
    padding:0;
    margin:0;
}

.reseauSocial-header ul li a{
    display: block;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
    float:left;
}
.reseauSocial-header .icon-twitter img,.reseauSocial-header .icon-facebook img{
    margin-top: 0;                                   
}
.reseauSocial-header .icon-twitter img:hover,.reseauSocial-header .icon-facebook img:hover{
    margin-top:-30px;
}

/*---- SOCIAL-FOOTER ----*/
.reseauSocial-footer{
    width: 120px;
    float: left;
}
.reseauSocial-footer ul{
    float:left;
    padding:0;
}
.social li{
    list-style-type:none;
    display:inline;
    padding:0;
    margin:0;
}

.reseauSocial-footer ul li a{
    display: block;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 20px;
    float:left;
}
.reseauSocial-footer .icon-twitter img,.reseauSocial-footer .icon-facebook img{
    margin-top: 0;                                   
}
.reseauSocial-footer .icon-twitter img:hover,.reseauSocial-footer .icon-facebook img:hover{
    margin-top:-40px;
}

/*---- PAGE-CANDIDAT ----*/
.portraitCandidat{
    float:left;
    margin-right:20px;
}
.portraitCandidat a{
    text-align: right;
}
.infos{
	font-size:16pt;
    color: #000;
}
.infos p {
	line-height:30px;
}
.descriptions{
    color:#000;
}

.voting{
    display: block;
    width:300px;
    height:40px;
    color: #000;
    float:left;
    text-align:center;
    font-size:20px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top:15px;
    background: #550a21;
    border: 1px solid #550a21;
    margin-left: 100px;
    margin-top: 15px;
}
.voting:hover{
    color: #550a21;
    transition:0.5s;
    background: #000;
    border: 1px solid #550a21;
}
.bouton-classement{
    display: block;
    width:300px;
    height:40px;
    color: #999;
    float:left;
    text-align:right;
    font-size:12px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top:5px;
    
}

.bouton-classement a{
    display:block;
    text-decoration:none;
    color: #999;
    
}
.bouton-classement a:hover{
    color:#550a21;
}
.parrainezExpl{
	margin-top: 20px;
	padding:10px;
	border: 1px solid #eee;
	display: block;
}

.parrainezExpl p{
    margin-left: 20px;
	margin-bottom:0px;
	margin-top:0px;
    letter-spacing: 1px;
    font-weight:200;
    color:#000;
}
.parrainezExpl p p{
    text-align: right;
}
.parrainezExpl a{
    text-align: right;
    letter-spacing: 1px;
    font-weight:500;
    color:#000;
    text-decoration: underline;
  
}
/*---- FOTORAMA ----*/
.pageCandidat{
    margin-left: 30px;
    padding-bottom: 0px;
}

.fotorama{
    margin-right:50px;
}
.fotorama__caption__wrap{
    opacity: 1;
    width:100%;
    font-size: 14px;
    color: #ebebeb!important;
    background-color: rgba(0,0,0,1)!important;
}

.fotorama:hover .fotorama__caption__wrap{
    opacity: 1;
    transition: 2s;
}
.fotorama__nav{
    margin-top:150px;
}
.fotorama__thumb-border{
    border-color: #fff!important;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:100%;margin:0;padding:2%;position:absolute;bottom:0;}


ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	height: 20px;
        font-size:30px;
	color:#fff;
        opacity: 0.5;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover{
        opacity: 1;
	color:#fff;
        transition: 1s;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
        color: #fff;
        font-weight: 500;
        padding-left: 20px;
        
}
.bjqs-slide img{
        height:520px!important;
}
.msf-post h2 {
	color:#000;
}
.msf-post a {
	color:#000;
}

.msf-post .bigtitle {
	color:#000;
	font-size:24pt;
	font-weight:300;
	margin-top:20px;
	text-transform:uppercase;
}
.msf-post .title {
	color:#000;
	font-size:14pt;
	font-weight:bold;
}
.msf-post .subtitle {
	font-style:italic;
}
.msf-blog-right-box a {
	color:#000;
}
.msf-blog .postdate {
	font-size:13pt;
	margin-bottom:40px;
}
.postlink {
	color: #333 !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 50%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* @section nouveau */

.msf-design-footer { border-top:solid 1px #eee; color:#000; background-color:#fff; padding:5px; }
.msf-link { color:#000; text-decoration: underline; }
.msf-link:hover { color:#000;  text-decoration: underline; font-weight:bold; }
.msf-background-gray { background-color:#eee; padding:30px; }
.msf-background-white { background-color:#fff; padding:30px; }
.msf-text { color:black; }
.msf-footer-special { background-color:#eee; }

.msf-soiree-title { margin-left:15%; }
.msf-soiree { margin-top:50px; margin-bottom:30px; }
.msf-soiree-infos { margin-top:10px; margin-left:20%; }

.msf-voteform { margin-top:50px; border:solid 1px #eee; background-color:#fff; padding:20px; }

.msf-vignette-candidat { width:20%; }
.msf-vignette-box { min-height:360px; padding:10px; }

.msf-vignette-box-deg {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0)
}
.msf-vignette-box-couronne {
    position:absolute;
    right:3px;
    top:3px;
}
.msg-vignette-box-name {
    position:absolute;
    bottom:8px;
    left:8px;
    font-size:18pt;
    font-weight:bold;
    color:white;
}
.msg-vignette-box-canton {
    position:absolute;
    bottom:3px;
    right:3px;
    font-weight:bold;
    font-size:14pt;
    background-color:#f4dd00;
    color:#000;
    padding:4px;
}
.msf-vignette-box-couronne-winner {
    position:absolute;
    right:20px;
    top:10px;
}
.msg-vignette-box-name-winner {
    position:absolute;
    bottom:50px;
    left:50px;
    font-size:18pt;
    font-weight:bold;
    color:white;
}
.msg-vignette-box-name-winner-title {
    position:absolute;
    top:60%;
    right:10%;
    font-size:14pt;
    font-weight:bold;
    color:white;
}

.msf-contact-line
{
    margin-bottom:30px;
}
.msf-contact-line h3
{
    color:#f4dd00;
    margin-bottom:6px;
}

.msf-contact-line a
{
    color:#7a2b43;
}

.msf-contact-line a:hover
{
    color:#7a2b43;
}

.msf-contact-line p
{
    display:block;
    margin-left:20px;
}

.msf-button {
    display:block;
    cursor:pointer;
    color:#000;
    background-color:#f4dd00;
    font-size:12pt;
    padding:10px;
    text-align:center;
    font-weight:bold;
    border-radius:5px;
    border:none;
}

.msf-button:hover {
    border:none;
}

.fotorama__caption {
    opacity:0.8;
}
.fotorama__caption__wrap p {
    font-size:11px;
    line-height:12px;
}

/* Mobile */
@media (max-width: 767px) {
    .slider-size {
        height:600px;
    }
    .carousel {
        margin:0 auto; /* center your carousel if other than 100% */ 
        margin-right:-15px;
        margin-left:-15px;
    }
    .msf-background-gray {
        padding:10px;
        margin-right:-15px;
        margin-left:-15px;
    }
    .msf-background-white {
        padding:10px;
        margin-right:-15px;
        margin-left:-15px;
    }
    .msf-vignette-candidat { width:50%; }
    .msf-vignette-box { min-height:310px; }
    .msf-soiree-title { margin-left:0px; }
    .msf-soiree { margin-top:0px; margin-bottom:30px; }
    .msf-soiree-infos { margin-top:30px; margin-left:0px; }
    .container {
        background-color:#fff;
    }
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .slider-size {
        height:600px;
    }
    .carousel {
        margin:0 auto; /* center your carousel if other than 100% */ 
    }
    .msf-vignette-candidat { width:33.3333333%; }
    .msf-vignette-box { min-height:360px; }
    .container {
        background-color:#fff;
    }
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .slider-size {
         height: 800px;
    }
    .carousel {
        margin:0 auto; /* center your carousel if other than 100% */ 
    }
    .container {
        background-color:#fff;
    }
}

/* desktops */
@media (min-width: 1024px) {
    .slider-size {
        height: 800px;
    }
    .carousel {
        margin:0 auto; /* center your carousel if other than 100% */ 
    }
    .container {
        background-color:#fff;
    }
}

a h2 {
    clear:both;
    color: #f4dd00;
    font-family: 'BenchNine', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top:25px;
    letter-spacing: 2px;
}
.form-style-2{
    padding: 0px 12px 10px 0px;
    font: 20px 'BenchNine', Arial, Helvetica, sans-serif;
    color:000;
}
.form-style-2 h1{
    margin-left:0;
    padding-top:0;
    margin-top:25px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 10px 0px;
}
.form-style-2 label &gt; span{
    width: 250px;
    font-weight: bold;
    float: left;
    padding-top: 0px;
    padding-right: 5px;
    color:#000;
    clear:both;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 200px;
    text-align: left;
}
.form-style-2 input.input-field{
    width: 56%;

}

.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    margin-top:4px;
    color:black;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 14px 30px 12px 32px;
    margin-top: 25px;
    font-size: 17px;
    background: #f4dd00;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #575757;
    color: #fff;
}
input.input-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    color:black;
}
input.input-field:focus{
    border: 1px solid #0C0;
}
.programme{

    margin-bottom:150px;
    margin-top:50px;
}
.programme h2{
    text-align:center;
}
.horaire{
    margin-left:32%;
    float:left;
    font-size:20px;
    line-height:25px;
}
.lieu{

    float:left;
    font-size:18px;
    line-height:25px;
}

.lieu a {
    color:#fff;
    text-decoration:none;
    font-weight:400;
}
.jury {
    float:left;
    width: 100%;
}
.jury img{
    float:left;
    max-height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.juge p{
    text-align: left;
}
.image h2{
    text-align:left;
}

.presentateur {
    margin-left:30px;
    float:left;
    width: 95%;

}
.presentateur img{
    float:left;
    max-height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.presentateur p{
    text-align: left;
}
.image h2{
    text-align:left;
}
.galerie_finale_2014{
    float:left;
    margin-left: 40px;
}
.galerie_finale_2014 h1{
    margin-left:0;
    padding-top:0;
    margin-top:25px;
    font-size: 27px;
}
.blocgrey{
    float: left;
    width: 520px;
    border: 1px solid #C2C2C2;
    background: #111;
    height: 500px;
    margin-top: 0px;
    margin-left:20px;
}

.msf-group h3 {
    color:#000;
    font-weight:bold;
}
.msf-group-explication {
    font-size:14pt;
    color:#000;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.msf-parrain-box
{
    margin-bottom:30px;
}
.msf-parrain-box h3
{
    color:#000;
    font-family: 'Raleway', sans-serif;
    margin-bottom:8px;
}
.msf-parrain-box p
{
    margin-left:20px;
    font-family: 'Raleway', sans-serif;
}
.msf-parrain-box a
{
    color:#000;
    text-decoration: underline;
}
.msf-parrain-box a:hover
{
    color:#000;
}

/* @endsection nouveau */</pre></body></html>