@charset "utf-8";

img{border:0px;}

body {
	background-image: url(../images/background2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6FD76;
}

h1 {
	font-size:35px;
	font-weight:bold;
	color: #0d1b2d;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:22px;
	font-weight:bold;
	color: #d9e24f;
	margin: 0px;
	line-height: 26px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	width:830px;
	height:153px;
	clear:both;
	padding-right: 55px;
	padding-left: 55px;
}
.slogan-header{
	float:right;
}

/*HAUT-CONTENU*/

.main{
	width:830px;
	padding-left:55px;
	padding-right:55px;
	float: left;
	padding-top: 38px;
	padding-bottom: 55px;
}
.c-gauche{
	width:243px;
	height:270px;
	float: left;
}
.c-droite{
	width:552px;
	float: left;
	padding-left: 2px;
}
.video{
	width:545px;
	height:307px;
	float: left;
	border: 1px solid #d9e24f;
}
.icone{
	float: left;
	padding-top: 20px;
}
/*ONGLET PROGRAMME*/


.rectangle-programme{
	width:785px;
	clear:both;
	margin-top:10px;
	height: 62px;
}

.icone-programme{
	float:left;
	padding-right: 25px;
}
.zone-page-programme-inscription{
	width:175px;
	height:62px;
	float:right;
}

/*Q-TIP*/

.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }
   
   a.qtip-button{color:#454545; text-decoration:underline;}
   a.qtip-button:hover{color:#000;text-decoration:none}
   a.qtip-button:visited{color:#454545; text-decoration:underline;}
